@import url(../CCS/fonts.css);

:root {
    --ff-1: "SpaceMono";
    --ff-2: "LexendDeca";
    --txt-clr: #939CAA;
    --txt-ttl: #495567;
    --main-clr: #FCB72B;


}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;

}

/* HEADER START */
.header {
    max-width: 1440px;
    width: 100%;

}

.header__container {
    max-width: 1200px;
    width: 100%;
    margin: auto;

}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.header__nav {
    display: flex;
    margin-left: 50px;


}

.header__list {
    display: flex;
    column-gap: 32px;
    align-items: center;
    margin-top: 36px;

}

.header__item {
    color: var(--txt-clr);
    font-family: var(--ff-1);
    font-size: 15px;
    line-height: 25px;



}

.header__link {
    transition: .5s ease-in-out;
}

.header__link:hover {
    color: var(--main-clr);
}

.header__logo {
    width: 107px;
    height: 28.5px;
    color: var(--txt-ttl);
    margin-right: 58px;
    margin-top: 34px;

}

.all-btn {

    background: var(--main-clr);
    color: #FFFF;
    width: 180px;
    border: 1px solid #FCB72B;
    border-radius: 2px;
    height: 53px;
    font-family: var(--ff-1);
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;

}

.header__btn {
    background: var(--main-clr);
    color: #FFFF;
    width: 180px;
    border: 1px solid #FCB72B;
    border-radius: 2px;
    height: 53px;
    font-family: var(--ff-1);
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    margin-left: 511px;
    margin-top: 22px;
    transition: .5s ease-in-out;

}

.header__btn:hover {
    background-color: #FFFFFF;
    color: var(--main-clr);
}

.header__about-img {
    width: 100%;

}

.main__sects {
    display: flex;
    column-gap: 220px;
    margin-top: 120px;
    row-gap: 120px;
   
}
.main__sects-main{
    align-self: center;
}

.main__sects-ttl {
    width: 445px;
    height: 96px;
    font-family: var(--ff-1);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: var(--txt-ttl);
    margin-bottom: 24px;
}

.main__sects-p {
    width: 445px;
    height: 75px;
    font-family: var(--ff-2);
    font-size: 15px;
    font-weight: 400;
    color: var(--txt-clr);


}
.about__img2{
    margin-left: -100px;
}
.our__h1{

    text-align: center;
    font-family: var(--ff-1);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: var(--txt-ttl);
    margin-top: 120px;
}
.our__cards{
    display: flex;
    margin-top: 48px; 
    column-gap: 70px;
}
.our__card-h1{
    margin: 32px 0 27px;
    font-family: var(--ff-1);
    font-size: 24px;
    font-weight: 700;
     text-align: center;
    line-height: 28px;
    color: var(--txt-ttl);
}
.our__card-p{
    width: 350px;
    height: 75px;
    font-family: var(--ff-2);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: var(--txt-clr);

}
.faqs-sect{
    margin: 120px;
    font-family: var(--ff-1);
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: var(--txt-ttl);
}
.faqs__box{
    display: flex;
    column-gap: 150px;
}
.faqs__box1{
    display: flex;
    column-gap: 150px;
    margin-top: 70px;
}
.faqs__box-ttl{
    font-family: var(--ff-1);
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: var(--txt-ttl);
}
.faqs__conts{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.faqs__conts-ttl{
    font-family: var(--ff-1);
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: var(--txt-ttl);
    width: 730px;
    height: 92px;
    background: #F2F5F9;
    display: flex;
    align-items: center;
   
    border-radius: 10px;
}
.footer{
    width: 1440px;
    margin-top: 120px;
   
}

.footer__img-sect{
    background-image: url(../img/Mask.png);
    display: flex;
    height: 300px;
    column-gap: 335px;
    padding: 0 165px;
}
.footer__ttl{
    width: 415px;
    height: 96px;
    font-family: var(--ff-1);
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #FFFFFF;
    margin-top: 102px;
    

}
.footer__apps{
    display: flex;
    column-gap: 20px;
    margin-top: 122px;

}
.app__img{
    width: 160px;
    height: 55px;
}
.footer__cont{
    width: 1440px;
    background: #333A44;
    padding: 35px 0 ;
}


.footer__cont-exp{
    display: flex;
    column-gap: 571px;
}
.footer__link{
    color: #939CAA;
}
.footer__logo{
   color:  #FFFFFF;
   margin-left: 168px;
}