@media(min-width:768px){
 
 .nav__list{
     display: flex;
     flex-direction: row;
     column-gap: 3rem;
 }
 .nav__link{
     color: var(--white-color);
     text-transform: initial;
 }
 
 .nav__close{
     display: none;
 
 }
 .nav__menu{
    display: flex;
    column-gap: 3rem;

}
.nav-dark{
    position: initial;
    display: flex;
    column-gap: 1rem;
    align-items: center;
    font-size: var(--small-font-size);
    font-weight: var(--normal-font-size);
}
.theme-icon{
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--white-color);
}
.change-theme-name {
    display:none ;
}
.home__social{
    display: flex;
    flex-direction: row;
    column-gap: 2.5rem;
    margin-bottom: 3rem;
}
.scroll-header .nav__link{
    color: var(--text-color);
}
.scroll-header .theme-icon{
    color: var(--text-color);
}
.scroll-header .active-link::before{
    background-color: var(--text-color);
}
.nav{
height:calc(var(--header-hight) + 1rem);
}
.section{
    padding: 7rem 0 2rem;
}
.about-container{
    grid-template-columns: repeat(2,1fr);
    align-items: center;
}
.about-description, .about-title{
    text-align: initial;
}
.discover-container{
    width: 610px;
    margin: auto;
}
.experience-overlay:nth-child(1){
    width: 363px;
    margin-right: 4rem;
    overflow: var(--img-hidden);
    
    }
    .experience-overlay:nth-child(2){
    width: 160px;
    
    }
    .footer-rights{
        flex-direction: row;
        justify-content: space-between;
    }
    .subscribe-bg{
        background-color: initial;
        padding: 0rem;
    }
    .subscribe-container{
        background-color: var(--first-color);
        padding: 2.5rem 0rem;
       
     }
}