/*** Button and HR ...............................................................................................***/
.btn-primary{
    background-color: #9c2ac0;
    border-color: #9c2ac0;
    color: #ffffff;
    font-weight: 300;
}

.btn-primary:hover{
    color: #ffffff;
    background-color: #7c2197;
    border-color: #7c2197;
    font-weight: 500;
}

.btn-primary:hover{
    color: #ffffff;
    background-color: #7c2197;
    border-color: #7c2197;
    font-weight: 500;
}

.btn-success:active{
    background-color: #7c2197;
    border-color: #7c2197;
}

hr {
    width:100px;
    background-color:#9a2999;
  }
  
  .text-center hr {
   margin: 0 auto;
   margin-bottom: 10px;
  }

/*** Navbar ...............................................................................................***/
#logo{
    height: 50px;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #9a2999;
    font-weight: 700;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

@media (max-width: 1020px) {
    .btn-nav-phone{
        padding-left: 0px;
    }
}

/*** Promo Slides .........................................................................................***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.webp) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.display-2 {
    font-weight: 500;
}

.fs-5 {
    font-size: 1.5rem !important;
}

/*Fashion Stores and Offices.............................................................................................*/
.logoCompany
{
    max-width: 200px;
}

#sectionFashionStores {
    background-color: #dfd8e1!important;    
}


.btn-ultra-voilet {
    background: #654ea3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #951db2, #d855ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #951db2, #d855ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border: 3px solid #eee;
}


.card {
    overflow: hidden;
    border-radius:10px 10px 10px 10px;
    position: relative;
    font-family: 'lato';
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -4px 2px 10px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: -4px 2px 10px 3px rgba(0,0,0,0.50);
    box-shadow: -4px 2px 10px 3px rgba(0,0,0,0.50);
    margin-bottom: 30px;
}

.card-img-top {
  max-height: 250px;
  overflow: hidden;
}

.card-img-top img {
  width: 100%;
  transition: .3s all;
}

.card:hover .card-img-top img {
  transform: scale(1.2);
}

.card img{
    width: 110%;
    height: 100%;
}

.card h4 {
    padding-top: 25px;
    font-weight: 700;
}

.card .card-text {
    width: 80%;
    margin: 0 auto;
    font-weight: 700;
    margin-bottom: 10px;
}

.card-footer {
    background: #029eb7;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
}


/*Contact Us...............................................................................................*/

#sectionContactUs {
    background-color: #dfd8e1!important;    
}

.contactUsButton{
    text-align: center;
}

.contactUsHeading {
    text-align: center;
    }

    .contactUsHeading hr {
    margin: auto;
}

@media (min-width: 768px) {
    .contactUsButton {
    text-align: left;
    }
           
    .contactUsHeading {
        text-align: left;
    }
    .contactUsHeading hr {
    margin: inherit;
    }
}

/*** Footer ...............................................................................................***/
.fa-whatsapp{
    font-size: 20px;
}



.bg-dark {
    background-color: #2c0c36!important;
}

.divDetails {
    color: #9B9B9B;
   }

.divDetails:hover {
    color: white;
}

.footerLink{
    color: #9B9B9B;
    text-decoration: none;
   
}

.footerLink:hover {
    color: white;
    transition: .3s;
    letter-spacing: .5px;
}

.divFooter .btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    transition: .3s;
    text-decoration: none;
}

.divFooter .btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.divFooter .btn-link:hover {
    color: white;
    letter-spacing: 1px;
    box-shadow: none;
}

.divFooter .btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.divFooter .btn-social:hover {
    background-color: #9a2999;
    color: white;
}

.divFooter .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}


.copyright a {
    color: #9b9b9b;
    transition: .3s;
    text-decoration: none;
}

.copyright a:hover {
    color:white;
    letter-spacing: 1px;

}

.divFooterLogo{
    color: #9b9b9b;
}

.divFooterLogo img{
    max-width: 200px;
}
/* 
@media (max-width: 768px) {
    .footerLogo{
        max-width: 300px;
    }
} */