@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

body {
  background-color: #ffffff;
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  overflow-x: hidden;
  color: #333333 !important;
}
.cormorant-infant {
  font-family: "Cormorant Infant", serif;
  font-style: normal;
}


* {
  box-sizing: border-box;
  margin: 0;
}

header#myHeader {
  transition: background-color 800ms linear;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  background-color: rgb(15 15 15 / 48%);
  backdrop-filter: blur(10px);
}

header#myHeader.sticky {
  background-color: rgb(90 90 90 / 48%);
  backdrop-filter: blur(10px);
}

.navbar {
  z-index: 99;
}

.navbar-collapse {
  flex-grow: 0 !important;
}


.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 1px;
}
.navbar .nav-link:hover {
  color: #a19c8e !important;
}

/* ------------------ */
button.nav-link {
  background: transparent !important;
  border: none !important;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff !important;
}

.brandsMenu {
  position: relative;
}
.subMenu {
  background-color: rgb(15 15 15 / 89%);
  backdrop-filter: blur(20px);
  list-style: none;
  position: absolute;
  padding: 0;
  border-radius: 8px;
  max-width: 120px;
  min-width: 119px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.brandsMenu:hover .subMenu {
  opacity: 1;
  visibility: visible;
}
.subMenu li {
  border-top: solid 1px #474542;
}
.subMenu li:first-child {
  border-top: none;
}
.subMenu li a {
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  display: block;
}
.subMenu li a:hover {
  background: #232323;
}

.brands-modal.show {
  top: 250px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(-50%, -50%);
}

.modal-background {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: #2196f34d;
  z-index: 999;
  width: 100%;
  height: 100vh;
  transition: opacity 2s ease-out;
}

.modal-background.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
  /* animation: fadein 0.8s ; */
}

/* .modal-background.hide {
  animation: fadeout 0.8s;
} */
.brands-modal {
  position: absolute;
  padding: 35px;
  box-shadow: 0px 0px 8px 0px #333;
  background: #fff;
  color: #fff;
  text-align: left;
  transform-style: preserve-3d;
  z-index: 9999;
  top: 0;
  left: 50%;
  transform: skewY(40deg) translate(-50%, -200%);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ------------------ */

/*#heroSection {*/
/*  margin-top: -100px;*/
/*}*/

#heroSection video {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: 100% 70%;
}

.heading {
  color: #333333;
  font-weight: 700;
  font-size: 36px;
  font-family: "Cormorant Infant", serif;
  font-style: normal;
}
.textBlue {
  color: #115C97;
}

.text {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.sectionSpace {
  padding: 100px 0;
}

section.hero {
  padding: 200px 0 100px;
  background: #D4D1C8 url(../Image/bgLight.png);
  background-size: 60%;
}
/* .videoSection1 {
  max-width: 372px;
  height: 70vh;
  margin-left: auto;
}
.videoSection1 video {
  height: 100%;
  border-radius: 30px;
}
.videoSection2 {
  max-width: 320px;
  height: 57vh;
  position: absolute;
  bottom: -40px;
  right: 350px;
}
.videoSection2 video {
  height: 100%;
  border-radius: 30px;
}
.videoSection3 {
  max-width: 320px;
  height: 57vh;
  position: absolute;
  bottom: -40px;
  right: 350px;
}
.videoSection3 video {
  height: 100%;
  border-radius: 30px;
} */
.heroHeading {
  font-size: 3.3rem;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 30%;
  left: 0;
  font-style: italic;
}
.heroVideos video {
  height: 100%;
  border-radius: 30px;
}
.heroVideos {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.heroVideos .videoSection1, .heroVideos .videoSection3 {
  height: 45vh;
}
.heroVideos .videoSection2 {
  width: 40%;
  height: 55vh;
}
.videoSection1 {
  position: relative;
  top: 9rem;
  left: 1rem;
}
.videoSection2 {
  position: relative;
}
.videoSection3 {
  position: relative;
  top: -4rem;
  left: -1rem;
}

#about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.aboutImg {
  position: relative;
  display: flex;
  grid-gap: 10px;
}
.aboutImg1 {
  width: 50%;
}
.aboutRightImg {
  width: 50%;
  grid-gap: 10px;
  display: flex;
  flex-direction: column;
}
.aboutImg2, .aboutImg3 {
  height: 100%;
}
#about {
  padding: 100px 0;
}
#about .content {
  padding-left: 50px;
}

.subHeading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 15px 0;
}

.founderSection {
  background: #D4D1C8 url(../Image/bgLight.png);
  background-size: 60%;
  padding: 100px 0;
}

.founder img {
  width: 100%;
  height: 900px;
  object-fit: cover;
  object-position: 80% 70%;
}

.founder .content {
  background: linear-gradient(to right bottom, #a19c8e, #c3bead);
  margin: 0 -120px 0 80px;
  z-index: 99;
  position: relative;
  border-radius: 6px;
  font-size: 18px;
  line-height: 30px;
  min-height: 100%;
  text-align: center;
  position: relative;
  transition: transform 1s ease;
}

.founder .content img {
  width: 99%;
  height: 99%;
  border-radius: 6px;
  background: #fff;
  transform: rotate(4deg) translateZ(-40px);
  transform-origin: 20% 70%;
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .15), 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgba(103, 178, 111, .3);
  z-index: -2;
  transition: transform 1s ease;
}

.founder .content:hover {
  transform: perspective(800px) rotateY(4.1deg);
}

.founder .content h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.founder .content p {
  color: #333333;
}

.quote {
  border-left: solid 3px #a7a699;
  padding: 10px 40px 10px 10px;
  background: rgb(255 255 255 / 28%);
  position: relative;
  font-size: 16px;
}
.quote::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../Image/quotes.png) no-repeat;
  background-size: 40px;
  background-position: right top;
  z-index: 0;
}

#franchise .logo img {
  height: 150px;
  width: 60%;
  object-fit: contain;
}

#franchise .divider {
  position: relative;
}

#franchise .divider::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: #dadada;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}

/* #franchise .links .divider::after {
  background: #003b69 !important;
}

#franchise .heading {
  background: #115c97;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 0;
}

#franchise .links {
  background: #115c9747;
  padding: 50px 30px;
}

#franchise .links i {
  color: #115c97;
  font-size: 60px;
  padding-right: 20px;
}

#franchise .links h5 {
  color: #115c97;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}

#franchise .links address,
#franchise .links a {
  color: #115c97;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  word-break: break-word;
} */

.franchiseSetion {
  background: #fff url(../Image/bg.png) no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.franchiseLogo {
  border: solid 1px #e0e0e0;
  padding: 1rem;
  border-radius: 10px;
  overflow: hidden
}
.franchiseLogo img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.franchiseSetion .contactBox {
  border-radius: 10px;
  padding: 4rem 1rem 1rem;
  position: relative;
  color: #232323;
}
.contactBox p {
  margin-bottom: 0;
}
.contactBox a {
  color: #232323;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
.contactBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  top: 5px;
  left: 5px;
}
.contactBox.address {
  padding-top: 2rem;
  position: relative;
}
.contactBox.address::before {
  background: url(../Image/map-pin.svg) no-repeat;
  background-size: 100px;
}
.contactBox.phone::before {
  background: url(../Image/phone.svg) no-repeat;
  background-size: 100px;
}
.contactBox.email::before {
  background: url(../Image/mail.svg) no-repeat;
  background-size: 100px;
}

#brand .box {
  padding: 100px 0;
  background: #0000000a;
  border-bottom: 1px solid #115c97;
  height: 500px;
  color: #000000;
  position: relative;
  z-index: 99;
}

#brand .heading {
  background: #115c97;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 0;
}

#brand .box h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}

#brand .box p {
  font-size: 18px;
  font-weight: 500;
}

#brand .box a {
  color: #000000;
  text-decoration: underline;
  font-weight: 600;
}

#brand .box:hover {
  background-position: 35% 35% !important;
  color: #ffffff !important;
}

#brand .box:hover a {
  color: #ffffff !important;
}

#brand .box:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000038;
  z-index: -1;
}

footer {
  background-color: #232323;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}



/* Swiper  */
.swiper {
  width: 100%;
  max-height: 100vh;
}

/* .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heroSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
} */

.heroSwiper .swiper-slide-next,
.heroSwiper .swiper-slide-prev {
  opacity: .9;
}

.teamSwiper .swiper-slide {
  margin-bottom: 50px;
}

.teamSwiper .swiper-wrapper {
  padding: 20px 0;
}

.teamSwiper .swiper-button-next,
.teamSwiper .swiper-button-prev {
  top: 95% !important;
  background: #115c97;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.teamSwiper .swiper-button-next:hover,
.teamSwiper .swiper-button-prev:hover {
  background: #0d4c7c;
}
.teamSwiper .swiper-button-next:after,
.teamSwiper .swiper-button-prev:after {
  font-size: 20px;
  color: #ffffff;
}

.swiper-button-next {
  right: 45% !important;
}

.swiper-button-prev {
  left: 45% !important;
}

.teamSection .sliderContent {
  position: relative;
  transition: transform 1s ease;
}

.teamSection .sliderContent::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 99%;
  height: 99%;
  border-radius: 1rem;
  background: linear-gradient(to right bottom, #a19c8e, #c3bead);
  transform: rotate(4deg);
  transform-origin: 40% 70%;
  transition: transform 1s ease;
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .15), 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5), -10px 10px 60px -10px rgba(103, 178, 111, .3);
}

.sliderContentInner:hover {
  transform: perspective(800px) rotateY(4.1deg);
}

.sliderContentInner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 1s ease;
}

.sliderContent:hover .sliderContentInner {
  transition: transform 1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  transform: perspective(800px) rotateY(-4deg);
}

.sliderContentInner img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 1rem;
  object-position: bottom;
}

.teamName {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 5%);
  backdrop-filter: blur(7px);
  color: #fff;
  padding: 1rem;
  border-radius: 0 10px 0 0;
}

/* tab */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

ul.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link {
  margin: 30px 15px !important;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  padding: 10px 20px;
  border: solid 1px #232323 !important;
  border-radius: .25rem !important;
}

.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #232323 !important;
}

.nav-tabs .nav-link.active:hover {
  color: #ffffff !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
}

.nav-tabs .nav-link:hover {
  color: #ffffff !important;
  background-color: #232323 !important;
}

.title {
  height: 420px;
  padding: 100px 10px 10px;
  text-align: center;
  background: url(../Image/title.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.title .heading {
  font-size: 4rem;
  font-weight: 400;
  font-style: italic;
}
.aiduTitle {
  background: url(../Image/aiduBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.nohoTitle {
  background: url(../Image/nohoBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.terasoTitle {
  background: url(../Image/terasoBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.franchiseTitle {
  background: url(../Image/franchiseBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.pressTitle {
  background: url(../Image/pressBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.title img {
  width: 300px;
}
#press .card img {
  min-width: 165px;
  max-width: 166px;
  object-fit: cover;
  object-position: center;
}
.pressRelease img {
  border: solid 1px #eee;
  padding: 5px;
}
.brandsContent {
  background: #D4D1C8 url(../Image/bgLight.png);
  background-size: 60%;
}
.brandsContent p {
  font-size: 24px;
  font-style: italic;
  font-family: "Cormorant Infant", serif;
}

.brandstags {  
  padding: 100px 0;
}
.aiduBg {
  background: url(../Image/aiduBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.nohoBg {
  background: url(../Image/nohoBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.terasoBg {
  background: url(../Image/terasoBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
}
.brandstags .col-md {
  border-right: solid 0.5px #575652;
}
.brandstags .col-md:last-child {
  border-right: none;
}
.brandstags img {
  width: 50px;
  margin-bottom: 1rem;
}
.brandstags h3 {
  color: #e9e9e9;
  font-weight: 400;
  font-size: 24px;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 0;
  text-transform: capitalize;
}
.reservation p {
  font-size: 20px;
}
.reservation a, .reservation span {
  font-size: 24px;
  text-decoration: none;
  color: #232323;
}
.reservation a:hover {
  color: #115C97;
}

.map {
  position: relative;
  margin-bottom: -7px;
}
.map iframe {
  filter: grayscale(1);
}
.getInTouch {
  position: absolute;
  right: 10%;
  top: 80px;
  padding: 25px 25px 15px;
  background: #D4D1C8;
  z-index: 2;
}
.getInTouch h3 {
  font-family: "Cormorant Infant", serif;
  color: #232323;
  font-size: 2rem;
}
.getInTouch p {
  font-size: 13px;
  font-style: italic;
  color: #262626;
  line-height: 18px;
  margin: 18px 0;
}
.getInTouch a {
  color: #262626;
  text-decoration: none;
}
.getInTouch a:hover {
  color: #262626;
  text-decoration: underline;
}
.getInTouch .line {
  width: 25px;
  height: 1px;
  background: #999;
  font-size: 0;
}
.btn-submit {
  background: #d4d1c8 !important;
  color: #232323 !important;
  font-weight: 600 !important;
  padding: 6px 24px !important;
  font-style: italic;
}
.btn-submit:hover {
  background: #232323 !important;
  color: #fff !important;
}
.form-floating>label {
  font-style: italic;
}

.socialIcon {
  display: flex;
  align-items: center;
}
.socialIcon a {
  color: #232323;
  font-size: 24px;
  margin-right: 13px;
}
.socialIcon a:hover {
  color: #111111;
}
.brandsGrid {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
  grid-gap: 5px;
  margin-top: 5px;
}
.brandsGrid > div {
  overflow: hidden;
}
.brandsGrid > div > img {
  transition: all .4s ease-in-out;
}
.brandsGrid > div > img:hover {
  transform: scale(1.3, 1.3);
}

.tab-pane a img {
  width: 100%;
  height: 204px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.tab-pane a h5 {
  font-family: "Cormorant Infant", serif;
  margin-top: 8px;
  font-style: italic;
}

@media screen and (max-width: 1280px) {
  .swiper-button-next {
    right: 40% !important;
  }

  .swiper-button-prev {
    left: 40% !important;
  }

  #franchise .links i {
    font-size: 40px;
  }
  .heroHeading {
    font-size: 3rem;
  }
  
}

@media screen and (max-width: 1200px) {
  #franchise .divider::after {
    content: none;
  }
}

@media screen and (max-width: 990px) {
  .nav-item {
    text-align: center;
    padding: 10px 0;
  }

  button.nav-link {
    margin: 0 auto;
  }

  .aboutImg {
    margin-bottom: 50px;
  }

  .founder .content {
    margin: 0 0 50px;
    min-height: auto;
  }

  /* .container-fluid {
    max-width: 90%;
    margin: 0 auto;
  } */

  .founder img {
    height: 500px;
  }

  #about {
    padding: 50px 0;
  }

  #franchise .links {
    padding: 50px 30px;
  }

  .subHeading {
    font-size: 16px;
    margin: 10px 0;
  }

  .heading {
    font-size: 34px;
  }

  .text {
    font-size: 14px;
    line-height: 24px;
  }

  .founder .content h3 {
    font-size: 34px;
  }

  .founder .content p {
    font-size: 16px;
  }

  #franchise .links h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #franchise .links address,
  #franchise .links a {
    font-size: 14px;
  }

  .nav-tabs .nav-link {
    margin: 15px 15px !important;
    font-size: 18px;
    padding: 10px 20px;
  }

  .founder .content:before {
    transform: rotate(1deg) translateZ(-40px);
  }

  .founder {
    padding: 0 100px;
  }

  #about .content {
    padding-left: 0px;
  }

  #franchise .logo img {
    width: 80%;
  }

  .sectionSpace {
    padding: 60px 0;
  }

  .navbar-toggler-icon i {
    color: #ffffff;
    font-size: 30px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  /* header#myHeader {
    background: #115c97;
  } */
}

@media screen and (max-width: 767px) {
  .pawan .sliderContentInner img {
    object-position: center;
  }
  section.hero {
    padding: 100px 0;
  }
  .heroHeading {
    position: relative;
    font-size: 2rem;
    text-align: center;
  }
  .videoSection2, .videoSection3 {
    display: none;
  }
  #franchise .logo img {
    width: 50%;
  }
  .heroVideos .videoSection1 {
    height: 55vh;
    top: 4rem;
    left: auto;
    right: auto;
    margin: auto;
  }
  .founder {
    padding: 0 50px;
  }
  .reservation h6 {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }
  .reservation h6 span {
    display: none;
  }
  .tagsBox {
    border-bottom: solid 0.5px #575652;
    padding-bottom: 2rem;
    width: 75%;
    margin: 0 auto 2rem;
  }
  .brandstags .col-md:last-child .tagsBox {
    margin-bottom: 0;
    border-bottom: none;
  }

}

@media screen and (max-width: 600px) {
  .founder {
    padding: 0;
  }

  .swiper-button-next {
    right: 35% !important;
  }

  .swiper-button-prev {
    left: 35% !important;
  }

  .heading {
    font-size: 30px;
  }
  .aboutImg1 img {
    height: 350px;
  }
  .aboutImg2 img {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  #franchise .logo img {
    width: 80%;
    height: 120px;
  }

  #franchise .links h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .nav-tabs .nav-link {
    margin: 10px 5px !important;
    font-size: 14px;
    padding: 10px 15px;
  }
}



/* @keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
} */