:root {
  --white: #ffffff;
  --white-1: #E2E2E2;
  --skin: #f4e9d9;
  --blue: #2562f4;
  --black: #1f1f1f;
  --black-1: #696969;
  --black-2: #a2a2a2;
  --font-size-medium: 25px;
}

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

html,
body {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
  font-family: 'DM Sans', sans-serif;
}

a {
  color: var(--black);
  text-decoration: none;
}

img {
  width: 100%;
}

.text-skin {
  color: var(--skin);
}

.bg-skin {
  background: var(--skin);
}

.bg-blue {
  background: var(--blue);
}

.text-blue {
  color: var(--blue);
}

.hidden {
  opacity: 0;
}


.cl-effect-5 a {
  color: var(--black-1);
  /* font-size: 18px; */
  font-weight: 600;
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.cl-effect-5 a {
  overflow: hidden;
  padding: 0 4px;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  /* color: white; */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}



nav .website-logo {
  width: 90px;
}

nav .contact {
  width: 100px;
  height: 2.5rem;
}

nav .contact button {
  font-size: 14px;
  font-weight: 500;
}

nav .und1ine {
  position: relative;
  display: inline-block;
}

nav a {
  font-weight: 600;
  font-size: 18px;
}

nav .und1ine::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1.9px;
  background-color: var(--black);
  bottom: 0%;
  transition: width 0.2s ease-in-out;
}

nav .aH0vr:hover {
  color: var(--black-1);
  transition: color 0.3s ease-in-out;
}

nav .und1ine:hover::before {
  width: 100%;
  left: 0;
}

.add_skin_bg {
  background: var(--skin);
  transition: background 0.5s;
}

#vertical-socials {
  position: relative;
  /*top: -60px;*/
  font-size: 20px;
  font-weight: 700;
  writing-mode: vertical-rl;
}

#vertical-socials .element {
  transform: rotate(0.5turn);
}




#first_100vh .fZN1SVG {
  width: 60px;
  height: 60px;
  animation: rotate 20s linear infinite;
}

#first_100vh .maxwid {
  max-width: 350px;
}

#first_100vh .hero-text {
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
  text-transform: capitalize;
}

#first_100vh .hero-section-img {
  opacity: 0;
  position: relative;
  top: -50px;
  transition: opacity 1s, top 4s;
}

#first_100vh .hero-section-img.fade-in-from-top-active {
  opacity: 1;
  top: 0;
}

#first_100vh .hero_text1,
#first_100vh .hero_text2,
#first_100vh .hero_text3,
#first_100vh .hero_text4 {
  overflow: hidden;
}

#first_100vh .hero_text1 p,
#first_100vh .hero_text2 p,
#first_100vh .hero_text3 p,
#first_100vh .hero_text4 p {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  animation: slide-up 3s normal;
}

#first_100vh .here-section-footer .downarrow {
  width: 40px;
  height: 60px;
  animation: downarrow 10s ease infinite;
}

#first_100vh .here-section-footer .footer_text {
  white-space: nowrap;
  font-weight: 500;
  font-size: var(--font-size-medium);
}


@keyframes slide-up {
  0% {
    transform: translateY(200px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rotate {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

@keyframes downarrow {

  0% {
    transform: translateY(0rem);
  }

  50% {
    transform: translateY(0.9rem);
  }

  100% {
    transform: translateY(0rem);

  }

}




#fourth-section svg {
  width: 50px;
  height: 50px;
  fill: var(--blue);
  fill-opacity: 1;
}

#fourth-section .element {
  min-height: 300px;
  padding: 3rem 0.5rem;
  border-radius: 15px;
}

#fourth-section .element-title {
  font-size: 30px;
  margin-bottom: 1rem;
}

#fourth-section .element:hover {
  opacity: 1;
  background-color: var(--blue);
  transition: all ease-in-out 0.5s;
}

#fourth-section .element:hover svg {
  fill: white;
}

#fourth-section .element:hover p,
#fourth-section .element:hover h4 {
  color: white;
}

#fourth-section .element p {
  text-align: start;
  font-size: 17.9px;
  color: var(--black-1);
  padding: 0;
  margin: 0;
}

#fifth-section .element-data {
  color: var(--white-1);
  font-size: 130px;
  line-height: 1;
  font-weight: 900;
}

#fifth-section .element-object {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 600;
}

#sixth-section {
  background: #FAFAFA;
}

#sixth-section #h3 {
  font-size: 40px;
}

#sixth-section #h4 {
  letter-spacing: 3px;
  font-size: 15px;
}

#sixth-section .element-img {
  overflow: hidden;
  height: 200px;
  border-radius: 20px;
}

#sixth-section .element-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

#sixth-section .element img:hover {
  transform: scale(1.1);
}

#sixth-section .element h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}

#sixth-section .element h3 {
  font-size: 15px;
  font-weight: 500;
}

#seventh-section .child {
  font-weight: 700;
  font-size: 18px;
  color: var(--black-1);
}

#seventh-section .element-object {
  width: 100%;
  font-size: 95px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

#seventh-section .element-object::before {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  background-color: var(--black);
  bottom: 15%;
  right: 0;
  transition: width 0.3s ease-in-out;
}

#seventh-section .element-object:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

footer h5,
footer a {
  color: var(--black-2);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

footer {
  background: black;
  color: white;
}

footer .cl-effect-5 a:hover span,
footer .cl-effect-5 a:focus span {
  color: white;
}

footer .footer-svg {
  z-index: -30;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0%) scale(1);
}

footer .title {
  /* font-size: 20px; */
  font-weight: 800;
}

footer .attribution {
  line-height: 1.01;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
}

.contact-us .main-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
}

.contact-us .hero_text_1 {
  overflow: hidden;
}

.contact-us .hero_text_1 p {
  margin: 0;
  padding: 0;
  animation: slide-up 1.8s normal;
}

.contact-us ::placeholder {
  font-weight: 600;
  opacity: 0.7;
}

.contact-us .form-group {
  margin-bottom: 1.5rem;
}

.contact-us .input-label {
  font-weight: 500;
  font-size: 18px;
}

.contact-us .form-control {
  height: 3rem;
  box-shadow: none;
  font-weight: 600;
  opacity: 0.7;
  border: 1.5px solid;
}

.contact-us .form-control:focus {
  border: 2px solid;
}

.contact-us fieldset label {
  font-weight: 700;
  opacity: .8;
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 10px;
  cursor: pointer;
  border-radius: 7px;
  border: 1.5px solid;
}

.contact-us .form-check {
  position: relative;
  height: 3rem;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  border-radius: 7px;
  border: 1px groove;
}

.contact-us .form-check:hover {
  background: var(--skin);
}

.contact-us .form-check-input {
  height: 100%;
  width: 0px;
  height: 0;
  min-width: 0px;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.contact-us .form-check-input:checked+.form-check-label {
  background: var(--skin);
  border: 2px solid;
}

.contact-us textarea {
  min-height: 250px;
}

.contact-us #first_section {
  min-height: 80vh;
}

.contact-us #first_section #h1 {
  font-size: 1.1rem;
  font-weight: normal;
  color: var(--black-1);
}

.contact-us #first_section #h2 {
  font-size: 2rem;
  font-weight: 600;
}

.contact-us #first_section #h3 {
  letter-spacing: 2px;
  font-size: 15px;
}

.contact-us #first_section .input-field {
  width: 100%;
  height: 3rem;
  border-bottom: 1px solid var(--black-2);
}

.contact-us #first_section .input-field input {
  width: 100%;
  height: 100%;
  padding-left: 45px;
  color: var(--black-1);
}

.contact-us #first_section .input-field span:first-child {
  bottom: 25%;
}

.contact-us #first_section .input-field svg {
  opacity: 0.5;
}

.contact-us .error {
  font-weight: 600;
  font-size: 14px;
}

.contact-us #incYare {
  min-height: 100px;
}

.contact-us #incYare span:first-child {
  top: 0%;
}

.contact-us textarea {
  height: 100%;
  width: 100%;
  padding-left: 45px;
  color: var(--black-1);
}

.contact-us button {
  width: 270px;
  height: 80px;
  border: none;
  outline: none;
  background: #2f2f2f;
  color: #fff;
  font-size: 22px;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.contact-us #btnText {
  margin: 0px !important;
}

.contact-us .check-box {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: -40px;
  opacity: 0;
}

.contact-us .check-box svg {
  width: 40px;
  margin: 20px;
}

.contact-us svg path {
  stroke-width: 3;
  stroke: #fff;
  stroke-dasharray: 34;
  stroke-dashoffset: 34;
  stroke-linecap: round;
}

.contact-us .active {
  background: #ff2b75;
  transition: 1s;
}

.contact-us .active .check-box {
  right: 0;
  opacity: 1;
  transition: 1s;
}

.contact-us .active p {
  margin-right: 125px;
  transition: 1s;
}

.contact-us .active svg path {
  stroke-dashoffset: 0;
  transition: 1s;
  transition-delay: 1s;
}


#add_on1 #child1 h3 {
  font-size: 50px;
  font-weight: 900;

}


#add_on1 #child1 .child2 {
  font-weight: 500;
  font-size: var(--font-size-medium);
  opacity: 0.9;
  line-height: 1.33;
}



#add_on1 .accordion-button {
  font-weight: 600;
  font-size: 2rem;
  box-shadow: none;
  background: none;
}

#add_on1 .AniY01 {
  color: var(--black);
}

#add_on1 .AniY01:hover {
  margin-left: 0.3rem;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1);
  transition-duration: 0.7s;
}

#add_on1 .accordion-body {
  opacity: 0.9;
  font-weight: 500;
  font-size: 1.3rem;
  background-color: var(--skin);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#add_on1 .accordion-button:not(.collapsed) {
  background-color: var(--skin);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}



#add_on3 h2 {
  font-size: 38px;
}

#add_on5 h3 {
  font-size: 38px;
  font-weight: 900;
}

#add_on5 p {
  font-size: 22px;
  font-weight: 500;
}

#add_on5 .name {
  font-weight: 700;
  font-size: 25px;
  opacity: 0.8;
}

#add_on5 .description {
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
}