@font-face {
  font-family: sm-font-1;
  src: url(fonts/PlaywriteHRLijeva-VariableFont_wght.ttf);
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  background-color: #060607;
  color: White;
}
::-webkit-scrollbar {
  background-color: transparent;
  width: 1px;
}
::-webkit-scrollbar-thumb {
  background-color: #F46036;
  border-radius: 10px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: poppins;
}
/* Fade in Transition */
body {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
nav {
  background-color: #060607;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
}

.main-logo {
  width: 300px;
  padding: 10px;
  margin: 10px 5px 5px 20px;
}
nav ul {
  float: right;
  margin-right: 25px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  font-size: 18px;
  margin: 0 5px;
  padding: 0 10px;
}
nav ul li a {
  color: #f46036;
  transition: 0.5s;
}
nav ul li a:hover {
  color: #b7fcb7;
}
.hamburg {
  font-size: 30px;
  color: #f46036;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
/* .home{
  color: #B7FCB7;  
}
.home:hover {
  color: #F46036;
  text-decoration: underline;
  text-underline-offset: 5px;  
  transition: 0.3s ease-in;
} */

@media (max-width: 952px) {
  .main-logo {
    width: 200px;
    padding-left: 24px;
    margin-top: 22px;
  }
  nav ui li a {
    font-size: 12px;
  }
}
@media (max-width: 890px) {
  nav ul li {
    position: static;
    margin-left: 40px;
  }
  .screen1 {
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  nav ul li a {
    display: none;
  }
}
nav ul li {
  margin: 0 2px;
  padding: 0 5px;
}
nav ui li a {
  font-size: 8px;
  margin-left: 15px;
}

.header {
  display: flex;
  gap: 24px;
  margin-right: 27.5px;
}
.screen1 {
  width: 800px;
  height: 100vh;
  margin: 130px auto;
  margin-bottom: -130px;
  margin-top: 85px;    
  /* justify-content: center; */
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 952px) {
  .screen1 {
    margin: 64px auto;
    height: 384px;
  }
}
.one {
  text-align: center;
  font-size: 55px;
}
.one-2 {
  text-align: center;
  font-family: sm-font-1;
  font-size: 55px;
  color: #f46036;
}
.head-p {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
  margin-top: 8px;
}
.help {
  font-family: poppins;
  margin-top: 50px;
  border: none;
  background-color: #b7fcb7;
  font-size: 20px;
  font-weight: 550;
  padding: 5px;
  color: black;
  width: 250px;
  height: 60px;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.8s ease;
}
.help:hover {
  background-color: #f46036;
  margin-top: 65px;
}
.help i {
  background-color: inherit;
  padding: 5px;
  color: black;
}
.abtme-home {
  display: flex;
  flex-direction: row;
  gap: 48px;
  margin: 0 48px;
  justify-content: center;
  align-items: center;
  margin: 25px 0 155px 0;
}
.mydp {
  width: 350px;
  border-radius: 24px;
  margin-left: 94px;
  filter: grayscale(100%);
  transition: 0.5s ease;
}
.mydp:hover {
  filter: grayscale(0);
}
@media (max-width: 952px) {
  .mydp {
    width: 500px;
  }
}
.abtme-txt {
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 34px 0 10px;
  padding: 10px 35px;
}
.sm-name {
  font-family: sm-font-1;
  color: #f46036;
}
.home-abtme-btn {
  width: 250px;
  height: 60px;
  padding: 5px;
  border: none;
  font-family: poppins;
  background-color: #f46036;
  color: #060607;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.8s ease;
  font-size: 20px;
  font-weight: 550;
  margin-top: 10px;
  text-decoration: none;
  transition: 0.8s ease;
}
.home-abtme-btn:hover {
  background-color: #b7fcb7;
  margin-left: 15px;
}
.home-abtme-btn i {
  background-color: inherit;
  padding: 10px;
  color: #060607;
}
@media (max-width: 990px) {
  .abtme-home {
    display: flex;
    flex-direction: column;
  }
  .mydp {
    width: 500px;
    margin-left: 144px;
  }
  .mydp-div {
    margin: 10px auto;
  }
  .abtme-txt {
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
  }
}
.ser-head {
  text-align: center;
  font-size: 38px;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.sketch-1 {
  width: 380px;
  height: 150px;
  margin: 2px auto;
  margin-bottom: 18px;
}
.service-containers {
  display: flex;
  justify-content: space-between;
  margin-left: 105px;
  margin-right: 105px;
  margin-bottom: 48px;
}

.service-container {
  width: 400px;
  height: 480px;
  background-color: white;
  border: 2px solid lightgrey;
  border-radius: 24px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-img {
  width: 94px;
  background-color: white;
  border-radius: 24px;
  margin: 24px auto;
  margin-top: 50px;
  border: none;
}
.ser-img {
  width: 94 px;
  border: none;
  background-color: white;
}
.abt-service {
  background-color: white;
  color: black;
}
.cont-head {
  background-color: white;
  color: black;
  font-size: 23px;
  text-align: center;
  padding: 10px 45px;
  margin: 5px 45px 5px 45px;
  border-bottom: 3px solid grey;
}
.cont-1-des {
  background-color: white;
  color: black;
  text-align: center;
  padding: 5px 15px 10px 15px;
  margin-top: 15px;
}
.brandin-btn-div {
  background-color: white;
  margin-left: 105px;
  margin-bottom: 15px;
}
.branding-more-btn {
  width: 180px;
  height: 60px;
  padding: 5px;
  border: none;
  font-family: poppins;
  background-color: #f46036;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.8s ease;
  font-size: 18px;
  font-weight: 550;
  margin-top: 10px;
  text-decoration: none;
  transition: 0.3s ease;
}
.branding-more-btn:hover {
  background-color: black;
  color: #f46036;
  width: 190px;
}
.cntc-btn-talk-div {
  text-align: center;
  margin-bottom: 50px;
  text-decoration: none;
}
.cntct-btn-talk {
  text-align: center;
  display: inline;
  font-size: 18px;
  transition: 0.4s;
  /* margin-left: 100px;   */
}
.cntct-btn-talk a {
  text-decoration: none;
  color: white;
  border-bottom: 2px solid #b7fcb7;
  padding-bottom: 4px;
  transition: 0.4s;
}
.cntct-btn-talk a:hover {
  color: #f46036;
  border-bottom: 2px solid white;
  cursor: pointer;
  font-size: 20px;
}
.news-letter {
  width: 600px;
  margin: 5px auto;
  margin-bottom: 36px;
}
.news-letter h1 {
  text-align: center;
  word-spacing: 5px;
}
.news-letter-h1 {
  font-family: sm-font-1;
  color: #f46036;
  font-size: 36px;
}
.news-letter p {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 8px;
  text-align: center;
}
.news-letter p span {
  font-family: sm-font-1;
  color: #f46036;
  font-size: 22px;
  color: #b7fcb7;
}
.newsletter-form {
  display: flex;
  gap: 15px;
  justify-content: center;
  font-family: poppins;
  margin-bottom: 36px;
}
.news-letter-name {
  width: 300px;
  height: 52px;
  padding: 18px;
  background-color: white;
  color: #060607;
  border: none;
  border-radius: 8px;
}
.news-letter-email {
  width: 300px;
  height: 52px;
  padding: 18px;
  background-color: white;
  color: #060607;
  border: none;
  border-radius: 8px;
}
.nl-subs-btn {
  width: 150px;
  height: 52px;
  padding: 18px;
  border: none;
  background-color: #b7fcb7;
  color: #060607;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease;
}
.nl-subs-btn:hover {
  background-color: #7df57d;
}
.banner {
  background-color: #f46036;
  color: white;
  text-align: center;
  padding: 18px 20px;
}

.banner h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 12px;
  background-color: #f46036;
}

.find-more-btn {
  display: inline-block;
  text-decoration: none;
  background-color: #f46036;
  border-bottom: 2px solid #b7fcb7;
  transition: background-color 0.3s ease;
}

.find-more-btn:hover {
  color: #b7fcb7;
}

.footer {
  background-color: #060607;
  padding: 40px;
  padding-bottom: 5px;
  color: #ddd;
  /* text-align: center; */
}

.footer-logo {
  width: 320px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.footer-description {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.footer-left {
  text-align: left;
  width: 60%;
}

.footer-right {
  margin-top: -90px;
  margin-right: 32px;
  text-align: right;
  width: 40%;
}

.footer-social a {
  margin: 0 10px;
  display: inline-block;
  font-size: 25px;
  color: white;
  transition: color 0.3s;
}

.footer-social a i {
  color: white;
  transition: 0.4s ease;
}
.footer-social a i:hover {
  color: #b7fcb7;
}

.footer-email {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s ease;
}
.footer-email:hover {
  color: #b7fcb7;
}
.footer-links {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
}
.footer-links a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.4s ease;
}

.footer-links a:hover {
  color: #f46036;
}

.footer-bottom {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #888;
  margin-top: 24px;
}
.back-to-top-btn {
  display: block;
  float: right;
}
.return-top-btn i {
  border: 2px solid #f46036;
  border-radius: 50%;
  font-size: 18px;
  padding: 15px;
  position: relative;
  bottom: 100px;
  right: 50px;
  transition: 0.4s ease;
}
.return-top-btn i:hover {
  font-size: 20px;
}
