html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  background: #1d1d1d;
  overflow-x: hidden;
}

@media (min-width: 1000px) {
  body {
    cursor: none;
  }
}

a, a::before, a::after {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, p, a {
  cursor: none;
}

.cursor {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #148d7a;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.cursor span {
  position: absolute;
  right: 35%;
  top: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: .7rem;
  height: .7rem;
  background: #148d7a;
}

@media (min-width: 1000px) {
  .cursor {
    display: block;
    z-index: 200;
  }
}

.link-grow {
  -webkit-transform: scale(3);
          transform: scale(3);
  border: 1px solid #148d7a;
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
}

.link-grow span {
  display: none;
}

.link-grow1 {
  -webkit-transform: scale(2);
          transform: scale(2);
  border: 1px solid #148d7a;
}

.link-grow1 span {
  display: none;
}

.link-grow2 {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  border: 1px solid #148d7a;
  -webkit-backdrop-filter: grayscale(1);
          backdrop-filter: grayscale(1);
}

.link-grow2 span {
  display: none;
}

.responsive_text {
  font-size: 30px;
  color: white;
  font-family: "Bitter", serif;
  text-align: center;
}

@media (min-width: 680px) {
  .responsive_text {
    font-size: 38px;
    color: white;
  }
}

@media (min-width: 1000px) {
  .responsive_text {
    font-size: 50px;
  }
}

@media (min-width: 1266px) {
  .responsive_text {
    font-size: 50px;
  }
}

@media (min-width: 1320px) {
  .responsive_text {
    font-size: 55px;
  }
}

@media (min-width: 1460px) {
  .responsive_text {
    font-size: 70px;
  }
}

.responsive_text1 {
  font-size: 30px;
  color: white;
  font-family: "Bitter", serif;
  text-align: center;
}

@media (min-width: 680px) {
  .responsive_text1 {
    font-size: 38px;
    color: white;
  }
}

@media (min-width: 1000px) {
  .responsive_text1 {
    font-size: 50px;
  }
}

@media (min-width: 1266px) {
  .responsive_text1 {
    font-size: 50px;
  }
}

@media (min-width: 1320px) {
  .responsive_text1 {
    font-size: 55px;
  }
}

@media (min-width: 1460px) {
  .responsive_text1 {
    font-size: 70px;
  }
}

.intro {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider {
  background: #1e8f7e;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.intro-text {
  color: #dadada;
  font-family: "Bitter", serif;
  font-size: 1.8em;
  line-height: 90px;
}

.intro-text .hide {
  background: black;
  overflow: hidden;
}

.intro-text .hide span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
}

.intro-text .hide .special-color {
  color: #148d7a;
}

@media (min-width: 525px) {
  .intro-text {
    font-size: 2em;
    line-height: 100px;
  }
}

@media (min-width: 768px) {
  .intro-text {
    font-size: 2.5em;
    line-height: 125px;
  }
}

@media (min-width: 1266px) {
  .intro-text {
    font-size: 2.7em;
    line-height: 125px;
  }
}

.port-item .top-img {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  margin-bottom: 50px;
}

.port-item .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (min-width: 1000px) {
  .port-item .top-img {
    height: 50vh;
    margin-bottom: 100px;
  }
}

.port-item .fergs-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.port-item .fergs-content h1 {
  color: #ffffff;
  font-family: "Bitter", serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 375px) {
  .port-item .fergs-content h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 425px) {
  .port-item .fergs-content h1 {
    color: white;
  }
}

@media (min-width: 525px) {
  .port-item .fergs-content h1 {
    font-size: 4rem;
    max-width: 480000px;
  }
}

@media (min-width: 680px) {
  .port-item .fergs-content h1 {
    text-align: center;
    max-width: 430000px;
    font-size: 4.5rem;
    letter-spacing: 16px;
  }
}

@media (min-width: 768px) {
  .port-item .fergs-content h1 {
    font-size: 5em;
    max-width: 51000px;
  }
}

@media (min-width: 840px) {
  .port-item .fergs-content h1 {
    font-size: 5em;
    max-width: 56000px;
  }
}

@media (min-width: 900px) {
  .port-item .fergs-content h1 {
    font-size: 6em;
    max-width: 560000px;
  }
}

@media (min-width: 950px) {
  .port-item .fergs-content h1 {
    font-size: 7em;
    max-width: 60000px;
  }
}

@media (min-width: 1000px) {
  .port-item .fergs-content h1 {
    max-width: 60000px;
    font-size: 7em;
  }
}

@media (min-width: 1266px) {
  .port-item .fergs-content h1 {
    max-width: 700000px;
    font-size: 7em;
  }
}

@media (min-width: 1290px) {
  .port-item .fergs-content h1 {
    max-width: 72000px;
    font-size: 7em;
  }
}

@media (min-width: 1320px) {
  .port-item .fergs-content h1 {
    max-width: 72000px;
    font-size: 8em;
  }
}

@media (min-width: 1360px) {
  .port-item .fergs-content h1 {
    max-width: 79000px;
    font-size: 8em;
  }
}

@media (min-width: 1460px) {
  .port-item .fergs-content h1 {
    max-width: 79000px;
    font-size: 10em;
  }
}

@media (max-width: 336px) {
  .port-item .fergs-content h1 {
    font-size: 2.05rem;
  }
}

.port-item .fergs-content .line {
  width: 50px;
  height: 50px;
  background: #148d7a;
  padding: 5px 0;
}

.port-item .fergs-content p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  opacity: .8;
}

@media (min-width: 680px) {
  .port-item .fergs-content p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 14px;
  }
}

@media (min-width: 1000px) {
  .port-item .fergs-content p {
    font-size: 18px;
  }
}

@media (min-width: 1320px) {
  .port-item .fergs-content p {
    font-size: 22px;
  }
}

@media (min-width: 1460px) {
  .port-item .fergs-content p {
    font-size: 24px;
  }
}

.port-item .fergs-content h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  opacity: .7;
  margin-top: 100px;
  text-align: center;
  padding: 20vh 0;
  width: 100%;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 80, 72, 0.925)), to(rgba(15, 112, 97, 0.918))), url(https://gcdn.pbrd.co/images/ZkSSLawBsUzI.jpg?o=1) center center;
  background: linear-gradient(rgba(28, 80, 72, 0.925), rgba(15, 112, 97, 0.918)), url(https://gcdn.pbrd.co/images/ZkSSLawBsUzI.jpg?o=1) center center;
  background-size: cover;
}

@media (min-width: 375px) {
  .port-item .fergs-content h3 {
    font-size: 2.5rem;
  }
}

@media (min-width: 425px) {
  .port-item .fergs-content h3 {
    color: white;
  }
}

@media (min-width: 525px) {
  .port-item .fergs-content h3 {
    font-size: 2.7rem;
    max-width: 480000px;
  }
}

@media (min-width: 680px) {
  .port-item .fergs-content h3 {
    text-align: center;
    max-width: 430000px;
    font-size: 2.813rem;
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .port-item .fergs-content h3 {
    font-size: 3em;
    max-width: 51000px;
  }
}

@media (min-width: 840px) {
  .port-item .fergs-content h3 {
    font-size: 3.125em;
    max-width: 56000px;
  }
}

@media (min-width: 900px) {
  .port-item .fergs-content h3 {
    font-size: 3.3em;
    max-width: 560000px;
  }
}

@media (min-width: 950px) {
  .port-item .fergs-content h3 {
    font-size: 3.5em;
    max-width: 60000px;
  }
}

@media (min-width: 1000px) {
  .port-item .fergs-content h3 {
    max-width: 60000px;
    font-size: 4em;
  }
}

@media (min-width: 1266px) {
  .port-item .fergs-content h3 {
    max-width: 700000px;
    font-size: 4em;
  }
}

@media (min-width: 1290px) {
  .port-item .fergs-content h3 {
    max-width: 72000px;
    font-size: 4em;
  }
}

@media (min-width: 1320px) {
  .port-item .fergs-content h3 {
    max-width: 72000px;
    font-size: 5em;
  }
}

@media (min-width: 1360px) {
  .port-item .fergs-content h3 {
    max-width: 79000px;
    font-size: 5em;
  }
}

@media (min-width: 1460px) {
  .port-item .fergs-content h3 {
    max-width: 79000px;
    font-size: 7em;
  }
}

@media (max-width: 336px) {
  .port-item .fergs-content h3 {
    font-size: 2.05rem;
  }
}

header {
  max-width: 1920px;
  margin: auto;
  height: 46px;
}

@media (min-width: 1000px) {
  header {
    height: 56px;
  }
}

header .nav-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  padding: 0 20px;
  z-index: 100;
  background-color: #148d7b00;
}

@media (min-width: 950px) {
  header .nav-bar {
    padding: 0 40px;
    height: 56px;
  }
}

@media (min-width: 1000px) {
  header .nav-bar {
    padding: 0 40px;
    height: 56px;
  }
}

header .nav-bar .logo img {
  width: 160px;
}

@media (min-width: 950px) {
  header .nav-bar .logo img {
    width: 200px;
  }
}

header .nav-bar .nav-links {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: #1d1d1d;
  z-index: 10;
  top: -100vh;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  position: fixed;
}

header .nav-bar .nav-links .menu-label {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 10em;
  font-family: 'Open Sans', sans-serif;
  color: #9A9A9A;
  left: -10%;
  opacity: 0.05;
}

@media (min-width: 1000px) {
  header .nav-bar .nav-links .menu-label {
    font-size: 19em;
    left: -0px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    left: auto;
    top: 20vh;
    letter-spacing: 30px;
    opacity: 0.03;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #08fdd8;
  }
}

header .nav-bar .nav-links ul li {
  margin-left: -1000px;
}

header .nav-bar .nav-links ul li:not(:last-child) {
  margin-bottom: 40px;
}

header .nav-bar .nav-links ul li a {
  font-size: 2.5em;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #08fdd8;
  color: rgba(255, 255, 255, 0);
  padding: 10px;
  letter-spacing: 5px;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (min-width: 1000px) {
  header .nav-bar .nav-links ul li a {
    font-size: 65px;
  }
}

header .nav-bar .nav-links ul li a:hover {
  color: #08fdd8;
  -webkit-transition: .4s;
  transition: .4s;
}

header .nav-bar .nav-links ul li a:hover::after {
  width: 30%;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

header .nav-bar .nav-links ul li a::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #08fdd8;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

header .nav-bar .close-icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(233deg) brightness(104%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(233deg) brightness(104%) contrast(102%);
  width: 22px;
  position: absolute;
  right: 25px;
  top: -50px;
  opacity: .4;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

@media (min-width: 1000px) {
  header .nav-bar .close-icon {
    top: -50px;
    right: 45px;
    width: 30px;
  }
  header .nav-bar .close-icon:hover {
    opacity: .8 !important;
  }
}

header .nav-bar .menu-icon {
  -webkit-filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(233deg) brightness(104%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(11%) hue-rotate(233deg) brightness(104%) contrast(102%);
  width: 32.66px;
  -webkit-transition: .6s;
  transition: .6s;
}

@media (min-width: 950px) {
  header .nav-bar .menu-icon {
    width: 42px;
  }
}

header .sticky {
  position: fixed;
}

header .bg_color {
  background: #148d7b00;
}

.hero {
  max-width: 1800px;
  margin: auto;
  position: relative;
}

@media (min-width: 680px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero .hero-img {
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 280px;
}

.hero .hero-img .hero-image {
  width: 100%;
  margin-right: 0px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  z-index: -1;
}

.hero .hero-img .hero-image:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.hero .hero-img .hero-image1 {
  display: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .6s ease-in;
  transition: .6s ease-in;
  z-index: 9;
}

.hero .hero-img .hero-image1:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

@media (min-width: 680px) {
  .hero .hero-img {
    position: absolute;
    margin-top: 80px;
    width: 320px;
    right: 0;
  }
}

@media (min-width: 768px) {
  .hero .hero-img {
    width: 400px;
    margin-top: 20px;
    overflow: hidden;
  }
  .hero .hero-img .hero-image {
    display: none;
    margin-right: -120px;
  }
  .hero .hero-img .hero-image1 {
    display: block;
    width: 100%;
    margin-right: -40px;
  }
}

@media (min-width: 900px) {
  .hero .hero-img {
    width: 400px;
  }
}

@media (min-width: 1000px) {
  .hero .hero-img {
    width: 428px;
  }
  .hero .hero-img .hero-image1 {
    margin-right: 10px;
  }
}

@media (min-width: 1266px) {
  .hero .hero-img {
    width: 420px;
  }
  .hero .hero-img .hero-image1 {
    margin-top: -20px;
  }
}

@media (min-width: 1290px) {
  .hero .hero-img {
    width: 460px;
  }
  .hero .hero-img .hero-image1 {
    margin-top: -20px;
  }
}

@media (min-width: 1320px) {
  .hero .hero-img {
    width: 480px;
  }
}

@media (min-width: 1360px) {
  .hero .hero-img {
    width: 420px;
  }
}

@media (min-width: 1460px) {
  .hero .hero-img {
    width: 500px;
  }
}

.hero .hero-img span {
  position: absolute;
  display: block;
  background: #08fdd8;
  opacity: 0.03;
  width: 200px;
  height: 200px;
  margin-top: -95px;
  margin-right: -50px;
  border-radius: 100px;
  z-index: -1;
}

@media (min-width: 680px) {
  .hero .hero-img span {
    width: 264px;
    height: 264px;
    border-radius: 132px;
    margin-right: -50px;
  }
}

@media (min-width: 768px) {
  .hero .hero-img span {
    width: 320px;
    height: 320px;
    border-radius: 160px;
    margin-right: -100px;
    margin-top: -140px;
    opacity: 0.02;
  }
}

@media (min-width: 900px) {
  .hero .hero-img span {
    width: 340px;
    height: 340px;
    border-radius: 170px;
    margin-top: -135px;
  }
}

@media (min-width: 1000px) {
  .hero .hero-img span {
    width: 340px;
    height: 340px;
    border-radius: 170px;
    margin-top: -140px;
    margin-right: -80px;
  }
}

@media (min-width: 1266px) {
  .hero .hero-img span {
    width: 460px;
    height: 460px;
    border-radius: 230px;
    margin-right: -100px;
  }
}

@media (min-width: 1320px) {
  .hero .hero-img span {
    width: 480px;
    height: 480px;
    border-radius: 240px;
    margin-right: -100px;
  }
}

@media (min-width: 1360px) {
  .hero .hero-img span {
    width: 360px;
    height: 360px;
    border-radius: 180px;
    margin-right: -70px;
  }
}

.hero .content {
  margin: 0 20px;
  margin-top: -50px;
  text-align: center;
}

@media (min-width: 680px) {
  .hero .content {
    width: 100%;
    margin-top: 150px;
    z-index: 3;
  }
}

@media (min-width: 768px) {
  .hero .content {
    margin-top: 80px;
  }
}

@media (min-width: 950px) {
  .hero .content {
    margin-inline: 40px;
  }
}

@media (min-width: 1000px) {
  .hero .content {
    margin-inline: 3%;
    margin-bottom: 150px;
  }
}

@media (min-width: 1360px) {
  .hero .content {
    margin-inline: 3%;
    margin-top: 120px;
  }
}

.hero .content .para1 {
  color: rgba(255, 255, 255, 0.699);
  font-size: 0.75em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

@media (min-width: 680px) {
  .hero .content .para1 {
    text-align: left;
  }
}

@media (min-width: 1266px) {
  .hero .content .para1 {
    font-size: 0.938em;
    font-weight: 300;
  }
}

@media (min-width: 1360px) {
  .hero .content .para1 {
    font-size: 0.875em;
  }
}

@media (min-width: 1460px) {
  .hero .content .para1 {
    font-size: 1em;
  }
}

.hero .content .para1 .sam {
  color: #08fdd8;
  font-weight: 800;
}

.hero .content h1 {
  color: #ffffff;
  font-size: 2.188em;
  font-family: "Bitter", serif;
  font-weight: bold;
  margin: auto;
  max-width: 390px;
}

@media (min-width: 375px) {
  .hero .content h1 {
    font-size: 2.25em;
  }
}

@media (min-width: 425px) {
  .hero .content h1 {
    color: white;
  }
}

@media (min-width: 525px) {
  .hero .content h1 {
    font-size: 2.5rem;
    max-width: 480px;
  }
}

@media (min-width: 680px) {
  .hero .content h1 {
    text-align: left;
    margin-left: 0;
    max-width: 430px;
    font-size: 2.625em;
  }
}

@media (min-width: 768px) {
  .hero .content h1 {
    font-size: 2.813em;
    max-width: 510px;
  }
}

@media (min-width: 840px) {
  .hero .content h1 {
    font-size: 3.125em;
    max-width: 560px;
  }
}

@media (min-width: 900px) {
  .hero .content h1 {
    font-size: 3.3em;
    max-width: 560px;
  }
}

@media (min-width: 950px) {
  .hero .content h1 {
    font-size: 3.5em;
    max-width: 600px;
  }
}

@media (min-width: 1000px) {
  .hero .content h1 {
    max-width: 600px;
    font-size: 3.125;
  }
}

@media (min-width: 1266px) {
  .hero .content h1 {
    max-width: 700px;
    font-size: 3.688em;
  }
}

@media (min-width: 1290px) {
  .hero .content h1 {
    max-width: 720px;
    font-size: 3.7em;
  }
}

@media (min-width: 1360px) {
  .hero .content h1 {
    max-width: 790px;
    font-size: 3.75em;
  }
}

@media (min-width: 1460px) {
  .hero .content h1 {
    max-width: 790px;
    font-size: 4em;
  }
}

@media (max-width: 336px) {
  .hero .content h1 {
    font-size: 2.05em;
  }
}

.hero .content .line-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 680px) {
  .hero .content .line-hero {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.hero .content .line-hero span {
  display: block;
  width: 2.625em;
  height: 0.125em;
  background: #148d7a;
  margin: 1.315em 0 1.415em 0;
}

@media (min-width: 1360px) {
  .hero .content .line-hero span {
    margin: .5em 0 .5em 0;
  }
}

.hero .content .para2 {
  color: #e9e9e9;
  font-size: 1em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 370px;
  margin: auto;
  margin-bottom: 1.563em;
}

@media (min-width: 525px) {
  .hero .content .para2 {
    font-size: 18px;
  }
}

@media (min-width: 680px) {
  .hero .content .para2 {
    text-align: left;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .hero .content .para2 {
    text-align: left;
    line-height: 22px;
    margin-bottom: 3.125em;
  }
}

@media (min-width: 1000px) {
  .hero .content .para2 {
    text-align: left;
    line-height: 22px;
    margin-bottom: 2.125em;
  }
}

@media (min-width: 1266px) {
  .hero .content .para2 {
    max-width: 598px;
    font-size: 1.2em;
    line-height: 1.5em;
  }
}

@media (min-width: 1320px) {
  .hero .content .para2 {
    max-width: 640px;
    font-size: 1.275em;
    line-height: 1.5em;
  }
}

@media (min-width: 1360px) {
  .hero .content .para2 {
    max-width: 580px;
    font-size: 1.125em;
    color: rgba(255, 255, 255, 0.87);
  }
}

@media (min-width: 1460px) {
  .hero .content .para2 {
    max-width: 660px;
    font-size: 1.438em;
  }
}

@media (max-width: 336px) {
  .hero .content .para2 {
    font-size: 1rem;
  }
}

.hero .content .para2 .para-bold {
  font-weight: 800;
}

.hero .content .cta-hero-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  color: #ffffff;
  font-size: 0.75em;
  font-family: "Bitter", serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  max-width: 90%;
  padding-top: 1.05rem;
  padding-bottom: .913rem;
  background: #148d7a;
}

@media (min-width: 680px) {
  .hero .content .cta-hero-mobile {
    margin-left: 0;
    max-width: 220px;
  }
}

@media (min-width: 1000px) {
  .hero .content .cta-hero-mobile {
    display: none;
  }
}

.hero .content .cta-hero-mobile a {
  color: #ffffff;
}

.hero .content .cta-hero {
  display: none;
}

@media (min-width: 1000px) {
  .hero .content .cta-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .content .cta-hero .cta-hero1 {
    color: #ffffff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 4px;
    text-align: center;
    border: 1px solid #148d7a;
    background: #148d7a;
    padding: 13px 40px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
  }
  .hero .content .cta-hero .cta-hero1 img {
    width: 16px;
    -webkit-filter: invert(6%) sepia(7%) saturate(11%) hue-rotate(333deg) brightness(98%) contrast(88%);
            filter: invert(6%) sepia(7%) saturate(11%) hue-rotate(333deg) brightness(98%) contrast(88%);
    right: 5px;
    top: 5px;
    position: absolute;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .hero .content .cta-hero .cta-hero1:hover {
    background: #08fdd8af;
    border: 1px solid #08fdd8af;
    padding-left: 30px;
    padding-right: 50px;
  }
  .hero .content .cta-hero .cta-hero1:hover img {
    opacity: 1;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .hero .content .cta-hero .cta-hero2 {
    color: #08fdd8;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 4px;
    text-align: center;
    border: 1px solid #148d7a;
    padding: 13px 40px;
    margin-left: 30px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative;
    overflow: hidden;
  }
  .hero .content .cta-hero .cta-hero2 img {
    width: 16px;
    -webkit-filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
            filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .hero .content .cta-hero .cta-hero2:hover {
    border: 1px solid #08fdd8af;
    color: #1d1d1d;
    padding-left: 30px;
    padding-right: 50px;
  }
  .hero .content .cta-hero .cta-hero2:hover img {
    opacity: 1;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .hero .content .cta-hero .cta-hero2::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 250px;
    height: 200px;
    top: -200%;
    left: -270px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background-color: #08fdd8af;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .hero .content .cta-hero .cta-hero2:hover::before {
    left: -20px;
  }
}

.hero .arrows {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 98%;
  left: 1%;
  bottom: 20px;
}

.hero .arrows .arrow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .arrows .arrow1 p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.hero .arrows .arrow1 img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(104%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(340deg) brightness(104%) contrast(104%);
  width: 16px;
  margin-top: 30px;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media (min-width: 1000px) {
  .hero .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.popular-clients {
  margin-top: 50px;
  margin-bottom: 80px;
  opacity: .7;
  max-width: 2000px;
}

.popular-clients .clients-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  background: #1a343048;
}

.popular-clients .clients-logo img {
  width: 45px;
}

.popular-clients .clients-logo img:not(:last-child) {
  margin-right: 30px;
}

.popular-clients .clients-logo img:first-child {
  width: 30px;
}

@media (min-width: 768px) {
  .popular-clients .clients-logo {
    height: 58px;
  }
  .popular-clients .clients-logo img {
    width: 70px;
  }
  .popular-clients .clients-logo img:not(:last-child) {
    margin-right: 60px;
  }
  .popular-clients .clients-logo img:first-child {
    width: 40px;
  }
}

@media (min-width: 1000px) {
  .popular-clients .clients-logo {
    height: 68px;
  }
  .popular-clients .clients-logo img {
    width: 90px;
    opacity: .6;
  }
  .popular-clients .clients-logo img:not(:last-child) {
    margin-right: 90px;
  }
  .popular-clients .clients-logo img:first-child {
    width: 40px;
  }
}

@media (min-width: 768px) {
  .popular-clients {
    margin-top: 150px;
  }
}

@media (min-width: 1000px) {
  .popular-clients {
    margin-top: 50px;
    margin-bottom: 150px;
    margin-inline: auto;
  }
}

.portfolio {
  max-width: 1800px;
  margin: auto;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.portfolio .contents-port {
  margin-left: 20px;
}

@media (min-width: 1000px) {
  .portfolio .contents-port {
    margin-left: 40px;
  }
}

.portfolio .contents-port h2 {
  color: #148d7a;
  font-size: 2.125rem;
  font-family: "Bitter", serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 525px) {
  .portfolio .contents-port h2 {
    font-size: 36px;
  }
}

@media (min-width: 680px) {
  .portfolio .contents-port h2 {
    font-size: 38px;
  }
}

@media (min-width: 1000px) {
  .portfolio .contents-port h2 {
    font-size: 50px;
  }
}

@media (min-width: 1320px) {
  .portfolio .contents-port h2 {
    font-size: 55px;
  }
}

@media (min-width: 1320px) {
  .portfolio .contents-port h2 {
    font-size: 60px;
  }
}

.portfolio .contents-port .project {
  margin-left: 150px;
  margin-top: -10px;
}

.portfolio .contents-port .project span {
  color: #ffffff;
  font-size: 2.125rem;
  font-family: "Bitter", serif;
  font-weight: bold;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.portfolio .contents-port .project span:not(:last-child) {
  margin-right: -3px;
}

@media (min-width: 525px) {
  .portfolio .contents-port .project {
    margin-left: 160px;
  }
  .portfolio .contents-port .project span {
    font-size: 36px;
  }
}

@media (min-width: 680px) {
  .portfolio .contents-port .project {
    margin-left: 180px;
  }
  .portfolio .contents-port .project span {
    font-size: 38px;
  }
}

@media (min-width: 1000px) {
  .portfolio .contents-port .project {
    margin-left: 200px;
  }
  .portfolio .contents-port .project span {
    font-size: 50px;
  }
  .portfolio .contents-port .project span:hover {
    margin-inline: 5px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #08fdd8;
  }
}

@media (min-width: 1320px) {
  .portfolio .contents-port .project {
    margin-left: 250px;
  }
  .portfolio .contents-port .project span {
    font-size: 55px;
  }
}

@media (min-width: 1460px) {
  .portfolio .contents-port .project {
    margin-left: 280px;
  }
  .portfolio .contents-port .project span {
    font-size: 60px;
  }
}

@media (max-width: 336px) {
  .portfolio .contents-port .project {
    margin-left: 110px;
  }
}

.portfolio .contents-port p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  margin: 15px 0;
  line-height: 22.5px;
  padding-right: 10px;
}

@media (min-width: 525px) {
  .portfolio .contents-port p {
    max-width: 560px;
  }
}

@media (min-width: 1000px) {
  .portfolio .contents-port p {
    max-width: 640px;
    font-size: 1rem;
  }
}

.portfolio .cta-port {
  height: 50px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.portfolio .cta-port .cta {
  color: #08fdd8;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px;
  text-align: center;
  border: 1px solid #148d7a;
  padding: 10px 35px;
  margin-left: 20px;
  position: absolute;
  top: 0;
}

.portfolio .cta-port .cta img {
  display: none;
}

@media (min-width: 1000px) {
  .portfolio .cta-port {
    margin-top: -80px;
  }
  .portfolio .cta-port .cta {
    right: 40px;
    color: #08fdd8;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 4px;
    text-align: center;
    border: 1px solid #148d7a;
    padding: 13px 40px;
    margin-left: 30px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
  }
  .portfolio .cta-port .cta img {
    display: block;
    width: 16px;
    -webkit-filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
            filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .portfolio .cta-port .cta:hover {
    border: 1px solid #08fdd8af;
    color: #1d1d1d;
    padding-left: 30px;
    padding-right: 50px;
  }
  .portfolio .cta-port .cta:hover img {
    opacity: 1;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .portfolio .cta-port .cta::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 250px;
    height: 200px;
    top: -200%;
    left: -270px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background-color: #08fdd8af;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .portfolio .cta-port .cta:hover::before {
    left: -20px;
  }
}

@media (min-width: 1320px) {
  .portfolio .cta-port {
    margin-top: -80px;
  }
  .portfolio .cta-port .cta {
    right: 100px;
  }
}

.portfolio .work-label {
  color: rgba(255, 255, 255, 0.027);
  position: absolute;
  right: -20px;
  bottom: -70px;
  font-size: 150px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  z-index: -1;
}

@media (min-width: 525px) {
  .portfolio .work-label {
    font-size: 170px;
    bottom: -80px;
  }
}

@media (min-width: 680px) {
  .portfolio .work-label {
    font-size: 190px;
    bottom: -100px;
  }
}

@media (min-width: 840px) {
  .portfolio .work-label {
    font-size: 210px;
    bottom: -100px;
  }
}

@media (min-width: 1000px) {
  .portfolio .work-label {
    font-size: 280px;
    bottom: -140px;
  }
}

.portfolio-work {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  max-width: 2000px;
  margin-inline: auto;
  margin-bottom: 80px;
}

.portfolio-work .project-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio-work .project-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio-work .project-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: .4;
}

.portfolio-work .project-item span {
  opacity: 0;
  width: 10px;
  height: 10px;
  background-color: #148d7b7e;
  border-radius: 50%;
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  font-family: "Bitter", serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.portfolio-work .project-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.portfolio-work .project-item:hover span {
  opacity: 1;
  width: 100px;
  height: 100px;
  font-size: 18px;
}

@media (min-width: 550px) {
  .portfolio-work {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-work .boarder-all {
    border: 1px solid #148d7a;
    border-bottom: none;
    border-left: none;
  }
}

@media (min-width: 680px) {
  .portfolio-work {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .portfolio-work .boader-tr {
    border-top: 1px solid #148d7a;
    border-right: 1px solid #148d7a;
  }
  .portfolio-work .boader-t {
    border-top: 1px solid #148d7a;
  }
  .portfolio-work .boader-tl {
    border-top: 1px solid #148d7a;
    border-left: 1px solid #148d7a;
  }
  .portfolio-work .boader-trb {
    border-top: 1px solid #148d7a;
    border-right: 1px solid #148d7a;
    border-bottom: 1px solid #148d7a;
  }
  .portfolio-work .boader-tb {
    border-top: 1px solid #148d7a;
    border-bottom: 1px solid #148d7a;
  }
  .portfolio-work .boader-tlb {
    border-top: 1px solid #148d7a;
    border-left: 1px solid #148d7a;
    border-bottom: 1px solid #148d7a;
  }
  .portfolio-work .project-item .image img {
    opacity: .4;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .portfolio-work .project-item:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .portfolio-work .project-item:hover span {
    width: 150px;
    height: 150px;
    font-size: 24px;
  }
}

@media (max-width: 549px) {
  .portfolio-work .boarder-all {
    border: 1px solid #148d7a;
    border-bottom: none;
  }
}

.about-me {
  margin-left: 20px;
  overflow-x: hidden;
  padding-bottom: 80px;
  position: relative;
}

.about-me .left-section {
  margin-right: 20px;
}

.about-me .left-section .h2-name {
  color: #ffffff;
  font-size: 22px;
  font-family: "Bitter", serif;
  font-weight: bolder;
}

.about-me .left-section .h2-work {
  color: #ffffff;
  font-size: 22px;
  font-family: "Bitter", serif;
  font-weight: 300;
  border: 1px solid #148d7a;
  padding: 9px 0;
  margin-top: 5px;
  margin-left: 70px;
  margin-bottom: 37px;
  width: 250px;
  text-align: center;
}

.about-me .left-section .paragraph1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 10px;
  position: relative;
  margin-left: 10px;
}

.about-me .left-section .paragraph1 .para-line {
  width: 2px;
  height: 500%;
  position: absolute;
  left: -10px;
  top: 0;
  background: #ffffff;
}

.about-me .left-section .paragraph2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 20px;
  margin-bottom: 45px;
  margin-left: 10px;
}

.about-me .left-section .cta-port {
  display: none;
}

@media (min-width: 680px) {
  .about-me .left-section .cta-port {
    display: block;
    height: 45px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-left: 10px;
  }
  .about-me .left-section .cta-port .cta {
    color: #08fdd8;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 4px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #148d7a;
    padding: 8px 25px;
    position: absolute;
    top: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
  }
  .about-me .left-section .cta-port .cta img {
    display: block;
    width: 16px;
    -webkit-filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
            filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
  }
  .about-me .left-section .cta-port .cta:hover {
    border: 1px solid #08fdd8af;
    color: #1d1d1d;
    padding-left: 30px;
    padding-right: 50px;
  }
  .about-me .left-section .cta-port .cta:hover img {
    opacity: 1;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .about-me .left-section .cta-port .cta::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 250px;
    height: 200px;
    top: -200%;
    left: -270px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    background-color: #08fdd8af;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .about-me .left-section .cta-port .cta:hover::before {
    left: -20px;
  }
}

@media (min-width: 840px) {
  .about-me .left-section .cta-port {
    margin-top: 25px;
  }
}

@media (min-width: 950px) {
  .about-me .left-section .cta-port .cta {
    padding: 12px 35px;
  }
}

.about-me .about-img {
  width: 80vw;
  overflow: hidden;
  margin-left: 10px;
  border: 1px solid #148d7a;
  margin-bottom: 20px;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.about-me .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.about-me .cta-port2 {
  height: 50px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.about-me .cta-port2 .cta {
  margin-left: 10px;
  color: #08fdd8;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px;
  text-align: center;
  border: 1px solid #148d7a;
  padding: 10px 20px;
  position: absolute;
  top: 0;
}

.about-me .cta-port2 .cta img {
  display: none;
}

.about-me .work-label2 {
  color: rgba(255, 255, 255, 0.027);
  position: absolute;
  right: -100px;
  bottom: 5%;
  font-size: 150px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: -1;
}

@media (min-width: 550px) {
  .about-me .left-section .paragraph1 .para-line {
    height: 450%;
  }
  .about-me .about-img {
    width: 70vw;
    overflow: hidden;
    margin-left: 10px;
    border: 1px solid #148d7a;
    margin-bottom: 20px;
  }
  .about-me .about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-me .work-label2 {
    font-size: 200px;
  }
}

@media (min-width: 680px) {
  .about-me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-me .left-section .h2-name {
    font-size: 20;
  }
  .about-me .left-section .h2-work {
    font-size: 20px;
    width: 220px;
    margin-bottom: 30px;
  }
  .about-me .left-section .paragraph1 {
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 15px;
  }
  .about-me .left-section .paragraph1 .para-line {
    height: 600%;
  }
  .about-me .left-section .paragraph2 {
    max-width: 400px;
    margin-bottom: 10px;
  }
  .about-me .about-img {
    width: 400px;
    overflow: hidden;
    margin-left: 10px;
    border: 1px solid #148d7a;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .about-me .about-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-me .cta-port2 {
    display: none;
  }
}

@media (min-width: 1000px) {
  .about-me {
    margin-left: 40px;
    padding-top: 70px;
  }
  .about-me .left-section .h2-name {
    font-size: 26px;
  }
  .about-me .left-section .h2-work {
    font-size: 26px;
    width: 280px;
    margin-left: 100px;
    margin-bottom: 40px;
  }
  .about-me .left-section .paragraph1 {
    font-size: 16px;
  }
  .about-me .left-section .paragraph1 .para-line {
    height: 800%;
  }
  .about-me .left-section .paragraph2 {
    font-size: 16px;
  }
  .about-me .about-img {
    margin-right: 40px;
    background-image: url(https://gcdn.pbrd.co/images/II7EvrNjf2s7.jpg?o=1);
    background-size: cover;
  }
  .about-me .about-img:hover img {
    opacity: 0;
  }
}

@media (min-width: 1266px) {
  .about-me {
    padding-top: 80px;
    margin-left: 60px;
  }
  .about-me .about-img {
    width: 500px;
    margin-right: 80px;
  }
  .about-me .left-section .h2-name {
    font-size: 26px;
  }
  .about-me .left-section .h2-work {
    font-size: 26px;
    width: 280px;
    margin-left: 100px;
    margin-top: 15px;
    margin-bottom: 43px;
  }
  .about-me .left-section .paragraph1 {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 800;
  }
  .about-me .left-section .paragraph2 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
  }
}

@media (min-width: 1320px) {
  .about-me {
    margin-left: 60px;
  }
  .about-me .about-img {
    width: 500px;
    margin-right: 80px;
  }
  .about-me .left-section .paragraph1 {
    padding-left: 30px;
  }
  .about-me .left-section .paragraph1 .para-line {
    height: 800%;
  }
  .about-me .left-section .paragraph2 {
    padding-left: 30px;
  }
  .about-me .left-section .h2-name {
    font-size: 30px;
  }
  .about-me .left-section .h2-work {
    font-size: 28px;
    width: 300px;
    margin-left: 100px;
    margin-top: 15px;
    margin-bottom: 43px;
  }
  .about-me .left-section .cta-port {
    margin-left: 30px;
  }
}

@media (min-width: 1460px) {
  .about-me .about-img {
    width: 600px;
  }
}

.testimonial {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 150px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-width: 2000px;
  margin-inline: auto;
}

.testimonial .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.testimonial .bg-img img {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: .05;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}

.testimonial .bg-img p {
  text-align: center;
  padding-top: 100px;
  font-size: 12px;
  font-family: "Bitter", serif;
  color: #148d7a;
  font-weight: bold;
}

@media (min-width: 680px) {
  .testimonial .bg-img p {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  .testimonial .bg-img p {
    font-size: 18px;
    padding-top: 150px;
  }
}

@media (min-width: 1320px) {
  .testimonial .bg-img p {
    font-size: 18px;
    padding-top: 170px;
  }
}

@media (min-width: 1460px) {
  .testimonial .bg-img p {
    font-size: 18px;
    padding-top: 230px;
  }
}

.testimonial .glider-contain {
  margin-top: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial .glider-contain .glider-prev {
  margin-left: 27px;
  margin-top: 10%;
  width: 20px;
  height: 80px;
  background-color: #12695c86;
}

.testimonial .glider-contain .glider-next {
  margin-right: 27px;
  margin-top: 10%;
  width: 20px;
  height: 80px;
  background-color: #12695c86;
}

.testimonial .glider-contain .glider {
  padding-top: 150px;
  padding-bottom: 50px;
}

.testimonial .glider-contain .glider figure {
  width: 100%;
}

.testimonial .glider-contain .glider figure .content {
  color: #ffffff;
  padding: 15px;
  border: 1px solid #148d7a;
  position: relative;
  width: 80%;
  max-width: 500px;
  margin-inline: auto;
}

.testimonial .glider-contain .glider figure .content img {
  width: 180px;
  position: absolute;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.testimonial .glider-contain .glider figure .content img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.testimonial .glider-contain .glider figure .content .img1 {
  left: 50%;
  top: -55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial .glider-contain .glider figure .content .img2 {
  left: 50%;
  top: -55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial .glider-contain .glider figure .content .img3 {
  left: 50%;
  top: -55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.testimonial .glider-contain .glider figure .content .quote {
  display: none;
  position: absolute;
  font-size: 200px;
  font-family: g;
  top: -70px;
  right: 20px;
}

.testimonial .glider-contain .glider figure .content .quote_head {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 680px) {
  .testimonial .glider-contain .glider figure .content .quote_head {
    font-size: 16px;
    color: white;
  }
}

@media (min-width: 1000px) {
  .testimonial .glider-contain .glider figure .content .quote_head {
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
  }
}

@media (min-width: 1266px) {
  .testimonial .glider-contain .glider figure .content .quote_head {
    font-size: 20px;
  }
}

@media (min-width: 1320px) {
  .testimonial .glider-contain .glider figure .content .quote_head {
    font-size: 20px;
  }
}

@media (min-width: 1460px) {
  .testimonial .glider-contain .glider figure .content .quote_head {
    font-size: 24px;
  }
}

.testimonial .glider-contain .glider figure .content blockquote {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  margin-bottom: 20px;
}

@media (min-width: 680px) {
  .testimonial .glider-contain .glider figure .content blockquote {
    font-size: 16px;
    color: white;
    line-height: 25px;
  }
}

@media (min-width: 1000px) {
  .testimonial .glider-contain .glider figure .content blockquote {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 10px;
    color: white;
  }
}

@media (min-width: 1266px) {
  .testimonial .glider-contain .glider figure .content blockquote {
    font-size: 16px;
  }
}

@media (min-width: 1320px) {
  .testimonial .glider-contain .glider figure .content blockquote {
    font-size: 16px;
  }
}

@media (min-width: 1460px) {
  .testimonial .glider-contain .glider figure .content blockquote {
    font-size: 18px;
  }
}

.testimonial .glider-contain .glider figure .content figcaption {
  font-family: "Open Sans", sans-serif;
  font-weight: 12px;
  font-weight: bold;
}

.testimonial .glider-contain .glider figure .content .figcap__job {
  font-family: "Bitter", serif;
  font-weight: 8px;
  font-size: 400;
  opacity: .6;
}

@media (min-width: 680px) {
  .testimonial .glider-contain .glider figure .content {
    padding-left: 150px;
  }
}

@media (min-width: 1000px) {
  .testimonial .glider-contain .glider figure .content {
    max-width: 600px;
  }
}

@media (min-width: 1266px) {
  .testimonial .glider-contain .glider figure .content {
    max-width: 600px;
  }
}

@media (min-width: 1320px) {
  .testimonial .glider-contain .glider figure .content {
    max-width: 600px;
  }
}

@media (min-width: 1460px) {
  .testimonial .glider-contain .glider figure .content {
    max-width: 700px;
  }
}

.testimonial .glider-contain .glider figure .content1, .testimonial .glider-contain .glider figure .content2, .testimonial .glider-contain .glider figure .content3 {
  padding-top: 70px;
}

@media (min-width: 680px) {
  .testimonial .glider-contain .glider figure {
    margin-left: 50px;
  }
  .testimonial .glider-contain .glider figure .content img {
    width: 200px;
  }
  .testimonial .glider-contain .glider figure .content .img1 {
    left: 30px;
    top: -50px;
    height: 240px;
  }
  .testimonial .glider-contain .glider figure .content .img2 {
    top: 90px;
    left: 20px;
  }
  .testimonial .glider-contain .glider figure .content .img3 {
    top: 15px;
    left: 20px;
  }
  .testimonial .glider-contain .glider figure .content1, .testimonial .glider-contain .glider figure .content2, .testimonial .glider-contain .glider figure .content3 {
    padding-top: 30px;
  }
}

@media (min-width: 1000px) {
  .testimonial .glider-contain .glider {
    padding-bottom: 100px;
  }
}

@media (min-width: 680px) {
  .testimonial {
    margin-bottom: 170px;
  }
}

@media (min-width: 840px) {
  .testimonial {
    margin-bottom: 180px;
  }
}

@media (min-width: 1000px) {
  .testimonial {
    margin-bottom: 200px;
  }
}

@media (min-width: 1266px) {
  .testimonial {
    margin-bottom: 220px;
  }
}

@media (min-width: 1460px) {
  .testimonial {
    margin-bottom: 300px;
  }
}

.footer {
  position: relative;
}

.footer__container {
  width: 100%;
  max-width: 2000px;
  margin-inline: auto;
  height: 90vh;
  background: #148d7a;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__container p {
  text-align: center;
  font-size: 16px;
  font-family: "Bitter", serif;
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 680px) {
  .footer__container p {
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  .footer__container p {
    font-size: 20px;
  }
}

@media (min-width: 1320px) {
  .footer__container p {
    font-size: 22px;
  }
}

@media (min-width: 1460px) {
  .footer__container p {
    font-size: 24px;
  }
}

.footer__container h2 {
  text-align: center;
  color: #ffffff;
  font-size: 2.188em;
  font-family: "Bitter", serif;
  font-weight: bolder;
  margin-inline: auto;
  max-width: 390px;
  padding-bottom: 40px;
  padding-top: 10px;
}

.footer__container h2 span {
  color: #08fdd8;
}

@media (min-width: 375px) {
  .footer__container h2 {
    font-size: 2.375rem;
  }
}

@media (min-width: 425px) {
  .footer__container h2 {
    color: white;
  }
}

@media (min-width: 525px) {
  .footer__container h2 {
    font-size: 2.5rem;
    max-width: 480000px;
  }
}

@media (min-width: 680px) {
  .footer__container h2 {
    text-align: left;
    max-width: 430000px;
    font-size: 2.625rem;
  }
}

@media (min-width: 768px) {
  .footer__container h2 {
    font-size: 2.813em;
    max-width: 51000px;
  }
}

@media (min-width: 840px) {
  .footer__container h2 {
    font-size: 3.125em;
    max-width: 56000px;
  }
}

@media (min-width: 900px) {
  .footer__container h2 {
    font-size: 3.3em;
    max-width: 560000px;
  }
}

@media (min-width: 950px) {
  .footer__container h2 {
    font-size: 3.5em;
    max-width: 60000px;
  }
}

@media (min-width: 1000px) {
  .footer__container h2 {
    max-width: 60000px;
    font-size: 4em;
  }
}

@media (min-width: 1266px) {
  .footer__container h2 {
    max-width: 700000px;
    font-size: 4em;
  }
}

@media (min-width: 1290px) {
  .footer__container h2 {
    max-width: 72000px;
    font-size: 4em;
  }
}

@media (min-width: 1320px) {
  .footer__container h2 {
    max-width: 72000px;
    font-size: 5em;
  }
}

@media (min-width: 1360px) {
  .footer__container h2 {
    max-width: 79000px;
    font-size: 5em;
  }
}

@media (min-width: 1460px) {
  .footer__container h2 {
    max-width: 79000px;
    font-size: 7em;
  }
}

@media (max-width: 336px) {
  .footer__container h2 {
    font-size: 2.05rem;
  }
}

.footer__container .cta-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.footer__container .cta-footer .cta-footer1 {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  border: 1px solid #1d1d1d;
  background: #1d1d1d;
  padding: 15px 0;
  width: 100%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: relative;
  margin-bottom: 20px;
}

.footer__container .cta-footer .cta-footer1 img {
  width: 16px;
  -webkit-filter: invert(6%) sepia(7%) saturate(11%) hue-rotate(333deg) brightness(98%) contrast(88%);
          filter: invert(6%) sepia(7%) saturate(11%) hue-rotate(333deg) brightness(98%) contrast(88%);
  right: 5px;
  top: 5px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.footer__container .cta-footer .cta-footer1:hover {
  background: #08fdd8af;
  border: 1px solid #08fdd8af;
  padding-left: 30px;
  padding-right: 50px;
  color: #1d1d1d;
}

.footer__container .cta-footer .cta-footer1:hover img {
  opacity: 1;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.footer__container .cta-footer .cta-footer2 {
  color: #1d1d1d;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 3px;
  text-align: center;
  border: 2px solid #1d1d1d;
  padding: 13px 0;
  width: 100%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: relative;
  overflow: hidden;
}

.footer__container .cta-footer .cta-footer2 img {
  width: 16px;
  -webkit-filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
          filter: invert(8%) sepia(10%) saturate(23%) hue-rotate(339deg) brightness(97%) contrast(92%);
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.footer__container .cta-footer .cta-footer2:hover {
  border: 1px solid #08fdd8af;
  color: #1d1d1d;
  padding-left: 30px;
  padding-right: 50px;
}

.footer__container .cta-footer .cta-footer2:hover img {
  opacity: 1;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.footer__container .cta-footer .cta-footer2::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 250px;
  height: 200px;
  top: -200%;
  left: -270px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  background-color: #08fdd8af;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer__container .cta-footer .cta-footer2:hover::before {
  left: -20px;
}

@media (min-width: 680px) {
  .footer__container .cta-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__container .cta-footer .cta-footer1 {
    max-width: 300px;
    margin-bottom: 0;
    padding: 15px 40px;
  }
  .footer__container .cta-footer .cta-footer2 {
    max-width: 300px;
    margin-left: 15px;
  }
}

.footer__container .logo__footer {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.footer__container .logo__footer img {
  width: 160px;
}

@media (min-width: 680px) {
  .footer__container .logo__footer {
    bottom: 40px;
  }
  .footer__container .logo__footer img {
    width: 200px;
  }
}

.footer__container .footer_line {
  height: 2px;
  width: 100vw;
  position: absolute;
  bottom: 25px;
  background: #ffffff;
  opacity: .5;
}

@media (min-width: 680px) {
  .footer__container .footer_line {
    bottom: 38px;
  }
}

.footer .contact-label {
  color: rgba(255, 255, 255, 0.027);
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  z-index: -1;
}

@media (min-width: 525px) {
  .footer .contact-label {
    font-size: 100px;
    top: -75px;
  }
}

@media (min-width: 680px) {
  .footer .contact-label {
    font-size: 130px;
    top: -100px;
  }
}

@media (min-width: 840px) {
  .footer .contact-label {
    font-size: 160px;
    top: -130px;
  }
}

@media (min-width: 1000px) {
  .footer .contact-label {
    font-size: 200px;
    top: -155px;
  }
}

@media (min-width: 1266px) {
  .footer .contact-label {
    font-size: 240px;
    top: -185px;
  }
}

@media (max-width: 336px) {
  .footer .contact-label {
    font-size: 60px;
  }
}

.fergos section .top-img {
  width: 100%;
  height: 30vh;
  overflow: hidden;
  margin-bottom: 50px;
}

.fergos section .top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media (min-width: 1000px) {
  .fergos section .top-img {
    height: 50vh;
    margin-bottom: 100px;
  }
}

.fergos section .fergs-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fergos section .fergs-content h1 {
  color: #ffffff;
  font-family: "Bitter", serif;
  font-size: 40px;
  text-align: center;
  letter-spacing: 18px;
}

@media (min-width: 375px) {
  .fergos section .fergs-content h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 425px) {
  .fergos section .fergs-content h1 {
    color: white;
  }
}

@media (min-width: 525px) {
  .fergos section .fergs-content h1 {
    font-size: 4rem;
    max-width: 480000px;
  }
}

@media (min-width: 680px) {
  .fergos section .fergs-content h1 {
    text-align: center;
    max-width: 430000px;
    font-size: 4.5rem;
  }
}

@media (min-width: 768px) {
  .fergos section .fergs-content h1 {
    font-size: 5em;
    max-width: 51000px;
  }
}

@media (min-width: 840px) {
  .fergos section .fergs-content h1 {
    font-size: 5em;
    max-width: 56000px;
  }
}

@media (min-width: 900px) {
  .fergos section .fergs-content h1 {
    font-size: 6em;
    max-width: 560000px;
  }
}

@media (min-width: 950px) {
  .fergos section .fergs-content h1 {
    font-size: 7em;
    max-width: 60000px;
  }
}

@media (min-width: 1000px) {
  .fergos section .fergs-content h1 {
    max-width: 60000px;
    font-size: 7em;
  }
}

@media (min-width: 1266px) {
  .fergos section .fergs-content h1 {
    max-width: 700000px;
    font-size: 7em;
  }
}

@media (min-width: 1290px) {
  .fergos section .fergs-content h1 {
    max-width: 72000px;
    font-size: 7em;
  }
}

@media (min-width: 1320px) {
  .fergos section .fergs-content h1 {
    max-width: 72000px;
    font-size: 8em;
  }
}

@media (min-width: 1360px) {
  .fergos section .fergs-content h1 {
    max-width: 79000px;
    font-size: 8em;
  }
}

@media (min-width: 1460px) {
  .fergos section .fergs-content h1 {
    max-width: 79000px;
    font-size: 10em;
  }
}

@media (max-width: 336px) {
  .fergos section .fergs-content h1 {
    font-size: 2.05rem;
  }
}

.fergos section .fergs-content .line {
  width: 50px;
  height: 50px;
  background: #148d7a;
  padding: 5px 0;
}

.fergos section .fergs-content p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-align: center;
  opacity: .8;
}

@media (min-width: 680px) {
  .fergos section .fergs-content p {
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .fergos section .fergs-content p {
    font-size: 18px;
  }
}

@media (min-width: 1320px) {
  .fergos section .fergs-content p {
    font-size: 20px;
  }
}

@media (min-width: 1460px) {
  .fergos section .fergs-content p {
    font-size: 24px;
  }
}

.fergos section .fergs-content h3 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  opacity: .7;
  margin-top: 100px;
  text-align: center;
  padding: 20vh 0;
  width: 100%;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 80, 72, 0.925)), to(rgba(15, 112, 97, 0.918))), url(https://gcdn.pbrd.co/images/ZkSSLawBsUzI.jpg?o=1) center center;
  background: linear-gradient(rgba(28, 80, 72, 0.925), rgba(15, 112, 97, 0.918)), url(https://gcdn.pbrd.co/images/ZkSSLawBsUzI.jpg?o=1) center center;
  background-size: cover;
}

@media (min-width: 375px) {
  .fergos section .fergs-content h3 {
    font-size: 2.5rem;
  }
}

@media (min-width: 425px) {
  .fergos section .fergs-content h3 {
    color: white;
  }
}

@media (min-width: 525px) {
  .fergos section .fergs-content h3 {
    font-size: 2.7rem;
    max-width: 480000px;
  }
}

@media (min-width: 680px) {
  .fergos section .fergs-content h3 {
    text-align: center;
    max-width: 430000px;
    font-size: 2.813rem;
  }
}

@media (min-width: 768px) {
  .fergos section .fergs-content h3 {
    font-size: 3em;
    max-width: 51000px;
  }
}

@media (min-width: 840px) {
  .fergos section .fergs-content h3 {
    font-size: 3.125em;
    max-width: 56000px;
  }
}

@media (min-width: 900px) {
  .fergos section .fergs-content h3 {
    font-size: 3.3em;
    max-width: 560000px;
  }
}

@media (min-width: 950px) {
  .fergos section .fergs-content h3 {
    font-size: 3.5em;
    max-width: 60000px;
  }
}

@media (min-width: 1000px) {
  .fergos section .fergs-content h3 {
    max-width: 60000px;
    font-size: 4em;
  }
}

@media (min-width: 1266px) {
  .fergos section .fergs-content h3 {
    max-width: 700000px;
    font-size: 4em;
  }
}

@media (min-width: 1290px) {
  .fergos section .fergs-content h3 {
    max-width: 72000px;
    font-size: 4em;
  }
}

@media (min-width: 1320px) {
  .fergos section .fergs-content h3 {
    max-width: 72000px;
    font-size: 5em;
  }
}

@media (min-width: 1360px) {
  .fergos section .fergs-content h3 {
    max-width: 79000px;
    font-size: 5em;
  }
}

@media (min-width: 1460px) {
  .fergos section .fergs-content h3 {
    max-width: 79000px;
    font-size: 7em;
  }
}

@media (max-width: 336px) {
  .fergos section .fergs-content h3 {
    font-size: 2.05rem;
  }
}
/*# sourceMappingURL=Style.css.map */