
@font-face {
  font-family: giliS;
  src: url("font/Gilroy-SemiBold.ttf");
}

@font-face {
  font-family: giliM;
  src: url("font/Gilroy-Medium.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#main {
  width: 100%;
  padding: 0.01px;
  
}

#nav {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1.5px solid rgb(255, 255, 255);
}

#nav h1 {
  font-family: monument;
  font-size: 2.5vw;
}

#nav h3 {
  width: 25%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 1.4vw;
  border-right: 1.5px solid black;
}

#nav h3 i {
  font-size: 2vw;
  margin-right: 5vw;
}

.extra {
  display: none !important;
  visibility: hidden;
}

.ri-menu-line {
  display: none;
}

#nav h2 {
  display: none;
}

#nav h1 {
  margin-left: 5vw;
}

.nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3vw;
  margin-right: 3vw;
  font-size: 2vw;
}


.view-parti {
  font-size: 1vw;
}

.view-parti {
  display: none;
}

.menudiv {
  display: none;
}

#center {
  width: 100%;
  height: 95%;
  padding: 2vw 4vw;
  position: relative;
}

.register {
  display: initial;
  font-size: 1.2vw;
  font-weight: 700;
  margin-right: 5vw;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

#container {
  height: 90%;
  width: 100%;
  position: relative;
}

#container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#over {
  height: 45%;
  width: 100%;
  position: absolute;
  padding: 3vw;
  bottom: 3%;
}



#over2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-top: 2px solid wheat;
}

#over2 h2 {
  color: rgb(0, 0, 0);
  font-size: 2.3vw;
}

#scroll {
  width: 100%;
  padding: 3vw 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* background-color: red; */
  overflow: hidden;
}

#img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 40;
  -webkit-animation-name: anime;
          animation-name: anime;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#img-box img {
  margin-left: 2vw;
  width: 10vw;
  height: 10vw;
  border-radius: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes anime {
  form {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes anime {
  form {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

#nav .spid {
  height: 8vh;
  width: 10vw;
  margin-left: 3vw;
  /* background-color: red; */
  overflow: hidden;
}

.spid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-content p {
  color: #007185;
}

.mg3 {
  text-align: center;
  padding: 2vw;
}

#center3 h3 {
  font-family: giliM;
  font-weight: 900;
}

#page2 {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2vw 5vw;
}

#part1 {
  height: 80%;
  width: 50%;
}

#part1 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 118vh;
  width: 100%;
}

#part1 h3 {
  font-size: 2vw;
}

#part2 {
  width: 45%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#part-heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

#part-heading h2 {
  margin-top: 1vw;
  width: 90%;
  font-size: 1.8vw;
  font-family: giliM;
}

#part-heading p {
  width: 47%;
  font-size: 1.2vw;
  font-weight: 600;
}

#part2 img {
  width: 100%;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mg {
  margin-top: 3vw;
  width: 100%;
  padding: 0vw 5vw;
  font-weight: 800;
  font-size: 3vw;
  text-transform: uppercase;
}

.mg2 {
  margin-top: 3vw;
  width: 100%;
  padding: 0vw 5vw;
  font-weight: 800;
  font-size: 3vw;
  text-transform: uppercase;
}

#follow {
  height: 85%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw 6vw;
  position: relative;
}

#left {
  width: 35%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Blogo {
  background: green;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  margin-bottom: 2.5vw;
  overflow: hidden;
  position: relative;
}

.Blogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.arrow {
  position: absolute;
  height: 15%;
  width: 7%;
  left: 19%;
  bottom: 49%;
  -o-object-fit: cover;
     object-fit: cover;
}

#left h3 {
  font-size: 1.4vw;
  text-align: left;
  width: 90%;
  margin-right: 4vw;
}

.extra {
  display: none;
}

#right {
  width: 60%;
  height: 100%;
}

#right img {
  width: 100%;
  height: 100%;
}

#page3 {
  width: 100%;
  height: 100%;
  padding: 3vw 5vw;
}

#page3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.updates {
  font-size: 3.1vw;
  text-align: center;
  font-family: giliM;
  padding-bottom: 2.5vw;
}

#page4 {
  height: 100%;
  width: 100%;
  padding: 0vw 3.5vw;
  position: relative;
}
#page4 > h1 {
  margin-bottom: 3vw;
}
#page4 .elem {
  height: 110px;
  width: 100%;
  border-top: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0vw 2vw;
  position: relative;
}
.elem img {
  position: absolute;
  height: 8vw;
  width: 8vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  left: 12%;
  opacity: 0;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.elem:hover img {
  opacity: 1;
  left: 22%;
}

.elem:nth-last-child(1) {
  border-bottom: 2px solid black;
}

.elem > h5 {
  width: 10%;
  font-size: 1.5vw;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-transform: uppercase;
}
.nala {
  -o-object-position: top;
     object-position: top;
}

.elem .elem2 {
  width: 45%;
}
.elem2 h2 {
  font-size: 2.5vw;
  font-weight: 100;
}

.elem2 h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 100;
  font-size: 1vw;
  opacity: 0.9;
  display: none;
}

#div {
  position: absolute;
  left: 20%;
}

#div h2 {
  font-weight: 100;
  font-size: 2.5vw;
}

#div h5 {
  font-weight: 200;
  font-size: 1vw;
  opacity: 0.8;
}

#page5 {
  height: 100%;
  width: 100%;
  padding: 2vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#center2 {
  height: 95vh;
  width: 50%;
  overflow: hidden;
}

#center2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#center3 {
  height: 95%;
  width: 47%;
  overflow: hidden;
}

#center3 h2 {
  font-size: 2.5vw;
  margin-bottom: 5vw;
}

#center3 h3 {
  /* margin-top: 6.5vw; */
  width: 100%;
  font-weight: 700;
  font-size: 1.5vw;
}

#center3 p {
  margin-top: 3vw;
}

#center-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50vh;
  margin-top: 2.7vw;
}

#center-img img {
  height: 100%;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page6 {
  height: 20%;
  width: 100%;
}

#sroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 7vw;
  border: 2px solid black;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

#sroller h2 {
  font-family: monument;
  letter-spacing: 0.5vw;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 5vw;
  -webkit-text-stroke: 2px black;
  color: transparent;
  margin-right: -4px;
  -webkit-animation-name: conti;
          animation-name: conti;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes conti {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

#page7 {
  width: 100%;
  height: 70vh;
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#blog1 {
  width: 25%;
  text-align: center;
  padding-top: 2vw;
}

#blog2 {
  width: 32%;
  padding: 2vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#blog2 p {
  font-size: 1.3vw;
  line-height: 1.5vw;
  width: 95%;
}

#blog2 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  height: 50%;
  border-radius: 10px;
}

#blog3 {
  width: 32%;
  padding: 2vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#blog3 p {
  font-size: 1.3vw;
  line-height: 1.5vw;
  width: 95%;
}

.border {
  padding: 2px 6px;
  display: inline-block;
  border-radius: 50%;
  font-size: 1.5vw;
  font-weight: 800;
}

#blog3 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 90%;
  height: 50%;
  border-radius: 10px;
}

#footer {
  margin-top: 3vw;
  width: 100%;
  height: 40vh;
  border: 2px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background-color: black;
}

#f-part1 {
  width: 50%;
  border-right: 2px solid rgb(255, 255, 255);
}

#footer1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw 2vw;
  /* background-color: red; */
}

#footer1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#f-part3 {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#f2 {
  width: 100%;
  padding-left: 2.5vw;
  padding-top: 5vw;
  padding-left: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1vw;
}

#logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2vw;
}
#logo a {
  font-size: 2vw;
  text-decoration: none;
  color: white;
}

#copy {
  margin-top: 2vw;
}

/* responsive Start */
/* responsive Start */
/* responsive Start */

@media (max-width: 600px) {
  #main {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  #nav {
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0vw 3vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 2px solid rgb(255, 255, 255);
    overflow: hidden;
  }

  #nav h1 {
    font-family: monument;
    font-size: 5vw;
  }

  #nav h3 {
    display: none;
  }

  .register {
    display: initial;
    font-size: 3vw;
    font-weight: 700;
    margin-right: 5vw;
    color: #F0C88B;
    cursor: pointer;
  }



  #nav .spid {
    height: 8vh;
    width: 33vw;
    margin-left: 3vw;
    /* background-color: red; */
    overflow: hidden;
  }

  .spid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
  }

  .nav-right {
    /* color: wheat; */
    font-size: 7vw;
  }

  .slidebar {
    width: 100%;
    height: 1000vh;
    position: fixed;
    z-index: 9;
    top: 18vw;
    right: -100%;
    background: rgba(0, 0, 0, 0.2); /* Transparent White */
    -webkit-backdrop-filter: blur(
      10px
    );
            backdrop-filter: blur(
      10px
    ); /* 
    -webkit-backdrop-filter: blur(10px); /* Safari Support */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Optional Border */
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10vw 0vw;
    gap: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .slidebar h1 {
    color: white;
  }

  .slidebar a {
    color: #fff;
    font-family: Verdana;
    font-size: larger;
    font-size: 6vw;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 800;
  }

  .menudiv {
    padding-bottom: 4vw;
    border-bottom: 1px solid #ffffff;
  }

  .slidebar div {
    gap: 2vw;
    margin-top: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .view-parti {
    font-size: 2vw;
  }

  #center {
    margin-top: 3vw;
  }

  #container {
    height: 90%;
    width: 100%;
    position: relative;
  }

  #container video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #over {
    height: 45%;
    width: 100%;
    position: absolute;
    padding: 3vw;
    bottom: 3%;
  }

  #over1 {
    color: rgb(255, 255, 255);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 1vw 0vw;
  }
  #over1 h1 {
    color: rgb(255, 255, 255);
    font-family: giliM;
    font-size: 3vw;
    font-weight: 500;
  }

  #over1 h1:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 7vw;
    width: 7vw;
    color: black;
    border: 1.5px solid rgb(255, 255, 255);
    border-radius: 50%;
    border-right: 3.5px solid rgb(0, 0, 0);
  }

  #over2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    border-top: 2px solid rgb(255, 255, 255);
  }

  #over2 h2 {
    color: wheat;
    font-size: 2.3vw;
  }

  #page2 {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0vw 2vw;
    padding-bottom: 5vw;
  }

  #part1 {
    height: 30vh;
    width: 50%;
  }

  #part1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #part2 {
    width: 45%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #part-heading {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
  }

  #part-heading h2 {
    width: 90%;
    font-size: 2.5vw;
  }

  #part-heading p {
    width: 47%;
    font-size: 1.5vw;
    font-weight: 600;
  }

  .arrow {
    display: none;
  }


  
#scroll {
  width: 100%;
  padding: 3vw 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* background-color: red; */
  overflow: hidden;
}

#img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 40;
  -webkit-animation-name: anime;
          animation-name: anime;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /* margin-bottom: 5vw; */
}

#img-box img {
  margin-left: 2vw;
  width: 16vw;
  height: 16vw;
  border-radius: 5px;
  object-fit: contain;
}

@-webkit-keyframes anime {
  form {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes anime {
  form {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

  #part2 img {
    height: 72%;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .mg {
    margin-top: 10vw;
    width: 100%;
    padding-bottom: 5vw;
    font-weight: 800;
    font-size: 4vw;
  }

  .mg2 {
    /* margin-top: 10vw; */
    margin-left: 3vw;
    width: 100%;
    padding-bottom: 5vw;
    font-weight: 800;
    font-size: 4vw;
  }

  #follow {
    height: 85%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1vw 6vw;
    margin-bottom: 3vw;
  }

  #left {
    width: 35%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }

  .Blogo {
    background: green;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    margin-bottom: 2.5vw;
    position: relative;
  }

  .Blogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #left h3 {
    font-size: 2vw;
    text-align: left;
    width: 100%;
    margin-right: 4.5vw;
    font-family: giliM;
  }

  #right {
    width: 60%;
    height: 100%;
  }

  #right img {
    width: 100%;
    height: 100%;
  }

  #page4 {
    height: 100%;
    width: 100%;
    padding: 0vw 3.5vw;
    position: relative;
  }

  #page4 .elem {
    height: 70px;
  }
  .elem img {
    height: 14vw;
    width: 14vw;
  }

  .elem > h5 {
    font-size: 3vw;
  }
  .elem2 h2 {
    font-size: 3vw;
  }

  .elem2 h5 {
    font-size: 1.5vw;
  }

  #div h2 {
    font-size: 3vw;
  }

  #div h5 {
    font-size: 1vw;
  }

  #page5 {
    padding: 5vw 0vw;
    height: 30vh;
    width: 100%;
    padding: 2vw 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }

  #center2 {
    height: 100%;
    width: 47%;
  }

  #center2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #center3 {
    height: 100%;
    width: 47%;
    overflow: hidden;
  }

  #center3 h2 {
    font-family: Verdana;
    font-size: 4vw;
    margin-top: 1vw;
    font-weight: 900;
  }

  #center3 h3 {
    margin-top: 3vw;
    width: 90%;
    font-weight: 500;
    font-size: 2vw;
  }

  #center3 p {
    display: none;
  }

  #center-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50vh;
    margin-top: 2.7vw;
  }

  #center-img img {
    height: 43.4%;
    width: 47%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .win-para {
    display: none;
  }

  #page6 {
    height: 20%;
    width: 100%;
  }

  #sroller {
    height: 10vw;
  }

  #sroller h2 {
    font-family: monument;
    letter-spacing: 0.5vw;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 7vw;
    -webkit-text-stroke: 2px black;
    color: transparent;
    margin-right: -4px;
    -webkit-animation-name: conti;
            animation-name: conti;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    margin-right: 10px;
  }

  @-webkit-keyframes conti {
    from {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }

  @keyframes conti {
    from {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }

  #center3 h3 {
    font-family: giliM;
    font-weight: 900;
  }

  #footer {
    margin-top: 3vw;
    width: 100%;
    height: 17vh;
    border: 2px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: black;
    color: white;
  }

  #f-part1 {
    width: 35%;
    border-right: 2px solid rgb(255, 255, 255);
    padding-top: 2vw;
  }

  #footer1 {
    width: 100%;
    height: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 4vw;
  }

  #footer1 img {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
  }

  #f-part1 h1 {
    font-size: 4vw;
  }

  #footer1 h4 {
    display: none;
  }

  #f-part1 h4 {
    font-weight: 300;
  }
  #f-part2 {
    padding-top: 4vw;
    display: none;
  }

  #f-part2 > h4 {
    font-weight: 300;
    font-size: 2vw;
  }

  #f-part3 {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.7vw;
  }

  #f1 {
    width: 100%;
    height: 40%;
    display: none;
    border-bottom: 2px solid black;
    padding-left: 4vw;
  }

  #f1 h4 {
    font-weight: 300;
    font-size: 2vw;
    margin-top: 2.5vw;
  }

  #f2 {
    padding-left: 4vw;
    padding-top: 1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2vw;
  }

  .mg3 {
    font-size: 5vw;
    font-family: Verdana;
    font-weight: 900;
    text-decoration: underline;
    margin-top: 2vw;
  }

  #logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4vw;
  }
  #logo a  {
    color: white;
    text-decoration: none;
    font-size: 6vw;
  }

  #copy {
    margin-top: 2vw;
  }

  #copy p {
    font-size: 3vw;
  }

  #page7 {
    width: 100%;
    height: 20vh;
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #blog2 {
    width: 32%;
    padding: 2vw 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }

  #blog2 p {
    font-size: 2vw;
    line-height: 2vw;
    width: 95%;
  }

  #blog2 p span {
    display: initial;
    font-family: Verdana;
    font-weight: 900;
  }
  #blog3 p span {
    font-weight: 900;
    font-family: Verdana;
    display: initial;
  }

  #blog2 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 90%;
    height: 50%;
    border-radius: 10px;
  }

  #blog3 {
    width: 32%;
    padding: 2vw 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }

  #blog3 p {
    font-size: 2vw;
    line-height: 2vw;
    width: 95%;
  }

  .border {
    padding: 2px 6px;
    display: inline-block;
    border-radius: 50%;
    font-size: 3vw;
    font-family: giliM;
    font-weight: 900;
  }

  #blog3 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 90%;
    height: 50%;
    border-radius: 10px;
  }
}