@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #171717;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

#hd{
  position: absolute;
  top: 20px;
}

/* Header ======================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-container {
  max-width: 100%;
  padding: 12px 53px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}

.menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-list span {
  padding: 0 50px;
}

.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #141414;
}

.menu-item a:hover{
  font-weight: 700;
}

/* banner======================================== */

.banner-container {
  margin-top: 77px;
  background: url("../images/banner.png") no-repeat;
  background-size: cover;
  padding: 155px 0 93px 52px;
}

.banner-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 9px;
  color: #ffffff;
}

.banner-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 82px;
  color: #ffffff;
}

.banner-btn {
  padding: 16px 65px;
  background: #0514cc;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  box-shadow: 6px 5px 1px #ffffff;
}

.banner-btn:hover {
  background: #2d5c7c;
  transform: scale(1.1);
  transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Solutions============================================= */

.solution-container {
  max-width: 100%;
  background: #ffffff;
}

.solution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  padding: 50px 68px 0px;
}

.solution-item:nth-child(2) {
  max-width: 328px;
  border: 2px solid #0514cc;
  border-radius: 7px;
  padding: 25px 17px 46px;
  text-align: center;
  margin-bottom: 50px;
}

.solution-item:first-child {
  max-width: 328px;
  border: 2px solid #0514cc;
  border-radius: 7px;
  padding: 25px 18px 46px;
  text-align: center;
  margin-bottom: 50px;
}
.solution-item:last-child {
  max-width: 328px;
  border: 2px solid #0514cc;
  border-radius: 7px;
  padding: 25px 18px 61px;
  text-align: center;
  margin-bottom: 50px;
}

.solution-title {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 39px;
  color: #141414;
}

.solution-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  bottom: -6px;
  right: 105px;
  background: #0514cc;
}

.solution-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #141414;
}

.solution-banner {
  text-align: center;
  padding-bottom: 59px;
}

/* Services========================================== */




#services{
  position: absolute;
  top: 1308px;
}



.services-container {
  max-width: 100%;
  background-color: #ffffff;
}

.sv-heading {
  position: relative;
  padding-left: 52px;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;

  color: #0514cc;
}

.sv-heading::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 928px;
  height: 2px;
  background: #141414;
}

.sv-box {
  padding: 55px 53px 42px;
}

.social {
  display: flex;
  gap: 0 67px;
  margin-bottom: 22px;
}

.social-img {
  max-width: 384px;
  margin-left: 69px;
  position: relative;
}

.social-img::after {
  content: url("../images/social-arrow.png");
  position: absolute;
  top: 55%;
  right: -12%;
}

.social-content {
  max-width: 574px;
}

.sv-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #0514cc;
}

.sv-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #141414;
}

.search {
  display: flex;
  gap: 0 46px;
  margin-bottom: 48px;
}

.search-content {
  max-width: 520px;
  text-align: right;
  margin-top: 35px;
}

.search-img {
  max-width: 468px;
  position: relative;
}

.search-img::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 27px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #f8ab00;
}

.push {
  display: flex;
  gap: 0 26px;
  margin-bottom: 44px;
}

.push-content {
  max-width: 446px;
  position: relative;
}

.push-content::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -80px;
  width: 120px;
  height: 120px;
  background: #0514cc;
  border: 1px solid #000000;
  border-radius: 100%;
}

.push-content {
  max-width: 574px;
}

.push-img {
  z-index: 2;
  margin-left: 57px;
  max-width: 446px;
}

/* Native=============================================== */

.native {
  display: flex;
  gap: 0 42px;
}

.native-content {
  text-align: right;
  max-width: 520px;
  margin-top: 20px;
}

.native-img {
  max-width: 489px;
}

/* Pop-Email ============================================== */

.pop-email {
  display: flex;
}

.email {
  max-width: 520px;
}

.email-img {
  text-align: center;
  margin-bottom: 42px;
}

.email-content {
  text-align: right;
}

.pop {
  max-width: 574px;
}

.pop-content {
  margin: 41px 0 48px;
}

.pop-img {
  padding-left: 72px;
}

/* Copyright================================= */

.cp-container{
  max-width: 100%;
  background: #0514CC;
  padding: 15px 0;
  text-align: center;
}

.cp-container span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;

  color: #FFFFFF;
}






















.em-mb {
  display: none;
}
.po-mb {
  display: none;
}
.mb {
  display: none;
}
.sv-mb{
  display: none;
}

@media screen and (max-width: 1024px) {
  .em-mb {
    display: block;
  }
  .po-mb {
    display: block;
  }
  .em-pc {
    display: none;
  }
  .po-pc {
    display: none;
  }

  .sv-heading::after {
    display: none;
  }
  .social-img::after {
    display: none;
  }
  .search-img::after {
    display: none;
  }
  .sv-box {
    padding: 29px 9px 33px;
  }
  .social {
    display: flex;
    gap: 0 67px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 44px;
    align-items: center;
  }
  .social-img {
    max-width: 100%;
    margin-left: 0;
    position: relative;
    margin-bottom: 22px;
    padding: 0 44px;
  }
  .social-content {
    text-align: center;
  }
  .search {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 44px;
  }
  .search-content {
    text-align: center;
    margin-top: 22px;
  }

  .search-img {
    padding: 0 44px;
  }
  .push-content::after {
    display: none;
  }
  .push {
    display: flex;
    gap: 0 26px;
    flex-direction: column;
    align-items: center;
  }

  .push-content {
    text-align: center;
  }

  .push-img {
    margin-left: 0;
    padding: 0 44px;
  }

  .native {
    flex-direction: column-reverse;
    align-items: center;
  }

  .native-content {
    text-align: center;
  }

  .native-img {
    padding: 0 44px;
  }

  .pop-email {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .pop {
    max-width: 574px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 45px;
  }

  .pop-content {
    margin: 28px 0 44px;
    text-align: center;
  }
  .pop-img {
    padding: 0 85px;
  }
  .sv-title {
    margin-bottom: 8px;
  }
  .email {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .email-content {
    text-align: center;
  }
  .email-img {
    padding: 0 74px;
    margin-bottom: 25px;
  }
  .sv-pc{
    display: none;
  }
  .sv-hd {
    text-align: center;
  }
  .sv-heading {
    padding-left: 0;
  }
  .sv-pc{
    display: none;
  }
  .sv-mb{
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .sv-mb{
    display: inline-block;
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }

  .logo{
    max-width: 151px;
  }

  .header-container {
    padding: 10px 20px 10px 10px;
  }

  .banner-container {
    margin-top: 63px;
    background: url(../images/banner-mb.png) no-repeat;
    background-size: cover;
    padding: 35px 23px 41px;
    text-align: center;
  }
  .banner-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .banner-text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 50px;
    color: #ffffff;
  }
  .banner-btn {
    padding: 11px 35px;
    box-shadow: 5px 4px 1px #ffffff;
  }

  /* menu==================================== */

  .menu-list-mb{
    position: fixed;
    text-align: center;
    width: 100%;
    height: 184px;
    padding: 0;
    background: #EDEDED;
    border-radius: 0px 0px 10px 10px;
    padding: 34px 0 39px;
    transform: translateY(-100%);
    z-index: -1;
    opacity: 0;
  }

  .menu-item{
    padding-bottom: 15px;
  }

  .open{
    transform: translateY(0%);
    transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 1;
  }

  .active img {
    transform: rotate(90deg);
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .body{
    background: #000000;
    opacity: 0.1;
    transition: .5s linear;
  }



  /* solution=============================== */
  .solution-container {
    max-width: 100%;
    background: #ffffff;
  }
  .solution-list {
    padding: 34px 43px 0px;
  }
  .solution-item:first-child {
    max-width: 328px;
    padding: 25px 22px 48px;
    margin-bottom: 39px;
  }

  .solution-item:last-child {
    max-width: 328px;
    padding: 25px 22px 48px;
    margin-bottom: 33px;
  }

  .solution-banner {
    padding: 0 11px;
    padding-bottom: 39px;
  }

  /* Services=========================================== */
  #services{
    position: absolute;
    top: 1420px;
  }

  .sv-heading {
    text-align: center;
    padding-left: 0;
    z-index: 9;
  }

  .sv-hd {
    position: relative;
    width: 100%;
  }

  .sv-heading {
    font-size: 30px;
    line-height: 36px;
    background: #FFFFFF;
    padding: 0 27px;
  }

  .sv-hd::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #141414;
  }

  .sv-title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 400px) {
  .solution-title::after {
    display: none;
}
}
