@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600;1,700&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    --primary: #F3A730;
    --secondary: #2A244E;
    --white: #fff;
    --primaryfont: 'Almarai', sans-serif;
    --titlefont: 'Cormorant Garamond', serif;
    --font-color: #575757;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--primaryfont);
    color: #444445;
}

a {
    color: var(--primary);
    text-decoration: none;
}

a:hover {
    color: var(--primary);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--titlefont);
}
p{
    font-family: var(--primaryfont);
    color: var(--font-color);
}


.section-padding{
    padding: 120px 0;
}

a.mainbtn, button.mainbtn{
    border-radius: 5px 25px;
    background: linear-gradient(94deg, #312484 0%, #2A244E 100%);
    color: var(--white);
    padding: 15px 30px;
    display: inline-table;
}
button.mainbtn{
    border-radius: 5px 25px;
    background: linear-gradient(94deg, #312484 0%, #2A244E 100%);
    color: var(--white);
    padding: 15px 30px;
    display: inline-table;
}
a.mainbtn:hover,  button.mainbtn:hover{
    background: linear-gradient(94deg, #2A244E 0%, #312484 100%);
}

.title-section h6{
    color: var(--primary);
    font-family: var(--primaryfont);
    font-size: 18px;
    font-weight: 400;
}
.title-section h3{
    color: var(--secondary);
    font-family: var(--titlefont);
    font-size: 40px;
    font-weight: 700;
}

.title-section h1{
    color: var(--secondary);
    font-family: var(--titlefont);
    font-size: 40px;
    font-weight: 700;
}

.contact-box {
    min-height: 300px;
}

/* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--primary);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: var(--secondary);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--primary);
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    border-radius: 5px 20px;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--primary);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}



/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: var(--secondary);
    font-size: 15px;
    height: 40px;
    padding: 0;
    color: var(--white);
}

#topbar .contact-info a {
    line-height: 0;
    color: var(--white);
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    color: #fff;
}

#topbar .contact-info i {
    color: var(--primary);
    line-height: 0;
    margin-right: 5px;
}

#topbar .contact-info .phone-icon {
    margin-left: 15px;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: var(--white);
    transition: all 0.5s;
    z-index: 997;
    height: 100px;
}

#header.fixed-top {
    background: var(--white);
}
#header .header-nav{
    display: flex;
    justify-content: space-between;
}
#header .logo img{
    width: 150px;
    z-index: 1;
    background: var(--white);
}

#header .logo a {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
}


.scrolled-offset {
    margin-top: 100px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}


.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px 24px 15px;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--primaryfont);
    color: var(--secondary);
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--primary);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #191919;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    color: white;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #fff;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: var(--secondary);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: var(--primary);
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 10px 0;
    width: 80%;
    background-color: var(--white);
    overflow-y: auto;
    transition: 0.3s;
}
ul.sub-ul {
    position: relative;
    padding: 0;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--primary);
    background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #191919;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: var(--primary);
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}
@media only screen and (max-width: 600px) {
    .navbar{
        justify-content: flex-end;
    }
    #header .logo{
        /* top: -21px; */
    }
}


/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel-caption.carousel-caption-one {
    height: 100%;
    display: flex;
    align-items: center;
    left: 5%;
}
.carousel-item{
    height: 100vh;
}
.carousel-content{
    text-align: left;
    width: 60%;
}
.carousel-inner h6{
    font-family: var(--primaryfont);
    font-size: 15px;
    font-weight: 700;
    color: var(--primary);
}
.carousel-inner h2{
    font-family: var(--titlefont);
    color: var(--secondary);
    font-size: 57px;
    font-weight: 600;
    line-height: 80px;
}
.carousel-inner p{
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
}


/*--------------------------------------------------------------
# About Section 
--------------------------------------------------------------*/
.about-section-home{
    position: relative;
}
.logo-icon{
    position: absolute;
    right: 0;
    width: 360px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.image-about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.about-main {
    width: 80%;
    border-radius: 80px 20px;
}
img.adg-about-logo {
    position: absolute;
    bottom: -40px;
    width: 250px;
    left: 0;
    box-shadow: 0px 4px 24px 0px rgba(42, 36, 78, 0.10);
    border-radius: 20px 50px;
}
.new-arrivals-head-content{
    background: linear-gradient(90deg, #2A244E 0%, #312484 100%);
    padding: 90px 80px;
}
.new-arrivals-head .title-section h3{
    color: var(--white);
}
.new-arrivals-head p{
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    line-height: 31px;
}
/*.why-choose-us .title-section p{   */
/*    color: #fff;*/
/*}*/

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product-card{
    height: 370px;
    border-radius: 10px 30px;
    margin-bottom: 40px;
    padding: 10px;
    display: flex;
    align-items: flex-end;
    border: 1px solid #2e246c70;
}
a.product-title {
    background: var(--white);
    color: var(--secondary);
    width: 100%;
    display: grid;
    justify-items: center;
    padding: 10px 20px;
    border-radius: 8px 30px;
}
.product-card:hover{
    border-radius: 30px 10px;
    box-shadow: 0px 4px 30px 0px rgba(42, 36, 78, 0.15);
}
.product-card:hover a{
    background: linear-gradient(90deg, #2A244E 0%, #312484 100%);
    color: var(--white);
}
.product-card a:hover{
    border-radius: 25px 8px;
}

/*--------------------------------------------------------------
# Why Choose Us
--------------------------------------------------------------*/
.why-choose-us{
    background: rgba(49, 36, 132, 0.06);
}
.why-choose-us .title-section {
    text-align: center;
}

.box-icon{
    background: url("../img/rectangle.svg");
    height: 100px;
    width: 100px;
    display: flex;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
}
.box-icon img{
    width: 90px;
}
.why-choose-us-box {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 60px 30px;
    /* background: linear-gradient(180deg, #2A244E 0%, rgba(42, 36, 78, 0.00) 100%); */
    border: 2px solid #dbdbdb;
    height: 100%;
}
.why-choose-us-box:hover{
    border: 1px solid #F3A730;
    box-shadow: 0px 4px 29px 0px rgba(243, 167, 48, 0.34);
}
.why-choose-us-box h6{
    font-family: var(--primaryfont);
    font-size: 24px;
    font-weight: 700;
    /* color: var(--white); */
    margin-top: 30px;
}
.why-choose-us-box p{
    /* color: var(--white); */
    text-align: center;
}
.why-choose-us-box.one{
    border-radius: 10px 40px 10px 70px;
}
.why-choose-us-box.two{
    border-radius: 20px;
}
.why-choose-us-box.three{
    border-radius: 40px 10px 70px 10px;
}


/*--------------------------------------------------------------
# Home Gallery
--------------------------------------------------------------*/
.gallery-home{
    text-align: center;
}
.gallery-box{
    height: 300px;
    border-radius: 30px;
    box-shadow: 0px 4px 30px 0px rgba(42, 36, 78, 0.15);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
    background: url("../img/footer-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    text-align: center;
}
.footer-nav ul, .footer-social ul{
    display: flex;
    justify-content: center;
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding: 20px;
    gap: 20px;
}
.footer-nav{
    border-top: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    margin: 30px 0;
}
.footer-nav li a{
    color: var(--white);
}
.footer-nav li a:hover{
    color: var(--primary);
}
.footer-social li{
    height: 50px;
    width: 50px;
    background: var(--white);
    border-radius: 20px 5px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social li:hover{
    background: var(--primary);
}
.footer-social li.facebook:hover{
    background: #0866FF;
}
.footer-social li.instagram:hover{
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.footer-social li.youtube:hover{
    background:#CD201F;
}
.footer-social li.twitter:hover{
    background:#26a7de;
}
.footer-social li i{
    font-size: 20px;
    color: var(--secondary);
}
.footer-social li:hover i{
    color: var(--white);
}
.copyright{
    background: var(--secondary);
    color: var(--white);
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 1px;
}
.copyright a{
    color: var(--white);
}
.footer-social h6 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--primaryfont);
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
section.breadcrumb{
    background: linear-gradient(180deg, #2A244E 0%, #312484 100%);
    padding: 20px 0;
    color: var(--white);
}
.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb h6{
    font-family: var(--primaryfont);
    font-size: 14px;
    font-weight: 700;
}
.breadcrumb-item.active, .breadcrumb-item a {
    color: var(--white);
}

/*--------------------------------------------------------------
# Our Value & CONTACT
----------------- ---------------------------------------------*/
.our-value {
    text-align: center;
}
.value-card, .contact-box{
    display: grid;
    justify-items: center;
    box-shadow: 0px 4px 30px 0px rgba(42, 36, 78, 0.15);
    padding: 30px 25px;
    margin-bottom: 40px;
    border-radius: 40px;
}
.contact-form-card{
    box-shadow: 0px 4px 30px 0px rgba(42, 36, 78, 0.15);
    padding: 40px;
    border-radius: 40px;
}
.contact-form-card img{
    border-radius: 30px;
    width: 90%;
}
.value-card-icon, .contact-box-icon{
    background: url("../img/triangle-blue.svg");
    height: 100px;
    width: 100px;
    display: flex;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact-box-icon{
    margin-bottom: 0;
    height: 60px;
}
.contact-content h6 {
    font-size: 25px;
    font-weight: bold;
}
.value-card-icon img{
    width: 90px;
}
.contact-box-icon img{
    width: 50px;
    border-radius: 0px;
}
.value-card h6{
    color: var(--secondary);
    font-family: var(--primaryfont);
    font-size: 24px;
    font-weight: 700;
}
.value-card p{
    color: #575757;
    font-family: var(--primaryfont);
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
}
.value-card.left, .contact-box.left {
    border-radius: 20px 40px;
}
.value-card.right .contact-box.left{
    border-radius: 40px 20px;
}
.contact-box h6{
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}
.contact-box p a, .contact-box p{
    color: var(--secondary);
    font-family: var(--primaryfont);
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
}
.form-control {
    border: none;
    border-bottom: 1px solid var(--font-color);
    border-radius: 0;
    padding: 10px 0px;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--primary);
}
img.gallery-img {
    border-radius: 80px 20px;
    width: 90%;
}

.header-nav.admin-nav nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-box-icon img {
    /* width: 40px; */
    border-radius: 0px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}


.whatsapp img{
    width: 70px;
}

a.whatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
    .image-about {
        margin-top: 60px;
    }
    img.adg-about-logo {
        width: 250px;
    }
    .new-arrival-bg {
        height: 500px;
    }
    .gallery-box {
        margin-bottom: 30px;
    }
    .product-card {
        height: 300px;
    }
    .section-padding {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 600px) {
    .title-section h3 {
        font-size: 28px;
    }
    .section-padding {
        padding: 60px 0;
    }
    p{
        text-align: justify;
    }
    .title-section h6{
        font-size: 12px;
    }
    .why-choose-us .title-section p {
        color: #fff;
        text-align: center;
        font-size: 14px;
    }
    .image-about{
        margin-top: 60px;
    }
    img.adg-about-logo {
        width: 170px;
        border-radius: 10px 30px;
    }
    .new-arrivals-head-content{
        padding: 30px 20px;
    }
    .new-arrival-bg{
        height: 300px;
    }
    .product-card {
        height: 250px;
    }
    .gallery-box {
        height: 250px;
        margin-bottom: 25px;
    }
    .footer-nav li a {
        font-size: 14px;
    }
    .carousel-inner h6{
        font-size: 9px;
    }
    .copyright {
        font-size: 10px;
    }
    .carousel-inner h2 {
        font-size: 36px;
        line-height: 41px;
    }
    .carousel-inner p {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
    }
    .carousel-content{
        width: 80%;
    }
    .contact-form-card img {
        width: 100%;
        margin-bottom: 40px;
    }
    img.gallery-img {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-nav ul{
        display: grid;
    }
    .contact-card {
        flex-direction: column;
        margin: 20px 0px;
    }
    .contact-box-icon img {
        width: 50px;
        margin-bottom: 0px;
    }
    .contact-content,.contact-content p {
        text-align: center;
        margin-top: 15px;
    }
    .contact-form-card{
        padding: 16px;
    }
    .whatsapp img{
        width: 40px;
    }
    .carousel-content {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.08);
    padding: 25px 15px;
}
}

.product-card-admin{
    position: relative;
}

.checkbox-image {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
}