
.header__switcher{
    width: 100%;
    background-color: #fff;
    z-index: 4;
}

.header__switcher-gird{
    height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.switcher_brand{
    color: #697172;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
}

.switcher_brand i{
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 0px;
}

.switcher_brand:hover .switcher_brand-select{
    display: block;
}

.switcher_brand::before{
    position: absolute;
    content: "";
    top: 14px;
    left: 0px;
    width: 100%;
    height: 20px;
    display: block;
}

.switcher_brand-select{
    z-index: 12;
    position: absolute;
    display: none;
    list-style: none;
    left: 0;
    top: calc(100% + 14px);
    background-color: var(--white-color);
    box-shadow: 5px 10px 10px #333;
    transform-origin: 50% top;
    animation: fadeIn ease-in-out 0.6s;
}

.switcher_brand-item{
    padding: 15px 20px;
    border-bottom: 1px solid #ecf0f1;
    font-size: 14px;
    transition: 0.3s ease;
}

.switcher_brand-item:hover{
    background-color: #b2bec3;
}

.switcher_brand-item:last-child{
    border-bottom: none;
}

.switcher_brand-item a img{
    color: #333;
}

.switcher_locale-selector{
    color: #697172;
    font-size: 16px;
}

.switcher_locale-selector a{
    color: #697172;
    margin-left: 4px;
    text-decoration: none;
}

.switcher_locale-selector a:hover{
    text-decoration: underline;
}
/* navbar */

.header__navbar{
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.3s ease;
}
.header__navbar.sticky{
    position: fixed;
    top: 0;
    left: 0;
    background-color:var(--white-color);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);

}

.header__navbar-gird{
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.header__navbar-logo{
    flex: 1;
}

.header__navbar-logo img{
    width: 130px;
    cursor: pointer;
}

.header__navbar-main{
    flex: 2;
}

.header__navbar-main-selector{
    list-style: none;
    display:flex;
    justify-content: center;
}

.header__navbar-main-item{
    padding:12px 15px;
    font-size:16px;
    color: var(--primary-text-color); 
    font-weight: 600;
    border-radius: 28px;
    cursor: pointer;
    transition: 0.3s ease;
}

.header__navbar-main-item:hover{
    background-color: #333;
    color: var(--white-color);
}

.header__navbar-utility{
    flex: 1;
    text-align: end;
}

/* search */
.header__navbar-utility-search{
    background-color: transparent;
    border: none;
}

.header__navbar-utility-search i{
    color: var(--primary-text-color); 
    font-size: 16px;
    font-weight: 800;
    padding: 0 10px;
    cursor: pointer;
}

.navbar-utility-search-frame{
    width: 100%;
    background-color: var(--white-color);
    height:90px;
    /* display: flex; */
    align-items: center;
    border-top: 1px solid #dfe6e9;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    display: none;
}

.navbar-utility-search-frame-grid{
    display: flex;
}

.navbar-utility-search-frame-input{
    flex: 1;
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    border: none;
    color:var(--primary-color);
    outline: none;
}
.navbar-utility-search-frame-btn{
    width: 100px;
    padding: 20px;
    background-color: transparent;
    border:none;
    cursor: pointer;
}
.navbar-utility-search-frame-btn i{
    font-size: 20px;
    color: var(--primary-color);
}

/*  */

.header__navbar-utility-account i{
    color: var(--primary-text-color);
    font-size: 16px;
    padding: 0 10px;
}

/* container */
.container{
}

/* container banner */


.container__banner{
    height: calc(100vh - 200px);
    width: 100%;
    background-image: url(/assets/img/banner2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
    align-items:center;
}


.container__banner-main{
    width: 50%;
}

.container__banner-main h2{
    font-size: 60px;
    font-weight: 800;
    color: var(--primary-text-color);
}

.container__banner-main p{
    font-size: 20px;
    font-weight:400;
    margin: 20px 0;
    color: var(--primary-text-color);
}

.container__banner-main-button button{
    padding: 16px 20px;
    font-size: 16px;
    border: none;
    background-color: var(--primary-text-color);
    color: var(--white-color);
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid var(--primary-text-color);
    cursor: pointer;
    transition: 0.3s ease;
}

.container__banner-main-button button:hover{
    background-color: transparent;
    color: var(--primary-text-color);
}

.container__banner-main-button button:last-child{
    margin-left: 20px;
}


/* Container media card */

.container__media-card{
    margin-top: 100px;
}

.container__media-card-item{
}

.container__media-card-item:last-child{
    margin-right: 0;
}

.container__media-card-item-img{
    width: 100%;
    height: 380px;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    transition:0.3s ease;
}
.container__media-card-item-img img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.container__media-card-item-img img:hover{
    scale: 1.02;
}

.container__media-card-item h2{
    font-size: 20px;
    line-height: 34px;
    color: var(--primary-text-color);
    cursor: pointer;
    margin-bottom: 10px;
}

.container__media-card-item h2:hover{
    text-decoration: underline;
}

.container__media-card-item p{
    font-size:16px;
    color: var(--primary-text-color);
    font-weight: 400;
    margin-bottom: 10px;
}

.container__media-card-item a{
    font-size:16px;
    color: var(--primary-text-color);
    text-decoration: none;
    font-weight: 600;
}

.container__media-card-item a:hover{
    text-decoration: underline;
}
/* container__classify */
.container__classify{
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.container__classify-position{
    position: relative;
}

/* GRID */
.container__classify-slider{
    height: 670px;
    display: flex;
    position: relative;
    transition: transform 0.25s linear;
}
.container__classify-grid{
    flex: 1 0 100%;
    display: grid;
    grid-auto-columns: repeat(3, calc(33.33333%));
    grid-auto-rows:repeat(3, calc(230px)) ;
    gap: 10px; 
    margin-right: 20px;
    grid-template-areas:"A A B"
                        "A A C"
                        "D E C";
}

.container__classify-item{
    background-color: #f5f5f5;
    z-index: 1;
    min-height: 40px;
}

.container__classify-item-1{
    grid-area: A;
}
.container__classify-item-3{
   grid-area: C;
}

.container__classify-item{
    overflow: hidden;
}

.container__classify-item a{
    position: relative;
    display: grid;
    height: 100%;
    width: 100%;
    place-items: center;
}

.container__classify-item a:hover .container__classify-item-img{
    scale: 1.06;
}

.container__classify-item-img{
    object-fit: cover;
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: 0.3s ease;
}

.container__classify-item a p{
    z-index: 1;
    position: absolute;
    bottom: 50px;
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 600;
}

.container__classify-item-2 a p{
    top: 50px;
}

/* GIRD 2 */
.container__classify-2-grid{
    flex: 1 0 100%;
    display: grid;
    grid-auto-columns: 1ft;
    grid-auto-rows: 1ft;
    gap: 10px;
    grid-template-areas:"A B ";
}

.container__classify-2-item-1{
    grid-area: A;
}

.container__classify-2-item-2{
    grid-area: B;
}

.container__classify-2-item{
    background-color: #f5f5f5;
    overflow: hidden;
}

.container__classify-2-item a{
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.container__classify-2-item a img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.container__classify-2-item-1 a p{
    position: absolute;
    top: 50px;
    z-index: 1; 
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 600;
    
}
.container__classify-2-item-2 a p{
    position: absolute;
    bottom: 50px;
    z-index: 1; 
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 600;
}

/* GRID 3 */
.container__classify-3-grid{
    grid-template-areas: "A B B"
                         "C B B"
                         "C D E";
}

.container__classify-3-item-2{
    grid-area: B;
}

.container__classify-3-item-3{
    grid-area: C;
}

.container__classify-item-logo{
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* btn */

.container__classify-btn{
    display:grid;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height:100%;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-areas: "a . c";
}
.container__classify-btn-left,
.container__classify-btn-right{
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 2;
}

.container__classify-btn-left:hover,
.container__classify-btn-right:hover{
    background-color: rgba(0, 0, 0, 0.2);
}

.container__classify-btn-left{
    grid-area: a;
    margin-right: 20px;
}

.container__classify-btn-left i{
    position: absolute;
    top: 50%;
    left: 40%;
    font-size: 50px;
}

.container__classify-btn-right{
    grid-area: c;
    margin-left: 20px;
}

.container__classify-btn-right i{
    position: absolute;
    top: 50%;
    right: 40%;
    font-size: 50px;
}


/* nav slider */

.container__classify-slider-navbar{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
}

.container__classify-slider-navbar-btn{
    display: flex;
    justify-content:center;
}

.container__classify-slider-navbar-btn-icon{
    border-radius: 10px;
    border: 2px solid var(--primary-text-color);
    padding: 6px;
    margin: 0 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.container__classify-slider-navbar-btn-icon:hover{
    scale: 1.2;
}

.container__classify-slider-navbar-btn-icon.active{
    background-color: var(--primary-text-color);
}

/* CONTAINER CAROUSEF */

.container__carousel{
    position: relative;
}

.container__carousel-slider{
    position: relative;
    display: flex;
    height: 800px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.container__carousel-slider.dragging{
    scroll-behavior: auto;
}

.container__carousel-item{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items:center;
    flex: 1 0 100%;
}

.container__carousel-item-1{
    background: url(../img/slide1.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
.container__carousel-item-2{
    background: url(../img/slide2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
.container__carousel-item-3{
    background: url(../img/slide3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
.container__carousel-item-4{
    background: url(../img/slide4.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}
.container__carousel-item-5{
    background: url(../img/slide5.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
}

.container__carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container__carousel-item-content{
    color:var(--white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%;
}

.container__carousel-item-content img{
    width: 240px;
    height:auto
}

.container__carousel-item-content h3{
    font-size: 30px;
}


.container__carousel-item-content h2{
    font-size: 60px;
}

.container__carousel-item-content p{
    margin: 10px 0;
    font-size:18px;
    font-weight: 600;
}

.container__carousel-item-btn{
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--white-color);
    color: var(--primary-text-color);
    border: 2px solid var(--white-color);
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.container__carousel-item-btn:hover{
    background-color: transparent;
    color: var(--white-color);
}

.container__carousel-btn-left,
.container__carousel-btn-right{
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 40px;
    color: var(--white-color);
    cursor: pointer;
    transition: 0.3s ease;
}

.container__carousel-btn-left{
    left: 0;
    display: none;
}

.container__carousel-btn-right{
    right: 0;
}

.container__carousel-btn-left:hover{
    background-color: rgba(0, 0, 0, 0.5);

}

.container__carousel-btn-right:hover{
    background-color: rgba(0, 0, 0, 0.5);
}

.container__carousel-navbar{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.container__carousel-navbar-btn{
    display: flex;
}

.container__carousel-navbar-btn-icon{
    padding: 8px;
    color: var(--primary-text-color);
    border: 2px solid var(--white-color);
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 0 10px;
}

.container__carousel-navbar-btn-icon:hover{
    scale: 1.2;
}

.container__carousel-navbar-btn-icon.active {
    background-color: var(--white-color);
}

/* footer */

.footer{
    background-color: #252a2c;
    width: 100%;
}

.footer__container{
    padding: 100px 0;
    border-bottom: 1px solid #929495;
}

.footter__item{
     color: #fff;
     display: flex;
     flex-direction: column;
     letter-spacing: 1px;
}

.footter__item h3{
    font-size: 16px;
    margin: 10px 0;
}

.footter__item a{
    font-size: 14px;
    color:  #929495;
    font-weight: 500;
    text-decoration: none;
    margin: 10px 0;
}

.footter__item a:hover{
    text-decoration: underline;
}

/* footer__social */

.footer__social{
    padding: 40px 0;
    display: flex;
    justify-content:space-between
}

.footer__social-item-sociation{
}

.footer__social-item-sociation a{
    margin: 0 10px;
    text-decoration: none;
}

.footer__social-item-sociation a i{
    font-size: 26px;
    color:  #929495;
    transition: 0.3s ease;
}

.footer__social-item-sociation a i:hover{
    color: #fff;
}
.footer__social-item-subscription{
    max-width: 390px;
}
.footer__social-item-subscription-input{
    width: 100%;
    display: flex;
}

.footer__social-item-subscription input{
    flex: 1 0 200px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    border: none;
    outline: none;
}

.footer__social-item-subscription button{
    height: 45px;
    width: 45px;
    border: none;
    position: relative;
    cursor: pointer;
    background-color:#dcfd00;
}


.footer__social-item-subscription button:hover{
    background-color:#bcd900;
    
}

.footer__social-item-subscription button i{
    font-size: 20px;
}

.footer__social-item-subscription-checkbox{
    margin-top: 20px;
    color: #fff;
}

.footer__container-checkbox{
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer__container-checkbox input{
    opacity: 0;
    position: absolute;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.checkmark{
    position: absolute;
    width:20px;
    height: 20px;
    background-color: #fff;
    top: 0;
    left: 0;
}

.checkmark::after{
    position: absolute;
    content: "";
    display: none;
}

.checkmark::after{
    border:#333 solid;
    border-left: none;
    border-top: none;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%) rotate(45deg);
    width: 5px;
}

.footer__container-checkbox:hover input ~ .checkmark{
    background-color: #ccc;
}



.footer__container-checkbox input:checked ~ .checkmark::after{
    display:block;
}

.footer__social-item-subscription-checkbox-span{
    padding-left: 30px;
    display: inline-block;
}

/* footer__locale */

.footer__locale{
    padding: 20px 0 40px 0; 
    color: #929495;
    font-size: 15px;
    display: flex;
    justify-content:space-around
}

.footer__locale-ctn{
    padding: 0 10px;
}

.footer__locale-list{
    list-style: none;
    display: flex;
}

.footer__social-item{
    padding: 0 10px;
    border-right: 1px solid #929495;
}

.footer__social-item a{
    color: #929495;
    text-decoration: none;
}
.footer__social-item:last-child{
    border-right:none;
}

.footer__social-selector{
    padding: 0 10px;
}

.footer__social-selector a{
    color: #929495;
    text-decoration: none;
}

.footer__social-selector i{
    color: #929495;
    margin: 0 6px;
}

.footer__social-selector a:hover{
    color: #fff;
}
