/* NAVBAR */
@media (min-width: 768px) and (max-width: 1200px) {
    header{
        padding: 22px 3rem;
    }
}

@media (max-width: 820px) {
     header{
        padding: 22px 2rem;
    }
}

@media (max-width: 820px) {
    #head-btn-1{
        display: none;
    }
}

@media(max-width:768px){
    
    header{
        padding: 22px 2rem;
    }

    .navbar .header-btn{
        display: none;
    }

}

@media(max-width:576px){
    header{
        padding: 22px 1rem;
    }
}



/* HERO */

@media (min-width: 768px) and (max-width: 1200px) {
    .hero-section{
        height: 50vh;
    }

    .overlay{
        height: 50vh;
    }
    
    .hero-content{
        padding: 0 3rem;
        gap: 0;
    }

    .hero-content h1{
        font-size: 4rem;
    }
}

@media (max-width: 820px) {
    .hero-content{
        padding: 0 2rem;
    }
}

@media(max-width:768px){
    .hero-section{
        height: 70vh;
    }

    .overlay{
        height: 70vh;
    }

    .hero-content{
        width: 75%;
        padding: 0 2rem;
        gap: 0;
    }
}


@media(max-width:576px){
    .hero-section{
        height: 100vh;
    }

    .overlay{
        height: 100vh;
    }

    .hero-content{
        padding: 0 1rem;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .hero-content h1{
        font-size: 42px;
    }
    
    .hero-buttons{
        flex-direction: column;
    }

    .hero-button{
        margin-bottom: 20px;
        margin-right:0;
    }

}

/* ABOUT */

@media (min-width: 768px) and (max-width: 1200px) {
    section.About{
      padding: 6rem 3rem;
    }

    .about-wrapper{
        gap: 3rem;
    }

    .about-img-box img {
        width: 100%;
        height: 100%;
        aspect-ratio: 4 / 5;
    }

    .about-content-box .about-content h2 {
      font-size: 34px;
    }

    .about-content-box p {
      margin-bottom: 15px;
    }

    .about-group .about-items li {
      margin-bottom: 6px;
    }

    .about-content-box .exp-text {
      padding: 15px;
      margin-bottom: 20px;
    }

    .about-content-box h2 {
      font-size: 28px;
      line-height: 1.5;
      margin-bottom: 10px;
    }
}

@media (max-width: 820px) {
  section.About {
    padding: 5rem 2rem;
  }

  .about-wrapper{
        gap: 2rem;
  }

  .about-img-box img {
    width: 100%;
    height: 100%;
  }

  .about-content-box .exp-text{
     margin-bottom: 10px;
  }

  .about-content-box p {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .about-group .about-items li {
    font-size: 15px;
  }

  .about-content-box .exp-text h1 {
    font-size: 60px;
  }

  .about-content-box h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  .about-content-box .about-content h2{
        font-size: 28px;
  }

  .about-button {
    padding: 10px 20px;
    width: 165px;
    margin-top: 15px;
  }
}

@media(max-width:768px){
    section.About{
    padding: 6rem 2rem;
    }

    .about-img-box img {
    width: 100%;
    height: auto;
    }

    .about-content-box .exp-text h1 {
    font-size: 55px;
    line-height: 35px;
    }

    .about-content-box .about-content h2 {
        font-size: 24px;
    }

    .about-group .about-items li {
        line-height: 1;
    }

}

@media(max-width:576px){
    section.About {
    padding: 6rem 1rem;
    }

    .about-wrapper{
        display: block;
    }

    .About .title{
        margin-bottom: 30px;
    }

    .about-img-box img {
      width: 100%;
    }

    .about-img-box {
    margin-bottom: 1rem;
    }

    .about-group .about-items li {
      margin-bottom: 5px;
    }

    .about-content-box .about-content h2 {
        font-size: 26px;
    }

    .about-button{
        width: 100%;
    }

}


/* PROCESS */

@media (min-width: 768px) and (max-width: 1200px) {
   section.Process {
    padding: 6rem 3rem;
   }

   .process-items {
    width: 100%;
    }

   .process-icons {
    width: 105px;
    height: 105px;
    }

    .process-content h4 {
    font-size: 20px;
    }

   .process-content p {
    color: #ffffffb3;
    font-size: 14px;
   }
}

@media (max-width: 820px) {
   section.Process {
    padding: 6rem 2rem;
   }
}

@media (max-width: 768px) {
   section.Process {
    padding: 6rem 2rem;
   } 

   .process-wrapper{
      gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    section.Process {
    padding: 6rem 1rem;
   } 

   .process-title h2 {
    margin-bottom: 0;
    font-size: 24px;
   }

    .process-wrapper{
      flex-direction: column;
      gap: 2rem;
    }

    .process-icons {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    }

    .process-icons span {
    font-size: 40px;
    }

    .process-content h4 {
      margin-bottom: 5px;
    }
}

/* CAROUSEL */

@media (min-width: 768px) and (max-width: 1200px) {
    section.carousel {
    padding: 6.5rem 3rem;
    }

    .card-wrapper .cards {
    height: 23rem!important;
    }
}

@media (max-width: 820px) {
    section.carousel {
    padding: 6.5rem 2rem;
    }
}

@media(max-width:768px){
    section.carousel {
    padding: 6.5rem 2rem;
    }
}

@media(max-width:576px){
    section.carousel {
    padding: 6.5rem 1rem;
    }
}

/* CONTACT FORM */

 @media (min-width: 768px) and (max-width: 1200px) {
    section.FAQ-Quote{
    padding:6rem 3rem;
    }

    .form-card {
      margin-left: 100px;
      padding: 40px;
      width: 80%;
    }

    .FAQ-Quote-wrapper .faq-wrapper .title h2 {
      font-size: 35px;
    }

    .accordian {
      margin: 5px 0;
    }

    .question h2 {
      font-size: 18px;
    }

    .input-box input {
        height: 40px;
    }
}

@media(max-width:820px){
    section.FAQ-Quote{
    padding:6rem 2rem;
    }

    .Form-wrapper{
        width: 70%;
    }

    .form-card{
        padding: 30px;
    }

    .form-card .title {
    margin-bottom: 10px;
    }
}

@media(max-width:768px){
    section.FAQ-Quote{
      padding:6rem 2rem;
    }

    .form-card {
      margin-left: 45px;
      padding: 40px 30px 40px;
      width: 80%;
    }

    .accordian {
      padding:0.5rem;
      margin: 5px 0;
    }

    .question h2 {
      font-size: 15px;
    }

    .FAQ-Quote-wrapper .faq-wrapper .title h2 {
      font-size: 28px;
    }

    .input-box input {
      height: 35px;
    }

    .icon{
        font-size: 1rem;
    }
}

@media(max-width:576px){
    section.FAQ-Quote{
      padding:6rem 1rem;
    }

    .FAQ-Quote-wrapper {
      flex-direction: column;
      gap: 1rem;
    }

    .Form-wrapper {
      width: 100%;
    }

    .form-card {
      margin:0;
      width: 100%;
      padding: 30px;
    }

    .FAQ-Quote-wrapper .faq-wrapper .title h2 {
      font-size: 30px;
    }

    .accordian {
      padding: 0.5rem;
      margin: 8px 0;
      padding-left: 15px;
    }

    .question{
        height: 5vh;
    }

    .question h2 {
      font-size: 14px;
    }

    .answer p {
      font-size: 0.7rem;
    }

    .input-box input {
      margin: 5px 0;
    }

    .icon{
      font-size: 1rem;
    }
}

/* OUTLOOK */

@media (min-width: 768px) and (max-width: 1200px) {
    section.Outlook {
    padding: 6rem 3rem;
   }

   .outlook-img-box {
    width: 100%;
   }

   .outlook-content-box {
    width: 100%;
    }

    .outlook-wrapper{
    display: flex;
    gap: 8rem;
   }

   ul.outlook-list-items {
    padding-top: 1.5rem;
   }

   .outlook-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-top: 5px;
    }

}

@media (max-width: 820px) {
    section.Outlook {
    padding: 6rem 2rem;
   }

   .outlook-content-box h2 {
    margin-bottom: 10px;
    font-size: 32px;
    }

    .outlook-wrapper {
        display: flex;
        gap: 3rem;
    }

    .outlook-img-box .main-img {
    width: 85%;
    }

    .outlook-img-box .main-img-2 {
    width: 120px;
    }

    .outlook-img-box .main-img-3 {
    width: 120px;
    left: 255px;
    }

    .outlook-img-box .img-box-list .icon {
    width: 50px;
    height: 50px;
    }

    .outlook-content-box p {
        font-size: 0.9rem;
    }

    .outlook-content-box .list-content p {
        font-size: 0.7rem;
    }

    .outlook-list-items .list-content h3{
    font-size: 16px;
    }

    .outlook-list-items li {
    padding: 10px 15px;
    gap: 20px;
    margin-bottom: 18px;
    }

    ul.outlook-list-items {
        padding-top: 1rem;
    }

    .img-box-list .exp {
    font-size: 20px;
    }

    .outlook-list-items .icon {
    width: 35px;
    height: 35px;
    font-size: 24px;
    margin-right: 0;
    }

    
    .outlook-img-box .img-box-list {
    padding: 10px;
    }

}

@media (max-width: 768px) {
  section.Outlook {
    padding: 6rem 2rem;
   }

    .outlook-content-box h2 {
        font-size: 28px;
    }

    .outlook-wrapper {
        gap: 4rem;
    }

    .outlook-list-items li {
        gap: 15px;
    }

    .outlook-content-box h4 {
    font-size: 13px;
    margin-bottom: 4px;
    }

    .outlook-content-box p {
        font-size: 0.8rem;
    }

    .outlook-img-box .main-img-3 {
        width: 100px;
        left: 240px;
    }

    .outlook-img-box .main-img-2 {
        width: 110px;
    }

    .outlook-list-items li {
        margin-bottom: 12px;
    }

    .outlook-btn{
        padding: 5px 10px;
        font-size: 0.78rem;
        margin-top: 5px;
    }

    .outlook-list-items .icon {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .outlook-content-box .list-content p {
        font-size: 0.6rem;
    }

    .outlook-list-items .list-content h3 {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
   section.Outlook {
    padding: 6rem 1rem;
   }

   .outlook-wrapper {
        flex-direction: column;
        gap: 3rem;
    }

    .outlook-img-box {
    width: 100%;
    position: relative;
   }

   .outlook-content-box {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
   }

   .outlook-img-box .img-box-list .icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .outlook-img-box .main-img {
    margin-left: 25px;
    }

    .outlook-img-box .img-box-list {
    width: 92%;
}

}



/* MISSION */

@media (min-width: 768px) and (max-width: 1200px) {
   section.Mission {
    padding: 6rem 3rem;
   }

   .mission-wrapper{
    gap: 2rem;
   }

   .mission-items-wrapper .mission-items p {
    font-size: 10px;
   }

    .mission-items-wrapper .mission-items h2 {
    font-size: 12px;
   }

   .mission-items-wrapper .mission-items span {
    font-size: 32px;
   }

   .mission-content p {
    font-size: 14px;
   }

   .mission-content h4 {
    font-size: 14px;
   }

   .mission-content h2 {
    font-size: 28px;
   }

   .mission-content-box {
    gap: 0.5rem;
   }

   .mission-btn {
    padding: 10px 20px;
    width: 165px;
   }
}

@media (max-width: 820px) {
   section.Mission {
    padding: 6rem 2rem;
   }

    .mission-wrapper {
        gap: 1rem;
    }

    .mission-img-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    height: 100%;
    }

    .mission-content h2 {
        font-size: 26px;
    }

    .mission-items {
    padding: 5px 10px 5px 0;
    }

    .mission-items-wrapper .mission-items span {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
   section.Mission {
    padding: 6rem 2rem;
   } 

    .mission-wrapper {
      gap: 1.5rem;
      flex-direction: row;
    }

   .mission-img-box img{
    display: none;
    }

    .mission-img-box .pad-img {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 5;
    }

    .mission-items {
      width: 100%;
      border-bottom: none;
    }

    .mission-content h2 {
      font-size: 25px;
    }

    div#m3,div#m1{
      border-bottom: 0;
    }

    .mission-items-wrapper {
      gap: 10px;
    }

    .mission-wrapper {
      gap: 1.5rem;
    }

    .mission-btn{
        margin-top: 5px;
    }
}

@media (max-width: 576px) {
    section.Mission {
    padding: 6rem 1rem;
   } 

   .mission-items-wrapper{
    padding: 15px 0;
    }

   .mission-img-box img{
    display: block;
    aspect-ratio: 1;
    }

    .mission-img-box .pad-img{
    display: none;
    }

    .mission-group{
        gap: 10px;
    }

    .mission-content p{
    font-size: 14px;
    }

    .mission-content h2 {
        font-size: 25px;
    }

    div#m2 {
        margin-left:0;
    }

    div#m1,div#m3 {
    padding-bottom: 0;
    }

    div#m1 {
    padding-bottom: 0px;
    }
        
    .mission-items-wrapper .mission-items span {
        font-size: 25px;
    }

    .mission-btn{
        margin-top: 5px;
        padding: 10px 20px;
        width: 100%;
    }

    .mission-wrapper {
      flex-direction: column-reverse;
    }

}


/* @media (min-width: 768px) and (max-width: 1200px) {
    section.Contact-form {
    padding: 3rem 3rem;
    }
}

@media(max-width:768px){
    section.Contact-form {
    padding: 3rem 2rem;
    }
}

@media(max-width:576px){
    section.Contact-form {
    padding: 3rem 1rem;
    }

    .form-wrapper {
        display: block;
        padding: 25px;
    }

    .form-content{
        padding: 20px 0;
        gap: 1rem;
    }

    .input-box{
    padding: 5px 0;
    }

    .form-card {
    padding:20px;
    }

    .user-details .input-box input {
    height: 35px;
    font-size: 12px;
    padding-left: 10px;
    }

    .user-details .form-button{
    margin-top: 10px;
    }

    .form-links a {
    padding: 5px 0;
    }
} */

/* CONTACT */

@media (min-width: 768px) and (max-width: 1200px) {
    section.contact {
    padding: 6rem 3rem;
    }
}

@media(max-width:768px){
    section.contact {
    padding: 6rem 2rem;
    }
}

@media(max-width:576px){
    section.contact {
    padding: 3rem 1rem ;
    }

    .contact-card{
        height: auto;
        width: 100%;
        max-width: none;
    }
}


/* FULL PREVIOUS */


@media(max-width:1024px){
    .hero-TP .container{
        padding:50px 50px
    }

    .content-box .content h1{
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    }
}

@media(max-width:992px){

    .toggle-btn{
        display: block;
    }

    .navbar .links ,
    .navbar .action-btn{
        display: none;
    }

    .dropdown-menu{
        display: block;
    }

    .action-btn{
       margin: 10px;
    }

    .hero-TP .container{
        padding:50px 30px;
    }

    .img-box{
        height: 45vh;
    }

    .content-box{
        padding: 0;
    }

    .content-box .content h1{
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    padding: 0;
    }

    section.hero-main{
        padding-top: 100px;
    }

    .carousel-content {
       display: block;
       padding-left: 0;
    }

    .contact-card{
        flex-direction: column;
        text-align: center;
        height: 200px;
        justify-content: center;
    }
}

@media(max-width:576px){
    html,body{
        overflow-x: hidden;
    }

    .hero-TP .container{
        padding:50px 20px
    }

    .img-box{
        height:60vh
    }

    .content-box{
        gap: 2rem;
        padding: 0;
    }

    .content-box .content h1{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    }

    .text-box{
        padding: 40px 30px;
    }

    section.carousel {
        padding: 2.5rem 1.5rem;
    }

    .carousel-card {
        display: block;
        padding: 0;
    }

    .cards{
        width: 100% !important;
        margin: 15px 0;
    }

    section.outlook{
        padding: 4rem 2rem;
    }

    .outlook-box{
        display: block;
    }

    .outlook-box .outlook-image img{
    width: 295px;
    height: 410px;
    border-radius: 10px;
    }

    .outlook-content h1 {
    font-size: 28px;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0;
    }  

    .outlook-content p{
    font-size: 14px
    }

    .outlook-content {
    padding: 0 0 2rem 0;
    }

    .Contact-wrapper{
        flex-direction: column;
    }

    .form-para h1{
        font-size: 2.5rem;
    }

    .content-box .content p {
    padding-top: 1rem;
    color: #fff;
    font-size: 0.8rem;
    width: 80%;
    }

    .outlook-img-box .main-img-2 {
        width: 100px;
    }

    .contact-card{
        height: 160px;
    }
}

/* FOOTER */

@media (min-width: 768px) and (max-width: 1200px) {
    .footer{
        padding: 0 3rem;
    }

    .footer-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .quote{
        padding: 40px 30px;
    }

    .quote-text h3{
        font-size: 26px;
    }
}


@media (max-width:820px) {
    .quote-text h3 {
        font-size: 22px;
    }

    .form-grp input{
        padding: 13px 20px 13px 20px;
    }

    .footer-wrapper .form-button {
        right: 4rem;
    }
}


@media (max-width:768px){
    .footer{
        padding: 0 2rem;
    }

    .footer-wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .quote{
        flex-direction: column;
        padding: 30px;
    }

    .quote-text {
        margin-bottom: 30px;
        text-align: center;
    }

    .form-grp input{
    width: 100%;
    border: none;
    background: #d9d9d9;
    border-radius: 100px;
    padding: 15px 50px 13px 20px;
    }

    .footer-wrapper .form-button {
        right: 4rem;
    }

    .quote-button{
        padding: 12px 22px;
    }
}


@media (max-width:576px){
    .footer{
        padding: 0 1rem;
    }

    .footer-wrapper{
        display: block;
    }

    .footer-mail{
        margin-bottom: 30px;
    }

    .form-grp input{
        padding: 13px 20px 13px 20px;
    }

    .footer-wrapper .form-button {
        right: 3rem;
    }

    .footer-services{
        margin-bottom: 30px;
    }

    .footer-links{
        margin-bottom: 30px;
    }

    .footer-information{
        margin-bottom: 30px;
    }

    .quote-text h3{
        font-size: 25px;
    }

    .footer-bottom{
        flex-direction: column;
    }

    .copyright-text{
        margin-bottom: 10px;
    }
}
