:root {
  --primary-color: #B82221;
  --white: #fff;
  --black: #333;
}

body {
  background-color: #FFF2F1;
  background: url(../img/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px !important;
  padding: 0px !important;
}

a{
  color: black;
  text-decoration: none;
}

text-justify{
  text-align: justify;
}

.starting-section{
background: url(../img/front-img.png);
padding: 0px !important;
margin: 0px !important;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.logo {
  width: 200px;
  margin: 38px 90px
}

.banner-text {
  text-align: center;
  color: var(--black); 
}
.banner-text ul li {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.10) ;
  border: 1px solid rgb(177, 177, 177);
  background-color: var(--white);
  border-radius: 10px;
  padding: 11px 32px;
  font-weight: 600;
  font-size: 16px;
  margin: 10px;
}
 .banner-text ul li:last-child {
  margin-right: 0px;
} 

.banner-text ul li:hover {
  background-color: var(--primary-color);
  border: 5px solid var(--primary-color);
  color: var(--white);
}

.starting-img {
  display: none; 
}
.overlay-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.heading{
color: var(--primary-color);
}
p{
  color: var(--black);
}
.country-img{
  width: 400px;
}
.section-padding{
  margin-top: 69px;
}
.common-btn{
background-color: var(--primary-color);
color: var(--white);
}

.footer-paragraph{
  color: #fff;
  font-size: 12px;
}
.Copyright-sec{
  position: absolute;
  margin-top: 150px;
  padding-left: 525px;

  align-items: center !important;
}
.Copyright{
  color: #fff;

}
.tech-img{
  width: 45px;
}
.overlay-form {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.overlay-form .card {
  border: none;
  box-shadow: none;
}

.overlay-form .card-body {
  padding: 0; 
}

.overlay-form .heading {
  color: var(--primary-color);
  font-size: 24px;
  margin-bottom: 20px;
}

.overlay-form input,
.overlay-form textarea {
  margin-bottom: 10px;
}

.overlay-form button {
  margin-top: 10px;
}
.footer-item {
  display: flex;
  align-items: center; 
  margin-bottom: 18px; 
}

.footer-icon {
  margin-right: 10px;
  width: 20px;
}
.social-icons {
  display: flex;
  align-items: center; 
  justify-content: flex-start; 
}

.footer-icon {
  width: 25px;
}
.footer-loc{
  margin-top: -56px;
}
.footer-align{
  margin-bottom: -128px !important;
}