body {      
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    background: #fff;
    background-size: cover;
    height: 100vh;
}

.innerbg {
  background: url(../images/innerbg.png) no-repeat left top;
}

.innerbg ul li {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 20px;
}

* {
    margin: 0px;
    padding: 0px;
  }
  
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
    overflow: hidden;
  }

/* .container-xxl {
     background: url(../images/background.png) no-repeat center top ;
    background-size: cover; 
} */



.mw-10{
    max-width: 10%;
  }
  .mw-20{
    max-width: 20%;
  }
  .mw-25{
    max-width: 25%;
  }
  .mw-30{
    max-width: 30%;
  }
  .mw-40{
    max-width: 40%;
  }
  .mw-50{
    max-width: 50%;
  }
  .mw-60{
    max-width: 60%;
  }
  .mw-70{
    max-width: 70%;
  }
  .mw-80{
    max-width: 80%;
  }
  .mw-90{
    max-width: 90%;
  }
  .mw-95{
    max-width: 95%;
  }
  .mw-98{
    max-width: 98%;
  }
  .mw-100{
    max-width: 100%;
  }
  .min-vh-50 {
      min-height: 50vh !important;
  }
  .min-vh-40 {
      min-height: 40vh !important;
  }
  .min-vh-25 {
      min-height: 25vh !important;
  }
  .margin--10{
      margin-top:-10%;
  }
  .margin--5{
      margin-top:-5%;
  } 
  

p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}


.content-left .logo {
    margin-bottom:8%;
}

.content-right .logo {
  margin-bottom:8%;
}

.content-left {
  background: #FCD2D3;
  border-radius: 20px;
}
.content-right {
  background: #C3000B;
  border-radius: 20px;
  min-height: 769px;
  position: relative;
}



.content {
    margin: 30px 0px;
}

.content p  {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 50px;
}

.content h5 {
    font-weight: 500;
    color: #000000;
    margin: 50px 0px 25px;
    font-size: 30px;
}

 

.content-right .content p  {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
  width: 65%;
}

.content-right .content h5 {
  font-weight: 500;
  color: #fff;
  margin: 50px 0px 25px;
  font-size: 30px;
}

.content-right-bg {
	position: absolute;
	right: -220px;
	bottom: -15px;
}

.content-right-bg img {
width: 70%;
}

.content h6 {
    font-weight: 700;
    color: #FFFF74;
}
 
.contact-container {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px !important;
 
}

textarea {
  resize: none;
}

.contact-container h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.btn-primary {
  height: 40px;
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}

.text-black{
  color: #000 !important;
}
 
.copy  {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
  text-align: center;
  padding-top: 30px;
}