* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Montserrat", serif;
  transition: 0.15s;
}
::selection {
  background: #FFD700;
  color: black;
}

header {
  background: white;
  width: calc(100% - 40px);
  height: 80px;
  left: 20px;
  margin-top: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px 5px;
  display: flex;
  position: fixed;
  z-index: 20;
}
header img {
  height: 30px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.mobile_header {
  display: none;
  width: calc(100% - 40px);
  border-radius: 20px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  left: 20px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px 5px;
  z-index: 30;
  padding-bottom: 20px;
}
.mlogo {

}
.openmenubtn {
  position: absolute;
  right: 15px;
  top: 15px;
  /* background: rgb(241, 241, 241); */
  border-radius: 10px;
  height: 40px;
  width: 40px;
}
.openmenubtn svg {
  margin-top: 8px;
  margin-left: 7px;
}
.mlogo img {
  height: 30px;
}

.homelink img {
  margin-top: 20px;
  margin-left: 20px;
}
#closemenu {
  display: none;
}
.mobilelink {
  width: calc(100% - 40px);
  height: 50px;
  background: #F1F1F1;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 10px;
}
.mobilelink p {
  font-size: 18px;
  color: black;
  font-weight: 600;
  text-align: center;
  padding-top: 14px;
}




.header_links {
  display: flex;
  margin-top: 29px;
  margin-left: 40px;
}
.header_links p {
  font-weight: 600;
  color: #6A6A6A;
  font-size: 18px;
  margin-left: 30px;
}
.header_links p:hover {
  color: black;
}
.header_phone {
  position: absolute;
  right: 25px;
  top: 28px;
}
.header_phone p {
  font-weight: 600;
  color: #6A6A6A;
  font-size: 18px;
  margin-left: 30px;
}
.logotype {
  background: #ffffff;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 10px;
  height: 60px;
}
.logotype:hover {
  background: #FFD700;
}
.logotype:hover img {
  filter: brightness(0);
}

.content {
  width: 1400px;
  margin: auto;
  position: relative;
  padding-top: 120px;
}
.hello_div {
  position: relative;
  width: 100%;
  background: #F1F1F1;
  border-radius: 15px;
  padding-bottom: 30px;
  margin-top: 60px;
  overflow: hidden;
}
.hello_div:hover {
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
}
.hello_div h1 {
  font-size: 96px;
}
.hello_div h2 {
  font-size: 48px;
  margin-bottom: 60px;
}
.hello_div p {
  font-weight: 500;
  font-size: 18px;
}
.hello_padding h4 {
  font-size: 20px;
  width: 600px;
  font-weight: 600;
}
.hello_padding {
  margin-left: 30px;
}
.hello_links {
  margin-top: 60px;
  display: flex;
}
.showbtn {
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  background: #FFD700;
  border-radius: 10px;
  margin-right: 30px;
}
.showbtn p {
  font-size: 20px;
  color: black;
  font-weight: 600;
  padding-top: 23px;
}
.rebtn {
  background: white;
  outline: solid #FFD700 3px;
  height: 64px;
  margin-top: 3px; 
}
.rebtn p {
  padding-top: 20px;
}
.showbtn:hover {
  background: black;
}
.showbtn:hover p {
  color: white;
}
.rebtn:hover {
  background: #FFD700;
  outline: none;
  height: 70px;
  margin-top: 0px; 
}
.hello_padding img {
  position: absolute;
  right: -270px;
  bottom: -20px;
}

.four_grid {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 335px 335px 335px 335px;
  gap: 20px;
}
.stat_item {
  height: 270px;
  background: #F1F1F1;
  border-radius: 15px;
  cursor: pointer;
}
.stat_item h3 {
  font-size: 48px;
  margin-left: 20px;
  margin-top: 10px;
}
.stat_item h4 {
  font-size: 20px;
  margin-left: 20px;
}
.stat_item .line {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  height: 4px;
  border-radius: 2px;
  background: #FFD700;
}
.stat_item p {
  font-size: 18px;
  margin-left: 20px;
  width: calc(100% - 40px);
  margin-top: 20px;
}
.stat_item:hover {
  background: #FFD700;
  transform: scale(1.1);
  rotate: 5deg;
}
.stat_item:hover .line {
  background: black;
}
.newblock {
  margin-top: 80px;
  position: relative;
}
.newblock h2 {
  font-size: 40px;
}
.newblock p {
  position: absolute;
  right: 0;
  top: 20px;
  color: black;
  text-decoration: underline;
  font-weight: 600;
}
.newblock p:hover {
  color: #FFD700;
}

.three_grid {
  display: grid;
  grid-template-columns: 453.33px 453.33px 453.33px;
  gap: 20px;
  margin-top: 20px;
}
.about_item {
  padding-bottom: 15px;
  background: #F1F1F1;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.about_item h3 {
  font-size: 32px;
  margin-top: 20px;
  margin-left: 20px;
  width: 410px;
  position: relative;
  z-index: 5;
}
.about_item p {
  margin-top: 20px;
  margin-left: 20px;
  width: 410px;
  font-weight: 500;
  position: relative;
  z-index: 5;
}
.about_item img {
  width: 413.33px;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
.yellowanimation {
  width: 800px;
  height: 0px;
  background: #FFD700;
  position: absolute;
  left: -200px;
  top: 0px;
  rotate: -45deg;
  z-index: 0;
}
.about_item:hover .yellowanimation {
  height: 400px;
}
.videoslider {
  margin-top: 20px;
}
.mainvideo iframe {
  border-radius: 15px;
}


.two_grid {
  display: grid;
  grid-template-columns: 690px 690px;
  gap: 20px;
  margin-top: 20px;
}
.project_item {
  height: 320px;
  background: #F1F1F1;
  border-radius: 15px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.project_img {
  height: 280px;
  width: 280px;
  background-size: auto 100%;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 10px;
  background-position: center center;
}
.prinfo {
  width: 350px;
  margin-top: 20px;
  margin-left: 20px;
}
.prinfo h3 {
  font-size: 32px;
}
.prmeters {
  display: flex;
}
.prmeters h5 {
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.prmore {
  width: 350px;
  height: 50px;
  border-radius: 10px;
  background: #FFD700;
  position: absolute;
  bottom: 20px;
  right: 20px;

}
.prmore p {
  text-align: center;
  width: 350px;
  padding-top: 14px;
  color: black;
  font-weight: 600;

}
.project_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: hidden;
}
.prmore:hover {
  background: black;
}
.prmore:hover p {
  color: white;
}
.triple_banner {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
.f_banner {
  height: 470px;
  width: 910px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.f_banner img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
}
.f_banner h3 {
  margin-left: 30px;
  font-size: 36px;
  width: 500px;
  padding-top: 30px;
}
.f_banner h3 {
  margin-left: 20px;
}
.f_banner p {
  margin-left: 20px;
  margin-top: 40px;
  font-weight: 600;
  color: #6A6A6A;
  font-size: 18px;
  width: 400px;
}
.f_more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 180px;
  height: 42px;
  padding-top: 18px;
  background: #FFD700;
  color: black;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}
.f_more:hover {
  color: white;
  background: black;
}
.b_flex {
  margin-left: 20px;
  width: 470px;
}
.s_banner {
  width: 100%;
  height: 190px;
  background: #F1F1F1;
  border-radius: 15px;
}
.s_banner h3 {
  margin-left: 30px;
  padding-top: 20px;
  font-size: 32px;
}
.s_banner p {
  margin-left: 30px;
  padding-top: 20px;
  font-weight: 600;
  color: #6A6A6A;
}
.t_banner {
  width: 100%;
  height: 260px;
  background: linear-gradient(45deg, #FFD700, #E5C30B);
  border-radius: 15px;
  margin-top: 20px;
  position: relative;
}
.t_banner h3 {
  margin-left: 30px;
  padding-top: 20px;
  font-size: 32px;
}
.t_banner p {
  margin-left: 30px;
  padding-top: 20px;
  font-weight: 600;
  width: 80%;
  color: black;
  position: relative;
}
.t_more {
  background: white;
  position: absolute;
  width: 410px;
  height: 42px;
  padding-top: 18px;
  color: black;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  z-index: 2;
  bottom: 30px;
  right: 30px;
  text-align: center;
}
.t_more:hover {
  background: black;
  color: white;
}


.items_grid {
  display: grid;
  grid-template-columns: 453.33px 453.33px 453.33px;
  gap: 20px;
  margin-top: 20px;
}

.main_item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.main_item img {
  width: 100%;
}
.iteminfo {
  position: absolute;
  left: 20px;
  bottom: 20px;  
  z-index: 2;
}
.iteminfo h2 {
  font-size: 34px;
  color: white;
}
.iteminfo p {
  font-size: 20px;
  color: rgb(211, 211, 211);
}
.itemblack {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0));
}
.main_item:hover img {
  transform: scale(1.1);
}
.main_item:hover h2 {
  color: #FFD700;
}
.itemstatus {
  height: 40px;
  background: #FFD700;
  position: absolute;
  border-radius: 15px 0px 15px 0px;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}
.itemstatus p {
  color: black;
  font-size: 18px;
  font-weight: 600;
  padding-top: 9px;
}

.review_grid {
  display: grid;
  grid-template-columns: 335px 335px 335px 335px;
  margin-top: 20px;
  gap: 20px;
}
.review_item {
  background: #F1F1F1;
  border-radius: 15px;
  padding-bottom: 20px;
  cursor: pointer;
}
.review_item:hover {
  background: #FFD700;
}
.review_item:hover .reline {
  background: white;
}
.rev_info {
  display: flex;
  margin-left: 20px;
  margin-top: 20px;
}
.rev_info img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  outline: solid 4px #FFD700;
}
.rev_contact {
  margin-left: 20px;
  margin-top: 8px;
}
.rev_contact h3 {
  font-size: 20px;
}
.rev_contact h4 {
  font-size: 16px;
  color: #4A4A4A;
}
.review_item p {
  margin-left: 20px;
  margin-top: 20px;
  width: 295px;
  font-weight: 500;
}
.reline {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-top: 20px;
  height: 4px;
  background: #FFD700;
  border-radius: 2px;
}

.promo_grid {
  display: grid;
  grid-template-columns: 453.33px 453.33px 453.33px ;
  gap: 20px;
  margin-top: 20px;
}

.promo_item {
  position: relative;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.promo_item img {
  position: absolute;
  width: 100%; 
  top: 0;
}
.promo_info {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 20px;
}
.promo_info h3 {
  color: white;
  font-size: 24px;
}
.promo_info p {
  font-size: 18px;
  color: rgb(212, 212, 212);
  font-weight: 500;
}
.promo_item:hover h3 {
  color: #FFD700;
}


.call_banner {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  background: black;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.call_banner form {
  width: 300px;
  margin-left: 40px;
  padding-top: 20px;
}
.call_banner input {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
}
.call_banner textarea {
  border-radius: 5px;
  width: 100%;
  height: 65px;
  resize: none;
  color: black;
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 20px;
  padding-top: 10px;
}
.call_banner button {
  background: #FFD700;
  color: black;
  width: 310px;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
}
.call_banner button:hover {
  background: white;
}

.call_text {
  margin-top: 32px;
  margin-left: 80px;
}
.call_text h2 {
  color: white;
  font-size: 40px;
}
.call_text p {
  color: rgb(223, 223, 223);
  font-weight: 500;
  width: 400px;
  padding-top: 30px;
}

.call_banner img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 910px;
}


footer {
  width: 100%;
  height: 320px;
  background: black;
  margin-top: 80px;
}
.footerflex {
  display: flex;
  width: 1400px;
  margin: auto;
}
.socials {
  display: flex;
}

.footer_main img {
  width: 190px;
}
.footer_main {
  margin-top: 120px;
}
.soci {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 10px;
}
.socials a {
  margin-right: 10px;
}
.socials {
  margin-top: 10px;
}

.soci:hover {
  background: #FFD700;
}

.footerinfo {
  margin-left: 120px;
  margin-top: 60px;
}
.footerinfo h3 {
  color: white;
  padding-top: 10px;
}
.footerinfo p {
  color: white;
  margin-bottom: 10px;
}
.footerinfo a:hover p {
  color: #FFD700;
}




















@media (max-width:1450px) {
  .content {
    width: 1100px;
  }
  .hello_div h1 {
    font-size: 72px;
  }
  .hello_div h2 {
    font-size: 42px;
  }
  .hello_div h4 {
    font-size: 18px;
    width: 450px;
  }
  .hello_padding img {
    width: 900px;
    bottom: 20px;
    right: -270px;
  }

  .three_grid {
    grid-template-columns: 353.333px 353.333px 353.333px ;
  }
  .about_item img {
    width: calc(100% - 40px);
  }
  .about_item p {
    width: calc(100% - 40px);
  }
  .about_item h3 {
    width: calc(100% - 20px);
  }

  .four_grid {
    grid-template-columns: 260px 260px 260px 260px ;
  }
  .stat_item h4 {
    font-size: 16px;
  }
  .stat_item h3 {
    font-size: 42px;
  }
  .stat_item p {
    font-size: 17px;
    width: calc(100% - 30px);
  }
  .mainvideo iframe {
    width: 100%;
    height: 550px;
  }


  .two_grid {
    grid-template-columns: 540px 540px;
  }
  .project_img {
    height: 180px;
    width: 180px;
  }
  .prinfo h3 {
    font-size: 24px;
  }
  .project_desc {
    font-size: 14px;
    -webkit-line-clamp: 4;
    width: 320px;
  }
  .prmeters h5 {
    margin-bottom: 10px;
  }
  .project_item {
    height: 220px;
  }
  .prmore {
    width: 310px;
    height: 40px;
  }
  .prmore p {
    width: 100%;
    padding-top: 11px;
  }

  .f_banner img {
    height: 100%;
    width: auto;
    left: -100px;
  }
  .t_banner h3 {
    font-size: 30px;
    width: 330px;
    margin-left: 20px;
  }
  .t_banner p {
    font-size: 16px;
    width: 330px;
    margin-left: 20px;
    padding-top: 12px;
  }
  .t_more {
    background: white;
    position: absolute;
    width: 330px;
    height: 42px;
    padding-top: 18px;
    color: black;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    text-align: center;
  }

  .items_grid {
    grid-template-columns: 353.33px 353.33px 353.33px ;
  }
  .iteminfo h2 {
    font-size: 28px;
  }
  .iteminfo p {
    font-size: 18px;
  }

  .review_grid {
    grid-template-columns: 260px 260px 260px 260px ;
  }
  .rev_info img {
    width: 45px;
    height: 45px;
  }
  .rev_contact h3 {
    font-size: 16px;
  }
  .rev_contact {
    margin-left: 18px;
    margin-top: 4px;
  }
  .review_item p {
    width: 230px;
  }
  .promo_grid {
    grid-template-columns: 353.33px 353.33px 353.33px ;
  }
  .promo_item {
    height: 230px;
  }
  .promo_info h3 {
    font-size: 20px;
  }
  .promo_info p {
    font-size: 16px;
  }

  .call_banner img {
    width: 650px;
  }
  .call_text p {
    width: 304px;
  }
  .call_text {
    margin-left: 60px;
  }

  .footerflex {
    width: 1100px;
  }
  .footerinfo {
    margin-left: 60px;
  }

}















@media (max-width:1150px) {

  .content {
    width: 800px;
  }
  header {
    width: 800px;
    position: relative;
    margin: auto;
    left: 0px;
    margin-top: 20px;
  }
  .header_phone {
    display: none;
  }
  .header_links p {
    font-size: 16px;
    margin-left: 24px;
  }
  .content {
    padding-top: 0px;
    margin-top: -40px;
  }
  .header_links {
    margin-left: 0px;
    margin-top: 30px;
  }
  header img {
    height: 25px;
    margin-top: 18px;
  }


  .hello_div h1 {
    font-size: 48px;
    padding-top: 20px;
  }
  .hello_div h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .hello_div h4 {
    font-size: 16px;
    width: 450px;
  }
  .showbtn {
    height: 50px;
  }
  .hello_padding img {
    width: 687px;
    bottom: -10px;
    right: -320px;
  }
  .showbtn p {
    font-size: 16px;
    color: black;
    font-weight: 600;
    padding-top: 16px;
  }
  .three_grid {
    margin-top: 10px;
    grid-template-columns: 260px 260px 260px ;
    gap: 10px;
  }
  .about_item h3 {
    font-size: 20px;
  }
  .about_item p {
    font-size: 14px;
  }
  .about_item img {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .about_item {
    padding-bottom: 5px;
  }

  .four_grid {
    grid-template-columns: 192.5px 192.5px 192.5px 192.5px ;
    gap: 10px;
    margin-top: 10px;
  }
  .stat_item h3 {
    font-size: 30px;
    margin-left: 10px;
  }
  .stat_item h4 {
    font-size: 13px;
    margin-left: 10px;
  }
  .stat_item .line {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .stat_item p {
    font-size: 14px;
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .stat_item {
    height: 245px;
  }
  .newblock {
    margin-top: 30px;
  }
  .newblock h2 {
    font-size: 28px;
  }
  .newblock p {
    top: 12px;
  }
  .mainvideo iframe {
    width: 100%;
    height: 450px;
  }

  .two_grid {
    grid-template-columns: 395px 395px;
    gap: 10px;
  }
  .prinfo {
    width: 260px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .project_img {
    height: 110px;
    width: 110px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .prinfo h3 {
    font-size: 18px;
  }
  .prmeters h5 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .prmeters p {
    font-size: 12px;
  }
  .project_desc {
    font-size: 14px;
    width: 240px;
  }
  .prmore {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
  .prmore p {
    padding-top: 10px;
  }
  .project_item {
    height: 180px;
  }
  .triple_banner {
    margin-top: 30px;
  }


  .f_banner h3 {
    font-size: 28px;
  }
  .f_banner p {
    font-size: 16px;
    width: 290px;
  }
  .f_banner img {
    left: -175px;
  }
  .s_banner h3 {
    font-size: 28px;
  }
  .t_banner h3 {
    font-size: 28px;
  }
  .b_flex {
    margin-left: 10px;
  }
  .t_banner {
    margin-top: 10px;
    height: 270px;
  }
  .t_banner p {
    width: 310px;
  }
  .t_more {
    bottom: 10px;
    right: 10px;
  }
  .items_grid {
    grid-template-columns: 260px 260px 260px ;
    gap: 10px;
  }
  .iteminfo h2 {
    font-size: 22px;
  }
  .iteminfo p {
    font-size: 16px;
  }
  .itemstatus p {
    font-size: 14px;
  }
  .itemstatus {
    height: 36px;
  }

  .review_grid {
    grid-template-columns: 192.5px 192.5px 192.5px 192.5px ;
    gap: 10px;
  }
  .rev_info img {
    width: 30px;
    height: 30px;
  }
  .rev_contact h3 {
    font-size: 13px;
  }
  .rev_info {
    margin-left: 15px;
    margin-top: 15px;
  }
  .rev_contact h4 {
    font-size: 12px;
    color: #4A4A4A;
  }
  .rev_contact h3 {
    font-size: 12px;
  }
  .reline {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .review_item p {
    margin-left: 10px;
    width: 170px;
    font-size: 12px;
  }
  .promo_grid {
    grid-template-columns: 260px 260px 260px;
    gap: 10px;
  }
  .promo_item {
    height: 170px;
  }

  .promo_info h3 {
    font-size: 16px;
  }
  .promo_info p {
    font-size: 14px;
  }
  .call_banner {
    margin-top: 30px;
  }
  .call_banner img {
    width: 390px;
  }
  .call_text h2 {
    color: white;
    font-size: 32px;
  }

  footer {
    margin-top: 30px;
  }
  .footerflex {
    width: 800px;
  }
  .footerinfo {
    margin-left: 30px;
  }


}








@media (max-width:810px) {

  .mobile_header {
    display: block;
  }
  header {
    display: none;
  }
  .content {
    margin-top: 100px;
    width: calc(100% - 20px);
  }
  .hello_div {
    /* height: calc(100vh - 160px); */
    /* height: 400px; */
    height: auto;
    padding-bottom: 10px;
    position: relative;
    /* background: none; */
  }
  .hello_div h1 {
    font-size: 50px;
    line-height: 48px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .hello_padding img {
    top: 100px;
    width: 634px;
    /* display: none; */
  }
  .hello_div h2 {
    width: 290px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 26px;
  }
  .hello_div h4 {
    padding-top: 20px;
    width: calc(100% - 20px);
    display: none;
  }
  .hello_links {
    display: block;
    z-index: 10;
    margin-top: 40px;
    height: auto;
  }
  .showbtn {
    width: 170px;
    margin-left: 0px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
    z-index: 5;
    position: relative;
  }
  .vis {
    width: calc(100% - 110px);
    position: absolute;
    bottom: 10px;
    left: 30px;
    display: none;
  }

  .three_grid {
    display: block;
  }
  .about_item {
    margin-top: 20px;
  }
  .about_item h3 {
    font-size: 34px;
  }
  .about_item p {
    font-size: 18px;
  }

  .four_grid {
    grid-template-columns: auto auto

  }
  .stat_item {
    width: calc((100vw - 50px) / 2);
    height: auto;
    padding-bottom: 20px;
  }
  .mainvideo iframe {
    height: 250px;
  }
  .newblock h2 {
    font-size: 32px;
  }
  .newblock p {
    display: none;
  }
  .two_grid {
    grid-template-columns: auto;
  }
  .project_item {
    display: block;
    height: 450px;
  }
  .project_img {
    width: calc(100% - 20px);
    height: 260px;
  }
  .project_desc {
    width: 100%;
  }
  .prinfo {
    width: calc(100% - 20px);
  }
  .triple_banner {
    display: block;
  }
  .f_banner {
    width: 100%;
  }
  .f_banner img {
    left: -210px;
  }
  .b_flex {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .s_banner h3 {
    width: calc(100% - 30px);
  }
  .t_more {
    width: calc(100% - 20px);
    left: 10px;
  }
  .t_banner p {
    width: calc(100% - 30px);
  }
  .s_banner {
    height: auto;
    padding-bottom: 20px;
  }
  .s_banner h3 {
    width: calc(100% - 30px);
    margin-left: 20px;
  }
  .s_banner p {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .items_grid {
    grid-template-columns: auto;
  }
  .review_grid {
    grid-template-columns: calc((100% - 10px) / 2) calc((100% - 10px) / 2);
  }
  .f_more {
    left: 20px;
    bottom: 20px;
  }
  .review_item {
    /* width: calc(100% - 20px); */
  }
  .rev_contact h3 {
    font-size: 15px;
  }
  .rev_info img {
    width: 40px;
    height: 40px;
    display: none;
  }
  .rev_contact {
    margin-left: 5px;
  }
  .review_item p {
    width: calc(100% - 20px);
  }
  .promo_grid {
    grid-template-columns: auto;
  }
  .promo_item {
    height: 200px;
  }
  .call_banner {
    display: block;
    position: relative;
    height: 720px;
  }
  .call_banner form {
    position: absolute;
    top: 320px;
    margin-left: 30px;
    width: calc(100% - 70px);
  }
  .call_text {
    margin-left: 30px;
    margin-top: 20px;
  }
  .call_banner button {
    width: calc(100% + 10px);
  }
  .call_banner img {
    top: 282px;
    width: 200px;
  }

  .footerflex {
    display: block;
    width: calc(100% - 20px);
  }
  footer {
    margin-top: 30px;
    height: auto;
    padding-bottom: 50px;
  }
  .footer_main {
    margin-top: 0px;
    padding-top: 30px;
    text-align: center;
    justify-content: center;
  }
  .socials {
    width: 190px;
    margin: auto;
    margin-top: 20px;
  }
  .footerinfo {
    width: calc(100% - 20px);
    margin: auto;
    margin-top: 60px;
  }

}