@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
body{
    background: #101010b3;
}
.page-containe{
    margin-bottom: 8px;
}
header{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.navbar{
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.navbar .logo-container img{
    width: 148px;
    height: 40px;
}
.nav-buttons-container select{
    padding: 4px 10px;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    background: transparent;
    border-radius: 5px;
    margin-right: 20px;
    border: none;
}
.nav-buttons-container a{
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
    background-color: rgb(229, 9, 20);
    padding: 5px 10px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .1s ease-in-out;
}
.nav-buttons-container a:hover{
    background-color: rgb(199, 5, 15);

}
.hero-bg{
    position: absolute;
    top: 0;right: 0;left: 0;bottom: 0;
    z-index: -3;
}
.hero-bg img{
    height: 100%;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    width: 100%;
    object-fit: cover;
}
.bg-overlay{
    z-index: -1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0) 60%,
      rgba(0, 0, 0, 0.9) 100%
    );
}
.hero-main-text-container{
    color: #fff;
    width: 100%;
    height: calc(100vh - 87px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
.hero-main-text-container .hero-text1 h1{
    font-size: 2.9rem;
    letter-spacing: 1px;
    font-weight: 800;
}
.hero-main-text-container .hero-text2 p{
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.hero-main-text-container .hero-text3 h4{
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.hero-input-container{
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
}
.hero-input input{
    padding: 18px 250px 18px 10px; 
    border: 1px solid #fff;
    border-radius: 6px;
    background: #101010b3;
    color: #fff;
    font-weight: 400;
}
.hero-get-started-btn button{
    padding: 9px 20px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.5rem;
    color: #fff;
    background-color: rgb(229, 9, 20);
    border-radius: 6px;
    cursor: pointer;
}
.second-page-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    background-color: #000;
    color: #fff;
    padding: 90px 0;
}
.second-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.second-text h1{
    font-size: 3rem;
    font-weight: 800;
}
.second-text h5{
    font-weight: 400;
    font-size: 1.5rem;
}
.second-image .image{
    position: relative;
}
.second-image .image img{
    z-index: 6;
    position: relative;
}
.second-image .image .second-video{
    position: absolute;
    top: 97px;
    left: 75px;
    z-index: 5;
}
.third-page-container{
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 4em 0;
}
.third-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4em;
}
.third-text h1{
    font-weight: 800;
    font-size: 3rem;
}
.third-text h5{
    font-weight: 400;
    font-size: 1.5rem;
}
.third-image {
    position: relative;
}
.third-image img{
    width: 100%;
}
.third-page-container .bottom-image{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ffffffc3;
    border-radius: 20px;
    width: 60%;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 20%;
    background-color: #000000ec;
}
.third-page-container .bottom-image img{
    width: 58px;
    height: 80px;
    margin-right: 30px;
}
.side-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.side-text h6{
    font-size: 1rem;
    font-weight: 500;
}
.side-text p{
    color: blue;
    font-size: .8rem;
}
.fourth-page-container{
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 4em 0;
}
.fourth-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 4em;
}
.fourth-text h1{
    font-weight: 800;
    font-size: 3rem;
}
.fourth-text h5{
    font-weight: 400;
    font-size: 1.5rem;
}
.fourth-image {
    position: relative;
    min-width: 40%;
}
.fourth-image img{
    width: 100%;
}
.fourth-video{
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 5;
    overflow: hidden;
    max-width: 63%;
    max-height: 47%;
}
.fourth-image img{
    z-index: 6;
    position: relative;
}
.fourth-video video{
    width: 100%;
}
.fifth-page-container{
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 4em 7.8em;
    flex-wrap: wrap;
}
.fifth-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 4em;
}
.fifth-image img{
    width: 513px;
}
.fifth-text h1{
    font-weight: 800;
    font-size: 3rem;
}
.fifth-text h5{
    font-weight: 400;
    font-size: 1.5rem;
}
.text-container{
    flex-wrap: wrap;
flex-basis: 50%;
}
footer{
    background-color: #000;
    color: #ffffffcf;
}
footer a{
    color: #ffffffcf;
}
footer{
    display: flex;
    flex-direction: column;
    padding: 0 7.8em;
    padding-bottom: 5em;
}
.footer-box{
    margin-bottom: 1.3em;
}
.footer-box select{
    background-color: #101010b3;
    color: #fff;
    padding: .3em .6em;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 1rem;
}
.footer-links-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}
.footer-links-list li{
    flex: 0 0 22%;
    list-style: none;
    margin-bottom: 1em;
}
.footer-links-list li a{
    text-decoration: underline;
    font-size: .85rem;
}
@media (max-width : 992px){
    .second-image .image img{
        width: 100%;
    }
    .second-image .image .second-video{
        max-width: 73%;
        max-height: 54%;
        top: 55px;
        left: 45px;
    }
    .second-image .image .second-video video{
        width: 100%;
        height: 100%;
    }
    .page-container{
        padding: 0;
        margin-bottom: 5px;
        padding: 5rem 0;
    }
    .fifth-image img{
        width: 100%;
    }
    .third-page-container .bottom-image{
        width: 60%;
        min-width: 15rem;
        left: 17%;
        padding: 5px;

    }
    .third-page-container .bottom-image img{
        height: 3rem;
        width: auto;
    }
    h1{
        font-size: 1.7rem !important;
        text-align: center !important;
        font-weight: 700 !important;
    }
    h5{
        font-size: 1rem !important;
        text-align: center !important;
        font-weight: 500 !important;
    }
    .hero-input input{
        width: 100%;
        padding: 15px 100px 15px 10px;
    }
    .hero-get-started-btn button{
        padding: 11px 10px;
        border: none;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 1rem;
        color: #fff;
        background-color: rgb(229, 9, 20);
        border-radius: 6px;
        cursor: pointer;
    }
    .hero-input-container{
        justify-content: center;
        row-gap: 15px;
        column-gap: 0;
    }
    .hero-main-text-container{
        padding: 0 2.7rem;
    }
    .hero-main-text-container p , .hero-main-text-container h4{
        text-align: center !important;
    }
    .navbar{
        width: 100%;
        padding: 0 25px;
    }
    header{
        margin-top: 0px;
    }
    .navbar .logo-container img{
        width: 89px;
        height: 25px;
    }
    .nav-buttons-container select{
        padding: 4px 0 4px 7px;
        font-weight: 600;
        font-size: .7rem;
        letter-spacing: 1px;
        color: #fff;
        background: transparent;
        border-radius: 5px;
        margin-right: 10px;
        border: none;
    }
    .nav-buttons-container a{
        font-size: .8rem;
        color: #fff;
        border-radius: 5px;
        background-color: rgb(229, 9, 20);
        padding: 4px 7px;
        font-weight: 600;
        letter-spacing: 1px;
        transition: .1s ease-in-out;
    }
    .text-container{
        padding: 0 1em;
    }
    
    footer{
        display: flex;
        flex-direction: column;
        padding: 0 2em;
        padding-bottom: 5em;
    }
    .footer-box{
        margin-bottom: 1.3em;
    }
    .footer-box select{
        background-color: #101010b3;
        color: #fff;
        padding: .3em .4em;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 5px;
        font-size: .7rem;
    }
    .footer-links-list{
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
    }
    .footer-links-list li{
        flex: 0 0 calc(50% - 0.75rem);
        list-style: none;
        margin-bottom: 1em;
    }
    .footer-links-list li a{
        text-decoration: underline;
        font-size: .65rem;
    }
    .footer-box span{
        font-size: .8rem;
    }
}