/* NAVBAR */
@media (min-width: 768px) and (max-width: 1200px) {
    header{
        padding: 22px 3rem;
    }
}

@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: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;
    }

}

/* ABOUT */

@media (min-width: 768px) and (max-width: 1200px) {
    section.About{
    padding: 6rem 3rem;
    }

    .about-img-box img{
      width: 340px;
      height: auto;
    }

    .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-img-box img {
    width: 280px;
    height: auto;
  }

  .about-content-box .exp-text{
     margin-bottom: 10px;
  }

  .about-content-box p {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .about-content-box .exp-text h1 {
    font-size: 60px;
  }

  .about-content-box h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

@media(max-width:768px){
    section.About{
    padding: 6rem 2rem;
    }

    .about-img-box img {
    width: 280px;
    height: auto;
    box-shadow: -40px 40px 0 0 #A51808;
    margin: 0 40px 40px;
    }

    .about-content-box .exp-text h1 {
    font-size: 55px;
    line-height: 35px;
    }

}

@media(max-width:576px){
    section.About {
    padding: 6rem 1rem;
    }

    .about-wrapper{
        display: block;
    }

    .About .title{
        margin-bottom: 30px;
    }

    .about-img-box img {
        box-shadow: -25px 25px 0 0 #A51808;
        margin: 0 25px 25px;
    }

    .about-img-box {
    margin-bottom: 2rem;
    }

    .about-content-box .exp-text {
    padding: 10px;
    }

}


/* 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 3rem;
   }
}

@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: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){
    .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;
    }
}


/* @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;
    }

    .outlook-btn{
        font-size: 16px;
        margin-top: 2rem;
    }

    .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%;
}
}

/* 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: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;
    }

    .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;
    }

    .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;
    }
}
