*{
    margin:0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    color: white;
}
header{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 13%;
    background-color: transparent;
    transition: all ease .50s;
    z-index: 10000;
}
.logo{
    font-size: 32px;
    font-weight: 600;
    color: white;
}
.navlist{
    display: flex;
}
.navlist a{
    margin: 0 30px;
    padding: 2px;
    color: white;
    font-size: 15;
    font-weight: 500;
    border-bottom:  3px solid transparent;
    transition: all ease .5s;
}
.navlist a:hover{
    border-bottom: 3px solid white;
}
.navlist a.active{
    border-bottom: 2px solid white;
}
.rig-nav{
    display:  flex;
    align-items: center;
}
.rig-nav i{
    margin-right: 10px;
    font-size: 15px;
}
.btn{
    display: inline-block;
    padding: 9px 20px;
    border: 2px solid white;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    margin-right: 20px;
    color:  white;
    transition: all ease .5s;
}
.btn:hover{
    transform: scale(1.07);
    color: black;
    background: white;
}
#menu-icon{
    font-size: 42px;
    z-index: 10001;
    cursor: pointer;
    display: none;
}
section{
    padding: 0 13%;
}
.hero{
    width: 100%;
    height: 100vh;
    position: relative;

    background-size: cover;
    background: center bottom;
}








.container{
    padding-top: 200px;
}
.container h6{
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.container h1{
    font-size: 100px;
    line-height: 1;
    color: white;
    margin: 0px 0px 20px;
    font-family: "Anton", sans-serif;

}
.container h3{
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;

}
.container p{
    max-width: 100%;
    width: 550px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 2;
    font-size: 15px;
    margin-bottom: 50px;
}
.container p i{
    color: white;
    font-size: 20px;
    margin-right: 15px;
}
.container a{
    display: inline-block;
    text-decoration: none;
    color: black;
    background: white;
    border: 3px solid white;
    padding: 9px 25px;
    line-height: 1.4;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all ease .5s;
}
.container a:hover{
    transform:  scale(1.1);
    border: 3px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    color: white;
}
.container a.cta{
    border: 3px solid rgba(255, 255, 255, 0.75);
    color: white;
    background: transparent;
    margin-left: 20px;
    transition: all ease .5s;

}
.container a.cta i{
    margin-right: 15px;
}
.container a.cta:hover{
    color:  black;
    background: white;
    border: 3px solid white;
}
.social{
    position: absolute;
    bottom: 5%;
    left: 13%;
}
.social i{
    display: inline-block;
    color: white;
    margin-right: 30px;
    font-size: 25px;
    transition: all ease .5s;
}
.social h3{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}
.social i:hover{
    color: white;
    transform: translateY(-5px);
}
.images-box{
    position: absolute;
    bottom:15%;
    left: 13%;
    text-align: Right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.box{
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 30px 30px -4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all ease .5s;
}
.box-imag{
    height: 75px;
    width: 75px;
    object-fit: cover;
}
.box-imag img{
    width: 100%;
    height: auto;
    border-radius: 20%;
}
.box-text h5{
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}
.box-text a{
    font-size: 14px;
    font-weight: 500;
    color: #e7951a;
}
.box-text a i{
    margin-left: 5px;
}
.box-text h6{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
.box:hover{
    transform: translate(-5px);
    cursor: pointer;
    border: 2px solid white;
}
.free a{
    background: rgba(0, 0, 0, 0.1);
    padding: 1px 10px 1px 10px;
    border-radius: 5px;

    color: white;
    font-size: 16px;
    font-weight: 600;
}
.paid a{
    color: rgb(250, 195, 45);
    background: rgba(0, 0, 0, 0.1);
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
}


@media (max-width: 1450px){
    header{
        padding: 17px 8%;
    }
    .social{
        left: 8%;
    }
    .container{
        padding-top: 150px;
    }
}
@media (max-width: 1100px){
    .container h1{
        font-size: 80px;
        margin: 0px 0px 25px;
    }
    .container p{
        margin-bottom: 30px;
    }
    .container h6{
        margin-bottom: 20px;
    }
}
@media (max-width: 950px){
    header{
        padding: 17px 5%;
    }
    section{
        padding: 0 5%;
    }
    .social{
        left: 5%;
    }
}
@media (max-width: 860px){
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        width: 100%;
        height: 100vh;
        padding: 50px 50px;
        top: 0;
        right: 0;
        left: 100%;
        bottom: 0;
        display: flex;
        flex-direction: column;
        background: #d02d2b;
        transition: all ease .5s;
    }
    .navlist a{
        display: block;
        padding: 0px;
        margin: 0px 0px 40px 0px;
        font-size: 2.1rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.8);
        border-bottom: none;
    }
    .navlist a.active{
        border-bottom: none;
        color: white;
    }
    .navlist a:hover{
        border-bottom: none;
        color: white;
    }
    .navlist.open{
        left: 0;
    }
}
@media (max-width: 535px){
    .container h1{
        font-size: 70px;
    }
}
