.img-box {
    width: 100%;
    height: 100%;
    display: block;
}

.form-control{
    letter-spacing: 0.1em;
}

.d-heed-logo img{
    filter: invert(1);
}

/* fashion-sec */
.fashion-sec .title-lg-fs {
    color: #666666;
    margin-bottom: 16px;
}

.fashion-sec .title-md {
    color: var(--black);
}

.fashion-sec .content-box {
    padding-top: 70px;
}

.fashion-sec .img-box {
    overflow: hidden;
}

.fashion-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.fashion-sec .img-box img:hover {
    transform: scale(1.1);
}

.jacket-row .content-box {
    padding-left: 100px;
}

.leather-row>div:first-child {
    padding-left: 60px;
}

.btn.btn-dash {
    border: 0;
    padding: 15px 0;
    position: relative;
    overflow: visible;
    margin-top: 45px;
    transition: all 0.6s ease-in-out;
    background: none;
}

.btn.btn-dash::after {
    content: "";
    width: 90px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -110px;
    opacity: 1;
    transition: all 0.6s ease-in-out;
}

.btn.btn-dash:hover {
    padding: 15px 20px;
    background-color: #000;
}

.btn.btn-dash:hover::after {
    opacity: 0;
}

/* about-sec */
.about-sec {
    padding-top: 150px;
}

.about-row .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-row .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.about-row .img-box img:hover {
    transform: scale(1.1);
}

.about-row>div:first-child .img-box {
    height: auto;
}

.about-row>div:first-child .img-box:first-child {
    margin-bottom: 24px;
}

.about-row>div:first-child .img-box img {
    height: 378px;
}

.about-row .content-box {
    padding: 115px 75px;
}

.about-row .content-box .title+.cms {
    padding-top: 45px;
}

.about-row .content-box .cms p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

/* instagram-sec */
.instagram-sec {
    padding-bottom: 50px;
    overflow: hidden;
}

.instagram-sec .content-box {
    padding-bottom: 50px;
}

.instagram-sec .title-lg {
    color: #B8B8B8;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 15px;
}

.instagram-sec .title-sm {
    font-weight: 400;
    color: var(--black);
}

.instagram-sec .title-sm i {
    vertical-align: middle;
    background: linear-gradient(0deg, #E09B3D 0.29%, #C74C4D 29.97%, #C21975 59.65%, #7024C4 99.22%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.instagram-gallery-item__wrap {
    border-radius: 10px;
}

#instagram-gallery-feed-0 .instagram-gallery__actions .instagram-gallery__button--follow {
    background-color: var(--black);
    font-size: 16px;
    font-family: 'Open Sans';
    transition: all 0.5s ease-in-out;
    border: 1px solid var(--black);
    margin-top: 10px;
}

#instagram-gallery-feed-0 .instagram-gallery__actions .instagram-gallery__button--follow:hover {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--white) !important;
}

#instagram-gallery-feed-0 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
}

.instagram-gallery-item:hover .instagram-gallery-item__media-mask {
    opacity: 0.8 !important;
}

/* enquire-sec */
.enquire-sec{
    overflow: hidden;
}

.enquire-row>div:first-child {
    padding-left: 0;
    padding-right: 5px;
}

.enquire-row>div:last-child {
    padding-left: 5px;
    padding-right: 0;
}

.enquire-sec .img-box {
    overflow: hidden;
}

.enquire-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease-in-out;
}

.enquire-sec .img-box img:hover {
    transform: scale(1.1);
}

.enquire-sec .content-box {
    background: #000;
    height: 100%;
    padding: 115px 120px;
}

.enquire-form .row+.wpcf7 {
    padding-top: 40px;
}

.enquire-sec .enquire-form .btn {
    border: 1px solid var(--white);
}

.enquire-sec .enquire-form .btn:hover {
    background-color: #1c1c1c;
    color: #fff;

}

/* contact-sec */

.contact-sec {
    padding-top: 140px;
}

.contact-sec .content-box>p {
    margin-bottom: 0;
}


.content-box .title-fs {
    margin: 10px 0 50px;
    color: #666666;
    transform: rotate(-0.24deg);
    line-height: 2.2em;
}

.conatct-info {
    padding-bottom: 50px;
}

.conatct-info>div {
    padding-top: 18px;
    padding-bottom: 18px;
}

.conatct-info>div>ul {
    padding: 0 50px;
}

.conatct-info>div:first-child ul {
    padding-left: 0;
}

.conatct-info>div:last-child ul {
    padding-right: 0;
}

.conatct-info li span i {
    font-size: 22px;
    color: #000;
    display: inline-block;
}

.conatct-info ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
}

.conatct-info ul li span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

.conatct-info ul li a {
    color: #000000;
    text-shadow: 0 0 transparent;
    transition: 0.4s ease-in-out;
}

.conatct-info ul li a:hover {
    text-shadow: 0 0 var(--black);
}

.conatct-info ul li+li {
    margin-top: 20px;
}

.conatct-info .social-links {
    display: flex;
    align-items: baseline;
    margin-top: 22px;
}

.conatct-info .social-links li {
    padding-left: 0;
    margin-top: 0;
}

.conatct-info .social-links li a {
    padding-left: 0;
    background: #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: 0.5s ease-in-out;
}

.conatct-info .social-links li i {
    color: #fff;
    font-size: 17px;
    transition: 0.5s ease-in-out;
}

.conatct-info .social-links a:hover {
    background-color: #fff;
    border: 1px solid #000;
}

.conatct-info .social-links a:hover>i {
    color: #000;
}

.conatct-info .social-links li:first-child a {
    margin-left: 0;
}

.conatct-info .social-links li:last-child a {
    margin-right: 0;
}


/* thank-you page */
.thankyouSec {
    height: calc(100vh - 266px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-dark {
    position: relative;
}

.header-dark .container-fluid {
    position: relative;
}

.header-dark .navbar li a {
    color: var(--black);
}

.header-dark .d-heed-logo img {
    filter: brightness(0);
}

.header-dark .menuIcon span,
.header-dark .menuIcon span::after,
.header-dark .menuIcon span::before {
    background-color: #000;
}

.commonboximg {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
}

.commonboxcon .commontitle {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Bridone';
}

.thankyouSec .btn.btn-dash {
    margin-top: 20px;
}

.sticky-btn {
    display: none;
}

@media(max-width:1659px) {

    /* about-sec */
    .about-row .content-box {
        padding: 75px;
    }
}

@media(max-width:1499px) {
    .title-fs {
        font-size: 80px;
    }

    .about-sec,
    .contact-sec {
        padding-top: 100px;
    }

    /* contact-sec */
    .content-box .title-fs {
        margin: 10px 0 30px;
    }

    /* enquire-sec */
    .enquire-sec .content-box {
        padding: 100px 80px;
    }

    /* about-sec */
    .about-row .content-box {
        padding: 59px;
    }

    .fashion-sec .title {
        font-size: 80px;
    }

    .leather-row>div:first-child {
        padding-left: 30px;
    }
}

@media(max-width:1299px) {
    .title-fs {
        font-size: 60px;
    }

    /* enquire-sec */
    .enquire-sec .content-box {
        padding: 70px;
    }

    /* about-sec */
    .about-row .content-box {
        padding: 45px;
    }
}

@media(max-width:1199px) {
    .title-lg-fs {
        font-size: 40px;
    }

    .navbar li:last-child a {
        margin:0 15px !important;
    }

    /* contact-sec */
    /* contact-sec */
    .content-box .title-fs {
        margin: 10px 0 20px;
    }

    .conatct-info>div>ul {
        padding: 0 28px;
    }

    .enquire-row>div:last-child {
        padding-right: 10px;
    }

    /* enquire-sec */
    .enquire-sec .content-box {
        padding: 50px;
    }

    .form-control {
        padding: 18px 20px;
    }

    /* about-sec */
    .about-row .content-box {
        margin-top: 24px;
    }

    .about-row>div:first-child .img-box img {
        height: 368px;
    }

    /* fashion-sec */
    .fashion-sec .title {
        font-size: 60px;
    }

    .leather-row>div:first-child {
        padding-left: 10px;
    }

    .btn.enquiry {
        margin-top: 15px;
    }

    /* thank-you-page */
    .commonboximg {
        max-width: 120px;
    }

    .commonboxcon .commontitle {
        font-size: 90px;
        margin-bottom: 5px;
    }

     .instagram-sec{
        padding-left: 15px; 
        padding-right: 15px; 
    }

    .header .container-fluid {
        padding: 0 15px;
    }

    .d-heed-logo{
        margin-right: auto;
        margin-left: 10px;
    }
}

@media(max-width:1080px) {

    /* about-sec */
    .about-row>div:first-child .img-box img {
        height: 325px;
    }
}

@media(max-width:991px) {
    .title-fs {
        font-size: 50px;
    }

    .fashion-sec .title {
        font-size: 40px;
    }

    /* contact-sec */
    .conatct-info {
        padding-bottom: 30px;
    }

    .conatct-info>div:last-child {
        border-left: 0
    }

    .conatct-info>div:last-child ul {
        padding-right: 0;
        padding-left: 0;
    }

    .conatct-info>div:nth-child(2) ul {
        padding-right: 0;
    }

    /* enquire-sec */
    .enquire-row>div:first-child {
        padding-right: 0;
    }

    .enquire-row>div:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    /* instagram-sec */
    .instagram-sec {
        padding-top: 30px;
    }

    /* about-sec */
    .about-row>div:first-child .img-box img {
        height: 226px;
    }

    .about-row .content-box .title+.cms {
        padding-top: 25px;
    }

    .about-row .content-box .cms p {
        font-size: 16px;
    }

    /* fashion-sec */
    .jacket-row .content-box {
        padding-left: 0;
    }

    .leather-row>div:first-child {
        padding-left: 12px;
    }

    .fashion-sec .content-box {
        text-align: center;
    }

    .btn.btn-dash{
        margin-top: 20px;
    }

    .footer .row>div:first-child{
        order:3;
    }
}


@media (max-width:767px) {

    /* thank-you-page */
    .commonboximg {
        max-width: 100px;
        margin-bottom: 30px;
    }

    .commonboxcon .commontitle {
        font-size: 50px;
    }

    .instagram-sec .title-lg {
        font-size: 24px !important;
        margin-bottom: 8px;
    }

    .instagram-sec .title-sm{
        font-size: 22px;
    }

    .instagram-sec .content-box {
        padding-bottom: 30px;
    }
}

@media (max-width:568px) {
    .title-fs {
        font-size: 40px;
    }

    .title-lg-fs {
        font-size: 30px;
    }

    .instagram-sec {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .m-heed-logo .close-menu {
        right: 30px !important;
    }

    /* conatct-sec */
    .conatct-info {
        padding-bottom: 20px;
    }

    .content-box .title-fs {
        margin: 10px 0 10px;
    }

    .conatct-info>div>ul {
        padding: 0;
    }

    .conatct-info>div+div {
        border: 0;
    }

    .conatct-info>div {
        padding-top: 0;
        padding-bottom: 25px;
    }

    .conatct-info ul li+li {
        margin-top: 12px;
    }

    /* enquire-sec */
    .enquire-sec .content-box {
        padding: 30px 30px;
    }

    .enquire-form .row+.wpcf7 {
        padding-top: 20px;
    }

    .form-control {
        padding: 15px;
        margin-bottom: 15px;
    }

    /* about-sec */
    .about-row>div {
        margin-bottom: 20px;
    }

    .about-row>div:last-child {
        margin-bottom: 0;
    }

    .about-row>div:first-child .img-box img {
        height: 100%;
    }

    .about-row>div:first-child .img-box:first-child {
        margin-bottom: 20px;
    }

    .about-row .content-box {
        margin-top: 0;
        padding: 30px 20px;
    }

    /* fashion-sec */
    .fashion-sec .content-box {
        padding-top: 40px;
    }

    .btn.btn-dash {
        margin-top: 10px;
    }

    .btn.btn-dash::after {
        right: -60px;
        width: 50px;
    }

    .navigation-bar{
        width: 100% !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 30px !important;
    }

    .instagram-gallery-feed.loaded .instagram-gallery__actions{
        margin-bottom: 0 !important;
    }

    .sticky-btn.active {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
    }
    
    .sticky-btn .btn-underline{
        width: 100%;
        color:#fff;
        background-color: #000;
        border-bottom: 0;
        text-align: center;
        font-size: 14px;
        padding: 15px;
    }

    .sticky-btn .btn-underline:hover{
        margin-left: 0;
    }
}