@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  flex-direction: column;
  background-color: #282525;
  font-family: "Funnel Sans", sans-serif;
}

p,
h1,
h2,
h3 {
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.815);
}

body,
.fdm,
.sd1,
.sd2,
.sd3,
.tr1,
.fr1,
.tr2,
.tr3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tr2 {
  flex-direction: column;
}

.fdm {
  justify-content: flex-start;
  height: 500px;
  align-items: center;
  gap: 40px;
}

.fdmp {
  padding: 10px 30px 30px 30px;
  left: 0%;
}

.first {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.sd1,
.sd2,
.sd3,
.tr1,
.tr2,
.fr1 {
  padding: 20px 100px 20px 100px;
  gap: 75px;
}

.tr3 {
  padding: 20px;
  flex-direction: column;
  gap: 30px;
}

.csm {
  width: 400px;
  visibility: hidden;
  transform: translateX(100%);
}

.csml {
  width: 400px;
}

.csm,
.m,
.rep {
  visibility: hidden;
  transform: translateX(100%);
}

.csml,
.images {
  visibility: hidden;
  transform: translateX(-100%);
}

.csm.animate,
.rep.animate,
.m.animate {
  animation: fadeInUp 0.6s ease-out forwards;
  visibility: visible;
}

.csml.animate,
.images.animate {
  animation: fadeInUpl 0.6s ease-out forwards;
  visibility: visible;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUpl {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

p {
  visibility: hidden;
}

p.animate {
  visibility: visible;
  animation: fade 0.6s ease-out forwards;
}

.img {
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 1.5s ease-out, transform 0.6s ease-out;
}

.img.animatet {
  opacity: 1;
  transform: scale(1);
}

.m {
  width: 300px;
}

.rep {
  width: 800px;
}

.img {
  width: 110%;
}

img {
  border-radius: 5px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.progr {
  width: 100%;
  height: 4px;
}

.progr-bar {
  height: 2px;
  background: rgb(233, 23, 20);
  width: 0%;
}

.first,
.sec,
.tr,
.fr {
  padding: 30px;
  width: 100%;
  overflow: hidden;
}

.first {
  min-height: 100vh;
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

h1:hover {
  font-size: 110px;
  transition: 1s;
}

h2:hover {
  font-size: 55px;
  transition: 1s;
}

h1,
h2 {
  padding: 20 20 10 20;
  width: fit-content;
}

h1 {
  font-size: 100px;
  max-width: 800px;
}

h2 {
  font-size: 45px;
  padding-left: 100px;
}

.tr11 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.txt,
p {
  font-size: 22px;
  text-align: justify;
  line-height: 27px;
}

.htx {
  font-size: 25px;
  padding: 20px;
  line-height: 30px;
}

.images {
  border-radius: 50%;
}

.po {
  width: 600px;
}

.first {
  padding: 10px 90px;
}

@media only screen and (max-width: 1000px) {

  .sd1,
  .sd2,
  .sd3,
  .tr1,
  .tr2,
  .fr1 {
    padding: 10px 50px 10px 50px;
    gap: 36px;
  }

  .fdm,
  .sd1,
  .sd2,
  .sd3,
  .tr1,
  .fr1,
  .tr2,
  .tr3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .csm,
  .csml {
    width: 300px;
  }

  .img {
    width: 60%;
  }

  .m {
    width: 250px;
  }

  .po {
    width: 600px;
  }

  .rep {
    width: 350px;
  }

  h1 {
    font-size: 70px;
    max-width: 800px;
  }

  h2 {
    font-size: 35px;
  }

  .fdmp {
    display: flex;
    justify-content: center;
  }

  .txt,
  p {
    font-size: 18px;
    line-height: 24px;
  }

  .htx {
    font-size: 22px;
  }

  .fdm {
    justify-content: center;
    height: 500px;
    align-items: center;
    gap: 30px;
  }

  .first {
    padding: 5px 40px;
  }
}

@media only screen and (max-width: 768px) {

  .sd1,
  .sd2,
  .sd3,
  .tr1,
  .tr2,
  .fr1 {
    padding: 10px 50px 10px 50px;
    gap: 36px;
  }

  .first,
  .sec,
  .fdm,
  .sd1,
  .sd2,
  .sd3,
  .tr1,
  .fr1,
  .tr2,
  .tr3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .csm,
  .csml {
    width: 200px;
  }

  .po {
    width: 300px;
  }

  .img {
    width: 70%;
  }

  .m {
    width: 150px;
  }

  .rep {
    width: 250px;
  }

  h1 {
    font-size: 70px;
    max-width: 800px;
  }

  h2 {
    font-size: 35px;
    padding: 0px;
  }

  .fdmp {
    display: flex;
    justify-content: center;
  }

  .txt,
  p {
    font-size: 14px;
    line-height: 20px;
  }

  .htx {
    font-size: 20px;
  }

  .fdm {
    justify-content: center;
    height: 500px;
    align-items: center;
    gap: 30px;
  }

  .first {
    padding: 4px 30px;
  }
}