/* Custom CSS for Clothing Website */
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&display=swap');

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  body{
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
  }

  /* Basic button styles */
  a.custom-button {
    display: block;
    width: max-content;
    padding: 4px 15px;
    border: 1px solid #8c0e8c;
    color: #8c0e8c;
    margin-top: 20px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    text-decoration: none;
}

/* Hover effect */
a.custom-button:hover {
    background-color: #8c0e8c86;
    transform: scale(1.05);
    color: #fff;
}

a.custom-button.whatsapp:hover{
    background-color: green;
    color: #fff;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
li.nav-item.active > a {
    color: #9b0988!important;
}
.btn-primary {
    color: #fff;
    background-color: #9b0988;
    border-color: #9b0988;
}
/* Navbar */
.navbar {
    background-color:#f7f7f7;
}

.navbar-brand {
    font-weight: bold;
    color: #333;
}

.navbar-nav .nav-item {
    margin-left: 19px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    color: rgba(0,0,0,.55);
    text-transform: uppercase;
}
.nav-link {
    color: #333;
    font-weight: bold;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #ff6600;
}
section.inner-page {
    padding: 60px 0px;
}
section.inner-page .home-about {
    margin-top: auto;
}
/* Mega Menu */
.mega-menu {
    width: max-content;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: -120px;
}

.mega-menu .col {
    margin: 10px;
}

.mega-menu .col h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mega-menu .col ul {
    list-style: none;
    padding-left: 0;
}

.mega-menu .col li {
    margin-bottom: 5px;
}

.mega-menu .col a {
    display: block;
    color: #666;
    transition: color 0.3s;
}

.mega-menu .col a:hover {
    color: #ff6600;
}

.mega-menu .col img {
    max-width: 100%;
    height: auto;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: 22%;
}
.dropdown-menu.mega-menu li a {
    text-decoration: none;
    color: #525252;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
}
.dropdown-menu.mega-menu li  {
    padding-bottom: 10px;
    list-style: none;
}
.navbar-nav .dropdown-menu h4 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.nav-top p {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    font-size: 14px;
}
.nav-top p a {
    padding: 0px 3px;
    color: #858585;
    text-decoration: none;
}
.nav-top {
    padding-top: 5px;
}
.dropdown-menu.mega-menu li a {

    display: flex;
}
.dropdown-menu.mega-menu ul {
    padding-left: 10px;
}
.dropdown-menu.mega-menu li span {
    font-size: 10px;
    padding-right: 5px;
    color: #9c0493;
}
.sticky-sidebar {
    position: sticky;
    top: 0;
    height: 100vh; /* Adjust the height as needed to fit your content */
    overflow-y: auto; /* Add vertical scrolling for the sidebar */
    z-index: 100;
    background-color: #fff; /* You can set a background color if desired */
    /* Add any other styling you want for the sticky sidebar here */
}
.card {
    margin: 0 auto;

    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s;
}
section.video-sec {
    padding: 60px 0px;
    text-align: center;
}
section.bg-lungi {
    padding: 50px 0px 0px 0px;
    overflow: hidden;
}

.lungi-sec-home, .thorthu-sec-home {
    margin: 10px 40px;
    overflow: hidden;
    /* padding-top: 15px; */
}
.lungi-sec-home h4, .thorthu-sec-home h4 {
    font-size: 18px;
    color: #525252;
    margin-bottom: 15px;
    padding-top: 5px;
}
section.bg-lungi h2, .thorthu-sec-home h2 {
    padding-top: 0px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 30px;
    color: #444444;
}
.lungi-sec-home h3, .thorthu-sec-home h3 {
    font-size: 20px;
    margin-bottom: 0px!important;
}
.sub-sec-lungi .col-md-4 {
    border: 1px solid #7c7c7c;
    text-align: center;
    padding: 10px;
}
.sub-sec-lungi .col-md-4:hover{
    background-color: #000;
    color: #fff;
}

section.bg-thorthu {
padding: 50px 0px;
}

.sub-sec-lungi {
    padding-bottom: 5px;
    padding-top: 10px;
}
.sub-sec-thorthu {
    padding-bottom: 5px;
    padding-top: 10px;
}

.sub-sec-thorthu .col-md-6 {
    border: 1px solid #7c7c7c;
    text-align: center;
    padding: 10px;
}
.sub-sec-thorthu .col-md-6:hover{
    background-color: #000;
    color: #fff;
}
.home-about {
    margin-top: 50px;
}
footer {
    background: #707070;
    padding: 60px 0px;
   
}
.social-sub {
    margin-top: 0px;
    border-radius: 8px;
    padding: initial;
}
.social-sub h2 {
    padding-bottom: 5px;
    font-size: 28px;
}
img.lungi-caption, img.thorthu-caption {
    margin-top: 15px;
}
.social-sub i.fa {
    padding: 10px;
    font-size: 18px;
    padding-top: 5px;
    background: #eeee;
    line-height: 33px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

footer h3, footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
} 
.owl-carousel.owl-drag .owl-item {
    margin: 0px 5px;
}
.owl-carousel .owl-item img {
    display: block!important;
    width: max-content!important;
}
.foot-sectwo h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.foot-secone p, .foot-sectwo p {
    color: azure;
}
a.foot-secone {
    color: azure;
}
.product-details.img-box {
    padding-bottom: 15px;
}
p.dev {
    text-align: center;
    margin-top: 35px;
    border-top: 1px solid #8b8b8b;
    padding-top: 10px;
    margin-bottom: 0px;
}
a.dev {
    color: #212529;
    text-decoration: none;
}
.foot-secone>a {
    color: #b9b9b9!important;
}
.foot-secthree ul li {
    padding: 10px;
    color: azure;
}
.foot-secone p {
    margin-bottom: 0px;
    font-size: 14px;
}
.foot-sectwo p {
    margin-bottom: 20px;
    font-size: 14px;
}


igure.effect-layla {
	background: #18a367;
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 360px; */
    width: 100%;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

section.shop-sec {
    background: url(../img/bg-parallax.jpg);
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
}
section.shop-sec h2 {
    text-align: center;
    color: #fff;
}

section.shop-sec p {
    text-align: center;
    color: #fff;
}
section.inner-page.contact .card {
    padding: 15px;
    margin-bottom: 15px;
}

    /* Add custom CSS here */
   
    .category-item {
        cursor: pointer;
        padding: 10px;
    }

    .category-item.active {
        background-color: #e9e9e9;
        color: #fff;
    }

    .product-list {
        display: none;
    }

    .product-list.active {
        display: block;
    }

    a i.fa.fa-facebook {
        color: #2a9dff;
    }

    
    a i.fa.fa-instagram {
        color: #d6450c;
    }
    a i.fa.fa-youtube{
        color: #ff2929;
    }

    .category-list {
        height: 100vh;
        overflow-y: auto;
        box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
        border-radius: 8px;
        padding: 15px;
    }

    section.inner-page.products .card {
        margin-bottom: 20px;
    }

    section.inner-page.products  {
        padding: 60px 0px;
    }

    .sub-product-list {
        display: none;
    }

    .sub-product-list.active {
        display: block;
    }

    .subcategory label {
        display: flex;
        align-items: baseline;
        padding-bottom: 10px;
        color: #545454;
    }
    .product-details h4 {
        padding-top: 10px;
        font-size: 20px;
    }
    .subcategory input {
        margin-right: 10px;
    }
    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color:#980893;
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    }

    section.inner-page.products h3 {
        padding-top: 10px;
        padding-bottom: 5px;
        color: #980893;
        font-weight: 600;
    }
    .card.product-listbox {
        padding: 15px 30px!important;
    }
    table.table {
        margin-top: 10px;
        margin: 10px 20px;
    }

    section.inner-page.products a.custom-button {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }
    .prodcuts-btns {
        display: block;
        text-align: center;
        margin: auto;
        padding: 0px 20px;
    }
    .prodcuts-btns i.fa {
        padding-right: 3px;
    }
 
    .contact-details {
        display: flex;
        align-items: baseline;
    }
    .cont-list h3 {
        font-size: 24px!important;
        margin-bottom: 0px;
    }
    .contact-details i.fa {
        padding-right: 10px;
    }
    .form-control {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }
    .form-group {
        margin-bottom: 20px;
    }

    .home-scrol {
        margin-top: 35px;
    }
    a.foot {
        font-size: 14px;
    }

.foot-secthree ul li a {
    color: #ecf8fb;
    text-decoration: none;
}

.card.home-logos {
    margin-bottom: 19%;
    box-shadow: none;
}
section.bg-lungi h1, section.bg-thorthu h1 {
    margin-bottom: 50px;
    margin-top: 30px;
    font-family: serif;
    font-size: 40px;
}


/* Responsive adjustments */

@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        
    }

    .navbar-nav .nav-item {
        margin-left: 7px;
    }
    .card.home-logos {
        margin-bottom: 30%;
        box-shadow: none;
    }
}

@media (min-width: 1119px) and (max-width: 1200px) { 
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: 37%;
    }
    .card.home-logos {
        margin-bottom: 20%;
        box-shadow: none;
    }
}

@media (max-width: 1198px) {
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-left: 22%;
}
.card.home-logos {
    margin-bottom: 18%;
    box-shadow: none;
}
.nav-top p {
    font-size: 14px;
    padding-right: 10px;
}
}
@media (max-width: 991px) {
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-left: 0%;
}
}

@media (max-width: 767px) {
    .mega-menu {
        width: 100%;
        margin-left: auto;
    }

    
    .mega-menu .col {
        margin: 10px 0;
    }

    .category-list {
        height: auto;
        margin-bottom: 20px;
       
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        margin-left: 0%;
    }
    .nav-top span {
        display: none;
    }
    .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(147 14 142);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.lungi-sec-home, .thorthu-sec-home {
    margin: unset;
    overflow: hidden;
}
.foot-sectwo {
    padding-top: 20px;
}
.nav-top {
    padding-top: 5px;
}  
.card.home-logos {
    width: 50%;
    float: left;
    margin-bottom: 0px;
    margin-top: 15px;
}
.social-sub {
    margin-top: 30%;

}
.home-about {
    margin-top: 15px;
}
section.bg-thorthu, section.bg-lungi {
    padding: 30px 10px;
}
.nav-top p {
    padding-right: 0px;
}
section.video-sec {
    padding: 30px 10px;
    text-align: center;
}
.social-sub h2 {
    padding-bottom: 5px;
    font-size: 22px;
}
section.about-sec {
    padding: 10px;
}
footer {
    padding: 30px 10px;
}
.foot-secthree ul li {
    padding: 5px 10px;
    color: azure;
}
section.shop-sec {
    padding: 50px 10px;
}
section.inner-page {
    padding: 30px 10px;
}
section.inner-page.products {
    padding: 30px 10px;
}
.prodcuts-btns {
    display: block;
    margin-left: 25px;
}
section.inner-page.products a.custom-button {
    margin-top: 10px;
}
.contact-details {
    padding: 10px;
}
.cont-list h3 {
    font-size: 22px!important;
}
}



