* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Somar', sans-serif;
}

a {
    text-decoration: none;
}

:root {
    --main-color: #000;
    --second-color: #5E5F61;
    --background-color: #fff;

}

.main-btn {
    background-color: var(--main-color);
    color: var(--background-color);
    border-radius: 4px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: fit-content;
}

.main-btn:hover {
    background-color: #000000a2;
}

/* ------------------------ */
/* register page  */
.register_sec {
    min-height: 100vh;
    position: relative;
}

.register_sec h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 63.21px;
    color: #5E5F61;

}

.inputform {
    border: 1px solid var(--second-color);
    border-radius: 4px;
    height: 50px;
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 16px;
}


.inputform:focus {
    outline: none;
    box-shadow: none;
}

.input-group.inputform {
    padding: 0;
}

.input-group.inputform input,
.input-group.inputform select {
    border-radius: 10px;
    border: none;
    outline: none;
    box-shadow: none;
    padding-right: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;

}

.iti {
    width: 100%;
    height: 100%;
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
}

.iti--allow-dropdown .iti__country-container {
    right: auto !important;
    left: 0 !important;
}

.iti__selected-country-primary {
    direction: rtl !important;
}

input.phone {
    padding-left: 90px !important;
    padding-right: 0 !important;
}

.input-group.inputform input::placeholder {
    color: #D9D9D9;
    font-size: 25px;
}

.input-group.inputform span {
    padding: 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    background-color: transparent;
    color: var(--main-color);
}

.submit-btn {
    background-color: var(--main-color);
    color: #fff;
    height: 60px;
    border-radius: 4px;
    width: 300px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;

}

.redirect-link {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    height: 60px;
    border-radius: 4px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    color: var(--main-color);
}


.form-check {
    text-align: start;
}

.form-check-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #ccc;
    display: flex;
    align-items: center;

}

.form-check-label a {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-decoration: underline;
    color: var(--main-color);
}

.form-check-input {
    cursor: pointer;
    outline: none;
    border-color: #ccc;
    width: 22px;
    height: 22px;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    outline: none;
}

.form-check-input[type=checkbox]:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);

}

textarea.form-control {
    border: 1px solid #767676;
    border-radius: 10px;
    resize: none;
    height: 180px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
}

textarea.form-control::placeholder {
    color: #D9D9D9;
}


/* ------------------ */
/* intro video  */


.intro-video {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.intro-video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.intro-video #play-video {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}

/* ------------------- */
/* nav-bar */
.site-header {
    background-color: #fff;
    /* border-bottom: 1px solid #000000; */
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

.site-header .corner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100px;
    border: none;
}

.site-header .open-menue {
    background-color: transparent;
    /* border-left: 1px solid var(--main-color); */
}

.site-header .open-cart-btn {
    background-color: var(--main-color);
    /* border-right: 1px solid #fff; */
}

.site-header .header-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-header .header-links a {
    font-size: 27px;
    font-weight: 700;
    line-height: 32.4px;
    color: var(--main-color);
    padding: 6px 12px;
}

.site-header .header-links li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 16px;
}

.site-header .user-con img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.site-header .user-con p {
    font-size: 17px;
    font-weight: 700;
    line-height: 20.4px;
    color: var(--main-color);
}

.lang-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;

}

/* ---------------------- */
/* hero */

.hero_sec .hero-slider {
    position: relative;
    padding-bottom: 30px;
    padding-top: 10px;
    z-index: 0;
}

.hero-slide {
    position: relative;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}

.hero-slider-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.hero-slider-control .slider-arrow {
    background-color: transparent;
    color: var(--main-color);
    cursor: pointer;
    z-index: 3;
    width: fit-content;
    padding: 6px;
}

.hero-slider-control .slider-arrow .text-span {
    background-color: #fff;
    z-index: 2;
    transform: translateX(6px);
    font-weight: 700;
    line-height: 17px;

}

.hero-slider-control .slider-arrow.swiper-button-prev .text-span {
    transform: translateX(-10px);
    line-height: 10px;

}

.hero-slider-control .swiper-button-prev {
    left: 20px !important;
    right: unset;
}

.hero-slider-control .swiper-button-next {
    right: 20px !important;
}

@media (max-width:500px) {
    .hero-slider-control .swiper-button-next {
        right: 0px !important;
    }

    .hero-slider-control .swiper-button-prev {
        left: 0px !important;
        right: unset;
    }
}

.hero-slider-control .slider-arrow::after {
    content: '';
}

.hero-slider-control .swiper-pagination {
    position: relative;
    bottom: -5px;
    z-index: 2;
}

.hero-slider-control .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 8px;
    background-color: var(--main-color) !important;
    border-radius: 0;
    opacity: 1;

}


.hero-slider-control .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
}

.swiper-slide-active.animated {
    opacity: 0;
    animation: zoomInAnimation 1s forwards;
}

.swiper-slide-prev.animated {
    animation: fadeInRightAnimation forwards 1s;
    transition: all .5s ease-in-out !important;
}

.swiper-slide-next.animated {

    animation: fadeInLeftAnimation 1s forwards;
    transition: all .5s ease-in-out !important;
}


@keyframes fadeInRightAnimation {

    /* Starting position */
    from {
        opacity: 0;
        transform: translateX(100px);
        /* Move right */
    }

    /* Final position */
    to {
        opacity: 1;
        transform: translateX(0);
        /* Back to initial position */
    }
}


@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeftAnimation {

    /* Starting position */
    from {
        opacity: 0;
        transform: translateX(-100px);
        /* Move left */
    }

    /* Final position */
    to {
        opacity: 1;
        transform: translateX(0);
        /* Back to initial position */
    }
}

@keyframes zoomInAnimation {

    /* Starting scale */
    from {
        transform: scale(0);
        /* Fading in */
        opacity: 0;
    }

    /* Full scale */
    to {
        transform: scale(1);
        /* Fully visible */
        opacity: 1;
    }
}



.swiper-slide {
    filter: blur(5px);
}

.swiper-slide.swiper-slide-active {
    filter: none
}

.hero-data {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 20px;
}

@media (max-width:768px) {
    .hero-data {
        position: relative;
    }
}

.hero-data h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 69.6px;

}

.hero-data h3 {
    color: var(--second-color);
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
}

/* ------------------------ */
/* sidebar modal  */

.userModal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    min-width: 500px;
    height: 100%;
    transform: translate3d(0, 0%, 0) !important;
    right: -500px;
    transition: opacity 0.3s linear, right 0.3s linear;
    border-radius: 0 !important;
}

@media (max-width:768px) {
    .userModal .modal-dialog {
        width: 100%;
        min-width: 100%;
    }
}

.userModal.show .modal-dialog {
    right: 0;
}

.userModal .modal-content {
    height: 100%;
    border-radius: 20px 0px 0px 20px;

}

.userModal .modal-header {
    border-bottom: 0;
    border-radius: 0;
}

.userModal .modal-header h5 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    color: var(--second-color);
}

.userModal .modal-header button {
    border: none;
    background-color: transparent;
}

.user-modal-links {
    height: 100%;
    overflow-y: auto;
}

.user-modal-links button,
.user-modal-links a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 21px;
    font-weight: 700;
    line-height: 25.2px;
    color: var(--second-color);
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #E0E0E0;
}

.user-modal-links button:hover,
.user-modal-links a:hover {
    color: var(--main-color);
}

/* -------------------- */
/* footer  */

footer {
    background-color: var(--main-color);
    color: var(--background-color);
}


footer .footer_des {
    font-size: 30px;
    font-weight: 400;
    line-height: 40.8px;

}

footer h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 51.6px;
}

footer ul {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

footer ul li {
    margin: 16px 5px;
}

footer ul li a.phone svg {
    transform: rotate(270deg);
}


footer li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    color: var(--background-color);

}

footer li a:hover {
    color: #aaa;
}

footer .social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--background-color);
}

footer .social li {
    margin: 6px;

}

footer .social li:hover a {
    color: #aaa;
}

@media (max-width:992px) {
    footer li a {
        justify-content: center;
    }
}

.copywrite {
    position: relative;
    background-color: var(--main-color);
    color: var(--background-color);
}

.copywrite p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.4px;
    background-color: var(--main-color);
    position: relative;
}

.copywrite .line-div {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--background-color);
    top: 50%;
}

/* -------------------------- */
.prod-slide {
    border-radius: 30px;
    padding: 16px 100px;
}

.prod-slide .slider-data h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51.6px;
}

.prod-slide .slider-data h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.prod-slide .slider-data .main-btn {
    border-radius: 8px;
}

.prod-slide .slide-img {
    max-width: 100%;
    max-height: 80%;
}

.new-sell .prod-slide {
    background: #0000001A;
}

.most-sell .prod-slide {
    background: #000000;
    color: #fff;
}

.most-sell .prod-slide .main-btn {
    background-color: #fff;
    color: #000;

}

.discount-sell .prod-slide {
    border: 1px solid #000000;
}

.prod-slider .owl-nav button {
    position: absolute;
    top: 45%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-slider .owl-nav button.owl-prev {
    right: 16px;
}

.prod-slider .owl-nav button.owl-next {
    left: 16px;
}

.prod-slider .owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod-slider .owl-dots .owl-dot {
    width: 12px;
    height: 8px;
    background-color: var(--main-color) !important;
    border-radius: 0;
    opacity: 1;
    margin: 3px;
}

.prod-slider .owl-dots .owl-dot.active {
    width: 30px;
}

@media (max-width:768px) {
    .prod-slide {
        border-radius: 30px;
        padding: 16px 40px;
    }

    .prod-slider .owl-nav button.owl-prev {
        right: 0px;
    }

    .prod-slider .owl-nav button.owl-next {
        left: 0px;
    }
}

/* --------------- */
.cat-title {
    border-radius: 8px;
    padding: 6px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #0000001A;
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
}

.prod-cart {
    border: 1px solid #0000001A;
    border-radius: 8px;
}

.prod-cart .prod-img-con {
    max-height: 320px;
    width: 100%;
    border-radius: 8px;
}

.prod-cart .prod-img-con img {
    width: 100%;
    height: 100%;
    max-height: 320px;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.prod-cart p {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.product-group .owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-group .owl-dots .owl-dot {
    width: 12px;
    height: 8px;
    background-color: var(--main-color) !important;
    border-radius: 0;
    opacity: 1;
    margin: 3px;
}

.product-group .owl-dots .owl-dot.active {
    width: 30px;
}

/* ---------- */
.download-sec h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
}

.download-sec a {
    background-color: var(--main-color);
    font-size: 40px;
    font-weight: 700;
    line-height: 49.2px;
    color: var(--background-color);
    border-radius: 24px;
    /* height: 120px; */
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 16px;
}

/* ------------- */
/* store-page */

.store-page .store-header h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51.6px;

}

.store-page .store-header h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.8px;
    color: #767676;

}

.store-page .store-header .form-select {
    border: 1px solid #7a6f6f;
    height: 50px;
    border-radius: 55px;
    color: #5E5F61;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.4px;
    margin: 6px;
    min-width: 160px;
    width: fit-content;
    outline: none;
    box-shadow: none;
}

.page-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 32.4px;
}

/* -------------------- */
/* product page  */

.product-images-slider .product-image {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 16px 100px;
    max-height: 350px;
}

.product-images-slider .product-image div {
    max-height: 350px;
}

.product-images-slider .product-image div img {
    display: inline;
    width: 100%;
    height: 100%;
    max-height: 320px;
}


.color-select .soption {
    width: 70px;
    height: 70px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.color-select>input:checked~.soption {
    border: 2px solid #232222;
}

.add-to-cart {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background-color: var(--main-color);
    color: var(--background-color);
    border: 1px solid var(--main-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 32.4px;
    width: 100%;

}

.add-to-fav {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    border-radius: 4px;
    border: 1px solid #000000;
    background-color: transparent;

}

.sec-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
}

.size-select .soption {
    width: 70px;
    height: 70px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29.84px;
    font-weight: 400;
    line-height: 35.81px;
}

.size-select>input:checked~.soption {
    background-color: var(--main-color);
    color: var(--background-color);
}

.sec-con {
    border-bottom: 1px solid #00000066
}

.prod-det h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.8px;
}

.prod-details li {
    font-size: 34px;
    font-weight: 400;
    line-height: 51.6px;
}



/* -------------------- */
/* profile page  */


.successModal .modal-header {
    border: none;
    padding: 0;
}

.successModal .modal-header button {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    color: #fff;

}

.successModal .modal-dialog {
    max-width: 488px !important;
}


.successModal h4 {
    font-size: 38px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #303030;
}

.successModal .btn {
    border-radius: 5px;
    background-color: var(--main-color);
    width: 160px;
    height: 45px;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;

}

.successModal .modal-logo {
    height: 210px;
}

.profile-image img {
    width: 150px;
    height: 150px;

}

.img-btn {
    display: block;
    cursor: pointer;
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: var(--main-color);
    text-decoration: underline;
}

/* ------------------ */
/* cart page  */

.cart-header h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51.6px;

}

.cart-header h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.8px;
    color: #767676;
}

.cart-item {
    border: 1px solid #E7E7E7;
    border-radius: 16px;
    color: var(--main-color);
}

.cart-item .cart-item-img {
    width: 160px;
    height: 160px;
    border-radius: 16px;
}

.cart-item .cart-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.cart-item h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 25.8px;
}


.cart-item p {
    font-size: 24px;
    font-weight: 400;
    line-height: 25.8px;
}

.cart-item .form-select {
    height: 35px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    display: flex;
    align-items: center;
    outline: none;
    box-shadow: none;
}

.cart-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
}

.cart-item .main-btn {
    background-color: var(--main-color);
    color: var(--background-color);
    width: 150px;
    height: 48px;
}

.cart-summery h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.8px;
    color: #767676;
}

.cart-summery h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40.8px;
    color: #767676;
}

.pay-btn,
.cart-summery .main-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-radius: 4px;
    padding: 16px;
    font-size: 27px;
    font-weight: 400;
    line-height: 32.4px;

}

/* ----------------- */
/* pay page  */

.pay-sec {
    border-bottom: 1px solid #E7E7E7;
}

.pay-select .soption {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    border: 3.91px solid #E3E7EA;
    cursor: pointer;
}


.pay-select .soption p {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}

.pay-select>input:checked~.soption {
    border-color: var(--main-color);
}

/* ---------------- */
/* contact  */

.contact-form {
    border: 1px solid #767676;
    border-radius: 8px;
}

.contact-form textarea {
    height: 200px;
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
}

/* ---------------- */
/* order page  */

.order-page .nav-pills .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 150px;
    height: 50px;
    background-color: #0000001A;
    font-size: 28px;
    font-weight: 700;
    line-height: 40.8px;
    color: var(--main-color);
}

.order-page .nav-pills .nav-link.active {
    background-color: var(--main-color);
    color: var(--background-color);
}

.order-data h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51.6px;

}

.order-data h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.8px;
}

.order-btn .main-btn {
    height: 50px;
    width: 100%;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696969;

}

.pagination a:hover {
    color: var(--main-color);
}

.pagination ul a {
    width: 45px;
    height: 45px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 18px;
    color: #AFAFAF;
}

@media (max-width:992px) {
    .hero-slider-control .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background-color: var(--main-color) !important;
        border-radius: 0;
        opacity: 1;
        margin: 1.5px;
    }

    .hero-slider-control .swiper-pagination .swiper-pagination-bullet-active {
        width: 16px;
    }

}

/* ----------------- */
/* new  */

.quntity_area {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 4px;
    width: fit-content !important;
}

.quntity_area .add_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: 26px;
    height: 26px;
    border-radius: 4px;
}

@media (max-width:992px) {
    .hero-slider-control .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background-color: var(--main-color) !important;
        border-radius: 0;
        opacity: 1;
        margin: 1.5px;
    }

    .hero-slider-control .swiper-pagination .swiper-pagination-bullet-active {
        width: 16px;
    }

}


/* ------------ */
/* new  */

.cart-item .show_order {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: right;
    padding: 6px 16px;

}

.cart-item .show_order:hover {
    background-color: #393636;
}
.prod-slide {
    color: #000;
}

footer ul li{
    margin: 8px 5px;
}
