@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Sofia&display=swap');

:root{
    --primary:#3366CC;
    --primary-gradient:linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);
}
.home-intro .carousel-item{
    height: 300px;
    background: -o-linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);
    background: linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);
}
.home-intro img{width: 200px;height: 200px;}
nav{
    height: 80px;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-box-shadow: 0 3px 18px #000000;
            box-shadow: 0 3px 18px #000000;
}
nav.nav-main ul li{
    fill-opacity: 1;
    fill-rule: evenodd;
    stroke-width: 6.557;
}
nav.nav-main ul a{font-family: Quicksand, 'sans-serif';font-size: 18px;color: #000;position: relative;display: inline-block;}
nav.nav-main ul li.active a{background: #e3edff;}
nav.nav-main ul li.active a::after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
    bottom: -20px;
    left: 0;
}
nav.navbar-auth{padding: 0;}
nav.navbar-auth ul li.active a::after{bottom: -20px;}

nav.nav-main .sign-btn{
    background: -webkit-gradient(linear, left top, right top, from(#CCCCCC), color-stop(25.08%, #EDEDED), color-stop(75.24%, #DCDCDC), to(#CCCCCC));
    background: -o-linear-gradient(left, #CCCCCC 0%, #EDEDED 25.08%, #DCDCDC 75.24%, #CCCCCC 100%);
    background: linear-gradient(90deg, #CCCCCC 0%, #EDEDED 25.08%, #DCDCDC 75.24%, #CCCCCC 100%);
    padding: 9px 20px;
    -webkit-box-shadow: 2px 2px 2px #000;
            box-shadow: 2px 2px 2px #000;
    font-family: Quicksand, 'sans-serif';
    font-size: 16px;
}

nav.nav-primary{
    background: -o-linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);
    background: linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);
    -webkit-box-shadow: 0 5px 18px #000;
            box-shadow: 0 5px 18px #000;
    position: relative;z-index: 1;
}
nav .navbar-toggler{border: 1px solid #27384f;}
nav .navbar-toggler:focus{-webkit-box-shadow: none;box-shadow: none;}

.auth-dropdown button::after{display: none;}
.auth-brand{border-radius: 50%;border: 4px solid var(--primary);width: 60px;height: 60px;-webkit-box-shadow: 2px 3px 5px #000;box-shadow: 2px 3px 5px #000;}
.auth-plus{border-radius: 50%;border: 5px solid var(--primary);-webkit-box-shadow: 2px 3px 5px #000;box-shadow: 2px 3px 5px #000;margin: 0 0 0 -15px;}
.auth-plus div{width: 50px;height: 50px;background: var(--primary);}
/* .auth-dropdown .dropdown-menu[data-bs-popper]{right: 0;left: auto;} */
.auth-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    /* background-image: url(http://127.0.0.1:8000/front/imgs/sidebar-account.svg); */
    position: absolute;
    top: -40px;
    width: 100%;
    min-height: 350px;
    margin: 20px 0px;
    padding: 80px 6px 25px 22px !important;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 110% 100%;
    filter: drop-shadow(0px 2px 2px #292929);
}
.auth-close{
    border-radius: 50%;
    border: 5px solid var(--primary);
    -webkit-box-shadow: 2px 3px 5px #000;
    box-shadow: 2px 3px 5px #000;
    margin: 0 0 0 -15px;
    cursor: pointer;
}
.auth-close div{width: 44px;height: 44px;background: linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);}
.auth-close .close{top: 2px;margin: 0 0 0 14px;}
.dropdown-item .account-dropdown{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: linear-gradient(45deg, #2D4FA9 0%, #2F56AE 6%, #3678C6 35%, #4084CD 83%, #2D4FA9 98%);
}

.market_page .auth-dropdown .dropdown-menu{
    width: auto;
    transform: translate(-78px, 10px) !important;
    filter: drop-shadow(0px 2px 2px #292929);
}


/*================ login form =============== */
.auth-bg-top{
    width: 510px;
    height: 490px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.auth-bg-bottom{
    width: 300px;
    height: 170px;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.auth-form-section {
    position: relative;
    z-index: 1;
    padding: 7em 0;
}

.auth-form-section .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px 0 0 20px;
    position: relative;
}
.auth-form-section .wrap{-webkit-box-shadow: 0px 15px 11px -12px #000;box-shadow: 0px 15px 11px -12px #000;}
.auth-form-section .login-wrap {
    background: -o-linear-gradient(234.98deg, #E3E3E3 0%, #F7F7F7 54.27%);
    background: linear-gradient(215.02deg, #E3E3E3 0%, #F7F7F7 54.27%);
    position: relative;
    border-radius: 0 20px 20px 0;
    background: #fff;
    background-font-weight: 300;
}
.auth-form-section :is(.img, .login-wrap) {width: 50%; }
@media (max-width: 991.98px) {
    .auth-form-section :is(.img, .login-wrap) {width: 100%; }
}
@media (max-width: 767.98px) {
    .auth-form-section .wrap .img {height: 250px;}
}
.auth-form-section .submit-btn{-webkit-box-shadow:1px 2px 4px 0px #000;box-shadow:1px 2px 4px 0px #000;background-color: var(--primary);}
.auth-form-section .overlay{
    background: -o-linear-gradient(235.62deg, #2D4FA9 1.85%, #3678C6 35.29%, #4084CD 79.88%, #2D4FA9 94.34%);
    background: linear-gradient(214.38deg, #2D4FA9 1.85%, #3678C6 35.29%, #4084CD 79.88%, #2D4FA9 94.34%);
    opacity: 65%;top: 0;border-radius: 20px 0 0 20px;
}
.auth-form-section.loginForm .login-wrap{border-radius: 20px 0 0 20px;}
.auth-form-section.loginForm .img{-webkit-transform: scaleX(-1);-ms-transform: scaleX(-1);transform: scaleX(-1);}

/* ================ account page ============== */
.account_page .account{
    word-break: break-word; /* Break lines at spaces only */
    overflow-wrap: break-word; /* Ensure long words wrap */
    white-space: normal;
    border-radius: 15px;
    -webkit-box-shadow: 6px 7px 10px #858585;
    box-shadow: 6px 7px 10px #858585;
    padding: 35px;}
.account_page .account .img{
    -webkit-box-shadow: 2px 3px 10px #696969;
            box-shadow: 2px 3px 10px #696969;
    border-radius: 50px; height: 240px;width: 240px;
    background: -o-linear-gradient(308.89deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
    background: linear-gradient(141.11deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
}
.account_page .account .category{
    padding: 7px 30px;
    background: -webkit-gradient(linear, left top, right top, from(#2D4FA9), color-stop(35.36%, #3678C6), color-stop(82.51%, #4084CD), color-stop(97.8%, #2D4FA9));
    background: -o-linear-gradient(left, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
    background: linear-gradient(90deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
}
.account_page .shipping-address{border-radius: 15px; -webkit-box-shadow: 6px 7px 10px #858585; box-shadow: 6px 7px 10px #858585;padding: 35px;}
.account_page .cart{border-radius: 15px; -webkit-box-shadow: 6px 7px 10px #858585; box-shadow: 6px 7px 10px #858585;padding: 35px;}
.account_page .cart .buy-now{background: -webkit-gradient(linear, left top, right top, from(#2D4FA9), color-stop(35.36%, #3678C6), color-stop(82.51%, #4084CD), color-stop(97.8%, #2D4FA9));background: -o-linear-gradient(left, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);background: linear-gradient(90deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);}
.account_page .cart .product{border-radius: 20px;background: #F2F2F2;width: 150px; height: 170px;}
.account_page .cart .stock{background: -webkit-gradient(linear, left top, right top, from(#2D4FA9), color-stop(35.36%, #3678C6), color-stop(82.51%, #4084CD), color-stop(97.8%, #2D4FA9));background: -o-linear-gradient(left, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);background: linear-gradient(90deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);padding: 0 20px;}

/* ============= market_page ================= */
.market_page .product{border-radius: 48px; border:12px solid var(--primary)}
.market_page .product .img{
    border-radius: 35px;
    width: 200px;
    height: 100%;
    border: 1px solid #3366cc;
    border-right: 12px solid #3366cc;
}
.market_page .product .info h5{
    font-family: Quicksand, 'sans-serif';
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.market_page .info .desc{
    font-family: Quicksand, 'sans-serif';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #808080;
}
.market_page .info .category{
    font-family: Quicksand, 'sans-serif';
    font-size: 18.67px;
    font-weight: 400;
    line-height: 23.33px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.market_page .product .counter :is(.decreaseBtn, .increaseBtn){
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
}
.market_page .product .counter .plus{font-size: 20px;}
.market_page .product .counter .number{border:4px solid var(--primary)}
.market_page .product .price{border:2px dashed var(--primary);font-size: 20px;}
.market_page .product .price span{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.37px;
    color: var(--primary);
    font-family: 'Sofia', cursive;
}
.market_page .product .add-to-cart{
    background: -webkit-gradient(linear, left top, right top, from(#2D4FA9), color-stop(35.36%, #3678C6), color-stop(82.51%, #4084CD), color-stop(97.8%, #2D4FA9));
    background: -o-linear-gradient(left, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
    background: linear-gradient(90deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
    padding: 0 20px;
}
.market_page .cart-parent{overflow-y: auto;margin-top: -9px;padding: 0 0 0 50px;}
.market_page .cart {
    position: relative;
    height: 80px;
    width: 100%;
    font-size: 40px;
    padding: 28px 0;
    background: -webkit-gradient(linear, left top, right top, from(#2D4FA9), color-stop(35.36%, #3678C6), color-stop(82.51%, #4084CD), color-stop(97.8%, #2D4FA9));
    background: -o-linear-gradient(left, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
    background: linear-gradient(90deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);
    -webkit-clip-path: polygon(0% 90px, 100% -40%, 100% 100%, 0 100%);
            clip-path: polygon(0% 90px, 100% -40%, 100% 100%, 0 100%);
}
.market_page .cart .number{border: 3px solid var(--primary);font-size: 20px;border-radius: 10px;}
.market_page .cart .remove-btn{background: -webkit-gradient(linear, left top, right top, from(#2D4FA9), color-stop(35.36%, #3678C6), color-stop(82.51%, #4084CD), color-stop(97.8%, #2D4FA9));background: -o-linear-gradient(left, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);background: linear-gradient(90deg, #2D4FA9 0%, #3678C6 35.36%, #4084CD 82.51%, #2D4FA9 97.8%);}
.market_page .product-cart{border-radius: 20px;}
.market_page .product-cart .title{
    font-family: Quicksand, 'sans-serif';
    font-size: 28.48px;
    font-weight: 700;
    line-height: 35.61px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}
.market_page .buy-now{
    font-family: Quicksand, 'sans-serif';
    font-size: 35px;
    font-weight: 400;
    line-height: 51.26px;
    text-align: left;
    text-underline-position: from-font;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    -webkit-box-shadow: 1px 1px 8px #000;
            box-shadow: 1px 1px 8px #000;
    border-radius: 28px;
    padding: 10px 13px;
}

/* ============ home page ================ */
.intro-sec{
    padding: 155px 0px 190px;
}
.intro-sec .overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}
.intro-sec .intro-logo img{
    margin: -40px 0;
}
.intro-sec .intro-text{
    font-family: Quicksand, 'sans-serif';
    font-size: 77.07px;
    font-weight: 500;
    line-height: 91.34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #264B7D;
    width: 473px;
}
.intro-sec .intro-btn{
    background: linear-gradient(94.01deg, #2D4FA9 0%, #2F4F9F 35.36%, #4084CD 76.48%, #2D4FA9 97.8%);
    padding: 10px 20px;
    border-radius: 15px;
    margin: 50px 0;
    font-size: 20px;
}
.about-sec{background-size: cover;background-position: center;background-repeat: no-repeat}
.about-sec .img{background-size: cover;background-position: center top;background-repeat: no-repeat}
.about-sec .info-left{
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    padding: 70px 88px;
    line-height: 30px;
    font-size: 20px;
    margin: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-sec .text-right{
    top: 111px;
    right: 160px;
    font-size: 45px;
    width: 480px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-family: Quicksand, 'sans-serif';
    color: #3162b7;
    font-weight: bold;
}
.about-sec .text-left{
    bottom: 400px;
    left: 160px;
    font-size: 45px;
    width: 480px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    font-family: Quicksand, 'sans-serif';
    color: #3162b7;
    font-weight: bold;
}
.service-sec{background-size: cover;background-position: bottom;background-repeat: no-repeat}
.service-sec .service-header {
    height: 740px;
    width: 760px;
    border-radius: 50%;
    background: linear-gradient(94.01deg, #2D4FA9 0%, #2F4F9F 35.36%, #4084CD 76.48%, #2D4FA9 97.8%);
    left: -300px;
}
.service-sec .service-header-insider{
    height: 600px;
    width: 600px;
    border-radius: 50%;
    background: linear-gradient(130deg, #fff, #D9D9D9);
    box-shadow: 10px 10px 25px #0e0e0e;
    left: 80px;
    position: relative;
}
.service-sec .service-title{
    font-family: Quicksand, 'sans-serif';
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 0 170px;
}
.service-sec .service-circle,
.board-sec .board-circle{
    top: 90px;
    right: 25px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: linear-gradient(94.01deg, #2D4FA9 0%, #2F4F9F 35.36%, #4084CD 76.48%, #2D4FA9 97.8%);
}
.service-sec .service-circle img{width: 100px;}
.service-sec .service-circle-insider,
.board-sec .board-circle-insider{
    height: 135px;
    width: 135px;
    border-radius: 50%;
    background: linear-gradient(130deg, #fff, #D9D9D9);
    box-shadow: 5px 5px 10px #0e0e0e
}
.service-sec .service-circle.circle2{top: 335px;right: -50px;}
.service-sec .service-circle.circle3{bottom: 5px;right: 78px;top: auto;}
.service-sec .service-circle.circle3 img{width: 50px;}
.service-sec .service-content{margin-top: 60px;}
.service-sec .service-content .title{
    font-size: 40px;
    font-weight: bold;
    font-family: Quicksand, 'sans-serif';
    /* linear-gradient for text color */
    background: linear-gradient(90deg, #1b3987 0%, #153585 35.36%, #296aaf 76.48%, #2D4FA9 97.8%);
    -webkit-background-clip: text; /* Clip the background to the text */
    -webkit-text-fill-color: transparent;
}
.service-sec .service-content .content{
    font-size: 20px;
    width: 90%;
    line-height: 20px;
    font-family: Quicksand, 'sans-serif';
    margin-bottom: 100px;
}
.service-sec .service-content .sec-content{margin: 0 0 0 90px;}

.service-sec h2,
.board-sec h1,
.products-sec h2{
    font-weight: bold;
    font-family: Quicksand, 'sans-serif';
    background: linear-gradient(90deg, #1b3987 0%, #153585 35.36%, #296aaf 76.48%, #2D4FA9 97.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.products-sec .product-items{background-size: auto;background-position: top;background-repeat: repeat-y}
.products-sec .product-info{background-size: contain;background-position:right;background-repeat: no-repeat}
.products-sec .product-info .title{
    font-family: Quicksand, 'sans-serif';
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    filter:drop-shadow(0px 2px 2px black);
}
.products-sec .product-info ul {
    line-height: 30px;
    font-family: Quicksand, 'sans-serif';
    font-size: 18px;
    font-weight: 600;
}
.products-sec .product-info ul li span {width: 12px;height: 12px;}
.products-sec .product-img {padding: 70px 0;background-size: auto;background-position:top right;background-repeat: no-repeat}
.products-sec .product-img img{filter:drop-shadow(-7px 14px 12px black);max-width: 450px;}

.footer{background: linear-gradient(94.01deg, #2D4FA9 0%, #2F4F9F 35.36%, #4084CD 76.48%, #2D4FA9 97.8%);}
.footer a{font-size: 18px;}
.footer .address{font-size: 20px;}
.footer .social-links{border-right:1px solid #fff}
