@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;1,400;1,500;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
  /* border: 1px solid red; */
}

html {
  background: #000;
}

body {
  height: 100%;
  width: 100%;
  background-color: #00141E;
  overflow-x: hidden;
}

#main {
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

html::-webkit-scrollbar-thumb {
  background-color: #ffffff31;
  border-radius: 5px;
  mix-blend-mode: difference;
}

nav {
  display: flex;
  padding: 2.5vw 4.5vw;
  align-items: center;
  gap: 10vw;
  position: relative;
}

nav a {
  text-decoration: none;
  color: #fff;
}

nav h1 {
  font-weight: 600;
  text-transform: uppercase;
}

nav h1 span {
  color: #CA6E23;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 5vw;
}

.social {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 200px;
  width: 5.5vw;
  background-color: #002834;
  right: 10%;
  top: 20%;
}

.social i {
  color: gray;
  font-size: 20px;
}

.follow {
  background: #CA6E23;
  transform: rotate(90deg)translateX(50%);
  padding: 0.5vw 1vw 0.3vw 1vw;
  text-transform: uppercase;
  font-size: 0.9em;
  width: fit-content;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-1 {
  margin-top: 2vw;
  display: flex;
}

.one-left {
  display: flex;
  /* align-items: center; */
  justify-content: end;
  width: 40%;
}

.section-1 .one-left img:nth-child(2) {
  height: 37vw;
  filter: grayscale(1);
}

.overlay {
  height: 20vw;
  width: 15vw;
  background-color: rgb(104, 104, 104);
  position: absolute;
  /* z-index: -1; */
  transform: translate(-77%, -7%);
}

.dup {
  height: 32vw;
  box-shadow: 0 0 10px #000;
  filter: grayscale(0);
  position: absolute;
  transform: translate(10%, 5%);
}

.one-right {
  margin: 4vw;
  width: 60%;
}

.right-one {
  gap: 2vw;
  display: flex;
  align-items: center;
}

.oval {
  height: 2.3vw;
  width: 15vw;
  border-radius: 20px;
  background: url(tile.jpg);
}

.right-one p {
  color: #CA6E23;
  font-size: 1.5vw;
}

.right-two h1 {
  font-weight: 400;
  font-size: 6.5vw;
  line-height: 0.9;
  color: #FDFDFD;
  margin: 2vw 0 0 0;
  transform: translate(-10%, 0);
  letter-spacing: -4px;
  font-family: 'Josefin Sans', sans-serif;
  text-shadow: 0 0 2px #000;
}

.right-three {
  display: flex;
  justify-content: end;
  width: 70%;
}

.right-three p {
  text-align: justify;
  color: gray;
  line-height: 1.3;
  font-size: 1.5vw;
  font-family: 'Josefin Sans', sans-serif;
  white-space: nowrap;
}

.circle {
  height: 11vw;
  width: 11vw;
  background-color: #CA6E23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1vw solid #00141E;
  position: absolute;
  margin-top: 1%;
  margin-left: 20%;
}

.circle img {
  height: 95%;
}

.circle i {
  position: absolute;
  font-size: 5vw;

}

.section-2 {
  margin-top: 1vw;
  background-color: #002733;
}

.first h1 {
  font-size: 4vw;
  color: #8AA8B9;
  font-weight: 500;
  padding: 5.5vw 10vw 0vw 10vw;
  line-height: 1;
}

.second-part-1 {
  padding: 0 0vw 0 10vw;
}

.circle-2 {
  height: 11vw;
  width: 11vw;
  background-color: #CA6E23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10vw;
}

.circle-2 img {
  height: 95%;
}

.circle-2 i {
  position: absolute;
  font-size: 5vw;
  transform: rotate(-90deg);
}

html {
  scroll-behavior: smooth;
}

.second {
  display: flex;
}

.second-part-2 {
  position: relative;
  /* border: 1px solid red; */
}

.second-part-2 .pr {
  height: 28vw;
  margin: 0 4vw 2vw 2vw;
  filter: grayscale(1);
}

.pr2 {
  height: 23vw;
  position: absolute;
  right: 5%;
  top: 8%;
  box-shadow: 0 0 5px gray;
}

.second-part-3 p {
  font-size: 1.4vw;
  color: #8AA8B9;
  margin-left: 4vw;
  padding: 1vw;
}

.section-3 {
  background-color: #002733;
  /* overflow: hidden; */
}

.section-3 h1 {
  font-size: 4vw;
  font-weight: 500;
  padding: 2vw 8vw;
  color: #8AA8B9;
}

.section-3 .navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vw 8vw;
}

.navi p {
  color: #8AA8B9;
  padding: 1vw 6vw;
  font-size: 1.5vw;
}



.buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8vw;
  border-radius: 50%;
  border: 2px solid gray;
  font-size: 2vw;
  cursor: pointer;
}

.photos {
  transition: 0.55s;
  padding: 2vw;
  /* width: max-content; */
  display: flex;
  justify-content: center;
  gap: 1vw;
  flex-wrap: wrap;
}

.photos img {
  height: 300px;
  /* width: 250px; */
  border: 5px solid #003747;
  cursor: pointer;
}

.overlayzoom {
  height: 100vh;
  width: 99vw;
  backdrop-filter: blur(5px) brightness(50%);
  position: fixed;
  z-index: 100;
  pointer-events: none;
  transition: 0.25s;
  opacity: 0%;
  display: flex;
  justify-content: center;
  padding: 2vw;
}

.close {
  position: absolute;
  /* border: 1px solid blue; */
  height: fit-content;
  cursor: pointer;
  right: 5%;
}

.close i {
  font-size: 4vw;
  color: #fff;
}

.main_over_photos {
  border: 2px solid rgba(255, 0, 0, 0)(255, 255, 255);
  padding: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_over_photos img {
  width: 60vmin;
  transition: 0.2s;
  border: 5px solid #003747;
}

.section-4 {
  background: #002733;
  display: flex;
  flex-direction: column;
}

.line {
  width: calc(100%-7vw);
  margin: 0 7vw;
  height: 6px;
  background-color: #003747;
}

.dabba {
  padding: 2vw 7vw;
  display: flex;
  align-items: center;
  gap: 2vw;
}

.dabba p span{
  font-size: 2.5vw;
}

.dabba p {
  font-size: 4.4vw;
  color: #8CA9BA;
}

.gola {
  height: 7vw;
  width: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.5vw solid #CA6E23;
}

.gola i {
  font-size: 4vw;
  color: #CA6E23;
}

.social-contact {
  padding: 0 2vw;
  display: flex;
  gap: 1.2vw;
  align-items: center;
}

.social-contact a {
  font-size: 2.6vw;
  text-decoration: none;
  color: #8CA9BA;
}

.dl a {
  text-decoration: none;
  position: absolute;
  bottom: 10%;
  right: 10%;
  height: 4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4vw;
  background-color: #CA6E23;
}

.dl a i {
  color: #000;
  font-size: 1.6vw;
}

@media (max-width:690px) {

  .dl a {
    height: 12vw;
    border-radius: 50%;
    width: 12vw;
    border: 2px solid #000;
  }

  .dl a i {
    color: #000;
    font-size: 3.4vw;
  }

  .photos img {
    width: 95vw;
    height: unset;
  }

  .section-3 h1 {
    font-size: 6vw;
  }

  .navi p {
    font-size: 2.3vw;
    white-space: nowrap;
  }

  .second-part-3 p {
    font-size: 2.2vw;
  }

  .close i {
    font-size: 8vw;
    color: #fff;
  }

  .main_over_photos img {
    width: 85vmin;
    transition: 0.2s;
  }

  .second-part-2 .pr {
    height: 40vw;
    margin: 0 4vw 2vw 2vw;
    filter: grayscale(1);
  }

  .pr2 {
    height: 34vw;
    position: absolute;
    right: 5%;
    top: 8%;
    box-shadow: 0 0 5px gray;
  }

  .second-part-1 {
    padding: 0 0vw 0 3vw;
  }

  .second-part-3 p {
    font-size: 2.1vw;
    white-space: nowrap;
    color: #8AA8B9;
    padding: 0;
    padding-bottom: 1.6vw;
  }

  .right-three p {
    font-size: 2.3vw;
  }

  .right-three {
    display: flex;
    justify-content: end;
    width: 90%;
  }

  .right-one p {
    font-size: 2.3vw;
  }

  nav h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3vw;
  }

  .right-two h1 {
    letter-spacing: -1px;
    font-size: 8vw;
  }

  .social {
    height: 25vw;
    width: 7vw;
    right: 3%;
  }

  .social i {
    color: gray;
    font-size: 3.5vw;
  }

  #insta {
    font-size: 3.4vw
  }

  .follow {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0.7vw 2vw 0.5vw 2vw;
    font-size: 2.4vw;
    /* width: fit-content; */

  }

  .first h1 {
    font-size: 6vw;
    color: #8AA8B9;
    font-weight: 500;
    padding: 5.5vw 10vw 0vw 10vw;

  }

  .section-1 .one-left img:nth-child(2) {
    height: 52vw;
    filter: grayscale(1);
  }

  .dup {
    height: 45vw;
    box-shadow: 0 0 10px #000;
    filter: grayscale(0);
    position: absolute;
    transform: translate(10%, 5%);
  }

  .circle {
    margin-top: 5%;
  }

  .social-contact a {
    color: gray;
    font-size: 3.7vw;
  }

  .dabba {
    padding: 2vw 7vw;
    display: flex;
    align-items: center;
    gap: 2vw;
    flex-direction: column;
  }
}

@media (max-width:870px) {
  .oval {
    display: none;
  }
}

@media(max-width:820px) {
  nav ul {
    display: none;
  }
}