@import url('https://fonts.cdnfonts.com/css/asgard-trial');
@import url('https://fonts.cdnfonts.com/css/meringue');

@font-face {
    font-family: 'Optika-Regular';
    src: url('../font/optika/TTF/Optika-Regular.ttf') format('truetype'),
        url('../font/optika/OTF/Optika-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optika-bold';
    src: url('../font//optika/OTF/Optika-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #C11D1D;
    --secondary-color: #FFFFFF;
    --background-color: #F0F0F0;
    --text-color: #333333;
    --optika-font-regular: Optika-Regular;
}

svg {
    width: 100%;
}

.gallery-img{
    height: 100% !important;
}

body.inkmaster-body {
    background-image: url('../images/ink-bg.jpg');
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    overflow-x: hidden;
}

/* body.inkmaster-body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000eb;
    z-index: -1;
} */
/* css styles for the InkMaster navbar  */
.main {
    background: #000000eb;
    margin-top: -109px;
}

section {
    background-color: #171717;
}

.inkmaster-navbar {
    position: sticky;
    margin-top: 20px;
    display: flex;
    padding: 10px 29px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(38, 38, 38, 0.10);
    box-shadow: 0 4px 1px 0 rgba(255, 255, 255, 0.32) inset, 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 6px 8.1px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12.5px);
}

.inkmaster-navbar .nav-link {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.4;
    padding: 0px !important;
}

.inkmaster-navbar .nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #C11D1D;
    opacity: 1;
    color: #FFFFFF;
}

.inkmaster-navbar .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: #C11D1D;
    opacity: 1;
}

a.navbar-brand {
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    margin-right: 70px;
}

a.navbar-brand img {
    border-radius: 42px;
}

.contact-us-btn {
    display: flex;
    padding: 22px 20px;
    gap: 10px;
    border: none;
    align-items: center;
    height: 46px;
    border-radius: 10px;
    background: #FFF;
    color: #333;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.contact-us-btn:hover {
    color: #C11D1D;
    box-shadow: 0 10px 33.8px 0 rgba(255, 255, 255, 0.31);
    transition: all 0.3s ease-in-out;
}

ul.navbar-nav {
    gap: 50px;
}

/* hero section css start  */
.main-heading {
    position: relative;
    z-index: 1;
}

.main-heading-1::after {
    content: '';
    position: absolute;
    top: -3%;
    right: 40px;
    background-image: url('../images/side-img.svg');
    width: 199.127px;
    height: 215px;
}

section.hero-section {
    padding-top: 299px;
}

section.hero-section .hero-bg {
    content: '';
    position: absolute;
    top: 20%;
    left: 40%;
    width: 413px;
    height: 461px;
    /* background-image: url('../images/tattoo_1_21.png'); */
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

p.main-description {
    color: #FFF;
    text-align: center;
    font-family: var(--optika-font-regular);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}

.main-buttons {
    display: flex;
    gap: 21px;
    justify-content: center;
    padding: 0px 0px 69px 0px;
}

.Secondary-btn {
    display: flex;
    padding: 22px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: rgba(51, 51, 51, 0.58);
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 46px;
    text-decoration: none;
}

.Secondary-btn:hover {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: rgba(99, 98, 98, 0.58);
    box-shadow: 0 4px 7.9px 0 rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease-in-out;
}


/* about us section css start  */

section.about-us {
    padding: 159px 0px 0px 0px;
}

.card-about {
    border-radius: 12px;
    border: 1px solid #A1A1A1;
    padding: 23px 23px 0px 23px;
    margin-top: 58px;
    min-height: 550px;
}

h4.card-title {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

p.card-text.small {
    color: #FFF;
    font-family: Optika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.4;
}

img.card-img-top {
    /* height: 545px; */
    flex-shrink: 0;
    border-radius: 6px;
}

.card-about-middle {
    background-image: linear-gradient(rgb(5 5 5 / 50%), rgb(0 0 0 / 68%)), url(../images/middle-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.images-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.images-col {
    position: absolute;
    /* height: 560.996px; */
    /* transform: rotate(-172.721deg); */
    flex-shrink: 0;
    aspect-ratio: 39/53;
    bottom: -89px;
}

.card-about h5 {
    color: #FFF;
    font-family: var(--optika-font-bold);
    ;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.card-about p {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.social-head {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.social-icons {
    display: flex;
    gap: 19px;
    margin-top: 29px;
}

.social-icons a {
    border-radius: 55px;
    background: #C11D1D;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons a:hover {
    border-bottom: 2px solid rgb(255, 243, 243);
    background: linear-gradient(180deg, #C11D1D 0%, #7F0606 100%);
    transition: all 0.3s ease-in-out;
}

.card-about-middle::after {
    content: '';
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #C11D1D;
    filter: blur(117px);
    position: absolute;
    top: 2px;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.card-about-middle::before {
    content: '';
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #C11D1D;
    filter: blur(117px);
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

/* css end of about us section  */


/* css start of services section  */

.services-section {
    padding: 245px 0px;
}

p.subtitle {
    color: #FFF;
    text-align: center;
    font-family: var(--optika-font-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
}

p.subtitle span {
    opacity: 0.9;
    color: #F64E4E;
    font-family: var(--optika-font-bold) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150%;
}

.tatto-services h6 {
    color: #FFF;
    font-family: var(--optika-font-bold);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.tatto-services p {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.tatto-services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-section {
    background-image: url('../images/services-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}



/* css start of tattoo gallery section  */

.Gallery-header {
    margin-bottom: -54px;
    z-index: 1;
    position: relative;
}

.row.Gallery-header {
    position: relative;
    z-index: unset;
}

section.testimonials {
    padding-top: 215px;
    padding-bottom: 100px;
}

.testimonial-slider {
    margin-top: 100px;
}

/* Slick base resets */
.slick-slide {
    padding: 0 14px;
}

.slick-list {
    margin: 0 -14px;
}

/* Card */
.t-card {
    border-radius: 20px;
    background: linear-gradient(110deg, #2E2E2E 1.33%, #212121 98.14%);
    box-shadow: 0 4px 2px 0 rgba(175, 175, 175, 0.25) inset;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
    margin: 0 15px;
    width: 686px !important;
    padding: 35px 31px;
}

.t-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .5);
}

.t-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.t-card::after {
    content: "\201D";
    right: 24px;
    top: auto;
    bottom: 18px;
    transform: none;
}

/* Header */
.t-head {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 35px;
    width: 100%;
}

.t-avatar {
    width: 130px;
    height: 150px;
    border-radius: 11px;
    object-fit: cover;
    flex: 0 0 auto;
}

.t-name {
    color: #FFF !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--optika-font-bold);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    /* 205% */
    margin: 0;
}

.t-role {
    color: rgba(255, 255, 255, 0.70);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
}

/* Accent divider */
.t-divider {
    height: 1px;
    opacity: 0.2;
    background: #FFF;
    opacity: .9;
    padding: 0px 28px;
}



/* Rating */
.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Optika;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
    /* 315.385% */
    opacity: 0.7;
    margin-top: 10px;
}

.text-secondary-t {
    --bs-text-opacity: 1;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--optika-font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.rating .stars {
    display: inline-flex;
    gap: 4px;
}

.stars svg {
    width: 18px;
    height: 18px;
}

/* Align controls in one row */

.slick-prev:before,
.slick-next:before {
    display: none !important;
}

.slick-next {
    display: none !important;
}

/* Custom arrows */
.custom-arrow {
    /* background: #222; */
    color: #fff;
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    position: relative !important;
    min-width: 191px !important;
    margin: auto;
    width: fit-content
}

.custom-arrow {
    border: none !important;
    border-radius: 10px !important;
    padding: 6px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #fff !important;
    transition: background 0.3s ease !important;
    box-shadow: 0 4px 2px 0 rgba(175, 175, 175, 0.25) inset !important;
    box-shadow: var(--shadow) !important;
}

.custom-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.custom-arrow.slick-prev {
    margin-right: 10px;
}

.custom-arrow.slick-next {
    margin-left: 10px;
    justify-content: center;
}

.custom-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Ensure dots render inline with arrows */
.slider-controls .slick-dots {
    position: static;
    margin: 0;
    display: flex !important;
    gap: 8px;
    justify-content: center;
    margin-top: 3px;
}

.slider-controls .slick-dots li button:before {
    font-size: 10px;
    font-size: 20px;
    color: #C11D1D33;
    opacity: .7;

}

.slider-controls .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 16px;
    opacity: 1;
    background: #C11D1D33;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
}

/* css start of contact us section  */
.contactus-info {
    border-radius: 24.267px;
    border: 2.427px solid rgba(10, 13, 23, 0.05);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(230.54029846191406px);
    padding: 24.267px;
    margin: 82px 0px 152px 0px !important;
}

.contactus-info-item h3 {
    color: #FFF;
    font-family: var(--optika-font-bold);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 14px;
}

.contactus-info-item p {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    opacity: 0.4;
}

.contact-us-form input {
    border-radius: 6.067px;
    border: 1.213px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 14.56px 16.987px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12.134px;
    flex: 1 0 0;
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}

.contact-us-form textarea {
    border-radius: 6.067px;
    border: 1.213px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 14.56px 16.987px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12.134px;
    flex: 1 0 0;
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    height: 150px;
}

.contact-us-form textarea::placeholder {
    height: 150px;
    color: #FFFFFF99;
}

.contact-us-form input:hover,
.contact-us-form textarea:hover {
    outline: none;
    border-radius: 6.067px;
    border: 1.213px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none !important;
}

.contact-us-form input:focus,
.contact-us-form textarea:focus {
    outline: none;
    color: #FFF !important;
    border-radius: 6.067px;
    border: 1.213px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none !important;
}

.contact-us-form input::placeholder {
    color: #FFFFFF99;
}

.contactus-info-item {
    display: flex;
    padding: 48.535px !important;
    flex-direction: column;
    gap: 49.748px;

}

.contact-info-col {
    border-radius: 14.56px;
    background: linear-gradient(0deg, rgba(193, 29, 29, 0.47) 20.51%, rgba(193, 29, 29, 0.00) 99.68%);
    padding: 31px;
}

.contact-info p {
    color: var(--Pure-White, #FFF);
    font-family: var(--optika-font-regular);
    font-size: 19.414px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.194px;
    opacity: 0.4;
    margin: 0;
}

/* .line-2 {
    width: 100%;
    height: 100%;
} */


/* css start of footer section  */
footer.footer p {
    color: #FFF;
    font-family: var(--optika-font-regular);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.visit-heading {
    color: #6D6D6D;
    font-family: var(--optika-font-bold);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.2px;
    text-transform: uppercase;
}

ul.footer-links {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14PX;
}

ul.footer-links a {
    color: #6D6D6D;
    font-family: var(--optika-font-regular);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.214px;
    letter-spacing: -1px;
    text-decoration: none;
}
ul.footer-links a:hover{
    color: #FFBCBC !important;
}
.social-icons-footer {
    display: flex;
    gap: 32px;
    margin-top: 20px;
}

h1.ink-master-bottom-heading {
    color: #6D6D6D;
    font-family: "Asgard Trial";
    font-size: 155px;
    font-style: normal;
    font-weight: 700;
    line-height: 229.6px;
    letter-spacing: 16px;
}

.scroll-triggered {
    will-change: transform;
    backface-visibility: hidden;
    /* smoother */
}

.scroll-triggered-2 {
    will-change: transform;
    backface-visibility: hidden;
    /* smooth hardware-accelerated motion */
}

@media (max-width: 776px) {

    .t-card::before,
    .t-card::after {
        display: none;
    }
    img{
        width: 100%;
        height: auto;
    }
    section.hero-section .hero-bg {
        display: none;
    }
    section{
        padding: 20px !important;
    }
    .contact-us-btn {
    display: flex;
    padding: 10px;
    font-size: 12px;
}
.Secondary-btn {
    display: flex;
    padding: 10px;
    font-size: 12px;
    min-height: 46px;
}
h1.ink-master-bottom-heading {
    font-size: 35px;
    line-height: 44px;
}
}