/* Write Custom Css Here */
.banner-inner-contents .banner-inner-title, .new_serviceDetails__author__title {
  font-family: 'Antonio' !important;
}
h1, h2, h3 {
    font-family: 'Antonio' !important;
}
/* Media query for screens smaller than 479px */
@media screen and (max-width: 479px) {
    .card-nav {
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
    }
    .secondary-button.is--transparent {
        margin-left: 0;
    }
    .buttons-home-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
    .grid-item.is--product-nav-item {
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
        display: inline-grid !important;
        grid-template-columns: none !important;
    }
    .grid.menu {
        background: #fff;
        margin-top: -408px !important;
    }
    .grid.is--product-nav {
        padding: 0 !important;
    }
    .div-block-11 {
        padding-top: 10px;
    }
    .button-3 {
        padding: 8px 15px;
        line-height: 20px;
    }
    .new-service-block.new-sv-light {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .heading-33 {
        margin-bottom: 10px;
    }
    .heading-34 {
        font-size: 24px;
    }
    .heading-34.text-color {
        padding-bottom: 20px;
    }
    .sv-box.bg-light {
        padding: 30px 20px;
    }
    .heads.secondary-button.is--transparent {
    width: 9rem !important;
    }
    .heads.secondary-button {
        max-width: 9rem !important;
    }
}

/* Media query for screens smaller than 767px */
@media screen and (max-width: 767px) {
    .card-nav-wrapper {
        margin-bottom: 8px;
    }
    .navbar-area.nav-absolute {
    background: #ffffff;
    }
    .heads.secondary-button.is--transparent {
    width: 9rem !important;
    }
    .heads.secondary-button {
        max-width: 9rem !important;
    }
    .secondary-button.is--transparent {
        width: auto;
    }
    .buttons-home-wrapper {
        margin-top: 24px;
        margin-bottom: 56px;
    }
    .secondary-button {
        width: auto;
        font-size: 14px;
    }
    .card-nav-text {
        line-height: 24px;
    }
    .product-link-wrapper {
        margin-bottom: 22px;
    }
    .product-link-wrapper.is--blog {
        margin-bottom: 0;
    }
    .grid-item.is--product-nav-item {
        display: inline-grid !important;
    }
    .secondary-button.is--transparent.is--yellow-light {
        justify-content: center;
        width: 11.7rem;
    }
    .section.is--yellow-light h2 {
        margin-bottom: 16px;
        font-size: 32px;
        font-family: Antonio, sans-serif;
    }
}

/* Media query for screens smaller than 991px */
@media screen and (max-width: 991px) {
    .products-open {
        z-index: 9;
        padding-top: 22px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        position: absolute;
        top: 62px;
    }
    .login-account .account-list-item {
    right: -73px !important;
    }
    .navbar-area.nav-absolute {
    background: #ffffff;
    }
    .login-account {
    padding: 0 !important;
    }
    .bespoke {
    position: relative;
    left: unset !important;
    max-width: 200px;
    }
    .is--small.is--yellow-light {
        width: 336px;
    }
    .secondary-button.is--transparent.is--yellow-light {
        width: auto;
        margin-top: 24px;
        margin-left: 0;
    }
    .button-yellow-light-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .products-open.is--contact {
        top: 64px;
    }
    .products-open.products-open-white-bg {
        color: #fff;
        background-color: #fff;
        display: none;
    }
    .products-open.products-open-white-bg.dev-mode {
        display: block;
    }
    .card-nav {
        width: 100% !important;
    }
    .card-nav-wrapper {
        height: 200px;
    }
    .grid-item.is--product-nav-item {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    .new_app__thumb {
        position: static !important;
    }
}


.card-nav {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 25%;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    display: flex
}
.grid.is--yellow-light {
    justify-content: space-between;
    display: flex;
    margin: auto;
    justify-content: center;
}
.grid-item.is--product-nav-item {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
}
.card-nav.is--last {
    margin-right: 0
}
.button-yellow-light-wrapper {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex !important;
}
.secondary-button.is--yellow-light {
    border: 1px solid var(--gold);
    width: auto;
  display: flex !important;
}

@media screen and (min-width: 1280px) {
    .secondary-button, .secondary-button.is--transparent {
        width: 12rem;
    }
}
.secondary-button {
    background-color: var(--gold);
    color: var(--black);
    letter-spacing: -.02em;
    border-radius: .5rem;
    align-items: center;
    width: 11rem;
    padding: .625rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    box-shadow: 0 0 4px rgba(253, 202, 67, .2);
}
.secondary-button.is--transparent.is--yellow-light {
    border-color: var(--black);
    width: 12rem;
    margin-left: 7px;
}

.secondary-button.is--yellow-light {
    border: 1px solid var(--gold);
    width: auto;
}
.secondary-button.is--transparent {
    background-color: transparent;
    border: .0625rem solid #000;
    width: 11rem;
    margin-left: 0;
    transition: all .2s;
}
.card-nav.is--blog {
    width: 100%;
    text-decoration: none
}
.container.is--yellow-light {
    text-align: center;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}
.is--small.is--yellow-light {
    margin-bottom: 1.5rem;
}
.is--small {
    color: #303030;
    width: 25rem;
    margin-bottom: 2.5rem;
}
.card-nav-wrapper {
    z-index: 2;
    border-radius: .25rem;
    align-items: flex-end;
    width: 100%;
    height: 13.89em;
    margin-bottom: 0;
    display: flex;
    position: relative;
    overflow: hidden
}
.section.is--yellow-light {
    background-color: #fdf2ca;
}
.card-nav-image {
    z-index: -1;
    object-fit: cover;
    border-radius: .25rem;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: absolute
}
.card-nav-text {
    z-index: 3;
    color: var(--white);
    margin-bottom: 16px;
    margin-left: 16px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    font-weight: bold;
}
.card-nav-text.is--blog {
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 0
}
.embed-arrow {
    color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: .3125rem;
    transition: opacity .2s;
    display: flex
}

.product-link-wrapper {
    display: none
}

.button-nav-wrapper,.nav-right {
    align-items: center;
    margin-left: auto;
    display: flex
}

.animated_column {
    width: 15.3vw;
    min-width: 15.3vw;
    margin: 0 1.125rem
}

.home-ani_img {
    object-fit: cover;
    width: 100%;
    height: 17.1875rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}
/* Initially hide the box */
.products-open {
    display: none;
    position: relative;
}
.blur {
    filter: blur(5px);
}
/* Style the arrow icon */
.arrow-down {
    margin-left: 5px; /* Adjust spacing as needed */
    transition: transform 0.3s ease; /* Add transition for smooth rotation */
    transform: rotate(0deg); /* Set initial rotation to 0 degrees (downwards) */
}

/* Rotate the arrow icon up when the Photography menu item is hovered over */
.arrow-down.rotate-up {
    transform: rotate(-180deg); /* Rotate arrow upwards */
}


/* Show the box when hovering over the "Photography" menu item */
li[data-menu="photography"]:hover + .products-open,
.products-open:hover {
    display: flex;
}
.grid-item.is--product-nav-item.is--last {
    margin-bottom: 0;
}
/*.nav-absolute .grid.is--product-nav {*/
/*    flex-direction: column;*/
/*    width: 88%;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: 0;*/
/*    top: 100px !important;*/
/*    background: #fff;*/
/*    padding: 20px;*/
/*}*/
.grid.menu {
    background: #fff;
    margin-top: -52px;
    z-index: 9999999999;
}
.grid.is--product-nav {
    flex-direction: column;
    padding: 20px;
}
.heading-7 {
    font-family: 'Antonio';
}
.grid.is--product-nav.menuproducts-grid {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 25px
}
  @keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

  .animated-gradient {
    background: linear-gradient(90deg, #ff0000, #ffff00, #00ff00, #0000ff, #ff00ff, #ff0000);
    background-size: 600% 600%;
    animation: gradient 8s ease infinite;
    -webkit-background-clip: text;
    display: block;
    -webkit-text-fill-color: transparent;
  }
.message-contact-form .form-group label {
    display: none !important;
}
.form-group.select {
  margin-bottom: 10px;
}
.form-group.textarea {
  margin-bottom: 10px;
}
.button-yellow-light-wrapper img {
  margin-right: 10px;
}
.how-it-works .line {
    border: dashed 2px #e3c142;
    width: 60%;
    position: absolute;
    z-index: 1;
    top: 500px;
    left: 20%;
}
.how-it-works .icon-description2 {
    position: relative;
    z-index: 2;
}
.icon-description2 {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.icon-description2 figure {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: solid 10px #e6ebef;
    background: #FFF;
}
figure {
    margin: 0 0 1rem;
}
.icon-description2 figure img {
    float: left;
    max-width: 80%;
}
.icon-description2 .title {
    color: #000;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}
.icon-description2 p {
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}
.icon-description2 {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
h6.etitle {
      text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: Antonio, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}
.dronex {
    z-index: 9999;
    position: absolute;
    width: 100%;
}
.mb-2 {
    margin-bottom: .5rem !important;
    display: none;
}
.single-service .service-thumb img {
    max-height: 233px;
}
.only-img img {
    margin: auto;
    text-align: center;
    position: relative;
    display: block;
    max-width: 1000px;
}
.only-img {
    background: linear-gradient(135deg, #fefaf4 0%, #e3dbee 100%)
}
.icon img {
    filter: brightness(0) invert(1);
    max-width: 62px;
}
.row.ahmad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .follower-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .follower {
        margin-bottom: 10px;
        padding: 10px 20px;
        background-color: #f0f0f0;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
.home-banner-video {
    margin-top: -27.1em !important;
}
.single-blog-details .details-para p {
    color: rgb(0 0 0) !important;
}
.single-blog-details .details-para {
    color: rgb(0 0 0) !important;
}