body{
    margin: 0;
}
.Container1{
    margin: 0;
    padding: 0;
}
.First-content{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 40rem;
}
.Outside-navbar{
    background-color: #101116;
    padding-top: .7rem;
}
.Navbar{
    display: flex;
    align-items: center;
    color:  white;
    justify-content: space-between;
    margin: 0 4rem;
    width: 80%;

}
.Logo-navbar{
    color: #65f4f4;
    font-family: oldenburg;
    font-size: 1.3rem;
}
.Option-navbar{
    display: flex;
    list-style: none;
    justify-content: space-around;
    width: 35rem;
}
.Option-navbar-activate{
    background-color:#65f4f4 ;
}
.Option-navbar li{
    width: 10rem;
    border-radius: 1rem;
    padding: .7rem 1rem;
    font-size: 1.1rem;
    font-family: oldenburg;
    text-align: center;
    cursor: pointer;
}
.Option-navbar li:hover{
    background-color: #5b6284;
    letter-spacing: .1rem;
}
.First-content-sentence{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 8rem;
}
.First-content-sentence p{
    font-size: 4rem;
    width: 63%;
    color: white;
    font-weight: 700;
    font-family: Dosis;
    line-height: 90px;
}
 /* adding class activate */
.First-content-sentence{
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.First-content-sentence.activate{
opacity: 1;
transform: translateY(0px);
}
/* ----------------------- */

 /* adding class activate */
 .Second-inner-content{
    opacity: 0;
    transition: all 1s ease;
transform: translateY(10px);

}
.Second-inner-content.activate2{
opacity: 1;
transform: translateY(-30px);

}
/* ----------------------- */

#scrollToTopBtn{
    opacity: 0;
    transform: translate(100px,-50px);
    transition: all 1s ease;
}
#scrollToTopBtn.activate1{
opacity: 1;
transform: translate(0px,0px);
}
/* ----------------------- */
.Second-content{
    height: 25rem;
    display: flex;
    justify-content: center;
}
#scroll-left,  
#scroll-right {  
    background-color: rgb(0, 0, 0);
    color: white;
    border: none;
    opacity: .9;
    padding: 1rem;
    cursor: pointer;
    height: 4rem;
    z-index: 3;
    position: relative;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    transform: translateY(9rem);
    border-radius: 50%;
}  

#scroll-left:hover,  
#scroll-right:hover {  
    background-color: #65f4f4; /* Darken on hover */  
}  
.Second-inner-content{
    display: flex;
    scroll-behavior: smooth;
    overflow-x: hidden;
    padding: 3rem 0rem 3rem 1rem;
    transform: translateY(-4rem);
    z-index: 2;
    width: 58rem;
    border-radius: .3rem;
    background-color: white;
    justify-content: space-between;
}
.Image-outside-hidden{
    position: relative;
}
.Image-hidden{
    width:16rem;
    height:16rem;
    margin-top: 2rem;
    margin-right: 3rem;
}
.Third-content{
    display: flex;
    justify-content: center;
    transform: translateY(-6rem);
}
.Third-inner-content{
    width: 85%;
    padding: 4rem 3rem;
}
.Element{
    display: flex;
    justify-content: space-between;
}
.Second-side-element-title{
    font-size: 2rem;
    font-weight: 700;
    font-family: Dosis;
    color: #1e2754;
    
}
.Second-side-element{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
}
.Second-side-element-description{
    margin-top: 2rem;
    line-height: 1.6;
    font-weight: 200;
    font-size: 1.2rem;
}
.Image-advertisement{
    border-radius: 1rem;
    width: 25rem;
}
.Outside-element{
    margin-top: 5rem;
}
.Arrow-up{
    width: 4rem;
    height: 4rem;
    background: #5fc8c8;
    position: fixed;
    z-index: 3;
    top: 86%;
    right: 4%;
    border: 3px solid white;
    border-radius: 1rem;
    color: white;
    display: flex;
    align-items: center;
}
.Inside-arrow-up{
    text-align: center;
    width: 100%;
}
.Inside-arrow-up i{
    font-size: 1.5rem;
}
@media (max-width:1029px) and (min-width:720px){
    .Second-inner-content{
        width: 39rem;
    }
}

@media (max-width:719px) {
    .Second-inner-content{
        width: 20rem;
    }
}
@media (max-width:1100px) and (min-width:800px){
  
    .Third-inner-content{
        width: 100%;
    }
    .Image-advertisement{
        width: 20rem;
    }
   
}
@media(max-width:750px) and (min-width:716px){
    #scroll-right{
        transform: translate(-2rem,9rem) !important;

    }
}
@media (max-width:1100px){
    #scroll-left{
        transform: translate(2rem,9rem);
    }
    #scroll-right{
        transform: translate(-4rem,9rem);
    }
}

@media(max-width:410px){
    #scroll-left,#scroll-right{
        position: absolute;
    }
    #scroll-right{
        transform: translate(7rem, 9rem);
    }
    #scroll-left{
        transform: translate(-9rem, 9rem);

    }
}
@media (max-width:799px) and (min-width:625px){
    .Third-inner-content{
        width: 100%;
        padding: 4rem 1rem;
    }
    .Image-advertisement{
        width: 15rem;
    }
   
}
@media (max-width:624px) {/*fix the code*/
   
    .Third-inner-content{
        width: 100%;
        padding: 4rem 1rem;
    }
    .Image-advertisement{
        width: 25rem;
        margin-top: 2rem;
    }
    .Element {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .Second-side-element-description{
        margin-top: 0rem;
    }
 
}

@media (max-width:900px) and (min-width:490px){
    .Navbar{
        height: 11rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .Option-navbar li{
        width: 8rem;
        padding: .9rem 0rem;
        font-size: 1rem;
    }
    .Option-navbar li:hover{
        background-color: #5b6284;
        letter-spacing: 0;
    }
}
@media (max-width:447px){
    .Navbar{
        height: 7rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        margin: 0 1rem;
    }
    .Option-navbar {
    width: 21rem;
    }
    
    .Option-navbar li:hover{
        background-color: #5b6284;
        letter-spacing: 0;
    }
}
@media (max-width:900px) and (min-width:700px){
    .First-content-sentence p {
        font-size: 3rem;
        width: 70%;
        color: white;
        line-height: 65px;
    }
}
@media (max-width:699px) {
    .First-content-sentence p {
        font-size: 2rem;
        width: 80%;
        color: white;
        line-height: 45px;
    }
}
/*  */
@media (max-width:1056px) {
    .Inside-logo-navbar {
       width: 15rem !important;
    }
}
@media (max-width:900px) and (min-width:720px){
    
    .Option-navbar {
    width: 40rem;
    }
  
}
@media (max-width:719px) and (min-width:565px){
    .Option-navbar {
    width: 30rem;
    }
    .Navbar{
        margin: 0 2rem;
    }
}
@media (max-width:564px){
    .Option-navbar {
    width: 21rem;
    }
    .Navbar{
        margin: 0 0rem;
    }
}

@media (max-width:489px){
    .Navbar{
        height: 11rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .Option-navbar li{
        width: 8rem;
        padding: .9rem 0rem;
        font-size: 1rem;
    }
    .Option-navbar li:hover{
        background-color: #5b6284;
        letter-spacing: 0;
    }
}

#cookie-banner {
  background-color: #131728;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none; /* Keep it hidden initially */
}

