@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

img {
    max-width: 50%;
}

.logo {
    max-width: 15%;
}

h1,
h2 {
    font-family: 'Roboto';
    color: blue;
}

h1 {
    font-weight: 700;
    font-size: 4rem;
    max-width: 35%;
}

h2 {
    font-size: 2rem;
}

.sub_title {
    width: 30%;
    line-height: 1.7rem;
    word-spacing: 0.1rem;
    color: white;
}

.cta_btn {
    padding: 0.7em 2em;
    border-style: none;
    background-color: blue;
    border-radius: 0.2em;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2rem;
    margin-top: 1.2rem;
    margin-right: 1em;
}

.mini_testimonial {
    color: black;

    padding: 0em 0.5em;
    width: 33%;
}

span {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    letter-spacing: 0.2rem;


}

p {
    font-size: 1.2rem;
    font-family: 'open sans';
    letter-spacing: 0.03rem;

}

.one {
    background-image: url("pic/Tent.jpg");
    background-size: contain;
    background-repeat: no-repeat;

    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

.side {
    display: flex;
    align-items: center;
}

h1 {

    margin-top: 0;
}

.two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desc {
    width: 40%;
}

.benefits_img {
    width: 50%;
}

.three {
    display: flex;
    justify-content: space-between;
    background: rgba(173, 174, 177, 0.2);
    align-items: center;
}
.threee {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.four {
    background: rgba(173, 174, 177, 0.2);
}
.blk_name {
    color: rgb(2, 44, 16);
    font-weight: bold;
    font-size: 1.3rem;
}
.cards {
    display: flex;
}

.card {
    background-color: blue;
    color: white;
    padding: 1em 2em;
    border-radius: 0.5rem;
    max-width: 40rem;
    aspect-ratio: 5/2;
}

.card+.card {
    margin-left: 1rem;
}

.cards+.cards {
    margin-top: 1rem;
}

.flex {
    display: flex;
    align-items: center;
}

.testimonial_img {
    width: 30%;

}

.profile_info {
    width: 50%;
}

.partners_logo {
    width: 100%;
    display: flex;
    gap: 3rem;
    overflow: hidden;
}

.slider {
    margin-top: 0rem;

    padding: 0em 4em;
}

/* @keyframes scroll {
    0% {transform: translateX(0);}
    100% {transform: translatex(-1000%)}
  } */

.partners_section_title {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 8rem;
}

/* .partners_logo {
    display: flex;
    justify-content: space-around;
    
    align-items: center;
    
} */
.partners_img {
    width: 300px;
    height: 300px;
    animation: scroll 60s linear infinite;
}

.faq_card {
    display: flex;
    align-items: center;
    justify-content: baseline;
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    
}

.faq_img {
    width: 5%;
    border: 1px solid red;
}

.faq_card>p {}

.two,
.three,
.threee,
.four,
.five,
.body {
    padding: 6rem 2rem;
}

/* .container {
    padding: 4em 4em;
} */
.five {
    text-align: center;
    display: none;
}
.accordion {
    background-color: #c1bde9;
    color: black;
    cursor: pointer;
    padding: 1rem;
    width: 50%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    transition: 0.4s;
    margin-bottom: 1rem;
    border-radius: 0.3rem;
  }
  .accordion:hover {
    background-color: blue;
    color: white;
  }
  .active, .accordion:hover {
    background-color: #ccc; 
  }

footer {
    text-align: center;
    border-style: none;
    background: blue;
    color: white;
    padding-top: 4rem;
    padding-bottom: 1rem;
    display: flex;
}


.white_logo_img {
    width: 40%;
    height: 100%;
}

.page_footer {
    color: white;
    text-decoration: none;
    font-family: 'Roboto'
}

.page_footer+.page_footer {
    margin-left: 2rem;
}

.socialmedia_img {
    width: 2.5rem;
    padding: 2rem;
}

.attribute:hover {
    color: black;
    font-size: 1.5rem;
    padding: 1rem;
    border: 1px solid white;
    background: white;

}

@media(min-width: 1200px){
    .partners_logo {
        width: 100%;
    }

}
@media(min-width: 907px) {
    .menu-btn {
        display: none;
    }
}
@media(max-width: 906px) {

    .two,
    .side,
    .three,
    .cards {
        display: block;
    }



    h1 {
        max-width: 60%;
    }

    .sub_title {
        width: 70%;
    }




    .desc {
        width: 60%;
        margin-bottom: 6rem;

    }

    .benefits_img {
        width:100%;
        

    }

    .cards {
        width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    .card+.card {
        margin-top: 1rem;
        margin-left: 0;
    }
    .pages {
        display: none;
    }
    footer {
        display: block;
      }
      .white_logo_img {
        margin-left: auto;
        margin-right: auto;
      }
      .partners_logo {
        width: 300%;
    }
    @keyframes scroll {
        0% {transform: translateX(0);}
        100% {transform: translatex(-1000%)}
      } 
}


@media(max-width:600px) {

    .two,
    .side,
    .three,
    .cards {
        display: block;
    }
    .pages {
        display: none;
    }
    h1 {
        max-width: 100%;
        text-align: center;
        font-size: 4rem;
        margin-left: auto;
        margin-right: auto;
    }

    .sub_title {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .side {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;

    }

    .mini_testimonial {
        width: 100%;
    }
    



    .desc {
        width: 80%;
        margin-bottom: 6rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .benefits_img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        
        text-align: center;

    }

    .logo {
        max-width: 50%;
    }

    .card+.card {
        margin-top: 1rem;
    }

    .accordion {
        width: 100%;
        text-align: center;
    }
    .partners_logo {
        width: 500%;
    }
    @keyframes scroll {
        0% {transform: translateX(0);}
        100% {transform: translatex(-1000%)}
      } 
      footer {
        display: block;
      }
      .white_logo_img {
        margin-left: auto;
        margin-right: auto;
      }
      .hide {
        display: none;
      }

}
@media(max-width:385px) {
    h1 {
        text-align: center;
        font-size: 4rem;
        
    }

    .sub_title {
        text-align: center;
        width: 100%;
        
    }

    .cta-btn {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 0rem;
    }
    .mini_testimonial {
        
        text-align: center;
    }

}


