:root {
    /* 1rem = 16px */
    --header-height: 3rem; /*48 px*/

    /* Colors */
    /* Change favorite color */

    --hue-color: 142;

    /* HSL color mode */
    
    --first-color: #3198C9;
    --second-color: #3198C9;
    --first-color-second: hsl(6, 66%, 45%);
    --first-color-alt: hsl(var(--hue-color), 57%, 53%);
    --first-color-lighter: hsl(var(--hue-color), 92%, 85%);
    --title-color: #252B42
    --text-color: hsl(228, 28%, 20%);
    --text-color-light: hsl(0, 0%, 45%);
    --input-color: hsl(var(--hue-color), 70%, 96%);
    --body-color: hsl(var(--hue-color), 60%, 99%);
    --container-color: #fff;

    /* Font and typography */
    --body-font: 'Poppins', sans-serif;

    /* 1rem = 16px */

    --big-font-size: 2rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1.125rem;
    --normal-font-size: 0.938rem;
    --small-font-size: 0.813rem;
    --smaller-font-size: 0.75rem;

    /* Font Weight */
    --font-light: 300;
    --font-medium: 500;
    --font-semi-bold: 600;

    /* Margerns Bottom */
    --mb-0-25: 0.25rem;
    --mb-0-5: 0.5rem;
    --mb-0-75: 0.75rem;
    --mb-1: 1rem;
    --mb-1-5: 1.5rem;
    --mb-2: 2rem;
    --mb-2-5: 2.5rem;
    --mb-3: 3rem;

    /* z indexes */

    --z-tooltip: 10;
    --z-fixed: 100;
    --z-model: 1000;
}
/* navbar */


.navbar .bg{
    background: #FBFBFD
}
.parent-links{
    display: flex;
  }
  .parent-search{
    display: flex;
  }
  
.text{
    color: #259CD5;
  }
  
  @media   (max-width: 989px){
    .parent-menu{
      display: flex;  
    }
  }

  @media   (max-width: 600px){
    .parent-menu{
      display: block;
    }
  } 


.btn{
  border: 1px solid;
  padding: 10px 30px 10px 30px;
}
.btn1{
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px; 
    text-align: center;
    color: #FFFFFF;
    background: #3198C9;
    border-radius: 2px;
}
.btn2{
    border-color: #2E96C7;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    background: transparent;
    border-radius: 2px;
    color: #2E96C7
}


/* page 1 */


.background-img{
    background-image: url("../imgs/bg.jpeg");
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover; 
    object-fit: cover;
    }

  h1{
    font-family: Roboto;
font-weight: 900;
font-size: 63.6364px;
line-height: 84px;
letter-spacing: 1.27273px;
color: #FFFFFF;
  } 
 p{
  font-family: Roboto;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center; 
  color: #FFFFFF;
 } 
.btn-b{
  border: none;
  background: #000;
  color: #fff;
} 

@media( max-width: 576px){
  .background-img{
    width:  688px;
  }
 
}
@media( max-width: 960px){

}
@media( max-width: 1440px){

}


/* page 2 */

h2{
  font-family: Roboto;
font-weight: 500;
font-size: 36px;
line-height: 48px;
color: #000000;
}
.para1{
  font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 26px;
color: #898989;
}
.right-side{
  padding-top: 15%;
 padding-left: 18%;
}
.mbl1{
  max-height: 450px;
  max-width: 215px;
  width: 215px;
  height: 450px;
}

@media( max-width: 960px){
  .left-side{
      justify-content: center;
      align-items: center;
      margin-left: auto;
  }
  .right-side{
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
}

@media( max-width: 576px){
  .container{
    width: 580px;
    justify-content: center;
    align-items: center;
  }
  .left-side{
    justify-content: center;
    align-items: center;
    margin-left: 55%;
  }
  .right-side{
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
    padding-left: 5%;
  }
}

/* page 3 */

.heading{
  font-family: Roboto;
font-weight: 500;
font-size: 36px;
line-height: 48px;
color: #091133;
}
.p2{
  font-family: Roboto;
font-weight: normal;
font-size: 18px;
line-height: 26px;
display: flex;
align-items: center;
color: #898989;
width: 80%;
}
h3{
  font-family: Roboto;
font-weight: bold;
font-size: 16px;
line-height: 26px;
color: #091133;
}
.p1{
  font-family: Roboto;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #5D6970;
}
.div-para{
  width: 90%;
}
.left{
  padding-left: 5%;
}

.mbl2{
  max-height: 470px;
  max-width: 235px;
  width: 235px;
  height: 470px;
}

@media( max-width: 960px){
  .row-x{
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .heading{
    font-size: 35px;
  }

}

@media( max-width: 576px){
  .container{
    width: 580px;
    justify-content: center;
    align-items: center;
  }
  .left{
    width: 580px;
  }
  .right{
    justify-content: center;
    align-items: center;
    margin-left: 30%;
  }
  .heading{
  width: 135%;
  margin-left: 10%;
  font-size: 32px;
  }
  .p2{
  margin-left: 10%;
  width: 140%;
  }
  .div-para{
    width: 140%;
    margin-left: 9%;
  }
  .right-div{
    padding-left: 23px;
}
.row-x{
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
} 


/* page 4 */

h2{
  font-family: Roboto;
font-weight: 500;
font-size: 36px;
line-height: 48px;
color: #000000;
}
.p1{
  font-family: Roboto;
font-weight: normal;
font-size: 18px;
line-height: 26px;
color: #898989;
}
.right-side{
  padding-top: 15%;
 padding-left: 17%;
}
.mbl3{
  max-height: 430px;
max-width: 190px;
width: 190px;
height: 430px;
}

@media( max-width: 960px){
  .left-side{
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.right-side{
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
}
@media( max-width: 576px){
  .container{
    width: 580px;
    justify-content: center;
    align-items: center;
  }
  .left-side{
    left: 18%;
  }
  .right-side{
justify-content: center;
align-items: center;
  }
}


/* page 5 */

.bg-img{
  background-image: url("../imgs/bar1.png");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover; 
  object-fit: cover;
  }
.left-column{
  padding-left: 5%;
}
.heading2{
  font-family: Roboto;
font-style: italic;
font-weight: 300;
font-size: 59.628px;
line-height: 90px;
color: #FFFFFF;
}  
 .card{
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 17.3102px;
  padding: 10%;
} 
.line{
  margin-top: 20px;
  opacity: 0.8;
border: 3.61382px solid #FFFFFF;
color: #ffffff;
}

.card-text{
  font-family: Roboto;
font-weight: 500;
font-size: 19px;
line-height: 175.9%;
color: #676767;
}
.card-title{
  font-family: Montserrat;
font-weight: 700;
font-size: 19px;
line-height: 175.9%;
color: #000000;
}
.status{
font-family: Montserrat;
font-weight: 600;
font-size: 15px;
line-height: 175.9%;
color: #787777;
} 
@media( max-width: 960px){
  .right-column{
    padding-left: 0%;
   }
   .heading2{
    margin-left: -124px;
    font-size: 53px;
   }
   .line{
    margin-left: -124px;
    width: 100%;
   }
}

@media( max-width: 576px){
  .bg-img{
    width: 688px;
    justify-content: center;
    align-items: center;
  }
  .main-container{
    display: flex;
    justify-content: space-between;
  }
  .heading2{
    width: fit-content;
    font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  font-size: 47px;
  line-height: 90px;
  color: #FFFFFF;
  margin-left: -124px;
  } 
 
 .left-column{
   text-align: left;
   top: 30%;
 } 
 .right-column{
  padding-left: 0%;
  margin-left: 44%;
  top: -20%;
 }
 .card{
   padding: 8px;
   margin: 0;
  width: 80%;
  height: 100%;
}
.card-body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 5%;
}
.row-w{
  width: 68%;
}
.line{
  margin-left: -124px;
}
}

/* page 6 */

.bg-image{
  background-image: url("../imgs/bar2.png");
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover; 
  object-fit: cover;
  }
  .back-img{
    background-image: url("../imgs/page.png");
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: contain;
    object-fit: cover;
    }

.heading3{
  font-family: Roboto;
font-weight: bold;
font-size: 44px;
line-height: 60px;
color: #000000;
}

.p3{
  font-family: Roboto;
font-weight: normal;
font-size: 18px;
line-height: 30px;
color: #0A142F;
}
/* form */

@media (max-width:767px) {
  .contact-clean {
      padding: 20px 0
  }
}

.contact-clean form {
  /* max-width: 480%; */
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
  border-radius: 20px;
}

@media (max-width:767px) {
  .contact-clean form {
      padding: 30px
  }
}

.contact-clean form .form-control {
  background: #FFFFFF;
  opacity: 0.38;
  border: 1.5px solid #0A142F;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  padding-left: 12px;
  height: 42px
}
.form-control{
  padding: 0.375rem 9.75rem;
}
.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2
}
::placeholder{
  font-family: Roboto;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #0A142F;
opacity: 0.6;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
  resize: none
}
.checkbox{
  color: #696F79;
  font-size:var(--smaller-font-size) ;
  display: flex;
}
.check-p{
  font-family: Roboto;
font-weight: 600;
font-size: 13px;
line-height: 19px;
color: #303030;

}
.privacy-p{
  cursor: pointer;
}
.privacy-btn{
  cursor: pointer;
  font-family: Roboto;
font-weight: 500;
font-size: 16px;
text-decoration-line: underline;
color: #3198C9;

}
.form-btn{
  font-family: Roboto;
font-weight: 500;
font-size: 14px;
color: #FFFFFF;

}

.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: #3198C9;
  box-shadow: 0px 24px 34px rgba(32, 70, 100, 0.1);
  border-radius: 10px;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important
}

.contact-clean form .btn:hover {
  opacity: 1
}

.contact-clean form .btn:active {
  transform: translateY(1px)
}

@media( max-width: 960px){
  .one-side{
    margin-left: 3%;
  }
  .row-rw{
    width: 100%;
  }
 
  .back-img{
    background-image: url("../imgs/page.png");
    background-repeat: no-repeat;
    height: 100vh;
    width: 123%;
    background-position: center;
    background-size: contain;
    object-fit: cover;
    }
  .back-img{
    flex-direction: column;
    padding-top: 114%;
    margin-top: -111%;
  }
  .heading3{
    align-items: center;
    margin-top: -6%;
    margin-left: -30%;
    font-size: 26px;
   }
   .p3{
    margin-left: -30%;
     font-size: 18px;
   }
}
@media( max-width: 576px){
  .bg-image{
    width: 688px;
    height: 850px;
    justify-content: center;
    align-items: center;
  }
  .heading3{
   margin-top: -40px;
   margin-left: 0px;
   font-size: 30px;
  }
  .p3{
    margin-left: 0px;
    font-size: 18px;
  }
  .row-rw{
    width: 100%;
  }
  .back-img{
    background-image: url("../imgs/page.png");
    background-repeat: no-repeat;
    height: 100vh;
    width: 110%;
    background-position: center;
    background-size: contain;
    object-fit: cover;
    }
  .back-img{
    flex-direction: column;
    padding-top: 114%;
    margin-top: -111%;
  }
}

/* page 7 */

.bg-pic{
  background-image: url("../imgs/bar3.png");
  background-repeat: no-repeat;
  /* height: 100vh; */
  width: 100%;
  background-position: center;
  background-size: cover; 
  object-fit: cover;
  }

  .p4{
    font-family: DM Sans;
font-weight: normal;
font-size: 22px;
line-height: 29px;
letter-spacing: -0.3px;
color: #FFFFFF;

  }

  .butn {
    padding: 16px 32px;
    border: none;
    background:#ffffff;
    box-shadow: 0px 24px 34px rgba(32, 70, 100, 0.1);
    border-radius: 10px;
    color: #3198C9;
    box-shadow: none;
    text-shadow: none;
    opacity: 0.9;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 1;
    outline: none !important
  }
  
  .butn:hover {
    opacity: 1
  }
  
  .butn:active {
    transform: translateY(1px)
  }
  .line1{
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    color: white;
    margin-left: 17%;
   }

/* footer */

  .footer-container {
    width: 60%;
    margin-left: 17%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .menu > h1 {
    margin-bottom: 20px;
    font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 17px;
line-height: 22px;
letter-spacing: -0.231818px;
color: #FFFFFF;
  }
  .menu > a {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px; 
    letter-spacing: -0.204545px; 
    color: #FFFFFF;
    margin-bottom: 15px;
  }

.left-main{
  margin-top: 6%;
  align-items: flex-start;
}  
.p5{
  font-family: DM Sans;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 29px;
letter-spacing: -0.3px;
color: #FFFFFF;
}

.mail{
  background: transparent;
  border: transparent;
  box-shadow: none;
}  
.mail::placeholder{
  font-family: Roboto;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
opacity: 0.6;
}

.p6{
  font-family: DM Sans;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px; 
  letter-spacing: -0.204545px;
  color: #FFFFFF;

}
.last-line{
  margin-top: 6%;
}

@media( max-width: 960px){
  .footer-container{
   display: contents;
  }
  .left-main{
    margin-top: 7%;
  }  
  .p5{
    font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  }
  .mail::placeholder{
    font-family: Roboto;
  font-weight: normal;
  font-size: 20px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.6;
  }

  .menu > h1 {
    margin-bottom: 20px;
    font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 35px;
line-height: 50px;
letter-spacing: -0.231818px;
color: #FFFFFF;
  }
  .menu > a {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: normal;
    font-size: 22px;
    line-height: 35px; 
    letter-spacing: -0.204545px; 
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .p6{
    font-family: DM Sans;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px; 
    letter-spacing: -0.204545px;
    color: #FFFFFF;
  
  }
}

@media( max-width: 576px){
  .bg-pic{
    width: 688px;
    justify-content: center;
    align-items: center;
  }
  .left-main{
    margin-top: 7%;
  }  
  .p5{
    font-family: DM Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.3px;
  color: #FFFFFF;
  }
  .mail::placeholder{
    font-family: Roboto;
  font-weight: normal;
  font-size: 20px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.6;
  }
  .footer-container{
    display: contents;
  }
  .menu > h1 {
    margin-bottom: 20px;
    font-family: DM Sans;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 50px;
letter-spacing: -0.231818px;
color: #FFFFFF;
  }
  .menu > a {
    text-decoration: none;
    font-family: DM Sans;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px; 
    letter-spacing: -0.204545px; 
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .p6{
    font-family: DM Sans;
    font-weight: normal;
    font-size: 22px;
    line-height: 20px; 
    letter-spacing: -0.204545px;
    color: #FFFFFF;
  
  }
}
