@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
:root {
  /* section one  */
  --section-one-background-color: white;
  --section-one-title-color: black;
  --section-one-text-color: black;
  --section-one-active-link-background-color: #DC8C6E;
  --section-one-active-link-text-color: white;
  --section-one-navbar-links-color: black;
  --section-one-logo-color: black;
  --section-one-middle-logo-color: #6CB7D5;
  --links-color: rgb(0, 146, 179);
  /* gallery  */
  --gallery-background-color: #fdf4dc;
  --gallery-background-color-two: #fae3a2;
  --gallery-title-color: #DC8C6E;
  --gallery-active-link-background-color: #DC8C6E;
  --galley-active-link-text-color: white;
  --gallery-navbar-links-color: black;
  --gallery-arrow-circular-background-color: #DC8C6E;
  --gallery-logo-color: black;
  --gallery-middle-logo-color: #6CB7D5;
  --play-button-margin-top: 30%;
  --play-button-mobile-margin-top:28%;
  --play-button-margin-left: 32%;

   /*mobile*/
   --page-title-font-size: clamp(32px,4vw,80px);
}
*{
  margin:0;
  padding:0;
}
body, html{
    padding:0;
    margin:0;
    background-color:#ffffff;
    overflow-x: hidden;
    font-family: "Poppins";
    font-weight: 300;
}

/* NAVBAR */
.brand {
  color:black;
}
.logo{
  padding: 1.4%;
  text-align: center;

}

.logo a {
  font-size: calc(0.5rem + 1.2vw);
  font-family: 'Poppins', cursive;
  text-decoration: none;
  margin-left:3rem;
  color: rgb(0, 0, 0);
}



.navbar {
  transition: background-color 0.2s ease-in;
  z-index: 1000;
  position: fixed;
  top: 0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 87px;
  background-color:white;

}

.nav-link{
  margin-right: 11%;
}

.nav-link ul {
  display: flex;

}

.nav-link li {
  display: inline;
  padding:18px 1.8rem;
  list-style: none;
}





.nav-link a {
  display: block;
  text-decoration: none;
  padding:10px;
  font-size: 1.3rem;
  font-family: "Poppins";
  color: rgb(2, 2, 2);
}



.social {
  margin-right: 1rem;
  padding: 0.6rem;
}
.social img {
  height:4rem;
  border-radius: 50%;
  background-color: white;
  width: 4rem;
}

.social img:hover{
  filter: drop-shadow(5px 5px 5px #0483eb);
  background-color:black;

}

.toggle-btn {
  position: absolute;
  right:1rem;
  display:none;
  flex-direction: column;
  margin:1.2%;
  width: 40px;
  height: 45px;


}


.toggle-btn .bar {
  height: 3px;
  width: 100%;
  margin-top: 10px;
  background-color: #000000;
  border-radius: 8px;
}

.nav-link.active {
  display: flex;
  position:absolute;
  top:87px;
}

.intro-texture {
  position: fixed;
  bottom:0;
  left:0;
  height:50%;
  z-index: 0;
}


.header {

    display:flex;
    flex-direction: row;
    width:100vw;
    min-height: 100vh;
    justify-content: space-around;
    overflow-x:hidden;
    background-color:var(--section-one-background-color);
    margin-left: auto;
    margin-right:auto;
    position: relative;
}

.header > h1 {
  position: absolute;
  top: clamp(700px,40vh,1000px);
  transform-origin: 0 0;
  transform: translateX(-110px) rotate(-90deg);
  color: var(--section-one-title-color);
  font-size: clamp(40px,4vw,55px);
  padding: 1rem;
  transition: 0.8s ease-in;
  left:0;
  font-family: "Poppins";
  font-weight: 300;
  margin-left:2rem;
  z-index:10;
}
.un-top {
  top: clamp(767px,40vh,1000px) !important;
}
.ol-top {
  top: clamp(620px,40vh,1000px) !important;
}
.ga-top{
  top: clamp(610px,40vh,1000px) !important;
}
.wi-top {
  top: clamp(750px,40vh,1000px) !important;
}
.header-image {
  height: auto;
  margin-top: calc(200px + 1vw);
  margin-left: 10%;
  z-index:10;
  margin-bottom: 5%;
  flex:1;
}

.header-image img {
  box-shadow: 2px 2px 8px black;
  border-radius: 0.7rem;
  width: inherit;
  height: 30vw;
}

.header-text {
    margin-left: calc(1em + 5vw);
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 100px;
    margin-top: calc(200px + 1vw);
    z-index: 99;
    margin-bottom: 30px;
  
}



.header-text p {
    font-family: "Poppins", sans-serif;
    font-size: calc(1rem + 0.5vw);
    padding-bottom: 1.2vh;
    color: var(--section-one-text-color);
}

.page-gallery {
 overflow-x:hidden;
  scroll-snap-align: start;
    display:flex;
    flex-direction: column;
    width:100%;
    overflow-y: hidden;
    justify-content: space-around;
    background-color: var(--gallery-background-color);
    height: 100vh;
  position: relative;
  min-height: 1320px;
}


.page-gallery > h1 {
  position: absolute;
  top: clamp(300px,40vh,1000px);
  transform-origin: 0 0;
  transform: translateX(-110px) rotate(-90deg);
  color: var(--gallery-title-color);
  font-size: clamp(40px,4vw,55px);
  padding: 1rem;
  transition: 0.8s ease-in;
  left:0;
  font-family: "Poppins";
  font-weight: 300;
  margin-left:2rem;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.header-text li {
  list-style-type: disc;
  font-size: calc(0.4rem + 0.7vw);
}
.links li {
  list-style-type: decimal;
}
.header-text p {
  font-size: calc(0.4rem + 0.7vw);
}

.header-text h1 {
  padding-bottom: 15px;
}
.header-text li a {
  text-decoration: underline;
  color:var(--links-color);
}

.links {
  padding-top: 15px;
}

.links h2 {
  padding-bottom:5px;
  font-size: calc(0.5rem + 0.8vw);
}

.key-res h2{
  padding-bottom:5px;
  font-size: calc(0.5rem + 0.8vw);

}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

  .all {

  width: 100%;
  height: 100%;
  display: inline-block;
}
  .all .slider {
  width: auto;
height: 85%;
overflow: hidden;
border-radius: 3px;
position: relative;
}
.slider .owl-item {
  min-height: auto;
}
.slider .owl-stage {
  height:100%;
}
  .all .slider .owl-nav,
  .all .slider .owl-dots {
  display: none;
}
  .all .slider:hover .left {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
  .all .slider:hover .right {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
  .all .slider .item-box {
  padding: 20px;
  overflow: hidden;
  width: auto;
  height: 38vw;
  position: relative;
  border-radius: 3px;
  background-size: cover;
  margin-top: auto;
  padding-top: calc(100px + 1vw);
}
.owl-item {
  height:100%;
  
}
.owl-carousel.owl-drag .owl-item {
  display: flex;
  justify-content: center;
}
.owl-carousel {
  height: max-content;
min-height: 100%;
}
.owl-carousel .owl-stage-outer {
  height:100%;
  position: absolute;
}

  .all .slider .item-box:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;

}
  .all .slider .left {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: left ease 0.25s;
  transform: rotate(0deg);
  background: url(../img/left.svg) top left;
  background-color: var(--gallery-arrow-circular-background-color);
  padding: 5px;
  border-radius: 50%;
}
  .all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  left: 20px;
  background: url(../img/left.svg) top left;
  background-color: var(--gallery-arrow-circular-background-color);
padding: 5px;

}
  .all .slider .left.nonl {
  left: -20px;
  opacity: 0;
  visibility: hidden;
}
  .all .slider .right {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top:45% ;
  right: -20px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  transition: right ease 0.25s;
  background: no-repeat url(../img/right.svg) center;
  background-color: var(--gallery-arrow-circular-background-color);
  padding: 5px;
  border-radius: 50%;
}
  .all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  right: 20px;
  background: no-repeat url(../img/right.svg) center;
  background-color: var(--gallery-arrow-circular-background-color);
  padding: 5px;
}
  .all .slider .right.nonr {
  right: -20px;
  opacity: 0;
  visibility: hidden;
}
  .all .slider-two {
  width: 100vw;
height: 15%;
overflow: hidden;
position: relative;
background-color: var(--gallery-background-color-two);
}
  .all .slider-two .owl-nav,
  .all .slider-two .owl-dots {
  display: none;
}
  .all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 3px;
}
  .all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 3px;
}
  .all .slider-two .item {
  transition: all ease 0.25s;
  height: 150px;
  width:auto;
  border-radius: 3px;
  border: solid 3px rgba(51, 51, 51, 0.85);
  cursor: pointer;
  background-size: cover;
}
  .all .slider-two .item.active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  border: solid 3px #e6ecf2;
}
  .all .slider-two .owl-stage {
  padding: 20px 0;
  height:100%;
}
  .all .slider-two .left-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 40px;
  height: 95px;
  background: no-repeat rgba(255, 255, 255, 0.85) url(../img/left.svg) center center;
  left: -40px;
}
  .all .slider-two .left-t:hover {
  visibility: visible;
  opacity: 1;
  left: 3px;
}
  .all .slider-two .left-t.nonl-t {
  left: -40px;
  opacity: 0;
  visibility: hidden;
}
  .all .slider-two .right-t {
  background: no-repeat rgba(51, 51, 51, 0.85) url(../img/right.svg) center center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: -40px;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.25s;
  width: 40px;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.85);
}
  .all .slider-two .right-t:hover {
  visibility: visible;
  opacity: 1;
  right: 3px;
}
  .all .slider-two .right-t.nonr-t {
  right: -40px;
  opacity: 0;
  visibility: hidden;
}


.video {
  border:none;
  width:80vw !important;
  height:38vw !important;

}

.slider-two .owl-carousel .owl-stage {
  margin-left: auto;
  margin-right: auto;
}

.play::before{
  content: "";
  background-image: url(../img/play.png);
  background-size: contain;
  width:75%;
  height: 50%;
  display: block;
  background-repeat: no-repeat;
  position: relative;
  left: var(--play-button-margin-left);
  top: var(--play-button-margin-top);
}

@media screen and (max-width: 3840px) and (min-width:2859px){
    .all .slider-two .item{
    height: 250px;
  }
  .navbar{
    height: 115px;
  }
  .nav-link a{
    font-size: 30px;
  }
  .header-text p{
    font-size: calc(1rem + 0.8vw);
  }
  .header-text h1{
    font-size: calc(1rem + 1.5vw);
  }
  .social img {
    height: 6rem;
    width: 6rem;
}
    .all .slider-two .right-t {
    top: 30%;
}
  .all .slider-two .left-t{
  top: 30%;
}
.all .slider .item-box{
  margin-bottom: auto;
}

}
@media screen and (max-width: 2600px){
  .page-gallery > h1 {
    font-size: clamp(40px,4vw,55px);
    top: clamp(260px,40vh,1000px);
}
    .all .slider-two .item {
    height: 80%;
  }
  .header-text h1{
    font-size: calc(1rem + 1.5vw);
  }
}


@media screen and (max-width:1920px){
  /* content  */
  .header > h1 {
    font-size: clamp(40px,4vw,55px);
  }
  .nav-link a {
    font-size: calc(0.5rem + 0.5vw);
}
  .navbar {
    height:75px;
  }
  .nav-link.active {
    top:75px;
  }
  .nav-link li {
    padding: 15px 1.8rem;
  }
  /* gallery  */
    .all .slider .item-box {
    width: auto;
    height: 70vh;
    padding-top: 0;
  }
    .all .slider {
    height: 85%;
  }
    .all .slider-two {
    height: 15%;
  }
    .all .slider-two .item {
    height: 78%;
  }
    .all .slider-two .right-t{
    top:25%;
  }
    .all .slider-two .left-t{
    top:25%;
  }
  .page-gallery > h1 {
    font-size: clamp(40px,4vw,55px);
    top: clamp(460px,40vh,1000px);
  }
  .page-gallery {
    min-height: 960px;
  }
  .header-text h1{
    font-size: calc(1rem + 1.3vw);
    padding-bottom: 15px;
    padding-top:15px;
  }
  .video {
    width: 70vw !important;
    height: 36vw !important;
  }

}

@media screen and (max-width:1800px){
    .all .slider .item-box {
    width: 80%;
    height: auto;
    padding-top: 0;
  
  }
  .video {
    width: 80vw !important;
    height: 46vw !important;
  }


}
@media screen and (max-width:1600px){
    .all .slider .item-box {
    width: auto;
    height: auto;
    /* padding-top: 20vh; */
    padding-left: 8vw;

  }
  .video {
    width: 88vw !important;
    height: 48vw !important;
  }


}







@media screen and (max-width: 1376px){
  .intro-texture{
    display: none;
  }
  .logo a {
    font-size: 20px;
  }
  .social{
    display:none;
  }
  .nav-link ul {
    width:100%;
    flex-direction: column;
  }
  .nav-link ul li{
    text-align: center;
  }
  .nav-link a{
    color:white;
    padding: 0.5rem 1rem;
  }
  .toggle-btn{
    display:flex;
    margin:0;
    top: 10%;
  }
  .toggle-btn .bar {
    height: 2px;
    width: 86%;
  }
  .link-active {
    margin-left:-60px;
  }

  .link-active a {
    margin-left: 60px;
  }
  .nav-link{
    display: none;
    width:100%;
    background-color: #000000;
  }
  .header {
    flex-direction: column;
  }
  .header-image {
    width: 80vw;
    height: auto;
    margin-top: 95px;
    margin-left: 17vw;
  }
  .header-image img {
    width: 68vw;
    height: auto;
  }
  .header-text {
    width: 71vw;
    padding-left: 10vw;
    margin-top: 0;
  }
  .header-text p {
    text-align: left;
  }
  .header > h1 {
      top: clamp(76px, 4vh, 148px) !important;
      transform: translateX(0px) rotate(0deg) !important;
      color: var(--section-one-title-color);
      font-size: clamp(40px,4vw,80px);
      translate: 0;
      margin-left: 0;
      position: relative;

  }

  .page-gallery  > h1 {
    top: clamp(20px, 4vh, 148px);
    transform: rotate(0deg);
    color: var(--gallery-title-color);
    font-size: clamp(65px,4vw,80px);
    translate: 0;
    margin-left: 0;

}
.intro-plus {
  position: absolute;
  z-index: 10;
  top:auto;
  bottom: 0;
  right: 0;
  z-index: 0;
  }
    .all .slider .right{
    top:56%;

  }
    .all .slider .left{
    top:56%;

  }
}
@media screen and (max-width: 1280px){

  .header-text {
    padding-left: 13%;
  }

}
@media screen and (max-width: 1280px) and (max-height:800px){
    .all .slider .item-box {
    width: auto;
    height: 65vh;
    padding-top: 20vh;
    padding-left: 15vw;
}


}
@media screen and (max-width: 1024px){
  .page-gallery {
    min-height: 100vh;
  }
  .page-gallery > h1 {
    top: clamp(77px, 4vh, 148px);
    transform: rotate(0deg);
    color: var(--gallery-title-color);
    font-size: clamp(65px,4vw,80px);
    translate: 0;
    margin-left: 0;
}
    .all .slider .item-box {
    width: auto;
    height: auto;
    /* padding-top: 0; */
    padding-left: 5vw;

  }
  .video {
    width: 90vw !important;
    height:52vw !important;
  }
  .header-image {
    width: 90vw;
    height: 50vw;
    margin-top: 95px;
    margin-left: auto;
    margin-right:auto;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    flex:unset;
  }
  .header-image img {
    width: auto;
    height: 48vw;
  }
  .header-text {
    width: 85vw;
    padding-left: 1vw;
    margin-top: 0;
  }

    .all .slider {
    height: 85%;
  }
  .slider .item-box{
    margin-bottom: auto;
  }
    .all .slider-two {
    height: 15%;
  }
  .all .slider-two .item {
    height: 67%;
  }

}


@media screen and (max-height: 667px) and (max-width: 1270px){
  .all {
    margin-top: 7%;
  }
}

@media screen and (max-width: 500px){
  .links h2, .key-res h2 {
      font-size: 19px;
  }
  
  .links li a{
      font-size: 15px;
  }
  .key-res li {
      font-size: 15px;
  }
  .header-text p {
      font-size: 15px;
      padding-bottom: 2vh;
  }
}

@media screen and (max-width: 480px){
  
  .logo a {
    margin-left: 2rem;
    line-height: 4rem;
  }
  .toggle-btn {
    margin-top: 1%;
  }
  .nav-link a {
    font-size: calc(0.6rem + 0.5vw);
    padding: .0rem 1rem;
}
  .intro-plus{
    transform:scale(0.7);
    z-index: 0;
    right: -18px;
  }
  .header >  h1 {
    top: clamp(41px, 3vh, 70px);
    transform: rotate(0deg);
    color: var(--section-one-title-color);
    font-size: var(--page-title-font-size);
    translate: 0;
    margin-left: 0;
  }
  .page-gallery {
    min-height: 100vh;
    min-height: 640px;
  }
  .page-gallery > h1 {
    top: clamp(65px, 3vh, 70px);
    transform: rotate(0deg);
    color: var(--gallery-title-color);
    font-size: var(--page-title-font-size);
    translate: 0;
    margin-left: 0;
}
    .all .slider .item-box {
    width: auto;
    height: auto;
    padding-top: 15vh;
    padding-left: 15px;
  }
  .header{
    justify-content: flex-start;
  }
  .header-text p {
    font-size: 15px;
  }
  .header-image {
    width: inherit;
    margin-top: 95px;
    margin-left: 0;
    margin-bottom: 3vh;
  }
  .header-image img {
    width: auto;
    height: inherit;
  }
  .header-text {
    width: 75vw;
    padding-left: 4vw;
    z-index: 99;
  }
    .all .slider {
      height: 80%;
  }
  .slider .item-box {
    margin-bottom: auto;
  }
    .all .slider-two {
      height: 18%;
      padding-bottom: 21px;
  }
    .all .slider-two .item{
    /* width: 160px; */
    margin-left: 5px;
  }
  .slider-two .owl-item{
    margin-right: 15px !important;
    /* width: 150px !important; */
  }
  .logo a {
    font-size: calc(0.8rem + 1.5vw);
  }
  .video {
    width: 85vw !important;
height: 49vw !important;
  } 
  .play::before{
    width:80%;
    left: var(--play-button-margin-left);
    top: var(--play-button-mobile-margin-top);
    height: 55%;
  }

}


/* 1440px  */
@media screen and (max-width: 1370px) and (orientation:landscape){
  .all {
    margin-top:7%;
  }

  .page-gallery {
    min-height: 890px;

  }
 .header {
   flex-direction: column;
 }
 .header-image {
   width: 80vw;
   height: auto;
   margin-top: 95px;
   margin-left: 17vw;
 }
 .header-image img {
   width: 68vw;
   height: auto;
 }
 .header-text {
   margin-top: 0%;
   margin-left: 7%;

}


   .all .slider .item-box {
    width: 80%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
 }

   .all .slider {
   height: 82%;
 }
   .all .slider-two {
   height: 20%;
   padding-bottom: 10px;
 }
 .all .slider-two .owl-stage {
  padding: 11px 0;
 }
 .video {
   padding-top: 100px !important;
 }
}


@media screen and (max-width: 1280px) and (orientation:landscape){
  .page-gallery > h1 {
   top: clamp(45px, 4vh, 148px);
 }
 .header{
   flex-direction: column;
 }
 .header-image img {
   position: relative;
   width: 68vw;
   height: auto;
   margin-left: auto;
   margin-right: auto;
 }
 .header-text{
   margin-top:0;
 }


}
@media screen and (max-width: 1024px) and (orientation:landscape){
  .header-image {
    display: flex;
    align-self: center;
    margin-left:auto;
    margin-top:95px;
  }

}

@media screen and (max-width: 900px) and (orientation:landscape) {
  .navbar {
    height:70px;
  }
  .nav-link.active {
    top: 70px;
  }
  .header > h1{
    top: clamp(38px, 2vh, 148px);
  }
  .header-text p, .header-text li, .header-text li a {
    font-size: 15px;
  }
  .links h2, .key-res h2 {
    font-size: 19px;
  }
  .header-image{
    margin-top: 95px;
    margin-left: auto;
  }
  .page-gallery{
    height:100vh;
    min-height: 600px;
  }
  .all {
    margin-top: 11%;
  }
  .all .slider {
    height: 75%;
  }

    .all .slider-two {
    height: 30%;
  }
  .all .slider-two .item{
    height: 54%;
  }
  .page-gallery > h1{
    top: clamp(4px, 3vh, 148px);
  }
    .all .slider-two {
    height: 38%;
  }
    .all .slider .item-box {
      width: 65%;
      height: auto;
      padding-top: 0;
      margin-bottom:0px;
}
.video {
  width: 85vw !important;
  height: 49vw !important;
  padding-top: 40px !important;
}

}
@media only screen and (max-width: 800px) and (orientation:landscape){
  .nav-link ul li a {
    padding: 0.0rem 1rem;
  }
}
@media (hover: none){
    .left-t{
      display: none;
    }
    .right-t{
      display:none;
    }
    .left{
      display:none;
    }
    .right{
      display:none;
    }

}

@media screen and (max-height: 920px) and (min-width: 1000px){
  .video {
    height: 40vw !important;
  }
  .slider .owl-item img {
    height: 80% !important;
    width: auto !important;
  }

}

@media (max-height: 1020px){
  .all .slider{
    height:80%;
  }
  .all .slider-two{
    height:20%;
  }
}
@media (max-height: 765px){
  .all .slider{
    height:77%;
  }
  .all .slider-two{
    height:20%;
  }
  .all .slider-two .item {
    height: 80%;
  }
}
.header > h1.translate {
  transform: translateX(0px) rotate(-90deg);
}
.page-gallery > h1.translate {
  transform: translateX(0px) rotate(-90deg);
}
