@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s;
}
.container {
    max-width: 85%;
    margin: 0 auto;
}
header {
    width: 100%;
    height: 100vh;
    background-image: url('./img/Rectangle\ 58.png');
    /* background-color: black; */
    background-size: cover;
}
nav {
    padding: 30px 0;
}
.head {
    position: absolute;
    z-index: -9999;
}
ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    position: relative;
}
li {
    margin: 0 30px;
}
li a {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #01010D;
    opacity: 0.8;
}
.nav-btn {
    padding: 15px 30px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    background: #1617DB;
    border-radius: 6px;
    border: none;
    color: white;
    cursor: pointer;
}
.active {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.header-text-jc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* margin-top: 100px; */
    height: 80vh;
}

.p-1 {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color:#1617DB;
    text-transform: uppercase;
}
.header-h1 {
    font-family: Poppins;
    font-size: 67px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #01010D;
    margin: 10px 0 25px 0;
}
.p-2 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #01010D;
    margin-bottom: 50px;
}
.buttons {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}
.btn-1 {
    display: flex;
    align-items: center;
    padding: 13.5px 56.64px;
    margin-left: 30px;
    border: 1px solid rgba(22, 23, 219, 0.2);
    border-radius: 6px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #6565EC;
    cursor: pointer;
}
.bn {
    margin-right: 10px;
}
.feature {
    font-family: Poppins;
    font-size: 51px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
    color:#01010D;
    text-transform: capitalize;
    margin: 95px 0 25px 0;
}
.f-p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #01010D;
    margin-bottom: 70px;
}
.section-jc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 93px;
}
.section-box {
    text-align: center;
}
.section-box h3{
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #01010D;
}
.section-box p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #01010D;
    opacity: 0.8;
}
.icon {
    height: 50px;
    display: flex;
    align-items: center;
}
.icon p{ 
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #1617DB;
}
.text h2 {
    font-family: Poppins;
    font-size: 51px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    color: #01010D;
    margin: 12px 0 25px 0;
}
.p-k {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #01010D;
    max-width: 485px;
    margin-bottom: 70px;
}
.img-w {
    display: flex;
    justify-content: space-between;
    margin-bottom: 158px;
}
.img-n {
    width: 311.89px;
    height: 400.32px;
    border: 3px solid #CCCCCC;
    border-radius: 64px;
}
.img-n img {
    width: 302.62px;
    height: 388.41px;
}
.n-1 {
    background-color: pink;
}
.n-2 {
    background-color: #6565ec93;
}
.n-3 {
    background-color: rgba(177, 158, 161, 0.651);
}
.video-jc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 158px;
    flex-wrap: wrap;
}
.video-img {
    margin-right: 120px;
}
.video-text h1 {
    font-family: Poppins;
    font-size: 51px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 485.96px;
    color: #01010D;
    margin-bottom: 25px;
}
.video-text p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #01010D;
    max-width: 440.37px;
}
.comment {
    height: 243.67115783691406px;
    width: 691.8448486328125px;
    left: 244.7626953125px;
    top: 3519.9771728515625px;
    border-radius: 10px;
    background-color: #F4F4F4;
    padding: 30px 50px;
    border: 2px dashed #ccc;
    margin-bottom: 162px;
}
.copm {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #01010D;    
}
.comment-jc {
    max-width: 420px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-text {
    width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.com-text h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
}
.com-text p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
}
.comment-img img {
    mix-blend-mode: multiply;
    filter: contrast(0);
}
footer {
    background: #F7F7F7;
    height: auto;
    padding-top: 50px;
}
.footer-jc {
    display: flex;
    justify-content: space-between;
}
.make {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
}
.foter-contact img{
    margin-right: 20px;
}
.footer-logo p{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    width:  169.45px;
    margin: 25px 0 20px 0;
}
a {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #01010D;
    text-decoration: none;
}
input {
    outline: none;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
}
.open {
    display: none;
}
.colose {
    height: 30px;
    background: url('../../img-1/1544641784.png');
    width: 30px;
    background-size: 100%;
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
@media screen and (max-width: 1389px) {
    header {
        height: 120vh;
    }
}
@media screen and (max-width: 1155px) {
    .img-w {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .img-n {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 936px) {
    .header-img img {
        width: 600px;
    }
}
@media screen and (max-width: 929px) {
    .footer-jc {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .footer-logo,
    .footer-peoduct,
    .footer-features,
    .footer-about,
    .footer-patpiska {
        margin:  20px;
    }
}
@media screen and (max-width: 936px) {
    .section-jc {
        flex-direction: column;
    }
    .section-img {
        margin: 50px 0;
    }
}
@media screen and (max-width: 785px) {
    ul {
        display: flex;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.806);
        border-radius: 20px;
        backdrop-filter: blur(20px);
        padding: 20px 0;
        transform: translateY(-400px);
    }
    .colose{
        display: block;
    }
    .open {
        display: block;
        position: absolute;
        top: 50px;
        right: 20px;
    }
    nav {
        height: 150px;
    }
    .comment {
        width: auto;
        height: auto;
    }
} 
@media screen and (max-width: 651px) {
    .header-img img {
        width: 450px;
        margin: 50px 0;
    }
    .head img {
        display: none;
    }
    .video-img {
        width: 100%;
        justify-content: center;
        display: flex;
        text-align: center;
    }
    .video-img img {
        width: 400px;
        display: flex;
        justify-content: center;
        text-align: center; 
    }
}
@media screen and (max-width: 565px) {
    .comment-img img {
        display: none;
    }
}
@media screen and (max-width: 481px) {
    .header-img img {
        width: 350px;
        margin: 10px 0;
    }
    .buttons {
        flex-wrap: wrap;
    }
    .btn-1 {
        margin: 20px 0 0 0;
    }
    .section-img img {
        width: 300px;
    }
} 