h1{
    font-size: 96px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0px;
}
h2{
    font-size: 64px;
    text-transform: uppercase;
    margin: 0;
}
h2 a{opacity: .3;}
h3{
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
h4{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
h5{

    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;

}
h6{

    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;

}
p{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
hr{
    border-style: inset;
    border-color: black;
}
input{
    outline: none;
    padding: 0;
}
label, input{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
section{
    width: 100%;
    padding: 100px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    -moz-border-radius: 100px 100px 0 0;
    -ms-border-radius: 100px 100px 0 0;
    -o-border-radius: 100px 100px 0 0;
}
section:nth-child(1){padding-top: 10px;}
article{
    width: 100%;max-width: 1200px;
    display: flex;
    row-gap: 75px;
    justify-content: space-between;
}
#hi{
    position: sticky;
    border-radius: 50px;
    background: white;
    border: 0.5px solid #000;
    display: flex;
    flex-direction: column;
    gap: 45px;
    max-width: calc(1200px - 142px);
    padding: 50px 50px 50px;
}
#hi form{
    max-width: 100%;
    width: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}
#hi form hr{
    width: 100%;
    margin-left: 0;
}
#hi form div{
    max-width: 100%;
    width: 390px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}
#hi p a{
    width: 100%;
    display: block;
}
#hi p{
    width: 100%;
    max-width: 900px;
    margin:0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;}
#hi input{width: 75%;
    border: none;
}
#hi div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 60px;
}
#hi button{
    padding: 20px 70px;
    background-color: var(--orange-bc);
    position: absolute;
    bottom: 60px;
    right: 70px;
}
#hi button:hover, #faq button:hover{background-color: transparent;}
#hi input{

    background: none;

}

#how{
    background: var(--orange-bc);
    box-shadow: 0 200px 0 100px var(--orange-bc);
}
#how article{flex-direction: column;}
.steps{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step{
    display: flex;
    flex-direction: column;
    width: 385px;
    border-radius: 20px;
    border: 0.5px solid #000;
    box-sizing: border-box;
    padding: 25px;
    gap: 80px;
    background: white;
    text-align: start;
}
.step div{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.step div svg{
    width: auto;
    height: 165px;
}

.step div a{
    max-width: 62px;
    max-height: 62px;
    min-width: 62px;
    min-height: 62px;
    user-select: none;
    -webkit-user-select: none;
    cursor:default;
    border-radius: 50px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}

#faq{
    background: var(--light-gray-bc);
    box-shadow: 0 200px 0 100px var(--light-gray-bc);

}
#faq article{flex-direction: row;}
#faq article div{
    display: flex;
    flex-direction: column;
    gap:40px;
    width: 100%;
    max-width: 300px;
}
#faq div button{background-color: var(--orange-bc);}
#faq ul{
    list-style-type: none;
    padding: 0;
    width: 55%;
    margin: 30px 0 0;
}
#faq hr{margin: 40px 0 30px;}
#faq a{

    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
#faq li p{
    max-width: 88%;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
#faq li svg{

    max-width: 55px;
    min-width: 55px;
    max-height: 55px;
    min-height: 55px;

}
#faq ul button{padding: 15px 50px;}
#faq ul button:hover{background: var(--orange-bc);}


#testimonials{
    overflow: hidden;
    background: black;
    box-shadow: 0 200px 0 100px black;
}
#testimonials button{
    padding: 20px 80px;
    background: var(--orange-bc);
}
#testimonials article{
    flex-direction: column;
    gap:30px;
}
#testimonials article div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#testimonials h1{
    color: white;
    width: 100%;
}
#testimonials ul{

    min-width: 100%;
    position: sticky;
    height: 410px;
    padding: 0;
    gap: 22px;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
#testimonials li{
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 385px;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    border-radius: 20px;

}
#testimonials li div{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
#testimonials li div img{border-radius: 5px;}
#testimonials li p{

    font-size: 18px;
    font-weight: 400;

}
.testimonials-stars{
    gap: 5px;
    justify-content: flex-start !important;
}
.star{
    width: 22px;
    height: 22px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 20 19" fill="none"><path d="M3.825 19L5.45 11.975L0 7.25L7.2 6.625L10 0L12.8 6.625L20 7.25L14.55 11.975L16.175 19L10 15.275L3.825 19Z" fill="%23F9964D"/></svg>');
}


#phone{
    text-align: center;
    background: var(--light-gray-bc);
    box-shadow: 0 600px 0 200px var(--light-gray-bc);;
    flex-direction: column;
    gap: 200px;
}
#phone p{

    text-transform: uppercase;
}
#phone button{

    padding: 15px 50px;
    font-size: 12px;

    font-weight: 600;
}
#phone article{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#phone article form{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#number{
    position: sticky;
    gap: 30px;
    font-size: 12px;
    border-bottom: 1px solid black;
    padding: 15px 30px;
    flex-direction: row;
    display: flex;
}
#setcountry{
    z-index: 1020;
    position: sticky;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.menu{
    pointer-events: none;
    user-select: none;
    opacity: 0;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    gap: 15px;
    margin: 0;
    overflow: auto;
    z-index: 1010;
    position: absolute;
    width: auto;
    height: fit-content;
    border: 1px solid black;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    transition: 300ms linear;
    -webkit-transition: 300ms linear;
    -moz-transition: 300ms linear;
    -ms-transition: 300ms linear;
    -o-transition: 300ms linear;
}
.countryMenu{

    background-color: var(--light-gray-bc);
    padding: 65px 45px 15px 29px;
    top: 0;
    left: 0px;

}
#dropSvg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
#country-num{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.92px;
    text-transform: uppercase;}
#number input{
    width: 300px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    padding:0 0 5px 5px;
    border: none;
    background: none;
}

@media (max-width: 1330px) {
    #hi button{right: inherit;}
    .step{width: 32%; min-width: 260px; gap:40px;}
    #testimonials li {position: absolute; height: -webkit-fill-available;}
    #testimonials li:nth-child(2){
        transform: translateX(calc(100% + 21px));
        -webkit-transform: translateX(calc(100% + 21px));
        -moz-transform: translateX(calc(100% + 21px));
        -ms-transform: translateX(calc(100% + 21px));
        -o-transform: translateX(calc(100% + 21px));
    }
    #testimonials li:nth-child(3){
        transform: translateX(calc(200% + 42px));
        -webkit-transform: translateX(calc(200% + 42px));
        -moz-transform: translateX(calc(200% + 42px));
        -ms-transform: translateX(calc(200% + 42px));
        -o-transform: translateX(calc(200% + 42px));
    }

}
@media (max-width: 1200px) and (min-width: 1024px){
    section{padding-top: 150px}
}
@media (max-width:1200px) {
    h1{font-size: 64px;}
    h2{font-size: 32px;}
    h3{font-size: 20px;}
    p{font-size: 16px;}
    #hi{gap: 30px;}
    #faq article{flex-direction: column; position: sticky;}
    #faq article div{max-width: 100%; gap: 15px;}
    #faq article ul{width: 100%;}
    #faq ul{ margin-bottom: 145px;}
    #faq button{ position: absolute; bottom: 0;}
    #faq ul button{bottom: 0; right: inherit !important; }
    #faq button{right: 0; }
}
@media (max-width: 1024px) {
    
    .step div a{
        width: 45px;
        min-width: 45px;
        height: 45px;
        min-height: 45px;
    }
    .step div svg{
        height: 105px;
    }

}
@media (max-width: 920px){
    .steps{
        display: grid;
        grid-template-columns: repeat(2, 260px);
        grid-template-rows: repeat(4, auto);
        column-gap: 30px;
        row-gap: 60px;
        justify-content: center;
        justify-items: center
    }
    .step:nth-child(1){grid-area: 1 / 1 / 3 / 2;}
    .step:nth-child(2){grid-area: 2 / 2 / 4 / 3;}
    .step:nth-child(3){ grid-area: 3 / 1 / 5 / 2;}
}
@media (max-width:680px){

    input{font-size: 16px;}
    section{
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }
    #hi{
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: none;
        padding: 0;
        text-align: start;
        border: none;
        justify-content: start;
        gap: 0;

    }
    #hi h3{margin: 40px 0 10px;}
    #hi p{margin: 30px 0 40px;}
    #hi button{bottom: 0;}
    #faq ul {
        text-align: start;
    }
    #number{border: none; padding: 0;}
    #number input{width: 190px;border-bottom: 1px solid black; padding-bottom: 10px;}
    #faq li p{
        font-size: 20px;
    }

}
@media (max-width:570px) {
    section{
        padding-right: 20px;
        padding-left: 20px;
    }
    .steps {
        grid-template-columns: repeat(2, 190px);
        grid-template-rows: repeat(4, auto);
        column-gap: 30px;
        row-gap: 60px;
        justify-content: center;
    }
    .step{
        min-width: 180px;
        padding: 20px 10px 25px;
    }
    .step div a{font-size: 16px;
    }
    #phone article form {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width:425px){
    .steps {
        display: flex;
        gap: 30px;
    }
    .step{

        padding: 30px;
        width: 100%;
        max-width: 260px;
        gap: 20px;

    }
    .step svg{height: 165px !important;}
}
@media (max-width:380px){

    

}