@font-face {
  font-family: canopee;
  src: url(./616fd1dd00cf6c70f978fc69_Canopee.ttf);
}


* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  /* overflow: hidden; */

}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #000;
  /* overflow-x: hidden; */
  position: relative;


}

#main {
  width: 100%;
  height: 100%;
  /* background-color: #1C1B19; */
  scale: 1;
  background-color: #C2BAB0;
  position: relative;

}



.nav {
  width: 100%;
  height: 11vh;
  /* background-color: aqua;   */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 3vw;
  margin-top: -11vh;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 99;
  background-color: #C2BAB0;
}

.nav h5 {
  font-size: 1.1vw;
  font-family: canopee;
  font-weight: 300;
  text-transform: u;
}

.logo-nav {
  width: 9vw;
  margin-left: -5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-nav {
  width: 1.5vw;
  height: 1.5vh;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: canopee;
}

#container {
  /* border-left: 1px #222 solid; */
  /* border-right: 1px #222 solid; */
  margin-inline: auto;
  width: 95vw;
  /* height: 110%; */
  /* background-color : black ; */
  margin-top: 5%;
  /* margin-bottom: vh ; */



}

.page1 {
  width: 100%;
  height: 140vh;
  /* border: 1px solid red; */


}

.page1-cards {
  width: 95%;
  margin-top: 5vh;
  height: 48%;
  margin-inline: auto;
  /* background-color: lightblue; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;


}

.cards1 {
  max-width: 35%;
  max-height: 90%;
  min-width: 30vw;
  min-height: 50vh;
  overflow: hidden;
  width: 35%;
  height: 90%;
  /* background-color: lightblue; */
}

.cards2 {

  min-width: 25vw;
  max-width: 25vw;
  max-height: 60vh;
  overflow: hidden;
  width: 25%;
  height: 90%;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  /* background-color: lightblue; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4%;
}

.img-div {
  width: 100%;
  height: 60%;
  border: 1px solid #222;
  overflow: hidden;

}

.img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out 1s;

}

.img-div:hover img {
  scale: 1.2;

}

.cards1 h4 {
  margin-top: 2%;
  font-size: 2vw;
  font-weight: 500;
  font-family: canopee;
  line-height: 2em;

}

.cards1 h4 span {
  font-size: 1.5vw;
  border-radius: 5px;
  padding: 2px;
  background-color: orangered;
  color: white;
}


.cards1 p {
  width: 90%;
  color: #1C1B19;
  font-family: domain;
  font-size: 1.3vw;
  height: 30%;
  margin-top: 1%;
  /* background-color: aqua; */
  line-height: 1.2em;
}

.cards2 h2 {
  font-family: canopee;
  font-size: 4vw;
  font-weight: 550;
  line-height: 1.2em;

}


.cards2 h3 {

  font-family: domain;
  width: 100%;
  margin-left: 15%;
  height: 60%;
  font-size: 1.5vw;
  /* letter-spacing: -2px; */
  /* margin-top: 5%; */
  line-height: 1.5em;
  font-weight: 500;
  color: #3F3E39;
  margin-top: 10%;
}

.cards2 h3 span {
  color: #202020;
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 5%;
}

.miranda {
  width: 100%;
  max-height: 65vh;
  background-color: #1C1C19;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.miranda h1 {

  font-size: 36vw;
  font-family: canopee;
  font-weight: 500;
  letter-spacing: -30px;
  color: #C5BDB4;

}


.page2 {
  width: 100%;
  height: 150vh;
  display: flex;

  /* background-color: aqua; */
}

.leftdiv {
  width: 35%;
  height: 100%;
  overflow: hidden;
  /* background-color: red; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #202020;
}

.leftimgdiv {
  width: 80%;
  height: 50%;
  margin-left: -10%;
  border: 1px solid black;
}

.leftimgdiv img {
  width: 100%;
  height: 100%;
}

.leftdiv h1 {
  font-family: canopee;
  font-size: 7vw;
  /* margin-inline: auto; */
  margin-left: 20px;
  line-height: 1.2em;
}

.leftdiv h1 span {
  font-size: 1.8em;
}

.leftdiv p {
  width: 90%;
  margin-top: 4%;
  font-size: 2.3vw;
  margin-left: 3%;
  color: #1C1C19;
  flex-wrap: wrap;
}

.leftdiv p span {
  background-color: #1C1C19;
  border-radius: 5px;
  color: #C5BDB4;
  font-size: 1.5em;
  margin-right: 4px;
  margin-left: 10px;
  padding: 5px;
}

.rightdiv {
  width: 65%;
  height: 100%;
  overflow: hidden;
  /* background-color: aqua; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

.rightdiv img {
  border: 1px solid #202020;
  width: 90%;
  height: 55%;
  object-fit: cover;
}

.rightdiv h1 {
  font-family: canopee;
  font-size: 7.5vw;
  line-height: .9em;
  font-weight: 500;
  margin-top: 5%;
  color: #1C1B19;

}

.rightdiv h1 u {
  width: 10%;
  height: 1px;
  color: #1C1B19;
}

.page3 {
  width: 100%;
  height: 200vh;
  /* background-color: aqua; */

}

.upperdiv {
  width: 100%;
  height: 55vh;
  margin-top: 3%;
  /* background-color: red; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.heading h1 {
  font-weight: 500;
  font-size: 30vw;

  letter-spacing: -1vw;
  font-family: canopee;
  color: #C5BDB4;
}

.heading {
  width: 80%;
  height: 97%;
  background-color: #1C1C19;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.upperdiv img {
  width: 22%;
  height: 95%;

}

.page3left {
  margin-top: 5%;
  width: 66%;
  height: 140vh;
  border-right: 1px solid #1C1B19;
  /* background-color: aqua; */
  display: flex;
  flex-direction: column;
}

.cardsdiv {
  width: 100%;
  height: 40%;
  /* background-color: red; */
  /* padding: 2%; */
  display: flex;


}

.page3card1 {
  width: 45%;
  overflow: hidden;
  height: 95%;
  /* background-color: lightblue; */
  margin-right: 20px;
  margin-left: 10px;
  color: #1C1B19;
  border-right: 1px solid #1C1B19;
  padding: 2%;
}

.page3card2 {
  width: 55%;
  height: 95%;
  /* background-color: lightblue; */
  overflow: hidden;
}

.page3card1 h1 {

  font-size: 4vw;
  font-weight: 600;
  font-family: canopee;
  color: #1C1B19;
}

.page3card1 h3 {
  color: #1C1C19;
  font-size: 2.5vw;
  margin-top: 4%;
  line-height: 1em;
  font-weight: 500;
}

.page3card1 p {
  font-size: 1.8em;
  margin-top: 10%;
  color: #1C1B19;
}

.page3card1 p span {
  font-size: 1.3vw;
  font-weight: 600;
  margin-left: -10px;
}

.page3card2 p {
  font-size: 1.8vw;
  width: 90%;
  margin-top: 2%;
  color: #1C1B19;
}

.imgd img {
  width: 120%;
  height: 100%;
  object-fit: cover;
  scale: 1;
  overflow: hidden;
  transition: ease-in-out 0.8s;
}

.imgd {
  width: 90%;
  height: 45%;
  overflow: hidden;
  border: 1px solid #1C1B19;

}

.imgd:hover img {
  scale: 1.1;
}

.page3card2 h1 {
  font-size: 3vw;
  font-family: canopee;
}

.page3imgdiv {
  width: 90%;
  height: 90%;
  margin-left: 3%;

}

.page3imgdiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.alignment {
  width: 100%;
  height: 100%;
  display: flex;
}

.page3right {
  margin-top: 5%;
  width: 35%;
  max-height: 140vh;
  overflow: hidden;

  /* background-color: #3F3E39; */
  padding: 0 2%;
}



.page3right h2 {
  margin-top: 2%;
  font-size: 6.5vw;
  font-weight: 400;
  letter-spacing: -5px;
  font-family: canopee;

}

.page3right h1 {
  margin-top: -8%;

  font-size: 14vw;
  font-weight: 400;
  letter-spacing: -5px;
  font-family: canopee;
}

.page3right p {
  font-size: 2vw;
  margin-top: 7%;
  color: #1C1B19;
}

.page3right p span {
  background-color: #1C1B19;
  color: #C2BAB0;
  border-radius: 5px;
  margin-right: 10px;
  padding: 1%;
  font-size: 2.3em;

}

.swiper {
  background-color: #CBC2B7;
  border-radius: 50%;
  width: 80%;
  height: 15%;
  /* margin-top: 13%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1C1C19;
  position: relative;
  overflow: hidden;
  margin-inline: auto;
}

.swiper:hover img {
  transform: translateX(0%);
}

.swiper:hover h3 {
  transform: translateX(150%);
}

.swiper h3 {
  font-family: canopee;
  font-size: 4vw;
  font-weight: 400;
  position: absolute;
  transition: ease-in-out 0.8s;

}

.swiper img {
  position: absolute;
  transform: translateX(-250%);
  transition: ease-in-out 0.8s;
}

.page4 {
  width: 100%;
  height: 100vh;
  /* background-color: aqua; */
  margin-top: 8%;
}

.slider {
  width: 100%;
  height: 55vh;
  /* border: 1px solid red; */
  overflow-x: hidden;
  display: flex;
  padding: 0 1%;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  /* background-color: #1C1B19; */
}

.lineslider {
  width: 100%;
  height: 15vh;
  display: flex;
  margin-top: 2%;
  overflow-x: hidden;
  /* justify-content: center; */
  align-items: center;
  /* flex-wrap: nowrap; */
  /* background-color: aqua; */
  border-top: 1px solid #1C1B19;
  border-bottom: 1px solid #1C1B19;
  /* position: relative; */
  white-space: nowrap;
}


#cards {
  width: 92vh;
  height: 98%;
  background-color: #C6BFB5;
  margin-right: 10px;
  position: absolute;
  box-shadow: -1px 0px 5px;
  border: 1px solid #1C1B19;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all linear 0.8s;
  overflow: hidden;

}

#cards:nth-child(1) {
  /* background-color: red; */
  transform: translateX(0);
  z-index: 1;
}

#cards:nth-child(2) {
  /* background-color: blue; */
  transform: translateX(40%);
  z-index: 2;
}

#cards:nth-child(3) {
  /* background-color: yellow; */
  transform: translateX(80%);
  z-index: 3;
}

#cards:nth-child(4) {
  /* background-color: green; */
  transform: translateX(120%);
  z-index: 4;
}

.innerdiv {
  width: 90%;
  height: 90%;
  /* background-color: #1C1C19; */
  border-radius: 10px;
  border: 1px dashed #1C1B19;
  overflow: hidden;
  padding: 2%;
}

.innerdiv div p {
  color: #1C1B19;
  font-size: 2vw;
  font-weight: 100;
}

.innerdiv div {
  width: 80%;
  height: 60%;
  overflow: hidden;
}

.ctc img {
  border-radius: 50%;
  height: 30%;
  border: 1px solid #1C1B19;

}

.ctc {
  display: flex;
  margin-top: 10%;
}

.ctc h1 {
  font-family: canopee;
  font-size: 2.5vw;
  font-weight: 400;

}

.ctc div {
  margin-left: 3%;
}

.ctc div p {
  font-size: 1.5vw;
}

.lineslider h1 {
  /* width: 100%; */
  font-size: 5.5vw;
  font-weight: 200;
  letter-spacing: -3px;
  display: inline-block;
  /* margin-right: 10px; */
  /* position: absolute; */
  animation-name: scroll;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  /* overflow: hidden; */


}

.lineslider h1 span {
  background-color: #1C1C19;
  color: #C2BAB0;
  border-radius: 3%;
  padding: 0 1%;
  font-size: 4.8vw;
  font-family: canopee;
  overflow: hidden;
  margin-right: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(calc(-100%));

  }
}

.lineslider:hover h1 {
  animation-play-state: paused;
}

.footer {
  width: 100%;
  height: 10vh;
  /* background-color: red; */
  /* margin-top: 2%; */
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0% 2%;
}

.left {
  width: 25%;
  height: 90%;
  /* background-color: #1C1C19; */
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  /* overflow: hidden; */
}

.right {
  width: 38%;
  height: 90%;
  /* background-color: lightblue; */
  display: flex;
  /* justify-content: space-evenly; */
  /* overflow: hidden; */


}

.left h1 {
  font-family: canopee;
  font-size: 3vw;
  font-weight: 400;
}

.left img {
  width: 10%;
  height: 60%;
  margin-left: 5%;
}

.left p {
  margin-left: 5%;
  font-size: 3vw;
  color: #1C1C19;
}

.right h1 {
  font-family: canopee;
  font-size: 3vw;
  font-weight: 400;
  /* float: right; */
  margin-left: 4%;
  right: 0;
  font-weight: 400;
}

.right h1:hover {
  scale: 1.2;
}