html {
    box-sizing: border-box;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  input,
  textarea,
  select,
  button {
    outline: none;
  }
  
  input {
    line-height: normal;
  }
  
  label,
  button {
    cursor: pointer;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    display: block;
    max-width: 100%;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "Open sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    max-width: 1920px;
    margin: 0 auto;
  }
  
  input,
  button,
  textarea,
  select {
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    outline: none;
    border: 0;
  }
  
  input {
    line-height: normal;
  }
  
  section[id] {
    scroll-margin-top: 30px;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
  }
  
  .second-font {
    font-family: "Open sans", sans-serif;
  }
  
  .btn {
    cursor: pointer;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    font-family: "Open sans", sans-serif;
    height: 55px;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 6px;
  }
  .btn--primary {
    background-color: #4944f2;
  }
  .btn--secondary {
    background-color: transparent;
    background-image: linear-gradient(to right, #f475a0, #feac3d);
  }
  
  a {
    color: inherit;
  }
  
  h1{
    font-size: 36px;
    line-height: 1.5555555556;
    font-weight: 800;
    font-family: "Open sans", sans-serif;
    margin-bottom: 30px;
    color: black;
  }
  h2{
    font-size: 18px;
    line-height: 1.8888888889;
    margin-bottom: 20px;
    color: black;
    font-family: "Open sans", sans-serif;
  }
  h3,
  h4,
  h5,
  h6 {
    color: #393e46;
  }
  
  .heading {
    font-size: 36px;
    line-height: 1.5555555556;
    font-weight: 800;
    font-family: "Open sans", sans-serif;
    margin-bottom: 30px;
  }
  
  .title {
    font-size: 22px;
    font-weight: 800;
    font-family: "Open sans", sans-serif;
    line-height: 1.5909090909;
    margin-bottom: 20px;
    display: block;
    color: #393e46;
  }
  
  .text {
    font-size: 18px;
    line-height: 1.8888888889;
  }
  
  .text--small {
    font-size: 14px;
  }
  
  .header-logo {
    display: inline-flex;
    width: 10rem;
    height: 10rem;
  }
  .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }
  .header-phone {
    color: #393e46;
    font-weight: 300;
  }
  .header-phone a {
    font-weight: 600;
    margin-left: 15px;
    color: inherit;
  }
  p {
    font-size: 18px;
    line-height: 1.8888888889;
    margin-bottom: 20px;
    color: black;
    font-family: "Open sans", sans-serif;
  }
  
  .main-content {
    margin: 10%; /* Adjust this value to your needs */
  }

  a{
    color: blue;
  
  }
  
.footer-top {
  padding: 150px 0px;
  background-color: #ffffff;
}
.footer-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 130px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 40px;
}
.footer-desc {
  font-size: 16px;
  color: #48000e;
  margin-bottom: 40px;
}
.footer .social {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer .social-item {
  cursor: pointer;
  color: #6a727f;
}
.footer .social-item:hover {
  color: rgb(0, 0, 0);
}
.footer-heading {
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-bottom: 40px;
  font-weight: bold;
}
.footer-links {
  list-style: none;
  color: #000000;
}
.footer-item {
  margin-bottom: 30px;
}
.footer-link {
  display: inline-block;
  color: #000000;
}
.footer-info {
  list-style: none;
  margin-bottom: 40px;
  color: #000000;
}
.footer-info li {
  margin-bottom: 15px;
  line-height: 1.875;
}
.footer-highlight {
  color: rgb(0, 0, 0);
}
.footer-bottom {
  background-color: #252b36;
  line-height: 1.6;
}
.footer-bottom a {
  color: rgb(255, 255, 255);
}
.footer-container {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.footer-rocket {
  color: rgb(255, 255, 255);
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f24464;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .footer-top {
    padding: 100px 0;
  }
  .footer-main {
    grid-gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 50px 0;
  }
  .footer-main {
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
  }
  .footer-container {
    padding: 35px 15px;
  }
  .footer-rocket {
    width: 50px;
    height: 50px;
    right: 15px;
  }
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background-color: white;
  z-index: 9999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateX(100%);
  transition: transform 0.2s linear;
  will-change: transform;
}
.menu.is-active {
  transform: translateX(0);
}
.menu-list {
  list-style: none;
  height: 100%;
  padding: 70px 20px 20px;
}
.menu-item {
  margin-bottom: 15px;
}
.menu-link {
  display: block;
  padding: 15px;
  text-transform: capitalize;
  color: #393e46;
  border-radius: 6px;
  transition: all 0.15s linear;
}
.menu-link:hover {
  color: white;
  background-color: #4944f2;
}
.menu-close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.menu-phone {
  padding: 15px;
  color: #393e46;
}
.menu-phone a {
  color: inherit;
  font-weight: bold;
}
.menu-toggle {
  cursor: pointer;
}
.icongame{

  border-radius:5%;
  -moz-border-radius:5%;
  -webkit-border-radius:5%;
 
}