@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&amp;display=swap');

@font-face {
    font-family: 'Brittany Signature';
    src: url('../fonts/BrittanySignature.ttf');
    font-weight: normal;
    font-style: normal;
}

html{
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
    /* outline: 1px solid #000; */
}

body {
    font-family: Lato;
    counter-reset: section;
    /* overflow-x: hidden; */
}


a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: whitesmoke;
    font-family: Lato;
}

ul {
    list-style: none;
}

ul li {
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato;
    font-style: normal;
    line-height: normal;
    color: #262626;
}

h1 {
    font-size: 32px;
    font-weight: 800;
}

h2 {
    font-weight: 700;
    font-size: 20px;
}

h3 {
    font-weight: 700;
    font-size: 24px;
}

p {
    font-family: Lato;
    font-style: normal;
    line-height: normal;
    color: #262626;
    font-weight: 400;
    font-size: 16px;
}

section {
    padding: 60px 0;
}

.container {
    margin: 0 auto;
    max-width: 1180px;
}

.row {
    display: flex;
    flex-direction: row;
}

.row-col {
    display: flex;
    flex-direction: row;
}

.cols {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.col-4 {
    width: 25%;
    padding: 15px;
}

.col-5 {
    width: 41.66%;
    padding: 15px;
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 75%;
    padding: 15px;
}

.col-12 {
    width: 100%;
    padding: 15px;
}

.col-6-fd {
    width: 50%;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

nav * {
    color: whitesmoke;
}

nav {
    padding: 20px 15px;
}

.logo img {
    max-width: 180px;
}

/* .hero {
    max-height: 1014px;
    background: linear-gradient(359deg, rgba(11, 29, 38, 0.00) 0%, rgba(11, 29, 38, 0.57) 38.02%, #0B1D26 100%), url('../images/hero-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
} */
.hero {
    max-height: 1014px;
    background: linear-gradient(359deg, rgba(11, 29, 38, 0.00) 0%, rgb(41 38 38 / 44%) 40.02%, #f5f5f5 100%), url(../images/bg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 100px;
}

.hero-col {
    /* display: flex; */
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 111px;
}

.hero-text {
    max-width: 1090px;
    margin: 0 auto;
    padding-right: 60px;
}

.hero-text h5 {
    color: #FF9A51;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.hero-text h1 {
    color: #FFF;
    text-align: left;
    font-family: Jost;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 62px; */
    /* 83.538px */
    margin-top: 16px;
    margin-bottom: 31px;
}

.hero-text h1 span {
    background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Brittany Signature;
    font-size: 76.29px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 109.5%; */
}

.hero-text p {
    color: #FFF;
    text-align: left;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-text .desc {
    /* max-width: 420px; */
    /* margin: 0px auto; */
}

.hero-btn-cont {
    display: inline-flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.30);
    margin-top: 40px;
}

.hero-btn-1 {
    display: flex;
    padding: 18px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #a74d4a;
    /* background: var(--g-1, linear-gradient(90deg, #a74d4a 14.06%, #ac5451 4.79%, #a74d4a 7.88%, #e28481 100%)); */
    /* background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%)); */
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}

.hero-btn-2 {
    display: flex;
    padding: 18px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
    border: 1px solid whitesmoke;
}

.hero-bladge {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.hero-video {
    height: 485px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(11, 29, 38, 0.30) 0%, rgba(11, 29, 38, 0.30) 100%);
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    top: 140px;
    max-width: 862px;
    margin: 0px auto;
}

.video-clip {
    width: 100% !important;
    height: 485px;
    border-radius: 32px;
}

section.video {
    /* background: #07171F; */
    background: rgb(234, 230, 225);
    height: 485px;
}

section.about {
    background: #07171F;
    padding: 60px 0 120px;
}

section.about h5 {
    color: #FF9A51;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.about h3 {
    color: #FFF;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 58px; */
    margin-top: 35px;
    margin-bottom: 35px;
}

section.about p {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32px; */
    /* 160% */
}

section.about ul li {
    color: #FFF;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 34px; */
    /* 188.889% */
}

section.about .desc {
    width: 380px;
    height: 169.379px;
    flex-shrink: 0;
    border-radius: 6.844px;
    background: #FFF;
    color: #1D1E19;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

section.about .desc {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 200px;
    left: 113px;
}

section.about .desc .header {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

section.about .desc .content p {
    color: #76787C;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


section.work {
    background-color: #fff;
}

.work-imgs {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.work-imgs .img-wide {
    width: 750px;
    height: 400px;
    flex-shrink: 0;
    border-radius: 30px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.work-imgs .img-small {
    width: 368px;
    height: 400px;
    flex-shrink: 0;
    margin-bottom: 20px;
    border-radius: 30px;
    background: url(_path-to-image.html>), lightgray 50% / cover no-repeat;
}

section.work h3 {
    /* color: #07171F; */
    color: #c07780;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.work h1 {
    color: #000;
    text-align: left;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 58px; */
    margin-top: 35px;
    margin-bottom: 35px;
}

section.work h2 {
    color: #000;
    text-align: left;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 58px; */
    margin-top: 35px;
}

section.work p {
    color: #07171F;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32px; */
    /* 160% */
}

.mt-5 {
    margin-top: 50px;
}

section.services {
    background: #fff;
}

section.services h2,
section.services h3,
section.services h5,
section.services p {
    color: #262626;
}

section.services h5 {
    /* color: #FF9A51; */
    color: #c07780;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.services h2 {
    color: #262626;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 124%; */
    letter-spacing: -0.488px;
    margin-top: 35px;
    margin-bottom: 35px;
}

section.services h3 {
    color: #262626;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 124%; */
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 24px;
}

section.services p {
    color: #262626;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 150%; */
    /* 30px */
    letter-spacing: -0.2px;
}

.service-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item {
    max-width: 280px;
}


/* section.testimonial {
    background: #07171F;
} */
section.testimonial {
    /* background: #fde8bf; */
    background: #8018;
}

section.testimonial .col-3 {
    flex-grow: 1;
    flex-basis: 0;
    margin: 20px 10px;
}

section.testimonial h5 {
    color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.testimonial h2 {
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 124%; */
    letter-spacing: -1px;
    margin-top: 35px;
    margin-bottom: 35px;
}

section.testimonial p {
    color: #fff;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 28px; */
    /* 155.556% */
}

/* section.faq {
    background: #07171F;
} */
section.faq {
    /* background: #fde8bf; */
    background: #8018;
}

section.faq .faq-title {
    text-align: center;
}

.faq-content p {
    text-align: left;
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-content .faq-item {
    border-top: 1px solid whitesmoke;
}

.faq-content .faq-item p {
    color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px; */
    /* 150% */
}

section.faq h5 {
    color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.faq h2 {
    color: #fff;
    text-align: center;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 44px; */
    letter-spacing: -0.977px;
    margin-top: 35px;
}

.faq-title p {
    color: #fff;
    text-align: center;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 30px; */
    margin-top: 10px;
}

.faq-title {
    padding-bottom: 50px;
}


section.faq h4 {
    color: #fff;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 28px; */
    /* 140% */
}


section.blog {
    background-color: #07171F;
}

section.blog h5 {
    color: #FF9A51;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.blog h2 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 124%; */
    /* 60.549px */
    letter-spacing: -0.488px;
    margin-top: 35px;
    margin-bottom: 35px;
}

section.blog h3 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 140%; */
    letter-spacing: -0.28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.blog p {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 150%; */
    /* 30px */
    letter-spacing: -0.2px;
    margin-bottom: 30px;
}

section.blog .blog-lg .blog-img {
    height: 297px;
    align-self: stretch;
    border-radius: 16px;
}

section.blog .blog-sm .blog-img {
    height: 170px;
    align-self: stretch;
    border-radius: 16px;
}

section.blog .col-6,
section.blog .col-3 {
    padding: 15px;
}



section.coa {
    height: 470px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url('../images/coa.png'), lightgray 50% / cover no-repeat;
    background-size: cover;
    background-position: center center;
}

section.coa .col-12 {
    max-width: 690px;
    margin: 0px auto;
}

section.coa h1 {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 76.29px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 124%; */
    /* 94.6px */
    letter-spacing: -0.763px;
}

section.coa h1 span {
    background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    leading-trim: both;
    text-edge: cap;
    font-family: Brittany Signature;
    font-size: 76.29px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 124%; */
    letter-spacing: -0.763px;
}

section.contact {
    background-color: #fff;
}

section.contact h5 {
    color: #FF9A51;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-transform: uppercase;
}

section.contact h2 {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Jost;
    font-size: 48.83px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 53.667px; */
    margin-top: 15px;
    margin-bottom: 15px;
}

section.contact h3 {
    color: #000;
    font-family: Jost;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 27.5px; */
    /* 110% */
}

section.contact p {
    color: var(--black, #000);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 26px; */
    /* 137.5% */
}


section.contact p a{
    color: var(--black, #000);
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 26px; */
    /* 137.5% */
}


.cam-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.camerman-bg {
    width: 416px;
    height: 486.388px;
    flex-shrink: 0;
    border-radius: 600px 600px 0px 0px;
    background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%));
}

.camerman-bg img {
    position: relative;
    top: -75px;
}

.camerman-bg .desc {
    padding: 25.38px 21.39px;
}

footer .row {
    display: flex;
    padding-top: 32px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    padding-bottom: 36px;
}

footer p {
    color: #76787C;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px; */
    /* 150% */
}

.form-control-default {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    background: #F9FBFC;
    min-height: 40px;
    width: 100%;
    padding: 15px;
}

.modal-body .form-control{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 40px;
    border: none;
    border-bottom: 1px solid #a74d4a;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
}

.form-group{
    height: 40px;
    margin-bottom: 1.5rem;
}

.contact .col-6 {
    padding: 15px;
}

section.contact form {
    margin-left: -10px;
}

textarea.form-control-default {
    min-height: 187px;
}

.social li {
    display: inline-block;
    padding-left: 10px;
}

footer .container {
    border-top: 1px solid #76787C;
}

.shape {
    width: 72px;
    height: 2px;
    /* background: #fff; */
    background: #c07780;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
}

.mt-80 {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.btn-default {
    display: inline-flex;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #a74d4a;
    /* background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%)); */
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    /* 100% */
    text-transform: uppercase;
    border: none;
}

.coa-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 33px;
}

.coa-btn .booking {
    display: flex;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 10px;
    background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%));

    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    /* 100% */
    text-transform: uppercase;
}

.coa-btn .portfolio {
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    /* 100% */
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #FF5E69;
}

.see-portfilio {
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    /* 100% */
    text-transform: uppercase;
    display: inline-flex;
    padding: 18px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #a74d4a;
    /* background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%)); */
    /* float: right; */
}

.cpackage {
    display: inline-flex;
    padding: 18px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #a74d4a;
    /* background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%)); */
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    /* 100% */
    text-transform: uppercase;
}

.camerman-bg .date {
    margin-left: 70px;
}

section.testimonial .row {
    /* gap: 20px; */
}

.faq-item {
    display: flex;
    align-items: center;
}

.faq-content {
    padding-right: 15px;
}

.faq-icon {
    margin-left: auto;
    margin-top: 20px;
}

.faq-item .inactive p {
    display: none !important;
    transition: all 2s ease-in-out
}

.faq-item .active p {
    display: block !important;
}

.mt-15 {
    margin-top: 15px;
}

.parsley-errors-list li {
    color: red !important;
    list-style: none !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    font-family: Jost;
}

.swal-title {
    font-family: Jost !important;
}

.swal-text {
    text-align: center !important;
    font-family: Jost !important;
}

.swal-footer {
    text-align: center !important;
    font-family: Jost !important;
}

.swal-button {
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%));
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 16px; */
    text-transform: uppercase;
}

.b-url {
    cursor: pointer !important;
}

.pagree{
    color: var(--black, #000);
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 27.5px; 137.5% */
}
#chkagree{
    margin-right:10px;
}

.aitems{
    /* padding-top:30px; */
}

.aitem{
    display: flex;
    flex-direction: row;
    gap:20px;
    align-items: center;
    justify-content: left;
    align-content: flex-start;
    padding-bottom: 30px;
}

.aitem p{
    color: #000;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 27.5px; 137.5% */
}
.mw-256{
    min-width: 256px;
}

.slick-buttons{
    margin-top:-75px;
}
.mt-3{
    margin-top:30px;
}
.desk-fixed-cta{
    position: fixed;
    right: 1%;
    bottom: 2%;
}
.desk-fixed-cta .inquire{
    display: none;
}

.sticky-cta .inquire {
    display: none;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    background: #a74d4a;
    /* background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%)); */
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
@media (min-width:601px) and (max-width: 960px) {
    .row {
        flex-direction: column;
    }

    .work-imgs {
        flex-wrap: wrap;
    }

    .work-imgs .img-wide {
        width: 100% !important;
    }

    .work-imgs .img-small {
        width: 50% !important;
        background-position: center !important;
    }

    section.about .col-6 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 150px;
    }

    .camerman-bg {
        margin: 0px auto;
    }

    section.work .col-8,
    section.work .col-4 {
        width: 100%;
    }

    section.services .col-6 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.faq .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    section.blog .col-8 {
        width: 100%;
    }

    section.contact .row {
        flex-direction: row;
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .row {
        flex-direction: row;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.blog .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    section.blog .row .col-6 {
        width: 100%;
    }

    section.blog .row .col-3 {
        width: 50%;
    }

    .service-item {
        max-width: 260px;
    }

}

@media (max-width:600px) {
    .row {
        flex-direction: column;
    }

    section {
        padding: 60px 15px;
    }

    section.faq {
        padding: 60px 0px;
    }

    .col-6 {
        width: 100%;
    }

    .service-item {
        max-width: 100%;
        width: 100%;
    }

    .col-8 {
        width: 100%;
    }

    h2 {
        font-size: 33px !important;
    }

    h3 {
        font-size: 21px !important;
        margin-top: 30px !important;
    }

    h5 {
        font-size: 1.5rem !important;
    }

    p {
        font-size: 15px !important;
    }
    section.contact p a{
        font-size:15px;
    }

    section.coa h1 {
        font-size: 45.29px;
    }

    section.coa h1 span {
        font-size: 45.29px;
    }

    section.work h1 {
        font-size: 24.83px;
        /* line-height: 30px; */
    }

    section.work p {
        font-size: 20px;
        /* line-height: 25px; */
        margin-top: 20px;
    }

    section.contact h2 {
        font-size: 31px !important;
    }

    .work-imgs {
        flex-direction: column;
    }

    .work-imgs .img-wide,
    .work-imgs .img-small {
        width: 100%;
        background-position: center !important;
    }

    .hero-text h1,
    .hero-text h1 span {
        font-size: 33px;
    }

    .hero-text .desc {
        /* max-width: 220px; */
    }

    .logo img {
        margin-left: 15px !important;
    }

    .hero-text h1 {
        /* line-height: 130.5%; */
    }

    .hero-text h5 {
        width: 300px;
        margin: 0px auto;
    }

    .hero {
        /* max-height: 760px; */
        /* background: linear-gradient(359deg, rgba(11, 29, 38, 0.00) 0%, rgba(11, 29, 38, 0.57) 38.02%, #0B1D26 100%), url('../images/hero-bg.jpg') no-repeat; */
        /* background: linear-gradient(359deg, rgba(11, 29, 38, 0.00) 0%, rgb(41 38 38 / 44%) 40.02%, #f5f5f5 130%), url(../images/Beautiful+Indian+Couple-2.JPG) no-repeat; */
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .hero-text p{
        text-align: center;
        font-size: 18px !important;
    }

    .camerman-bg {
        width: 360px;
        height: 287px;
        flex-shrink: 0;
        border-radius: 600px 600px 0px 0px;
        background: var(--g-1, linear-gradient(90deg, #B16CEA 14.06%, #FF5E69 44.79%, #FF8A56 71.88%, #FFA84B 100%));
        margin: 0px auto;
    }

    .camerman-bg img {
        position: relative;
        top: -75px;
        width: 280px;
        margin: 0px auto;
        left: 35px;
    }

    section.about .desc {
        width: 100%;
        height: 170px;
        flex-shrink: 0;
        border-radius: 6.844px;
        background: #FFF;
        color: #1D1E19;
        font-family: Jost;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        left: 0px;
        bottom: 128px;
    }
    .camerman-bg .date {
        margin-left: 0px;
    	width:50%;
    }
    
    .camerman-bg .name {
        width:50%;
    }

    .hero-bladge {
        position: absolute;
        bottom: 167px;
        right: 50px;
        right: 33px;
    }

    .hero-bladge svg {
        height: 60px;
    }

    .hero-col {
        display: flex;
        flex-direction: column;
        gap: 50px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        padding-bottom: 100px;
    }

    .hero-video {
        top: -18px;
        background: transparent;
    }

    section.video {
        background: #07171F;
        height: 230px;
    }

    .col-about {
        padding-top: 220px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.about h3 {
        color: #FFF;
        font-family: Jost;
        font-size: 48.83px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px;
    }

    section.about p {

        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    section.about ul {
        margin-top: 20px;
    }

    section.about ul li {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    section.contact .col-6 {
        width: 100%;
        text-align: center;
    }

    footer .col-6 {
        width: 100%;
        text-align: center;
    }

    section.work,
    section.blog,
    section.testimonial {
        padding: 60px 0px;
    }

    section.work .col-4 {
        width: 100%;
        text-align: center;
    }

    .row-foot {
        flex-direction: row;
        flex-wrap: wrap-reverse;
        /* line-height: 40px; */
    }
    .aitems{
        padding-top:30px;
    }

    .aitem{
        display: flex;
        flex-direction: row;
        gap:20px;
        align-items: center;
        justify-content: left;
        align-content: flex-start;
        padding-bottom: 30px;
    }

    .aitem p{
        color: #000;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 27.5px; 152.778% */
    }
    .slick-buttons {
        margin-top: -29px;
        text-align: center;
    }
    .slick-list{
        margin-top:-30px;
    }
    .mob-h{
        display:none !important;
    }
    .sticky-cta {
        display: none;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        /* padding: 15px; */
        background: #a74d4a;
        border-top: 1px solid #ddd;
    }
    
    .sticky-cta .inquire{
        /* display: flex; */
        padding: 12px 24px;
        align-items: center;
        gap: 8px;
        background: #a74d4a;
        color: #FFF;
        text-align: center;
        font-family: Jost;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        margin: 0 auto;
        width: 50%;
    }
    footer{
        padding-bottom:80px;
    }
    .inq-n{
        color:#000 !important;
    }
}
@media (max-width:767px) {
    .col-7 {
        width: 100%;
    }
    .col-5 {
        width: 100%;
        padding: 15px;
    }
    .hero {
        max-height: 100%;
        padding-bottom: 0;
    }
    .hero-col{
        text-align: center;
    }
    .hero-text {
        padding-right: 0px;
    }

    .cta-btn {
        text-align: center !important;
        margin-top: 30px;
    }
}

@media (max-width:400px) {
    .hero-text h5 {
        width: 343px;
        margin: 0px auto;
        color: #FF9A51;
        font-family: Jost;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 6px;
        text-transform: uppercase;
    }

    .hero-text h1 {
        /* line-height: 109.5%; */
    }

    .hero-text h1,
    .hero-text h1 span {
        font-size: 39.06px;
    }

    .hero-text h1 {
        color: #FFF;
        text-align: center;
        font-family: Jost;
        font-style: normal;
        font-weight: 400;
        /* line-height: 109.5%; */
        margin-top: 16px;
        margin-bottom: 31px;
    }

    .hero-btn-cont {
        display: flex;
        align-items: center;
        gap: 16px;
        box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.30);
        margin-top: 40px;
        flex-direction: column;
    }

    .video-clip {
        width: 100% !important;
        height: 411px;
        border-radius: 32px;
        object-fit: cover;
    }

    section.about {
        padding: 148px 0 120px;
    }

    .hero {
        /* max-height: 890px; */
    }

    .hero-video {
        top: 140px;
        background: transparent;
    }

    .hero-bladge {
        position: absolute;
        bottom: 70px;
        right: 12px;
    }

    section.about h3 {
        color: #FFF;
        font-family: Jost;
        font-size: 31.25px !important;
        font-style: normal;
        font-weight: 500;
        /* line-height: 42px; */
        /* 134.4% */
    }

    section.about p {
        color: #FFF;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 32px; */
        /* 177.778% */
    }

    section.about ul li {
        color: #FFF;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        /* line-height: 34px; */
        /* 188.889% */
    }

    section.work .shape {
        background: #07171F;
    }

    section.work h3 {
        color: #07171F;
        font-family: Jost;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 6px;
        text-transform: uppercase;
    }
    section.work h1{
        color: #000;
        font-family: Jost;
        font-size: 31.06px;
        font-style: normal;
        font-weight: 500;
        /* line-height: 42px; 135.222% */
    }

    section.work p {
        color: #07171F;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 32px; */
        /* 177.778% */
    }

    /* section.work a {
        display: none;
    } */

    .faq-item h4 {
        color: #FFF;
        font-family: Jost;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 500;
        /* line-height: 28px; */
        /* 155.556% */
    }

    .faq-item p {
        color: #FFF;
        font-family: Jost;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 24px; */
        /* 171.429% */
    }

    .faq-title {
        padding-bottom: 50px;
        max-width: 300px;
        margin: 0px auto;
    }

    section.blog h3 {
        color: #FFF;
        font-family: Jost;
        font-size: 20px !important;
        font-style: normal;
        font-weight: 700;
        /* line-height: 124%; */
        /* 24.8px */
        letter-spacing: -0.2px;
    }

    section.contact h5 {
        display: none;
    }

    section.contact .col-6 {
        text-align: left;
    }

    .coa h1 {
        color: #FFF;
        text-align: center;
        font-family: Jost;
        font-size: 35.29px !important;
        font-style: normal;
        font-weight: 500;
        /* line-height: 124%; */
        /* 48.434px */
        letter-spacing: -0.391px;
    }

    .coa-btn {
        flex-direction: column;
    }

    .coa-btn a {
        max-width: 200px;
        margin: 0 auto;
    }

    section.about .desc .content p {
        font-size: 12px !important;
    }

    section.about .desc .header {
        gap: 0px;
    }

    section.about .desc {
        font-size: 14px;
    }

    section.about .desc {
        width: 308px !important;
        height: 150px;
        float: right;
        margin-right: 20px;
        margin-top: -55px;
    }
    .faq-content .faq-item {
        border-top: 1px solid whitesmoke;
        padding-top: 15px;
    }
    .pagree{
        color: #000;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 27.5px; 152.778% */
    }
    #chkagree{
        margin-right:10px;
    }
    .mt-0{
        margin-top:0px !important;
    }

    .aitems{
        padding-top:30px;
    }

    .aitem{
        display: flex;
        flex-direction: row;
        gap:20px;
        align-items: center;
        justify-content: left;
        align-content: flex-start;
        padding-bottom: 30px;
    }

    .aitem p{
        color: #000;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 27.5px; 152.778% */
    }

}

/* hero banner */
div#inquire-now {
    padding: 35px 25px 25px;
    background: #eae6e1;
}

div#inquire-now h2 {
    padding: 0 20px;
    padding-bottom: 10px;
    font-family: Jost;
    font-weight: 500;
}

div#inquire-now .col-12 {
    padding-bottom: 0;
}
textarea.form-control-default {
    min-height: 100px;
    font-family: Jost;
}
/* cta section */
.cta .row {
    display: flex;
    justify-content: right;
    align-items: center;
}
.cta-btn {
    text-align: right;
}

.col-6.cta-f-inner:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    /* left: 0; */
    border-right: 1px solid #c0778075;
}

.col-6.cta-f-inner {
    position: relative;
}

h2.footer-cta-title {
    leading-trim: both;
    text-edge: cap;
    font-family: Jost;
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 47px; */
    letter-spacing: -1px;
    margin-bottom: 6px;
    color: #000;
}

p.footer-cta-content {
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32px; */
}
/* ---------------- */
section#book-a-session {
    padding-bottom: 10px;
}
section#book-a-session {
    padding-top: 15px;
}
.row.row-foot {
    text-align: center;
}
.aitem {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: left;
    align-content: flex-start;
    padding-bottom: 7px;
}

/* ----------------- */
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 215px;
}

/*  */
ul.why-list {
    list-style: none;
    padding-top: 30px;
}

ul.why-list li {
    font-size: 22px;
    /* line-height: 36px; */
    font-family: Jost;
    padding-bottom: 10px;
    font-weight: 500;
}

section.faq .faq-title .shape {
    background: #fff !important;
}

section.testimonial .shape {
    background: #fff;
}

.testi-img img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.d-none{
    display: none !important;
}

.hidden-xs {
    display: block;
}

.visible-xs {
    display: none;
}

.faq .card{
    background: transparent;
    color: #fff;
    outline: none;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }
    .banner-form-heading{
        font-size: 23px !important;
    }
    .desk-fixed-cta{
        display: none;
    }
    .slick-scroll .slick-next,
    .slick-scroll .slick-prev{
        display: none !important;
    }
}

#accordion .acc-btn{
    position: relative;
}

#accordion .acc-btn:after {
    font-family: 'FontAwesome';
    content: "\f068";
    position: absolute;
    right: 1%;
    top: 30%;
}

#accordion .acc-btn.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.slick-scroll .slick-prev:before,
.slick-scroll .slick-next:before{
    font-size: 30px;
}
.slick-scroll .slick-next{
    top: -5%;
    right: 2%;
}
.slick-scroll .slick-prev {
    top: -5%;
    left: 90%;
}
.error{
    color: red;
}