

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'opsilon';
  overflow: hidden;
  scroll-behavior: auto;
  text-transform: uppercase;
  line-height: normal;
  scroll-behavior: smooth;
  
}
*{
  box-sizing: border-box;
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
}
div {
  display: flex;
  align-items: center;
  justify-content: center;
}
h1{
  text-align: center;
}
.maincontent {
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  width:  100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section {
    min-height: 100vh;
    height: 100dvh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.container {
    width: 100%;
    height: -webkit-fit-content;
}
.section.home{
  background-color: #ffba00;
}
.section.home .container {
  width: 77%;
  padding: 15px;
  padding-bottom: 0;
  justify-content: space-between;
  flex-direction: column;
  flex:1;
}
.desk_header {
  background-color: #fff;
  width: 100%;
  max-width: 1200px;
  border-radius: 49px;
  border: 2px solid #000;
  padding: 7px 15px 7px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}
.desk_header_left_logo{
  width: 74px;
  height: 74px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 1px solid #000;
}
.desk_header .desk_header_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desk_header_center{
  width: -webkit-fill-available;
}
.desk_header_center ul {
  letter-spacing: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-fill-available;
  justify-content: center;
  font-size: 24px;
}
.desk_header_center ul .desk_header_center_item {

  /* white-space: nowrap; */
  cursor: pointer;
  text-align: center;
  display: flex;
  position: relative;

}
.desk_header_center ul .desk_header_center_item:nth-child(2){
  margin: 0 5%;
}
.desk_header_center ul .desk_header_center_item div {
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  position: relative;
  padding: 5px 20px;
  white-space: nowrap;
}

.desk_header_center ul a:hover{
  position: relative;
  bottom: 3px;
}
.desk_header_center ul a:hover::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -8px;
  left: -4px;
  right: -4px;
  background-color: #000;
  border-radius: 100px;
  /* width: 103%; */
  /* height: calc(100% + 8px); */
}
.desk_header_right {
  margin-left: 10px;
  min-width: 23%;
}

.button_wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  bottom: 3px;
  z-index: 1;
}
/*.button_wrap::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -6px;
    left: -4px;
    right: -4px;
    background-color: #000;
    border-radius: 50px;
}*/
.button_wrap::before {
   /* content: "";
    position: absolute;
    top: -2px;
    /* bottom: -6px; */
    /* left: -4px; */
/*     right: -4px; 
    background-color: #000;
    border-radius: 100px;
    width: 102%;
    height: 119%;*/
    content: "";
    position: absolute;
    top: -2px;
    bottom: -8px;
    left: -4px;
    right: -4px;
    background-color: #000;
    border-radius: 100px;
  }
  .button {
    width: 100%;
    border-radius: 50px;
    color: #fff;

    white-space: nowrap;
    background-color: #40be00;
    font-size: 24px;
    padding: 10px 30px;
    z-index: 3;
  }
  .button:hover{
    background-color: #8fde0c;
  }
  .button_wrap:hover {
    bottom: 1px;
}
.button_wrap:hover::before {
    bottom: -6px;
}
  .home__center_wrap_right {
    height: 95%;
    width: 45%;
    background-image: url(../images/adzilla1.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
        z-index: 0;
  }
/*.home__center_adzilla{
  width: 100%;
  height: 100%;
}
.home__center_wrap_right .home__center_adzilla img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}*/
.home__footer_wrap {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin-top: auto;
    /* justify-content: space-evenly; */


}
.home__footer_line_wrap, .home__footer_wrap, .section.about {
position: relative;
    z-index: 1;
}
.home__footer_wrap h1.home__footer_wrap_left{
  font-size: 60px;
  margin-right: 7%;
  font-weight: normal;
}
.home__footer_wrap .home__footer_wrap_right{
  width: 40%;
  max-width: 530px;
  justify-content: flex-start;
}
.home__footer_wrap .button_wrap{
  width: 100%;
}
.home__footer_wrap .button_wrap .button{
  font-size: 33px;
  padding: 13px 30px;
  background-color: #bc4213;
  color: #fff;
}
.home__footer_wrap .button_wrap .button:hover{
  background-color: #40be00;
}

.home__center_wrap {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.home__center_wrap .home__center_wrap_left{
  height: 100%;
  width: 50%;
  flex-direction: column;
  /* justify-content: space-evenly;*/
}
.home__center_wrap .home__center_wrap_left .home_center_logo{
  height: 100px;
}
.home__center_wrap .home__center_wrap_left .home_center_logo img{
  height: 100%;
  object-fit: contain;
}
.home__center_wrap .home__center_wrap_left .home__center_copy_wrap{
  border-radius: 100px;
  border: 2px solid #000;
  padding: 20px;
  width: 100%;
  font-size: 24px;
  justify-content: space-between;
  margin: 10% 0;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}
.home__center_wrap .home__center_wrap_left .home__center_copy_wrap:hover{
  background-color: #ffffff6b;
}
.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .home__center_copy_promo{
  margin:0 4%;
  font-size: 20px;
  text-overflow: ellipsis;
  display: inline;
  width: -webkit-fill-available;
  overflow: hidden;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button{
  color: #000;
  background-color: #f4b800;
}

.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap{
  width: fit-content;
  min-width: 160px;
  position: relative;
}
/*.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap:hover{
  bottom: 5px;
}*/
.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap:hover .button{
  background-color: #fff;
  color: #000;

}
.home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap .button.copied{
  background-color: #40be00;
  color: #fff;
}
.home__center_wrap .home__center_wrap_left .home__center_social{

}
.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item{

  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 30px;
  position: relative;
}
.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item:last-child{
  margin-right: 0;
}
.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before {
  /* left: -4px; */
  content: "";
  position: absolute;
  top: -3px;
  bottom: -12px;
  left: -8px;
  right: -8px;
  background-color: #000;
  border-radius: 100px;
  z-index: 0;
}
.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item .home__center_social_item_img{
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}
.home__footer_line_wrap, .payment_footer_line_wrap  {
  width: 100%;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-size: 36px;
  font-weight: lighter;
  font-family: roboto;
  font-weight: 300;
  padding: 10px 0;
  height: 60px;
}
.home__footer_line, .payment_footer_line{

 width: 100%;


}
.home__footer_line span, .payment_footer_line span{
  animation: marquee 1s linear infinite;
  flex-shrink: 0;
  margin: 0;
  padding: 5px 0;
  min-width: fit-content;
  white-space: nowrap;
  

}

@keyframes marquee {
  0% {
    transform: translateX(0); 
  }
  100% {
    transform: translateX(-100%); 
  }
}






/*-----------about-----------*/
.section.about{
  background: #40BBFE;
  background: linear-gradient(180deg,rgba(64, 187, 254, 1) 0%, rgba(255, 193, 155, 1) 100%);
  justify-content: space-between;

}
.section.about .about_top_wrap {
    min-height: 50%;
    width: 100%;
    max-width: 1200px;
    flex: 1;
    flex-direction: column;
}
.section.about .about_desc {
    flex-direction: column;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    letter-spacing: -1px;
    font-family: 'Roboto';
    font-weight: bold;
    width: 100%;
}
.section.about .about_desc p {
  margin: 0;
  margin-bottom: 1%;
}
.section.about .about_desc p:first-child{
  margin-top: 2%;
}
.section.about .about_desc p:last-child{
  margin-bottom: 0;
}
.section.about .about_desc .about_desc_link {
    margin: 2% 0 3%;
    width: 100%;
    /* max-width: 500px; */
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.section.about .about_desc .about_desc_link div{
    margin-right: 10px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}
.section.about .about_desc .about_desc_link img{
  width: auto;
  height: 30px;
  object-fit: contain;
}
.section.about .about_desc p:last-of-type{
  margin-bottom: 0;
}
.section.about .about_desc p.about_desc_title{
  font-weight: normal;
  margin: 4% 0;
  width: 100%;
  font-family: 'opsilon';
  font-size: 66px;
}
.section.about .about_top_wrap .button_wrap {
  width: 100%;
  max-width: 495px;
}
.section.about .about_top_wrap .button_wrap .button{
  font-size: 33px;
  color: #fff;
}
.about_bottom_wrap {
  width: 100%;
  height: 40%;
  position: relative;
}
.about_bottom_city {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg2.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  z-index: 0;
}
.about_bottom_fire {
  width: 100%;
  height: 30%;
  background-image: url(../images/fire.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
.about_bottom_fire_background {
    width: 100%;
    height: 100%;
    position: relative;
}
.about_bottom_fire_background::before{
  content: "";
  position: absolute;
  top: 99%;
  height: 100%;
  width:  100%;
  right: 0;
  left: 0;
  background-color: #fce83b;
}


/*----------payment----------*/
.section.payment {
    background: #ffb900;
    background: linear-gradient(180deg, rgba(252, 232, 59, 1) 0%, #ffb900 5%);
    position: relative;
    justify-content: space-between;
    z-index: 1;
}
/*.section.payment:after{
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 10%;
 box-shadow: 0 0 0 0 #000;
}*/
.payment .container {
    flex-direction: column;
    width: 70%;
    height: -webkit-fill-available;
    max-height: 55%;
    /* margin-top: 3%; */
    padding-top: 5%;
    justify-content: space-evenly;
}
.payment .container h1{
  font-size: 86px;
  line-height: 86px;
  font-weight: normal;
  margin-bottom: 4%;
}

/*.payment .payment_wrap {
  flex-wrap: wrap;
  flex-direction: row;
}*/
.payment .payment_wrap {
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.payment .payment_wrap .button_wrap {
   /* width: -webkit-max-content;*/
   /* max-width: 300px;*/
   width: 100%;
   max-width: 400px;
    margin: 25px;
    bottom: 0;
        display: flex;
    align-items: center;
    justify-content: center;
}
.payment .payment_wrap .button_wrap .button{
 background-color: #fff;
 padding: 0;
 height: 70px;
 
}
.payment .payment_wrap .button_wrap:hover, .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item:hover, .community_center_social_item:hover{
  position: relative;
  bottom: -2px;
}
 .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item:hover::before, .community_center_social_item:hover::before{
  right: -5px;
  left: -5px;
  bottom: -8px;
}
.payment .payment_footer{
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  height: 50%;
}
.payment_footer_line_wrap {
    background-color: #bc4213;
    overflow: visible;
    position: relative;
    z-index: 1;
}
/*.payment_dino {
    height: calc(100% - 60px);
    position: relative;
    z-index: 0;
}*/
.payment_dino {
/*  height: calc(100% - 60px);*/
height: 100%;
  /* flex: 1; */
  position: relative;
  z-index: 0;
  width: auto;
}
.payment_dino img, .payment_dino svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin-top: auto;
    max-height: 100%;
    max-height: intrinsic;
      position: relative;
  z-index: 0;
}
.payment .payment_wrap .button_wrap .button img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/*----------community----------*/

.section.community{
 background: #000;
/*background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 100%);*/
color: #fff;
justify-content: space-between;
position: relative;
z-index: 1;
}
.community .container{
  width: 80%;
  flex-direction: column;
  flex: 1;
}
.community h1 {
  font-size: 84px;
  font-weight: normal;
  margin-bottom: 5%;
  color: #fff;
}
.community_footer_wrap {
  flex-direction: column;
  width: 100%;
  height: -webkit-fill-available;
  justify-content: flex-end;

  height: 40%;
}
.community_wrap{
  flex-direction: column;
  width: 100%;
}
.community_footer_top {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
  align-items: flex-end;
}
.community_footer_top_image {
  width: 100%;
  height: 50%;
  background-image: url(../images/bg4.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.community_footer_top_gradient {
  width: 100%;
  height: 70%;
  background-color: rgba(70, 184, 248, 1);
  background: linear-gradient(
    180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 80%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  z-index: 0;
}
.community_wrap_name{
  font-size: 24px;
  margin-bottom: 2%;
  font-family: 'Roboto';
  font-weight: bold;
  letter-spacing: -1px;
}
.community_center_social_item{
 border-radius: 100%;
 width: 65px;
 height: 65px;
 margin-right: 30px;
 position: relative; 
}
.community_center_social_item::before {
    /* left: -4px; */
    content: "";
    position: absolute;
    top: -2px;
    bottom: -9px;
    left: -6px;
    right: -6px;
    background-color: #fff;
    border-radius: 100px;
    z-index: 0;
}
.community_center_social_item:hover::before{
top: -2px;
    bottom: -6px;
    left: -3px;
    right: -3px;
}
.community__center_social_item_img{
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}
.community__center_social_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.community_center_social_item:last-child {
  margin-right: 0;
}
.community_footer {
  width: 100%;
  background-color: #000;
  padding: 10px 3%;
  justify-content: space-around;
}
.community_footer_left{
  width: 28%;
}
.community_footer_logo{
  width: 74px;
  height: 74px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 50%;
}
.community_footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community_footer_name{
  font-size: 48px;
/*  font-family: 'Roboto';
      font-weight: bold;
      letter-spacing: -1px;*/
    }
    .community_footer_right{
      font-size: 12px;
      font-family: roboto;
      font-weight: lighter;
      line-height: 1.5;
    }
    .home__center_wrap.mobile{
      display: none;
    }
.navigation {
    display: flex;
    position: fixed;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.navigation .navigation_item{
  margin-bottom: 20px;
}

.navigation .navigation_item span{
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  transition: 0.2s ease-in-out all;
}

.navigation .navigation_item.active span{

  background-color: #bc4213;
}
/*.navigation .navigation_item.active:hover{
  width: 15px;
  height: 15px;
}*/

.navigation .navigation_item, .navigation .navigation_item:hover span, .navigation .navigation_item.active span{
  width: 13px;
  height: 13px;
}

    .marquee {
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
    }

    .marquee span {
      display: inline-block;
      white-space: nowrap;
      will-change: transform;
      word-spacing: 20px;
    }
.adzilla2_mob{
  display: none;
}
.dino_head {
  width: 100%;
  height: 100%;
  position: relative;
}
.dino_head .left_eye {
  width: 25%;
  height: 24%;
  position: absolute;
  left: 6%;
  top: 52%;
}
.dino_head .right_eye {
  width: 30%;
  height: 29%;
  position: absolute;
  left: 31%;
  top: 51%;
}
.dino_head .pupil {
  width: 60%;
  height: 65%;
  background-repeat: no-repeat;
  background-position: center;
}
.dino_head .capco {
  background-image: url(../images/capco.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dino_head .left_eye .pupil {
  background-image: url('../images/glaz1.svg');
  width: 50%;
  height: 70%;
}
.dino_head .right_eye .pupil {
  background-image: url('../images/glaz2.svg');
  width: 45%;
  height: 60%;
}

.eye_wrap {
  border-radius: 50%;
  /*border: 2px solid #333;*/ /*to test sizes*/
  margin: 20px;
  overflow: hidden;
}

.pupil {
  position: absolute;
  width: 40px;
  height: 40px;
  /*background: #252626;*/
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}















    @media(min-width: 2200px) {
     .desk_header {
      max-width: 1500px;
      border-radius: 100px;
      border: 4px solid #000;
      padding: 10px 20px;
    }
    .desk_header_left_logo, .community_footer_logo {
      width: 85px;
      height: 85px;
    }
    .desk_header_center ul {
      font-size: 35px;
    }
    .desk_header_center ul a:hover {
      bottom: 5px;
    }
    .desk_header_center ul a:hover::before {
      top: -3px;
      bottom: -12px;
      left: -6px;
      right: -6px;
    }
    .desk_header_center ul .desk_header_center_item div {
      padding: 8px 25px;
    }
    .button {
      border-radius: 100px;
      font-size: 35px;
      padding: 10px 30px;

    }
    .button_wrap::before {
      top: -3px;
      bottom: -12px;
      left: -6px;
      right: -6px;
    }
    .button_wrap {
      bottom: 4px;
    }
    .home__center_wrap .home__center_wrap_left .home_center_logo {
      height: 14%;
      min-height: 130px;
    }
    .home__center_wrap .home__center_wrap_left .home__center_copy_wrap .home__center_copy_promo, .home__center_copy_desc {
      font-size: 30px;
    }
    .home__center_wrap .home__center_wrap_left .home__center_copy_wrap {
      border: 4px solid #000;
    }
    .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item{
      width: 85px;
      height: 85px;
      margin-right: 40px;
    }
    .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before, .community_center_social_item::before {
      top: -3px;
      bottom: -16px;
      left: -11px;
      right: -11px;
    }
    .home__footer_wrap h1.home__footer_wrap_left {
      font-size: 75px;
      margin-right: 6%;
    }
    .home__footer_wrap .home__footer_wrap_right {
      max-width: 700px;
    }
    .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
      font-size: 40px;
      padding: 16px 30px;
    }
    .home__footer_line_wrap, .payment_footer_line_wrap {
      font-size: 45px;
    /*  max-height: min-content;*/
    }
    .section.about .about_desc {
      font-size: 22px;
    }
    .section.about .about_top_wrap {
      max-width: 65%;
     /* padding-top: 2%;*/
    }
    .section.about .about_desc p {
      margin-bottom: 1%;
    }
   /* .section.about .about_desc p:last-child {
      margin-bottom: 3%;
    }*/
    .section.about .about_top_wrap .button_wrap {
      max-width: 600px;
    }
    .payment .container h1 {
      font-size: 130px;
      line-height: normal;
      margin-bottom: 4%;
      margin-top: 2%;
    }
    .payment .payment_wrap .button_wrap .button {
      /*padding: 20px 40px;*/
      height: 110px;
      min-width: 450px;
    }
    .payment .payment_wrap .button_wrap {
      margin: 30px;
      /*max-width: 450px;*/
      max-width: 600px;
    }
    .desk_header_center ul .desk_header_center_item:nth-child(2) {
      margin: 0 1%;
    }
    .payment .payment_footer {
      height: 40%;
    }

    .community h1 {
      font-size: 130px;
      margin: 5% 0;
    }
    .community_wrap_name {
      font-size: 45px;
      margin-bottom: 3%;
    }
    .community_center_social_item{
      margin-right: 50px;
    }
    .community_footer {
      padding: 15px 3%;
    }
    .community_footer_name {
      font-size: 50px;
    }
    .community_footer_logo {
      margin-right: 20px;
    }
    .community_footer_right {
      font-size: 14px;
    }
    .about_bottom_wrap {
      height: 40%;
    }
    .navigation .navigation_item, .navigation .navigation_item:hover span, .navigation .navigation_item.active span {
        width: 15px;
        height: 15px;
    }
    .navigation .navigation_item span {
        width: 10px;
        height: 10px;
    }

.section.about .about_desc p.about_desc_title {
    font-size: 80px;
    margin: 4% 0;
}
.section.about .about_desc .about_desc_link div {
    margin-right: 15px;
    font-size: 30px;
}
.dino_head .right_eye {
      left: 32%;
      top: 51%;
    }










  }


  @media(max-width: 1900px) and (orientation: landscape){

  }

  @media(max-width: 1728px) and (orientation: landscape){

    .home__center_wrap_right {
      width: 40%;
    }
    .home__center_wrap .home__center_wrap_left {
      width: 57%;
    }
    .home__center_wrap .home__center_wrap_left .home__center_copy_wrap .button_wrap {
      min-width: 140px;
      max-width: 140px;
    }
    .payment .container {
      width: 80%;
    }
    .navigation .navigation_item {
      margin-bottom: 15px;
    }


  }


  @media (max-width: 1440px) and (orientation: landscape){
    .desk_header_left_logo, .community_footer_logo {
      width: 55px;
      height: 55px;
    }
    .desk_header {
      border-radius: 50px;
      padding: 5px 10px;
    }
    .desk_header_center ul {
      font-size: 20px;
    }
    .button {
      font-size: 20px;
      padding: 8px 30px;
    }
    .desk_header_right {
      min-width: 20%;
    }
    .home__center_wrap .home__center_wrap_left {
      width: 60%;
    }
    .home__center_wrap .home__center_wrap_left .home_center_logo {
      height: 90px;
    }
    .home__center_wrap .home__center_wrap_left .home__center_copy_wrap .home__center_copy_promo, .home__center_copy_wrap .home__center_copy_desc{
      font-size: 18px;
    }
    .home__center_wrap .home__center_wrap_left .home__center_copy_wrap {
      padding: 14px;
      margin: 7% 0;
    }
    .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item {
      width: 50px;
      height: 50px;
      margin-right: 30px;
    }
    .home__footer_wrap {
      padding: 20px;
    }
    .home__footer_wrap .button_wrap .button {
      font-size: 30px;
      padding: 10px 20px;
    }
    .home__footer_wrap .home__footer_wrap_right {
      max-width: 400px;
    }
    .home__footer_wrap h1.home__footer_wrap_left {
      font-size: 45px;
      margin-right: 6%;
    }
    .home__footer_line_wrap, .payment_footer_line_wrap {
      font-size: 33px;
      padding: 5px 0;
    }
    .section.about .about_desc p {
      margin-bottom: 1%;
    }
   /* .section.about .about_desc p:last-child{
      margin-bottom: 0;
    }*/

    .section.about .about_desc {
    font-size: 14px;
    /* margin: 4% 0; */
}
    .section.about .about_top_wrap .button_wrap {
      max-width: 400px;
    }
    .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button{
      font-size: 30px;
    }
    .payment .container h1 {
      font-size: 65px;
      line-height: normal;
      margin: 3% 0 2%;
    }
    .payment .payment_footer {
      height: 45%;
    }
    .payment .payment_wrap .button_wrap .button {
     /* padding: 10px 20px;*/
     height: 60px;
   }
   .payment .payment_wrap .button_wrap {
    min-width: 250px;
    margin: 20px;
  }
  .payment .container {
    height: 50%;
  }
  /*.payment_dino {
    height: 100%;
  }*/
  .payment_footer_line_wrap{
    overflow: visible;
    padding: 0;
  }
  .community h1 {
    font-size: 70px;
    margin-bottom: 4%;
  }
  .community_wrap_name {
    font-size: 20px;

  }
  .community_footer_name {
    font-size: 40px;
  }
  .community_footer_right {
    font-size: 10px;
  }

  .community_footer_left {
    width: 25%;
  }
  .community_footer_top_image {
    height: 60%;
  }
.section.about .about_desc p.about_desc_title {
    margin: 2% 0;
    font-size: 40px;
}

.section.about .about_desc .about_desc_link div {
    font-size: 20px;
}
.section.about .about_desc .about_desc_link img {
    height: 25px;
}
.dino_head .left_eye {
    left: 5%;
    top: 51%;
}
.dino_head .right_eye {
    left: 31%;
    top: 50%;
}










}

@media(max-width: 1440px) and (orientation: landscape){


}

@media(max-width: 1366px) and (orientation: landscape){
   .dino_head .left_eye {
    left: 2%;
    top: 46%;
  }
  .home__footer_line_wrap, .payment_footer_line_wrap {
    height: 50px;
  }
  .dino_head .right_eye {
    left: 28%;
    top: 45%;
  }

  .home__center_wrap .home__center_wrap_left .home_center_logo {
    height: 75px;
  }
  .about_bottom_wrap {
    height: 35%;
  }
 /* .section.about .about_desc {
    margin: 4% 0;
  }*/
 /* .section.about .about_desc p:last-child {
    margin-bottom: 0%;
  }*/
  .section.about .about_desc p:first-child {
    margin-top: 0;
  }
  .home__footer_wrap {
    padding: 15px;
  }
  .payment .container h1 {
    font-size: 65px;
    margin: 3% 0 1%;
  }
  .payment .payment_wrap .button_wrap {
    min-width: 240px;
    margin: 15px;
  }
  .payment .payment_wrap .button_wrap .button {
    height: 55px;
  }
  .community_footer_right {
    font-size: 8px;
  }
  .payment .container {
    width: 70%;
  }








}

@media(max-width: 1280px) {


}



@media (max-width: 1180px) {
  .adzilla2_mob{
  display: flex;
}
  .adzilla2_desk{
    display: none;
  }
  .navigation{
    display: none;
  }
  .section {
    min-height: 100%;
    justify-content: flex-start;
}
 .section.home .container {
    height: 100%;
}
  .desk_header, .home__center_wrap.desktop{
    display: none;
  }

  .home__center_wrap.mobile{
    display: flex;
  }
  .section.home .container {
    padding: 25px 0 0;
  }
  .home__center_wrap.mobile {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .home__center_wrap_top{
    width: 100%;
    justify-content: space-between;
  }
  .home_center_logo{
    height: 90px;
  }
  .home_center_logo img{
    height: 100%;
    
    object-fit: contain;
  }
  .home_center_burger{
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 2px solid #000;
    border-radius: 50px;
  }
  .home_center_burger {
    width: 90px;
    height: 90px;
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 50px;
  }

  .home__center_wrap.mobile .home__center_copy_wrap{
    width: 100%;
    border-radius: 100px;
    border: 2px solid #000;
    padding: 20px;
    width: 100%;
    font-size: 30px;
    justify-content: space-between;
    margin: 4% 0;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: -1px;
  }
  .home__center_wrap.mobile .home__center_copy_promo {
    margin: 0 4%;
    text-overflow: ellipsis;
    display: inline;
    width: -webkit-fill-available;
    overflow: hidden;
  }
  .home__center_wrap.mobile .button_wrap {
    width: fit-content;
    min-width: 160px;
    position: relative;
  }
  .home__center_wrap.mobile  .home__center_copy_wrap .button {
    color: #000;
    background-color: #f4b800;
  }

    .home__center_wrap.mobile .home__center_wrap_middle {
        width: 100%;
        justify-content: space-between;
        /* height: -webkit-fill-available; */
        flex: 1;


        
    }

  .home__center_wrap .home__center_wrap_left {
    height: 100%;
    width: 20%;
    margin-right: 2%;

    
  }
  .home__center_social{
    flex-direction: column; 
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
  }
  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item {
    width: 100px;
    height: 100px;
    margin-right: 0;
    margin: 8% 0;
  }
  .home__center_wrap_right {
    height: 90%;
    width: 70%;
    margin-top: auto;
  }
  .home__center_wrap.mobile  .home__center_copy_wrap .button.copied{
    background-color: #40be00;
    color: #fff;
  }
  .button {
    font-size: 30px;
  }
  .home__footer_wrap {
    flex-direction: column;
    padding: 25px 0;
  }
  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 60px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 40px;
    padding: 15px 30px;
  }

  .home__footer_wrap .home__footer_wrap_right, .section.about .about_top_wrap .button_wrap {
    width: 100%;
    max-width: none; 
  }
  *{
-webkit-tap-highlight-color: transparent;
}
  html, body {
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow: auto;*/
    scrollbar-width: none;
  }
  html::-webkit-scrollbar, body::-webkit-scrollbar, html *::-webkit-scrollbar{
    display: none;
    scrollbar-width: none;
  }
  .section.about .about_desc {
    font-size: 22px;
  }
  .section.about .about_top_wrap {
    min-height: 50%;
    max-width: none;
  }
  .about_bottom_city {
    background-size: cover;
  }
  .about_bottom_fire {
    background-size: cover;
  }
/*  .section.about .about_desc p:last-child {
    margin-bottom: 6%;
  }*/

  .section.home .container , .section.about .about_top_wrap, .home__footer_wrap .home__footer_wrap_right, .community .container, .community_footer_right{
    width: 90%;
  }
  .payment .container {
    width: 90%;
    height: 60%;
  }
  .payment .payment_wrap {
    flex-direction: column;
    width: 100%;
  }
  .payment .payment_wrap .button_wrap {
    min-width: 45%;
    margin: 0 0 5%;
    max-width: 70%;
  }
  .payment .payment_wrap .button_wrap .button {
    /*padding: 15px 30px;*/
    height: 85px;
  }
  .payment .payment_wrap .button_wrap:last-child {
    margin: 0;
  }
  .payment .container h1 {
    line-height: normal;
    margin: 5% 0;
  }
  .payment .payment_footer {
    height: 40%;
  }
  .payment_dino {
    height: 100%;
  }
  .community h1 {
    margin: 10% 0 7% 0;
  }
  .community_wrap_name {
    font-size: 30px;
    margin-bottom: 4%;
  }
  .community_center_social_item, .community_center_social_item:last-child{
    margin: 5%;
  }
  .community_wrap_links {
    flex-wrap: wrap;
    width: 100%;
  }
  .community_footer_top_image {
    background-size: cover;
  }
  .community_footer {
    flex-direction: column;
    padding: 15px 0;
  }
  .community_footer_left {
    width: 40%;
    margin-bottom: 15px;
  }
  .community_footer_right{
    text-align: center;
  }
  .home_center_burger{
    position: relative;
  }
#nav-bg {

    transform-origin: center center;
    transition: transform .3s;
    transform: translate(var(--translate-x), var(--translate-y)) scale(var(--scale));
    will-change: transform;
    pointer-events: none;
    z-index: 4;
}
.mobile_menu_btn {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /* border: 2px solid #000; */
    background: #fff;
    cursor: pointer;
    margin: 0;
    padding: 20%;
    /* border: none; */
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}



#toggle-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  height: 100%;
  /*transition: transform .3s;*/
}
#toggle-btn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile_menu_btn .mobile_menu_btn_close{
  display: none;
}

#toggle-btn.shown {
  padding: 30%;
}
#toggle-btn.shown .mobile_menu_btn_close{
  display: flex;
}
#toggle-btn.shown .mobile_menu_btn_burger{
  display: none;
}

nav.mobile_menu {
  font-family: 'Roboto';
  font-weight: bold;

  width: 100%;
  height: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 5;
  pointer-events: none;
}

nav.mobile_menu ul {
    margin: 0;
    pointer-events: auto;
    text-align: center;
    width: 100%;
    display: flex;
    height: 100%;
    padding: 20px 20px 20%;
    flex-direction: column;
    justify-content: space-between;
}

nav.mobile_menu li {
  font-size: 30px;
  color: #212121;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translate(-20px,20px) scale(.9);
  transition: 0.35s;
  opacity: 0.0001;
  visibility: hidden;
  will-change: transform;
   font-size: 20px;
}

/*nav.mobile_menu li + li {
  margin-top: 30px;
}
*/
nav.mobile_menu li.shown {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: .35s cubic-bezier(.4,2.08,.55,1);
}

#toggle-btn.shown ~  nav.mobile_menu li:nth-child(1) {
  transition-delay: .150s;
          width: 100%;
}
#toggle-btn.shown ~  nav.mobile_menu li:nth-child(2) {
  transition-delay: .125s;
}
#toggle-btn.shown ~  nav.mobile_menu li:nth-child(3) {
  transition-delay: .1s;
}
.home_center_logo.link{
  width: fit-content;
}
.mobile_menu_logo.link {
    height: 90px;
    width: 90px;
    display: flex;
    margin: 0 auto;
}
.mobile_menu_logo.link img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.home__center_wrap.mobile .mobile_menu .button_wrap {
    min-width: fit-content;
    width: 100%;
    max-width: 850px;
    margin: 0 AUTO;
}
.home__center_wrap.mobile .mobile_menu .button_wrap .button{
    padding: 10px 20px;
    font-size: 20px;
}
nav.mobile_menu li,  .home__center_wrap.mobile .mobile_menu .button_wrap .button{
    font-size: 40px;
}
.mobile_menu_logo.link {
    height: 120px;
    width: 120px;
}
.home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 20px 20px;
}
.section.about .about_desc p {
    margin-bottom: 2%;
}
.section.about .about_desc .about_desc_link div {
    font-size: 28px;
}
.section.about .about_desc .about_desc_link img {
    height: 27px;
}
.section.about .about_desc .about_desc_link {
    margin: 4% 0;

}





}


@media (max-width: 1180px) and (min-width: 500px) and (min-aspect-ratio: 1/2){



}

@media (max-width: 820px) {
  .home_center_logo {
    height: 75px;
  }
  .home_center_burger, .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item {
    width: 75px;
    height: 75px;
  }
  .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 15px;
    margin: 3% 0;
  }
  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 25px;
  }
  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 50px;
    margin-bottom: 15px;
  }
  .home__footer_wrap {
    padding: 15px 0;
  }
  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 36px;
    padding: 15px 30px;
  }
  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 28px;
    padding: 10px 0;
    max-height: 50px;
  }
  .section.about .about_desc {
    font-size: 16px;
  }

  .about_bottom_wrap {
    height: 45%;
  }
  .section.about .about_top_wrap {
    height: 55%;
  }
  .payment .container h1 {
    font-size: 70px;
    margin: 5% 0;
  }
  .payment .payment_wrap .button_wrap .button {
    height: 70px;
  }

  .payment .payment_wrap .button_wrap {
    margin: 0 0 4%;
  }
  .home__footer_line, .payment_footer_line {
    height: 100%;
  }
  .payment_footer_line_wrap{
    height: 50px;
  }
  .community h1 {
    margin: 7% 0 5% 0;
    font-size: 60px;
  }
  .community_footer_top_image {
    height: 65%;
  }
  .community_footer_top_gradient {
    height: 66%;
    background: linear-gradient(
      180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 90%);
    top: 0;
  }
  
nav.mobile_menu li, .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    font-size: 30px;
}
.home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 15px 20px;
}
.mobile_menu_logo.link {
    height: 100px;
    width: 100px;
}
.section.about .about_desc p.about_desc_title {
    font-size: 40px;
}
.section.about .about_desc .about_desc_link div {
    font-size: 24px;
}












}

@media (max-width: 768px) {


}

@media (max-width: 540px) {
  .home_center_logo {
    height: 50px;
  }
  .home_center_burger, .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .community_footer_logo {
    width: 50px;
    height: 50px;
  }
  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 18px;
  }
  .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 10px;
    margin: 2% 0;
  }
  .button {
    padding: 8px 20px;
  }
  .home__center_wrap.mobile .button_wrap {
    min-width: 100px;
  }
  .home__footer_wrap h1.home__footer_wrap_left {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .home__footer_wrap {
    padding: 10px 0 15px;
  }
  .home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 21px;
    padding: 9px 30px;
  }
  .home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 21px;
    padding: 0;
    min-height: 36px;
  }
  .section.home .container {
    padding: 20px 0 0;
  }
  .section.about .about_desc p {
    margin-bottom: 15px;
  }
  .section.about .about_desc {
    font-size: 14px;
  }
 /* .section.about .about_desc p:last-child {
    margin-bottom: 4%;
  }*/
  .section.about .about_desc p {
    margin-bottom: 2%;
  }
  .payment .container h1 {
    font-size: 45px;
  }
  .payment .payment_wrap .button_wrap .button {
    height: 50px;
  }
  .community h1 {
    margin: 7% 0 5% 0;
    font-size: 45px;
    width: 75%;
  }
  .community_footer_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .community_footer_name {
    font-size: 35px;
  }
  .community_footer_right {
    font-size: 8px;
    line-height: normal;
  }
  .community_footer {
    padding: 10px 0;
  }
  .community_footer_left {
    margin-bottom: 10px;
  }
  .community_center_social_item, .community_center_social_item:last-child {
    margin: 5%;
  }
  .community_wrap_links {
    width: 73%;
  }
  .community_center_social_item::before {
    top: -1px;
    bottom: -6px;
    left: -4px;
    right: -4px;
  }
  .community_wrap_name {
    font-size: 20px;
    margin-bottom: 3%;
  }
  .community_footer_top_image {
    height: 75%;
  }
  .community_footer_top_gradient {
    height: 81%;
    background: linear-gradient(
      180deg, rgba(0, 0, 0, 1) 0%, rgba(70, 184, 248, 1) 56%);
    top: 0;
  }
  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before {
    top: -2px;
    bottom: -10px;
    left: -6px;
    right: -6px;
  }
  .home__center_wrap_right {
    height: 100%;
    width: 70%;
  }

nav.mobile_menu ul {
    padding: 20px 20px 15%;
}
nav.mobile_menu li, .home__center_wrap.mobile .mobile_menu .button_wrap .button {
    font-size: 20px;
}
.home__center_wrap.mobile .mobile_menu .button_wrap .button {
    padding: 10px 20px;
}
.mobile_menu_logo.link {
    height: 70px;
    width: 70px;
}
.section.about .about_desc p.about_desc_title {
    font-size: 27px;
}
.about_bottom_wrap {
    height: 35%;
}

.section.about .about_desc .about_desc_link div {
    font-size: 20px;
}
.section.about .about_desc .about_desc_link img {
    height: 20px;
}
.section.about .about_top_wrap .button_wrap{
  bottom: 0;
}





}
@media (max-width: 450px) and (max-aspect-ratio: 5/9) {

  .home__center_wrap.mobile .home__center_wrap_middle {
    flex-direction: column;
  }
  .home__center_wrap .home__center_wrap_left {
    height: fit-content;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .home__center_social {
    flex-direction: row;
    height: fit-content;
  }
  .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item{
    margin: 0;
    bottom: 3px;
  }
  .home__center_wrap_middle .home__center_wrap_right {
    height: 75%;
    width: 100%;
  }
  .home__center_wrap.mobile .home__center_copy_wrap {
    margin: 10% 0;
  }
  .home_center_burger, .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .community_footer_logo {
    width: 60px;
    height: 60px;
  }
  .home_center_logo {
    height: 60px;
  }
  .section.about .about_desc {
    font-size: 17px;
  }
  .section.about .about_desc p:first-child {
    margin-top: 3%;
  }
  .section.about .about_desc p {
    margin-bottom: 5%;
  }
  /*.section.about .about_desc p:last-child {
    margin-bottom: 8%;
  }*/
  .payment .container {
    height: 55%;
  }
  .payment .container h1 {
    font-size: 50px;
    margin: 8% 0 8%;
  }
  .payment .payment_footer {
    height: 40%;
  }
 .payment_dino {
    height: fit-content;
    width: 92%;
    max-height: 90%;
}
  .payment .payment_wrap .button_wrap {
    margin: 0 0 6%;
  }
  .payment .payment_wrap .button_wrap .button {
    height: 60px;
  }
  .community_wrap_links {
    width: 100%;
  }
  .community_center_social_item, .community_center_social_item:last-child {
    margin: 4%;
  }
  .community h1 {
    margin: 7% 0 10% 0;
    font-size: 45px;
    width: 96%;
  }
  .community_wrap_name {
    font-size: 18px;
    margin-bottom: 3%;
  }
  .container .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 13px;
    margin: 10% 0;
  }
  .button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 16px;
  }
.payment .payment_footer {
    height: 40%;
  }

.section.about .about_desc {
    font-size: 14px;
}



}
@media (max-width: 450px) {

.payment .payment_footer {
    height: 35%;
  }
    .home_center_logo {
        height: 55px;
        max-width: calc(100% - 100px);
    }

  .home_center_burger, .home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item, .community_center_social_item, .community_footer_logo {
    width: 55px;
    height: 55px;
  }
 .home__center_wrap.mobile .home__center_copy_wrap {
    padding: 10px;
    margin: 6% 0 0;
}
  .home__center_wrap_right {
    height: 100%;
    width: 75%;
  }
.button, .home__center_wrap.mobile .home__center_copy_wrap {
    font-size: 14px;
}
.button {
    padding: 7px 23px;
}
.home__center_wrap.mobile .button_wrap {
    min-width: fit-content;
}
.button_wrap::before {
    top: -2px;
    bottom: -6px;
    left: -3px;
    right: -3px;
}
.home__footer_wrap h1.home__footer_wrap_left {
    font-size: 28px;
    margin-bottom: 10px;
    width: 90%;
}
.home__center_wrap .home__center_wrap_left .home__center_social .home__center_social_item::before {
    top: -2px;
    bottom: -8px;
    left: -5px;
    right: -5px;
}
.home__footer_wrap .button_wrap .button, .section.about .about_top_wrap .button_wrap .button {
    font-size: 21px;
    padding: 8px 30px;
}
.home__footer_line_wrap, .payment_footer_line_wrap {
    font-size: 18px;
    min-height: 33px;
    height: auto;
}
.home__footer_wrap {
    padding: 8px 0 12px;
}
.section.about .about_desc {
    font-size: 14px;
}
.section.about .about_desc p {
    margin-bottom: 3%;
}
/*.section.about .about_desc p:last-child {
    margin-bottom: 7%;
}*/
.payment .payment_wrap .button_wrap .button {
    height: 45px;
}
.payment .payment_wrap .button_wrap {
    margin: 0 0 5%;
}
.payment .payment_wrap .button_wrap {
    width: 60%;
}
.community h1 {
    margin: 7% 0 5% 0;
    font-size: 40px;
    width: 94%;
}
.community_wrap_links {
    width: 100%;
}
.community_center_social_item, .community_center_social_item:last-child {
    margin: 4%;
}
.community_footer_name {
    font-size: 25px;
}
/*.community_footer_logo{
  width:  50px;
  height:   50px;
}*/
.section.about .about_desc .about_desc_link div {
    font-size: 18px;
}
.section.about .about_desc .about_desc_link {
    margin: 6% 0;
}
.section.about .about_desc {
    font-size: 12px;
}





}

@media (max-width: 390px) {
.section.about .about_desc .about_desc_link div {
    font-size: 16px;
}

}

@media (max-width: 375px) {

}


@media(max-width: 360px) {

}

@media(max-width: 360px) {


}