* {
  margin: 0;
  padding: 0;
  font-family: myfont;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: rgb(234, 234, 234);
  filter: drop-shadow(0px 0px 0px #b0b0b0);
}

@font-face {
  font-family: myfont;
  src: url(../fonts/Supercell-Magic\ Regular.ttf);
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  height: 75px;
  background-color: #1e1e1e;
}

.navbar-list {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 5.4rem;
}

li {
  list-style: none;
}

.logo {
  height: 70px;
  color: #fff;
}

.navbar-link {
  color: rgb(96, 96, 96);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.15s linear;
  padding: 1rem 2rem;
  border-radius: 2rem;
}

.navbar-link:hover {
  color: #fff;
}

.active {
  color: #fff;
}

.hero-container {
  position: relative;
}

.hero {
  height: 84vh;
  width: 100%;
  object-fit: cover;
}

.ola {
  display: flex;
  align-items: center;
}

.don2 {
  margin: 0;
}

.hero-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.popye {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.man {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
}

.drop-shadow {
  filter: drop-shadow(5px 5px 10px #9d9d9d);
}

.pimar {
  font-size: 3rem;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

.bg2 {
  width: 100%;
  margin: 0 auto;
}

.fix {
  display: block;
  margin: 0 auto;
  height: 450px;
}

.op {
  max-width: 1000px;
  margin: 0 auto;
}

.para {
  line-height: 35px;
  font-size: 14px;
}

.span4 {
  text-decoration: line-through;
  text-decoration-thickness: 4px;
}

.parent {
  width: 400px;
  margin-top: 100px;
}

.thumb {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.profile-pic {
  width: 40px;
}

.content {
  width: 400px;
  display: grid;
  grid-template-columns: 50px 250px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.info {
  width: 200px;
}

.info2 {
  width: 220px;
  line-height: 25px;
}

.info3 {
  width: 200px;
  line-height: 25px;
}

.logo {
  display: flex;
  align-items: center;
}

.griddy {
  display: grid;
  grid-template-columns: 400px 400px 400px;
  justify-content: center;
  row-gap: 20px;
  column-gap: 55px;
  margin-bottom: 100px;
}

footer {
  margin: 0 auto;
  height: 200px;
  background-color: black;
  color: white;
  margin-top: 30px;
}

.ye {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}

.hoew {
  font-size: 19px;
  padding-bottom: 20px;
}

.icon {
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.gu {
  width: 215px;
  height: 67px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}

.po {
  display: flex;
  align-items: center;
  gap: 35px;
}

.oolo {
  display: inline-block;
  color: white;
}

.oolf {
  display: inline;
  color: white;
  width: 215px;
}

.logos {
  display: flex;
  align-items: center;
  gap: 35px;
}

html {
  overflow-x: hidden;
}

.vid {
  width: 900px;
  border-radius: 40px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 1.25);
}

.boss {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
  margin-top: 100px;
}

.inj {
  width: 100%;
  text-align: center;
}

.in {
  width: 100%;
  font-size: 12px;
  margin-bottom: 25px;
}

.span5 {
  color: rgb(255, 153, 0);
  font-size: 2rem;
}

/* Menu Bar */

.mobile-navbar-btn {
  display: none;
}

.mobile-nav-icon {
  font-size: 2.5rem;
}

.mobile-nav-icon[name="close"] {
  display: none;
}

.wite {
  display: none;
}

@media only screen and (max-width: 1485px) {
  html,
  body {
    overflow-x: hidden;
  }

  .mobile-nav-icon[name="close"] {
    position: fixed;
    right: 40px;
    top: 50px;
  }

  .mobile-nav-icon {
    display: block;
  }

  .navbar-link {
    font-size: 25px;
  }

  .navbar-list {
    flex-direction: column;
    align-items: center;
  }

  .active .navbar {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-navbar-btn {
    color: #fff;
    display: block;
  }

  .mobile-navbar-btn {
    display: block;
    z-index: 999;
  }

  .mobile-nav-icon {
    height: 50px;
  }

  .navbar {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #1e1e1e;
    top: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    transform: translateX(100%);
    transition: all 0.25s ease;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 999;
  }

  .navbar-list {
    flex-direction: column;
    align-items: center;
  }

  .active .navbar {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="close"] {
    display: block;
  }

  .active .mobile-navbar-btn .mobile-nav-icon[name="menu"] {
    display: none;
  }

  .man {
    display: none;
  }

  .thumb {
    width: 300px;
    height: 300px;
  }
  .griddy {
    grid-template-columns: 300px 300px 300px;
  }

  .content {
    width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info {
    width: 250px;
    box-sizing: border-box;
  }

  .parent {
    width: 300px;
  }

  .info2 {
    width: 100%;
  }

  .fix {
    height: 350px;
  }
}

@media only screen and (max-width: 1174px) {
  .griddy {
    grid-template-columns: 400px;
  }

  .parent {
    width: 400px;
  }

  .thumb {
    width: 400px;
  }

  .para {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1074px) {
  .fix {
    height: 250px;
  }

  .para {
    width: 70%;
    margin: 0 auto;
  }

  .ye {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .po {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
  }

  .hoew {
    font-size: 20px;
    text-align: center;
  }

  .icon {
    height: 30px;
  }

  .gu {
    width: 160px;
    height: 50px;
    margin: 0 auto;
  }

  .oolf {
    text-align: center;
  }

  footer {
    height: 340px;
  }
}

@media only screen and (max-width: 586px) {
  .pimar {
    font-size: 2rem;
  }

  .para {
    font-size: 13px;
  }

  .hero-info {
    width: 70%;
  }

  .hero-text {
    width: 100%;
    font-size: 1.6em;
  }

  .logo {
    height: 50px;
  }

  .mobile-nav-icon {
    width: 40px;
  }

  header {
    height: 42px;
  }

  .mobile-nav-icon[name="close"] {
    position: fixed;
    right: 40px;
    top: 37px;
  }

  .navbar-link {
    font-size: 16px;
  }

  .content {
    height: 80px;
  }

  .icon {
    height: 30px;
  }

  .gu {
    width: 160px;
    height: 50px;
    margin: 0 auto;
  }

  .oolf {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .griddy {
    grid-template-columns: 300px;
  }

  .para-contain {
    padding: 0px 30px;
  }

  .parent {
    width: 300px;
  }

  .content {
    width: 300px;
  }

  .thumb {
    width: 300px;
  }

  .fix {
    height: 180px;
  }

  .hoew {
    font-size: 14px;
  }

  .icon {
    height: 30px;
  }

  .gu {
    width: 160px;
    height: 50px;
    margin: 0 auto;
  }

  .oolf {
    text-align: center;
  }

  .hero {
    height: 75vh;
  }

  body {
    background-color: #1e1e1e;
    color: white;
  }

  .profile-pic {
    display: none;
  }

  .wite {
    display: block;
    width: 40px;
    height: 30px;
  }

  footer {
    background-color: #fff;
    color: #1e1e1e;
  }

  .icon {
    color: #1e1e1e;
  }

  .para {
    width: 100%;
  }
}

@media only screen and (max-width: 390px) {
  .hero-info {
    width: 70%;
  }

  .hero-text {
    width: 100%;
    font-size: 1.2em;
  }

  .pimar {
    font-size: 1.7rem;
  }

  .para {
    font-size: 11px;
    width: 100%;
  }

  .para-contain {
    padding: 0px 30px;
  }

  .griddy {
    grid-template-columns: 300px;
  }

  .parent {
    width: 300px;
  }

  .thumb {
    height: 300px;
    object-fit: cover;
    width: 300px;
  }

  .content {
    width: 300px;
  }

  .info,
  .info2,
  .info3 {
    font-size: 11px;
    width: 100%;
  }

  .info2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .profile-pic {
    height: 30px;
  }

  .logo {
    height: 50px;
  }

  .mobile-nav-icon {
    height: 30px;
  }

  .oolf {
    text-align: center;
  }

  .mobile-nav-icon[name="close"] {
    position: fixed;
    right: 40px;
    top: 46px;
  }
}
