/* font */
/*Roboto*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* variables */
/* reset part */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  box-sizing: inherit;
}

body {
  background: #121212;
  color: #fff;
  font-family: "Roboto", sans-serif, monospace;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: none;
}

a,
a:focus,
a:active {
  text-decoration: none;
}

/* image settings */
/* header nav effect part  */
header.sticky {
  background: linear-gradient(var(--BG-COLOR), var(--BG-COLOR));
  padding: 12px 15px;
  border-bottom: 0.22px solid #121212;
  box-shadow: 3px 3px 5px var(--BG-COLOR);
}

/* section part for all part */
section {
  padding: 110px 8% 125px;
  position: relative;
}
@media (max-width: 1111px) {
  section {
    padding: 110px 4% 25px;
  }
}

.red {
  color: #ff4d05;
}

/*move-up*/
.move-up {
  position: fixed;
  top: 88%;
  transition: 0.5s ease-in;
  right: -100%;
}

.move-up.show {
  right: 5%;
}

.move-up a {
  color: #fff;
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  background: #ff4d05;
  font-weight: 700;
  padding: 12px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s ease-in;
}

.move-up a:hover {
  background: #9e3d17;
}

/* chat me up */
/* header part */
header {
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  width: 100%;
  z-index: 1;
  background: transparent;
  justify-content: space-between;
  align-items: center;
  padding: 11px 7%;
  border-bottom: 2px solid transparent;
  transition: all 0.45s ease-in-out;
}
@media (max-width: 1111px) {
  header {
    padding: 12px 2.5%;
  }
}
header .logo img {
  width: 110px;
  margin-left: 18px;
  max-width: 500px;
}
header .nav-list {
  display: flex;
  position: relative;
}
header .nav-list a {
  position: relative;
  margin: 0 25px;
  font-weight: 600;
  font-size: 17px;
  transition: all 0.45s ease-in;
  color: #ccc;
}
header .nav-list a:hover {
  color: #ff4d05;
}
header .nav-list a::after {
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.42s ease-in-out;
  background: #9e3d17;
}
header .nav-list a:hover::after {
  width: 100%;
}
header .open-meun {
  position: relative;
  cursor: pointer;
  transition: all 0.46s ease-in-out;
  margin-left: 25px;
  z-index: 1000;
  font-weight: 700;
  font-size: 21px;
  display: none;
  transition: 0.6s ease-in-out;
}
@media (max-width: 869px) {
  header .open-meun {
    display: block;
  }
}
header .open-meun:hover {
  color: #ff4d05;
}

/* home part */
.home {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(12, 34, 12, 0.5), rgba(200, 200, 200, 0.1)), url("../tee-stix-pics/aboutMe.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  animation: img 22s ease-in-out infinite both;
}
@media (max-width: 1111px) {
  .home {
    padding: 160px 7% 120px;
  }
}
@keyframes img {
  0% {
    background: linear-gradient(rgba(12, 34, 12, 0.9), rgba(0, 0, 0, 0.9)), url("../tee-stix-pics/FB_IMG_17187102433922935.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  33% {
    background: linear-gradient(rgba(12, 34, 12, 0.9), rgba(0, 0, 0, 0.9)), url("../tee-stix-pics/DSC_7112.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  66% {
    background: linear-gradient(rgba(12, 34, 12, 0.9), rgba(0, 0, 0, 0.9)), url("../tee-stix-pics/FB_IMG_17187102586848256.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  99% {
    background: linear-gradient(rgba(12, 34, 12, 0.9), rgba(0, 0, 0, 0.9)), url("../tee-stix-pics/aboutMe.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
}
.home .home-text span,
.home h3 span {
  color: #ff4d05;
}
.home .slide {
  margin-bottom: 11px;
  border-bottom: 3px solid red;
  padding: 15px 1px;
}
.home .slide .one {
  display: inline-block;
  margin-right: 15px;
  padding: 1.3px 15px;
  height: 32px;
  color: #fff;
  background: #ff4d05;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  font-size: clamp(0.899rem, 0.857rem + 0.212vw, 1.1rem);
  border-radius: 6px;
}
.home .slide .two {
  display: inline-block;
  color: #ccc;
  font-weight: 700;
  font-size: clamp(0.899rem, 0.857rem + 0.212vw, 1.1rem);
}
.home h2 {
  font-size: clamp(2.2rem, 1.653rem + 2.737vw, 4.8rem);
  color: #ccc;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 8px;
}
.home h3 {
  font-size: clamp(1.7rem, 0.795rem + 4.526vw, 6rem);
  color: #ccc;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 15px;
}
.home p {
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 18px;
}
.home .btns {
  margin: 25px 0 5px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.home .btns .btn1 {
  display: inline;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(to right, #ff4d05 70%, rgb(233, 135, 16));
  line-height: 1.1;
  border-radius: 11px;
  font-weight: 600;
  margin: 0 0 15px;
  letter-spacing: 1px;
  transition: all 0.555s ease-in-out;
}
.home .btns .btn1:hover {
  transform: scale(0.984);
  background: #9e3d17;
}
.home .btns .btn2 {
  display: inline-flex;
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  align-items: center;
  padding: 12px 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  justify-content: center;
  transition: 0.6s ease-in-out;
}
.home .btns .btn2 .play {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: #ff4d05;
  margin-right: 15px;
  margin-left: 25px;
  padding: 12px;
  border-radius: 50%;
}
.home .btns .btn2:hover {
  transform: scale(0.984);
  color: #9e3d17;
}

/* about me part */
.about {
  background: linear-gradient(rgba(1, 1, 1, 0.84), rgba(1, 1, 1, 0.85)), url("../../scss/tee-stix-pics/bgcamera.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.3rem;
}
.about .about-img {
  width: 100%;
  overflow: hidden;
  height: auto;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  background-position: center;
}
.about .about-img img {
  overflow: hidden;
  max-width: 500px;
  background-position: center;
  width: 420px;
  height: auto;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.8s ease-in-out;
  animation: zoom 10050s linear infinite both;
}
@keyframes zoom {
  0% {
    scale: 1.3;
  }
  15% {
    scale: 1;
  }
  85% {
    scale: 1;
  }
  100% {
    scale: 1.3;
  }
}
.about .about-img:hover img,
.about .about-img:focus img {
  transform: scale(1.1);
}
.about .about-text h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.063rem + 1.684vw, 4rem);
  padding: 0 0 10px;
  border-bottom: 3px solid #9e3d17;
}
.about .about-text h3 {
  margin: 0 0 15px;
  font-size: clamp(1.7rem, 0.795rem + 4.526vw, 6rem);
  font-weight: 700;
  padding: 0 0 10px;
}
.about .about-text p {
  margin: 0 0 15px;
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
.about .about-text .more {
  display: flex;
}
.about .about-text .more .about-btn {
  display: inline;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(to right, #ff4d05 70%, rgb(233, 135, 16));
  line-height: 1.1;
  border-radius: 11px;
  font-weight: 600;
  margin: 0 0 15px;
  letter-spacing: 1px;
  transition: all 0.555s ease-in-out;
  border: none;
}
.about .about-text .more .about-btn:hover {
  transform: scale(0.984);
  background: #9e3d17;
}

/* services part */
.show-details-sevice-part {
  width: 100%;
  height: auto;
  position: fixed;
  background: linear-gradient(rgba(21, 20, 20, 0.8), rgb(23, 22, 22));
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.show-details-sevice-part .show-head .close-show-details {
  position: absolute;
  width: 20px;
  top: 25px;
  right: 30px;
  fill: #f4f4f4;
  cursor: pointer;
}
.show-details-sevice-part .open-details {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  overflow: hidden;
  transition: 0.5s ease-in;
}

.service {
  background: #202020;
}
.service .service-text {
  text-align: center;
}
.service .service-text h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.063rem + 1.684vw, 4rem);
  padding: 0 0 10px;
  border-bottom: 3px solid #9e3d17;
}
.service .service-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, auto));
  justify-content: center;
  gap: 2.5rem;
  align-items: center;
  align-self: center;
  margin-top: 5rem;
}
.service .service-con .box {
  border-radius: 11px;
  background: #121212;
  padding: 12px 14px;
  transition: 0.48s ease-out;
}
.service .service-con .box h3 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 25px;
  font-weight: 700;
  color: #ccc;
  border-bottom: 2px solid #9e3d17;
}
.service .service-con .box p {
  color: #ccc;
  font-weight: 520;
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  line-height: 1.2;
}
.service .service-con .box .Show-details {
  margin: 10px auto;
}
.service .service-con .box .Show-details a {
  color: #f4f4f4;
  padding: 7px auto;
  color: #ff4d05;
  cursor: pointer;
  font-size: 1.01rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.service .service-con .box .Show-details a:hover {
  color: #9e3d17;
  font-weight: 600;
}
.service .service-con .box:hover,
.service .service-con .box:focus {
  transform: scale(1.102) translateY(-15px);
  cursor: pointer;
  background: rgba(26, 15, 18, 0.9);
  box-shadow: 2px 2px 5px #31060a, -2px -2px 5px #31060a;
}

/* portfolio part */
.portfolio .portfolio-head {
  text-align: center;
}
.portfolio .portfolio-head h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.063rem + 1.684vw, 4rem);
  padding: 0 0 10px;
  border-bottom: 3px solid #9e3d17;
}
.portfolio .portfolio-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, auto));
  justify-content: center;
  gap: 2.5rem;
  align-items: center;
  align-self: center;
  margin-top: 5rem;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 869px) {
  .portfolio .portfolio-images {
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
  }
}
.portfolio .portfolio-images .box-img {
  position: relative;
  overflow: hidden;
  transition: 0.555s ease-in-out;
}
.portfolio .portfolio-images .box-img img {
  width: 200px;
  height: auto;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 869px) {
  .portfolio .portfolio-images .box-img img {
    width: 145px;
  }
}
.portfolio .portfolio-images .box-img:hover img {
  transform: scale(1.155) translateY(10px);
  cursor: grab;
}
.portfolio .sm {
  margin-top: 50px;
  text-align: center;
}
.portfolio .sm .see-more {
  display: inline;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(to right, #ff4d05 70%, rgb(233, 135, 16));
  line-height: 1.1;
  border-radius: 11px;
  font-weight: 600;
  margin: 0 0 15px;
  letter-spacing: 1px;
  transition: all 0.555s ease-in-out;
}
.portfolio .sm .see-more:hover {
  transform: scale(0.984);
  background: #9e3d17;
}

.show-portfolio-image {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(47, 43, 43);
  top: 0;
  left: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.1);
  bottom: 0;
  z-index: 1;
}
.show-portfolio-image .close-img-sstyle {
  position: absolute;
  top: 34px;
  right: 40px;
  width: 20px;
  fill: #fff;
  cursor: pointer;
  transition: 0.5s ease-in;
}
.show-portfolio-image .close-img-sstyle:hover {
  fill: red;
}
.show-portfolio-image .showed-img {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  transition: 0.5s ease-in;
}
.show-portfolio-image .showed-img img {
  overflow: hidden;
  width: 310px;
}
.show-portfolio-image .showed-img:hover img {
  scale: 1.01;
}

.opened-img {
  transition: top 0.1s, 0.45s ease-in;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

/* contact part */
.contact {
  background: linear-gradient(rgba(2, 4, 12, 0.7), rgba(0, 0, 0, 0.9)), url(https://i.pinimg.com/564x/bd/7c/ad/bd7cadf123762f44278b1cd88ddced9f.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: fixed;
}
.contact .contact-text {
  text-align: center;
}
.contact .contact-text h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.063rem + 1.684vw, 4rem);
  padding: 0 0 10px;
  border-bottom: 3px solid #9e3d17;
}
.contact .contact-con {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.3rem;
}
.contact .contact-con .contact-list h4 {
  margin: 11px auto;
  font-weight: 700;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
}
.contact .contact-con .contact-list p {
  margin: 11px auto;
  font-weight: 700;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
}
.contact .contact-con .contact-list li {
  margin: 10px auto;
}
.contact .contact-con .contact-list li i {
  color: red;
  font-weight: 700;
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  margin-right: 3px;
  padding: 2px;
}
.contact .contact-con .contact-list li a {
  color: #ccc;
  font-weight: 700;
  font-size: clamp(0.98rem, 0.937rem + 0.063vw, 1.01rem);
  margin-right: 3px;
  padding: 3px;
  letter-spacing: 0.1em;
  transition: 0.45s ease-in;
}
.contact .contact-con .contact-list li a:hover {
  color: #f7f0f0;
}
.contact .contact-con .contact-social {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-con .contact-social a {
  margin: 7px 5px;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
  font-weight: 700;
  color: #fff;
  padding: 10px 15px;
  background: transparent;
  border-radius: 50%;
  border: 1.5px solid var(--MAIN-HOVER-COLOR);
  transition: 0.5s ease-in-out;
}
.contact .contact-con .contact-social a:hover {
  background: #fff;
  color: #121212;
  transform: scale(1.1);
  border: none;
}
.contact .contact-con .contact-social .facebook:hover {
  color: rgb(21, 21, 251);
}
.contact .contact-con .contact-social .whatapp:hover {
  color: rgb(21, 155, 21);
}
.contact .contact-con .contact-social .instagram:hover {
  color: red;
}
.contact .contact-form form {
  position: relative;
  margin-top: 15px;
}
.contact .contact-form form h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.063rem + 1.684vw, 4rem);
  padding: 0 0 10px;
  border-bottom: 3px solid #9e3d17;
  font-size: clamp(1.2rem, 1.158rem + 0.211vw, 1.4rem);
  text-align: center;
}
.contact .contact-form form label {
  padding: 8ox;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.158rem + 0.211vw, 1.4rem);
  margin-top: 11px;
  margin-bottom: 15px;
}
.contact .contact-form form input,
.contact .contact-form form textarea {
  width: 100%;
  color: #fff;
  background: #202020;
  font-size: clamp(1.2rem, 1.158rem + 0.211vw, 1.4rem);
  border-radius: 9px;
  font-weight: 700;
  border: none;
  border-bottom: 3.5px solid #9e3d17;
  padding: 15px;
  margin: 10px auto;
}
.contact .contact-form form textarea {
  resize: vertical;
  height: 80px;
}
.contact .contact-form form input:focus,
.contact .contact-form form textarea:focus {
  border: 2.1px solid #9e3d17;
}
.contact .contact-form form .submit {
  display: inline;
  font-size: clamp(1.02rem, 0.947rem + 0.263vw, 1.25rem);
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(to right, #ff4d05 70%, rgb(233, 135, 16));
  line-height: 1.1;
  border-radius: 11px;
  font-weight: 600;
  margin: 0 0 15px;
  letter-spacing: 1px;
  transition: all 0.555s ease-in-out;
  width: 200px;
  border: none;
  margin-top: 50px;
  cursor: pointer;
}
.contact .contact-form form .submit:hover {
  transform: scale(0.984);
  background: #9e3d17;
}

.chatup {
  position: fixed;
  top: 78%;
  transition: 0.5s ease-in;
  right: 5%;
  animation: chat 2s linear infinite both;
}
.chatup a {
  color: #fff;
  font-size: 1.125rem;
  background: #33cb11;
  font-weight: 700;
  padding: 12px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s ease-in;
}
.chatup a i {
  fill: #fff;
}
.chatup a:hover {
  background: #9dfc4f;
}

@keyframes chat {
  0% {
    top: 76%;
  }
  25% {
    top: 76%;
  }
  50% {
    top: 78%;
  }
  75% {
    top: 76%;
  }
  100% {
    top: 76%;
  }
}
/* copyright part */
.end {
  display: flex;
  width: 100%;
  background: #202020;
  height: auto;
  justify-content: center;
  align-items: center;
  clear: both;
  padding: 30px 15px;
  text-align: center;
}
.end p {
  font-size: clamp(0.899rem, 0.857rem + 0.212vw, 1.1rem);
  font-weight: 500;
  color: #ccc;
  line-height: 1.2;
}
.end a {
  color: #9e3d17;
  text-decoration: underline;
}

/* video part */
.works {
  position: relative;
  text-align: center;
}
.works .work-text h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.063rem + 1.684vw, 4rem);
  padding: 0 0 10px;
  border-bottom: 3px solid #9e3d17;
  text-align: center;
}
.works .work-text p {
  text-align: center;
}
.works .work-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, auto));
  justify-content: center;
  gap: 2.5rem;
  align-items: center;
  align-self: center;
  margin-top: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(305px, auto));
}
.works .work-videos video {
  width: 450px;
  max-width: 310px;
  height: 65vh;
  text-align: center;
  margin-top: 30px;
}

/* media screen part */
@media (max-width: 869px) {
  header .nav-list {
    position: absolute;
    top: -1000px;
    right: 0;
    left: 0;
    text-align: left;
    display: flex;
    flex-flow: column wrap;
    background: #121212;
    transition: 0.5s ease-in-out;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
    overflow: hidden;
  }
  header .nav-list a {
    display: block;
    margin: 2px;
    background: #121212;
    width: 100%;
    padding: 12px;
  }
  header .nav-list a:hover {
    background: #9e3d17;
    color: #ccc;
  }
  header .open {
    top: 100%;
  }
  .home {
    padding: 160px 6.5% 120px;
    height: 98vh;
  }
  .home p {
    letter-spacing: normal;
    line-height: 1.4;
  }
  .service {
    padding: 100px 6% 25px;
  }
  .portfolio {
    padding: 100px 3% 25px;
  }
}
/* mini screen */
@media (max-width: 698px) {
  header {
    padding: 12px;
  }
  header .logo img {
    margin-left: 0px;
  }
  .home {
    padding: 160px 5.5% 120px;
    height: 111vh;
  }
  .home p {
    letter-spacing: normal;
    line-height: 1.4;
  }
  .about {
    grid-template-columns: 1fr;
    padding-top: 5px;
  }
  .about .about-text h2 {
    text-align: center;
  }
  .about .about-text p {
    letter-spacing: normal;
  }
  .about .about-img {
    text-align: center;
    order: 2;
    max-width: 100%;
  }
  .about .about-img img {
    border-radius: 50%;
    height: 300px;
  }
  .service {
    padding: 100px 5% 25px;
  }
  .service .service-text h2 {
    text-align: center;
  }
  .contact .contact-text h2 {
    text-align: center;
  }
  .contact .contact-con {
    grid-template-columns: 1fr;
  }
  .contact .contact-social a {
    margin: 5px 1px;
  }
  .contact .contact-list li a {
    letter-spacing: normal;
  }
}
@media (max-width: 575px) {
  .hone .btns button {
    background: blue;
  }
  .service {
    padding: 100px 3% 25px;
  }
}/*# sourceMappingURL=main.css.map */