@import url('https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nova+Mono&display=swap');

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: "Lato", sans-serif;
}
/*------------------------------------- BODY -------------------------------------*/
/*------------------------------------- NAVBAR -------------------------------------*/
.sec-1{
   
    background: linear-gradient(rgba(237, 70, 144, 0.9), rgba(85, 34, 204, 0.9)), url('Rectangle\ 12.png');
    /* height: 120vh; */
    background-size: cover;

}
/*------------------------------ HAMBURGER ------------------------------*/
.sidebar{
    position: fixed;
    top: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vh;
    background-color: #f2f4ff2c;
    backdrop-filter: blur(30px);
    gap: 5px;
}
.sidebar li{
    width: 120px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
}
.sidebar li:hover{
    background-color: gray;
}

.sidebar li a{
    color:black;
    font-weight: bolder;
}
#hamburger{
    display: none;
}

/*----------------------------------- LOGO -----------------------------------*/
.logo{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.logo h1{
    color: white;
}
.logo span{
    font-weight: bolder;
}
/*------------------------------------ NAVBAR ------------------------------------*/
nav{
    padding: 50px 0px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}
nav ul{
    display: flex;
    align-items: center;
    gap: 50px;
}
nav ul li a{
    color: white;
}
/*------------------------------- NAVBAR BUTTON -------------------------------*/
#btn-1{
    background-color: transparent;
    height: 40px;
    width: 100px;
    border: 1px solid white;
    border-radius: 18px;
    transition: 0.2s linear;
}
#btn-1 a{
    color: white;
}
#btn-1:hover{
background-color:#F5167E ;
}
/*----------------------- MAIN -----------------------*/
/* SECTION 1 */
.sec-1-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;

}
/*----------------------------- SECTION 1 IMAGE -----------------------------*/
.sec-1-img img{
    width: 100%;
}
/* -------------------- SECTION 1 TEXT  --------------------------------- */
.sec-1-text h1{
font-size: 40px;
color: white;
}
.sec-1-text p{
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;
    line-height: 30px;
    width: 300px;
}
/* --------------- SECTION 1 BUTTONS --------------- */
#btn-2{
    width: 140px;
    height: 40px;
    border: 1px solid white ;
    border-radius: 19px;
    background-color: #F5167E;
    margin-right:30px;
    transition: 0.2s linear;
}
#btn-2 a{
    color: white;
}
#btn-2:hover{
    background-color: transparent;
}
#btn-3{
    width: 140px;
    height: 40px;
    border: 1px solid white;
    border-radius: 19px;
    background-color: transparent;
    transition: 0.2s linear;
}
#btn-3 a{
    color: white;
}
#btn-3:hover{
    background-color: #F5167E;
}
/*--------------------------------------- SECTION 1 ALERT ---------------------------------------*/
.alert-container{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100px;
}
.alert{
    width: 90%;
   max-width: 1000px;
   height: 120px;
    background-color: #242565;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    position: absolute;
    top: auto;
    bottom: -50px;

}
.alert1{
    border-bottom: 1px solid #7778B0;
    width: 150px;
}
.alert1 h2{
    padding-bottom: 10px;
    color: white;
}
.alert1 p{
     color: white;
     padding-bottom: 10px;
}
#date{
    background-color: transparent;
    border: none;
    width: 120%;
    color: white;
    padding-bottom: 10px;
}
.options{
    background-color: #242565;
    border: none;
    color: white;
}
/*----------------------------------------- SECTION 2  -----------------------------------------*/
/*---------------------------------- SECTION 2 TEXT ----------------------------------*/
.sec-2{
    padding-top: 100px;
    padding-bottom: 30px;
}
.sec-2-text{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 50px;
}
.sec-2-text h1{
    font-size: 30px;
}
/*--------------------------------------- SECTION 2 OPTIONS ---------------------------------------*/
.sec-2-options{
    display: flex;
    align-items: center;
    gap: 10px;
    
    color:#1D275F;
}
.s-2-options{
    width: 100px;
    height: 30px;
    padding-left: 10px;
    background-color: #F2F4FF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
}
/*-------------------------------------- SECTION 2 CONTENT --------------------------------------*/
.sec-2-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 50px;
}
.s-2-c{
    width: 300px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 250px;
}
.s-2-c img{
    margin: 0 auto;
    width: 70%;
}
.s-2-ci{
    display: flex ;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}
.s-2-cii h3{
font-size: 12px;
    width: 20px;
padding-bottom: 20px;
}
.s-2-cii p{
font-size: 12px;
    width: 30px;
}
.s-2-ciii h2{
    font-size: 15px;
    width:200px;
    padding-bottom: 10px;

}
.s-2-ciii p{
    width: 230px;
}
/*----------------------------- SECTION 2 BUTTON  -----------------------------*/
.btn4{
    display: flex;
    align-items: center;
    justify-content: center;
}
#btn4{
    width: 120px;
    height: 40px;
    border: 1px solid #3D37F1;
    background-color: transparent;
    border-radius: 15px;
    transition: 0.2s linear;
    
}
#btn4:hover{
    background-color: #F5167E;
}
#btn4 a{
color: #3D37F1;
font-size: 15px;
}
/* <!------------------------------------- SECTION 3 -------------------------------------> */
/* <!------------------------------------- SECTION 3 CONTENT -------------------------------------> */
.sec-3{
    background-color: #EEE1FF;
    height: 250px;
}
.sec-3-content{
    display: flex;
    align-items: center;
     justify-content: center;
     gap: 150px;
}
.sec-3-content img{
    position: relative;
    width: 40%;
    bottom: 30px;
}
.sec-3-text p{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
    line-height: 25px;
}
.sec-3-text h1{
    font-size: 30px;
}
/* <!-------------------------------------SECTION 3 BUTTON  -------------------------------------> */
#btn5{
    width: 180px;
    height: 40px;
    background-color: #F5167E;
    border: none;
    border-radius: 18px;
    transition: 0.2s linear;
}
#btn5:hover{
    background-color: transparent;
}
#btn5 a{
    color: white;
    font-size: 15px;
}
/* <!------------------------------------- SECTION 4 ------------------------------------->*/
    .sec-4{
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .sec-4-text{
        text-align: center;
    }
    .sec-4-text h1{
        font-size: 30px;
    }
    .sec-4-text p{
        padding-top: 20px;
        margin: 0 auto;
        width: 400px;
        line-height: 25px;
    }
    /* <!------------------------------------- SECTION 4 CONTENT -------------------------------------> */
    .sec-4-content{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    /* ------------------------------------- SECTION 5 ------------------------------------- */
    .sec-5{
        padding-bottom: 50px;
    }
    .sec-5-text{
        text-align: center;
        padding-bottom: 40px;
    }
    .sec-5-text h1{
        font-size: 40px;
    }
    .sec-5-text p{
        padding-top: 20px;
    }
    /* -------------------------------------SECTION 5 CONTENT  -------------------------------------*/
    .sec-5-content{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .s-5-c{
        width: 330px;
        text-align: left;
    }
    .s-5-c img{
        width: 300px;
    }
    .s-5-c p{
        padding-top: 20px;
    }
    .ppp{
        color: #A5A5A5;
    }
    /* ------------------------------------SECTION 5 BUTTON  ----------------------------------- */
    .sec-5-btn{
        display: flex;
        align-items: center;
        justify-content:center;
        padding-top: 30px;
    }
    #btn6{
        width: 120px;
        height: 40px;
        border: 1px solid #3D37F1;
        background-color: transparent;
        border-radius: 15px;
        transition: 0.2s linear;
        
    }
    #btn6:hover{
        background-color: #F5167E;   
    }
    #btn6 a{
        color: #3D37F1;
    }
/* ------------------------------------FOOTER ----------------------------------- */
.sec-6{
    background-color: #0A075F;
    height: 300px;
    padding-top: 80px;
    
}
/*----------------------------------- SECTION 6 CONTENT -----------------------------------*/
.sec-6-content{
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 50px;
justify-content: space-around;
font-size: 15px;
}
/*----------------------------------- PART 1 -----------------------------------*/

.logo1{
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo1 img{
    width:8%;
}
.logo1 h1{
    color: white;
}
.logo1 span{
    font-weight: bolder;
}
.s-6-c1 p{
    color: white;
    width: 350px;
    padding-top: 20px;
    line-height: 25px;
    padding-bottom: 20px;

}
.s-6-c1-img{
    display: flex;
    align-items: center;
    gap: 10px;
}
.s-6-c1-img img{
    width: 20px;
}
/*---------------------------------- PART 2 ----------------------------------*/
.s-6-c2{
 display: flex;
 align-items: center;
 gap: 50px;
}
.s-6-ci{
    height: 165px;
 }
 .s-6-ci h1{
    color: white;
 }
 .s-6-ci a{
    color: white;
 }
 .s-6-ci ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
 }
 .s-6-cii{
    height: 160px;
 }
 .s-6-cii h1{
    color: white;
 }
 .s-6-cii a{
    color: white;
 }
 .s-6-cii ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
 }
 /*------------------------------------ PART 3 ------------------------------------*/
 .s-6-c3 h1{
  color: white;
 }
 .s-6-c3 p{
    color: white;
    width: 300px;
    padding: 20px 0 20px 0;
    line-height: 25px;
 }
 .contact{
    display: flex;
    align-items: center;
    background-color: white;
    border: none;
    padding-left: 10px;
    width: 250px;
    border-radius: 15px;
 }
#s-6-c3-input{
    height: 30px;
    width: 180px;
    background-color: transparent;
 border: none;
 font-size: 15px;   
}
#btn-7{
    width: 90px;
    height: 35px;
    border-radius: 15px;
    border: none;
    background-color:#F5167E ;
    transition: 0.2s linear;

}
#btn-7 a{
    color: white;
}
#btn-7:hover{
    background-color: transparent;
}
#btn-7 a:hover{
    color: black;
}


/*------------------------------------- MEDIA QUERIES -------------------------------------*/
/*---------------------------------------------- 1180PX ----------------------------------------------*/
@media screen and (max-width:1180px) {
    /*-----------------------NAVBAR  -----------------------*/
    .sidebar{
        display: flex;
    }
    #hamburger{
        display: block;
    }
    .hide-on-mob{
        display: none;
    
    }
    .sec-1-content{
        flex-direction: column;
    }
    .sec-1-text h1{
        width: 400px;
    }
}
/*---------------------------------------------- 640PX ----------------------------------------------*/
@media screen and (max-width:640px) {
    .sec-1{
    }
    .alert{
        padding: 0px 20px 0 20px;
    
    }
    .alert1{
        font-size: 10px;
    }
    #date{
        font-size: 10px;
    }
    .sec-2-text{
        flex-direction: column;
        gap: 30px;
    }
    .sec-3-content{
       
gap: 0;
    }
}
/*------------------------------------------625PX ------------------------------------------*/
@media screen and (max-width:625px)
{
.alert{
}
.sec-6{
    font-size: 10px;
    height: 70vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sec-4-text p{
    width: 250px;
    padding-bottom: 30px;
}
}




