@import url(https://db.onlinewebfonts.com/c/bb018e64d01355748d8ddc53553850b9?family=Cerebri+Sans+Regular);
@import url(https://db.onlinewebfonts.com/c/ad775834db281065fc17e86ad857bf63?family=Cerebri+Sans+Bold);

html{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}


/*font-family: Arial;*/
body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Cerebri Sans Regular";
    font-weight: bold;
    font-style: normal;
    color: #262626;
    box-sizing: border-box;
     font-style: normal;
    /* padding-top: 83px; */
}

ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
h1{
    margin: 0;
}
h2{
    margin: 0;
}
h3{
    margin: 0;
}
h4{
    margin: 0;
}
h5{
    margin: 0;
}
h6{
    margin: 0;
}
.paragraph-text {
   margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #171717;
    font-weight: 500;
}
p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: #171717;
    font-weight: 500;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.pt-50{
    padding-top: 70px;
}
.pb-70{
   padding-bottom: 70px;
}
.my-90{
    margin-top: 90px;
    margin-bottom: 90px;
}

.mt-90{
    margin-top: 90px;
}

.mobile{display: none !important;}
.mainHeader {
    background: transparent;
    /* box-shadow: 0 0 10px; */
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
}
.mainHeader.fixedHeader {
    top: 0;
    transition: all 400ms ease;
    box-shadow: 0 0 10px #0000002e;
}

.mainHeader .logo-sec {
    width: 12%;
}
ul.navbar-nav.headerSlot {
    width: 100%;
    justify-content: end;
}
.mainHeader .header-right {
    width: 19%;
}
.mainHeader .header-middle {
    width: 100%;
    justify-content: end;
}

a.navbar-brand {
    font-size: 32px;
}
nav#mainNav {
    background: rgb(0 0 0 / 35%);
    padding: 6px 16px;
    /* border-bottom: 1px solid #bfbfbf54; */
}
.fixedHeader nav#mainNav {
    background: #000000 !important;
}
.navbar-brand img {
    max-height: 75px;
}
nav#mainNav .nav-item > a img {
    max-height: 16px;
    margin-right: 5px;
}
li.menu-item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}

li.menu-item a:hover {
    background: #ed4834;
}
nav#mainNav .nav-item > a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: white;
      transform: scaleX(0);
      transform-origin: bottom right;
      transition: transform 0.3s ease-out;
    }

    nav#mainNav .nav-item > a:hover::before {
      transform: scaleX(1);
      transform-origin: bottom left;
    }

nav#mainNav .nav-item > a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 6px;
    position: relative;
    letter-spacing: 0.6px;
    position: relative;
}
nav#mainNav .nav-item.active > a{
    color: #078586;
}
nav#mainNav .nav-item > a:hover {
    color: #ffffff;
}
nav#mainNav .nav-item {
    display: flex;
    align-items: center;
    margin: 0px 8px;
}
nav#mainNav .header-right .nav-item a.nav-link.active, nav#mainNav .header-right .nav-item a.nav-link:hover {
    background: #ffffff;
    color: #8D2A00;
}
nav#mainNav .header-right .nav-item a.nav-link {
    border-radius: 7px;
    padding: 8px 23px !important;
    color: #fff;
    border: 1px solid #fff;
}




.content_slider .slide {
    background: url(../images/slider01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 280px 0px;
    height: 100vh;
}
.white-bg {
    background: #fff !important;
    border-color: #fff !important;
    color: #8D2A00 !important;
}
.btn-primary {
    background: #8D2A00;
    border: 1px solid #8D2A00;
}
.btn-primary:hover {
    background: #000;
    border: 1px solid #000;
}
.btn:focus-visible {
    box-shadow: none;
}
.btn {
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 3px;
}
.banner-buttons {
    margin-top: 30px;
}
.slider-txt {
    text-align: center;
    width: 100%;
    max-width: 790px;
    margin: 0px auto;
}
.slider-txt h2 {
    font-size: 65px;
    color: #fff;
    font-weight: bold;
}
.slider-txt p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 24px;
}
ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 7px 0 0;
    position: absolute;
    bottom: 55px;
    left: 50%;
    right: 0px;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 6px;
}
 ul.slick-dots li button {
    padding: 0;
    border: 0;
    background: rgb(255 255 255 / 46%);
    font-size: 0;
    height: 2px;
    width: 26px;
    border-radius: 30px;
    line-height: 1;
    cursor: pointer;
    outline: none;
}
 ul.slick-dots li.slick-active button {
    background: #ffffff;
    width: 50px;
}

.about-txt h4 {
    font-size: 36px;
    color: #171717;
    font-weight: 600;
    margin: 40px 0px;
    line-height: 50px;
}

.about-txt a {
    background: #81421f;
    text-decoration: none;
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
}
.headeing {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #8D2A00;
    padding-left: 63px;
    position: relative;
}

.headeing:after, .headeing:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0px;
    background: #8D2A00;
    width: 57px;
    height: 2px;
    border-radius: 30px;
}
.headeing:before {
    left: 15px;
    background: #ffffff;
    width: 20px;
    border-radius: 0px;
    z-index: 1;
}


/*


.mainSlider{
    background: url(../images/banner.png) 0 0 no-repeat;
    background-size: cover !important;
    padding: 120px 0 90px;
}*/

.sliderContent {
    padding: 0;
    padding-left: 0;
}

.sliderContent h1 {
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}
.sliderContent h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}



.footerSocial li a {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}
.footerContent p {
    color: #000;
}

.footerSocial li a i {
    color: #fff;
}


.tabBox .nav {
    background: #fff;
    margin: 40px 0;
    border: none;
}

.tabBox .nav a {
    width: 25%;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
    border: none;
    padding: 15px 0;
}
#nav-tab .nav-link.active {
    background: #000;
    color: #fff;
    border-radius: 0px;
}

.bx {
    padding: 30px;
    background: #34bddf;
    margin-bottom: 30px;
    text-align: center;
}

.bx h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 30px 0;
}

.line:after {
    content: "";
    width: 50px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.bx h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}


.howWorks {
    padding: 80px 0;
}

.bxWide h3 {
    color: #34bddf;
    font-size: 32px;
    font-weight: 900;
    margin: 0;
}

.bxWide h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}

.bxWide p {font-size: 16px;}

#nav-tab2 .nav-link.active {
    background: #34bddf;
    color: #fff;
    border-radius: 0px;
}

.partnersList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.partnersImg img {
    object-fit: contain;
    height: 50px;
    width: 100%;
}

.partnersImg {
    width: calc(100%/5 - 40px);
    margin: 0;
}

.partners {
    padding: 0px 0 80px;
}

.bigThumbIm {
    position: relative;
}

.bigThumbIm img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.bigThumbIm .slBx {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 50%;
}

.slBx h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
}

.slBx {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #000000;
    text-align: center;
}




.smallThumbWrp {
    display: flex;
}

.smallThumbIm {
    width: 50%;
}

.smallThumbIm .slBx {
    color: #fff;
}

.smallThumbIm img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.testimonial {
    padding: 100px 0;
}

.testimonial .sectionHeding {
    margin: 0 0 50px;
}

.testimonial .owl-item {
    background: #f5f5f5;
    padding: 50px;
}

.text-right {
    text-align: right !important;
}
footer.f-bottom {
    background: #000000;
    padding: 20px 0px;
}
.copyright p {
    color: #fff;
    font-size: 16px;
}
.copyright a {
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-decoration: none;
}
span.cdsd {
    color: #fff;
    padding: 0px 12px;
}

.chaak-video-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    right: 50%;
}
.chaak-video-txt h5 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
}
section.chaak-video {
    position: relative;
    margin-top: 90px;
    margin-bottom: -10px;
}
.chaak-video-txt p {
    color: #fff;
    font-size: 24px;
    margin: 14px 0px;
}
.book-now {
    background: #8D2A00;
    text-decoration: none;
    color: #fff;
    padding: 10px 32px;
    display: inline-block;
    border-radius: 7px;
    font-size: 15px;
}


.top-cover-imgs {
    background-image: url(../images/slider03.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 0px 95px 0px;
    margin: 0px;
    height: 450px;
    background-position: center;
    position: relative;
}
nav.breadcrumbs-wrapper {
    padding: 0px;
}
ol.breadcrumb-txt {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
    display: flex;
    list-style: none;
    z-index: 1;
    position: relative;
    margin: 0px;
    /* border-bottom: 1px solid #cccccc61; */
    padding-bottom: 10px;
}
li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
}
li.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
ol.breadcrumb-txt li.breadcrumb-item.active {
    color: #ffffff;
    padding-left: 6px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "/";
}
h3.breadcrumbs-title {
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: 900;
}
.gallery-section {
    margin-bottom: 30px;
}
.gallery-section img {
    width: 100%;
    height: 300px;
}
.form-control {
    width: 100%;
    height: 42px;
    border-radius: 0px;
    font-size: 15px;
}
textarea.form-control {
    height: 150px;
}
label {
    font-size: 14px;
    font-weight: 500;
}
.form-control:focus {
    border-color: #8d2a00;
    outline: 0;
    box-shadow: none;
}

.populated-wrap {
    background-image: url(../images/atmosphere-background-footage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 94%;
    padding: 22px;
    margin: 0px;
    height: 600px;
    background-position: center;
    position: relative;
}
.populated-wrap h4 {
    color: #fff;
    font-size: 28px;
    line-height: 39px;
    font-weight: 900;
}
.populated-wrap a {
    color: #fff;
}
.populated-wrap p {
    color: #fff;
    line-height: 19px;
    font-size: 15px;
    margin-top: 19px;
}
.follow-us {
    margin-top: 30px;
}
.follow-us h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.follow-us .no-link {
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    transition: .3s ease-in-out;
    padding: .25rem .5rem;
    background: none;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 20px;
}

.follow-us .no-link:hover {
    color: #8D2A00;
    background: #fff;
    border: 2px solid #fff;
}
.error {
    color: #f50202;
}
.artwork ul.slick-dots {
    bottom: -33px;
    left: 40%;
}
.artwork ul.slick-dots li button {
    padding: 0;
    border: 0;
    background: rgb(0 0 0 / 46%);
}
.artwork ul.slick-dots li.slick-active button {
    background: #000;
    width: 50px;
}
.studioImg img {
    width: 90%;
}
.about-txt.mt-4 a {
    margin-bottom: 20px;
}
.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid #8D2A00;
    border-radius: 0.4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #8D2A00;
    font-size: 35px;
}

article.ctinfo_detail {
    font-size: 14px;
}
.about-img img {
    width: 100%;
}
.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #8D2A00;
}

@media(max-width:1024px){
  p {
    font-size: 15px;
    line-height: 22px;
}
.slBx h3 {
    font-size: 20px;
} 
.chaak-video-txt h5 {
    font-size: 45px;
} 
.chaak-video-txt p {
    font-size: 18px;
    margin: 14px 0px;
}
.copyright p, .copyright a {
    font-size: 14px;
}
}

@media only screen and (max-width: 991px) {
    nav#mainNav {
        padding: 8px 15px;
        background: rgb(0 0 0);
    }
    .mainSlider {
        padding: 0px;
    }
.my-90 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.about-txt h4 {
    font-size: 28px;
    margin: 16px 0px;
    line-height: normal;
}
.about-txt {
    margin-bottom: 40px;
}
.about-content {
    margin-top: 40px;
}
.about-content {
    margin-top: 40px;
}
}

@media only screen and (max-width: 441px) {
.content_slider .slide {
    padding: 70px 0px;
}
}
