@font-face {
  font-family: "Saira";
  src: url(../fonts/Saira-VariableFont_wdth\,wght.ttf);
  font-display: swap;
}

:root {
  --primary: #851bff;
  --secondary: #a424ff;
  --white: #fff;
  --black-1: #262525;
  --black-2: #000000;
  --black-3: #0F172A;
  --black-4: #0F172A;
  --navy-1: rgb(27 43 255 / 10%);
  --gray-1: #CACDD3;
  --gray-2: #888888;
  --gray-3: #354357;
}

/*

==================================
    1. common
==================================

*/
body {
  font-family: "Saira", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: var(--black-1);
  overflow-x: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.my-element {
  --animate-duration: 0.5s;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  height: 100px;
}

.img,
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
.button {
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira", sans-serif;
  color: var(--black-2);
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75rem;
  color: var(--black-1);
  margin-bottom: 15px;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: white;
  background: var(--black-2);
}

.transparent-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

a:hover {
  color: inherit;
}

.about__area-1 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*
	2. header
*/
.header__inner-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
  padding: 10px 0;
}

/*
	3. hero
*/
.hero__area-1 {
  background-color: var(--navy-1);
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
}

.hero1 {
  position: relative;
}
.hero1__subtitle {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.5;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var(--black-3);
  margin-bottom: 10px;
}
.hero1__title {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 82px;
  line-height: 1.2;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--black-3);
  margin-bottom: 30px;
}
.hero1__dis1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-family: "Saira", sans-serif;
  color: var(--black-4);
  margin-bottom: 30px;
}

.heroright1 {
  position: relative;
}
.heroright1__thumb img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

.box1 {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: var(--primary);
  border-radius: 6px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 50px;
  left: 40px;
}

.box2 {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: var(--secondary);
  border-radius: 6px;
  transform: rotate(-45deg);
  position: absolute;
  top: 70px;
  right: 10px;
}

.box3 {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: var(--white);
  width: 211px;
  padding: 20px 30px;
  top: 50px;
  position: absolute;
  left: 20px;
  animation: float-bob-y 5s infinite;
}
.box3__count {
  font-weight: 700;
  font-size: 42px;
  color: var(--primary);
  display: inline-block;
  margin-right: 10px;
}
.box3__years {
  font-weight: 600;
  font-size: 20px;
}

.box3.box4 {
  top: auto;
  bottom: 20px;
  right: 30px;
  width: 237px;
  left: auto;
}
.box3.box4 .box3__count {
  color: var(--secondary);
}

.box5 {
  display: inline-block;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: var(--white);
  padding: 30px;
  position: absolute;
  right: 50px;
  top: 110px;
  width: 117px;
  animation: float-bob-y 2s infinite;
}

/*
	4. category
*/
.category__area-1 {
  padding: 100px 0;
}

.category {
  transition: 0.3s linear;
  max-width: 352px;
}
.category:hover {
  transform: translateY(-15px);
}
.category__wrapper-1 {
  display: flex;
  justify-content: space-between;
}
.category__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-1);
}
.category__dis {
  font-weight: 600;
  font-size: 18px;
  color: var(--gray-2);
  padding-top: 30px;
}
.category__count {
  font-weight: 700;
  font-size: 22px;
  font-family: "Saira", sans-serif;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.category__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--black-2);
}

/*
	5. about
*/
.about__area-1 {
  position: relative;
  padding-bottom: 100px;
}
.about__thumb {
  position: relative;
}
.about__main {
  padding-left: 100px;
}
.about__right {
  padding-left: 20px;
}
.about__subtitle {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.about__title {
  font-weight: 500;
  font-size: 48px;
  color: var(--black-2);
}
.about__dis {
  font-weight: 400;
  font-size: 18px;
  color: var(--gray-2);
  padding-top: 10px;
}
.about__wrapperinfo {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  max-width: 470px;
}
.about__info li {
  margin-bottom: 15px;
}
.about__info li span {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: var(--black-1);
  display: block;
}
.about__info li .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding-top: 5px;
  display: inline-block;
}

.about__img2 {
  position: absolute;
  bottom: -179px;
  left: 0;
  border-radius: 20px;
  padding-right: 100px;
}

.about__img3 {
  position: absolute;
  top: -26px;
  right: -31px;
}

.about__img4 {
  position: absolute;
  bottom: -21px;
  right: 25%;
}

.about__img5 {
  position: absolute;
  left: 58px;
  top: 140px;
}

/*
	6. service
*/
.service__area-1 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.service__area-2 {
  padding-top: 100px;
  padding-bottom: 0;
}
.service__area-1 .row {
  row-gap: 10px;
}
.section__wrapper {
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
}
.section__wrapper .subtitle {
  font-weight: 500;
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 5px;
}
.section__wrapper .section-title {
  font-weight: 500;
  font-size: 48px;
  color: var(--black-2);
  margin-bottom: 15px;
}
.section__wrapper .section-dis {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--gray-2);
  margin-bottom: 15px;
}

.serviceitem {
  border: 3px solid transparent;
  box-shadow: 0px 0px 20px rgb(27 31 255 / 20%);
  border-radius: 10px;
  padding: 70px 87px;
  text-align: center;
  margin-bottom: 30px;
  transition: 0.3s linear;
  height: 100%;
}
.serviceitem:hover {
  border: 3px solid var(--primary);
}
.serviceitem__thumb {
  width: 100px;
  padding: 20px;
  margin: 0 auto 20px;
  background-color: var(--primary);
  border-radius: 50%;

}
.serviceitem__content__title {
  font-weight: 600;
  font-size: 32px;
  color: var(--black-2);
  font-family: "Saira", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.serviceitem__content__price {
  font-weight: 500;
  font-size: 18px;
  color: var(--black-2);
}
.serviceitem__content__price span {
  color: var(--primary);
}
.serviceitem__content__dis {
  color: var(--gray-2);
  font-weight: 400;
  font-size: 18px;
}

/*
    SERVICE TWO
*/
.serviceitem2 {
  text-align: center;
}
.serviceitem2:hover .serviceitem2__thumb img {
  transform: scale(0.7);
}
.serviceitem2:hover .serviceitem2__content__title {
  color: var(--primary);
}
.serviceitem2__thumb {
  margin-bottom: 20px;
  background-image: url("../img/s-bg.png");
  height: 127px;
  max-width: 135px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.serviceitem2__thumb img {
  display: inline-block;
  padding-right: 30px;
  padding-top: 10px;
  transform: scale(1);
  transition: 0.3s;
}
.serviceitem2__content__title {
  font-weight: 600;
  font-size: 24px;
  color: var(--black-2);
  font-family: "Saira", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.3s;
}
.serviceitem2__content__dis {
  color: var(--gray-2);
  font-weight: 400;
  font-size: 18px;
}

/*
	11. blog
*/
.blog__area-1 {
  padding-top: 100px;
  background-color: #F8F9FA;
  margin-top: 100px;
  padding-bottom: 100px;
}
.blog__content {
  box-shadow: 0px 5px 10px rgba(15, 23, 42, 0.05);
  padding: 15px 20px;
}
.blog__content__cat {
  font-weight: 500;
  font-size: 16px;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.blog__content__title {
  font-weight: 500;
  font-size: 24px;
  color: var(--black-2);
  transition: 0.3s linear;
}

/*
	14. footer
*/
.contact_two {
  padding: 15px 0;
}

.categories h4 {
  color: var(--black-2);
  font-weight: 600;
}

.categories_list li {
  margin-bottom: 7px;
}
.categories_list li a {
  text-transform: capitalize;
}

.copyright_text {
  background: linear-gradient(94.16deg, #780bf4 -32.52%, #b779e4 134.52%);
  padding: 70px 0;
}
.copyright_text p {
  margin-bottom: 0;
  color: var(--white);
}

.google-map {
  margin-bottom: -6px;
}

.copyright__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*
	13. map
*/
.contact__area-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(94.16deg, #780bf4 -32.52%, #b779e4 134.52%);
}
.contact__wrapper {
  max-width: 715px;
}

.social {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.social:hover .social__icon {
  background-color: var(--primary);
  color: var(--white);
}
.social .social__icon path {
  transition: 0.3s;
}
.social:hover .social__icon path {
  fill: var(--white);
}
.social__icon {
  display: inline-block;
  width: 89px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  background-color: var(--white);
  border-radius: 50px;
  font-size: 30px;
  margin-right: 20px;
  transition: 0.3s;
  flex-shrink: 0;
}
.social__phone * {
  color: var(--white);
}
.social__phone * h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.field-wrapper {
  margin-bottom: 15px;
}
.field-wrapper input,
.field-wrapper textarea {
  height: 50px;
  padding: 15px;
  width: 100%;
  border-radius: 6px;
  border: 0;
}
.field-wrapper input:focus,
.field-wrapper textarea:focus {
  outline: 1px solid var(--secondary);
}
.field-wrapper textarea {
  height: 170px;
}
.field-wrapper input[type=submit] {
  background-color: #0F172A;
  color: var(--white);
  transition: 0.3s;
}
.field-wrapper input[type=submit]:hover {
  background-color: var(--primary);
  border: 0;
  outline: 0;
}
.btn-1,
.common-btn,
.btn-2 {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: var(--white);
  background-color: var(--secondary);
  font-family: "Saira", sans-serif;
  border-radius: 6px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}
.btn-1:hover,
.common-btn:hover,
.btn-2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn-2 {
  padding: 10px 35px;
  background-color: var(--primary);
  box-shadow: 0px 0px 10px rgba(38, 37, 37, 0.25);
  border-radius: 6px;
  margin-right: 25px;
  display: inline-block;
}
.btn-2:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-2:last-child {
  margin-right: 0;
}

.btn-2.btn-c {
  background-color: transparent;
  color: var(--black-2);
  box-shadow: none;
}
.btn-2:hover:hover {
  background-color: var(--secondary);
  color: var(--white);
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@media (max-width:1800px) {
  .heroright1 {
    right: 0;
  }
}
@media (max-width:1400px) {
  .hero1__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .serviceitem {
    padding: 15px;
  }
}
@media (max-width:1200px) {
  .header__menu-1 li {
    margin-right: 15px;
  }
  .box3 {
    top: 30px;
    left: 0px;
  }
  .box3.box4 {
    bottom: -40px;
  }
  .category__wrapper-1 {
    gap: 35px;
  }
  .category__item {
    padding-bottom: 10px;
  }
  .category__dis {
    padding-top: 16px;
  }
  .category {
    flex-basis: 44%;
  }
  .about__title {
    font-size: 38px;
  }
  .about__wrapperinfo {
    padding-top: 0;
  }
  .about__right {
    padding-left: 0;
  }
  .about__main {
    padding-left: 0;
  }
  .about__img3 {
    top: 0;
    right: 0;
  }
  .about__img2 {
    bottom: -180px;
    left: 20px;
    padding-right: 50px;
  }
  .img-1 {
    max-width: 200px;
  }
  .img-2 {
    max-width: 200px;
  }
}
@media (max-width:991px) {
  .category__wrapper-1 {
    flex-wrap: wrap;
  }
  .header__inner-1 {
    justify-content: center;
  }
  .img-1 {
    max-width: 120px;
  }
  .img-2 {
    max-width: 150px;
  }
  .footer__about {
    margin-bottom: 50px;
  }
  .hero__area-1 {
    display: none;
  }
  .about__img2 {
    display: none;
  }
  .responsive__thumb img {
    width: 60%;
    margin-bottom: 20px;
  }
  .responsive_text {
    padding-top: 60px;
  }
  .hero__responsive {
    text-align: center;
    position: relative;
    padding-top: 30px;
  }
  .title {
    font-size: 48px;
  }
  .sub-title {
    font-size: 36px;
  }
  .about__title {
    font-size: 28px;
  }
  .section__wrapper .section-title {
    font-size: 28px;
  }
  .serviceitem__content__title {
    font-size: 23px;
  }
  .serviceitem__content__dis {
    font-size: 16px;
  }
  .serviceitem2__content__dis {
    font-size: 16px;
  }
  .section__wrapper .section-dis {
    font-size: 16px;
  }
  .blog {
    margin-bottom: 30px;
  }
  .blog__content__title {
    font-size: 18px;
  }
  .blog__content {
    padding: 12px 12px;
  }
  .contact__area-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .copyright_text {
    padding: 30px 0;
  }
  .about__area-1 {
    padding-bottom: 50px;
  }
  .skills__area-1 {
    padding-bottom: 50px;
  }
  .portfolio__area-1 {
    padding-bottom: 50px;
  }
  .service__area-2 {
    padding-bottom: 50px;
  }
  .testimonial__area-1 {
    padding-bottom: 50px;
  }
  .blog__area-1 {
    padding-bottom: 50px;
  }
  .box3.res-box3 {
    top: 41%;
    transform: translateY(-50%);
    left: 104px;
  }
  .box3.box4.res-box4 {
    bottom: auto;
    top: 50%;
  }
  .about__img5 {
    left: 0;
    top: 0;
  }
}
@media (max-width:768px) {
  .heroright1 {
    right: auto;
    width: 47%;
    top: 25%;
  }
}
@media (max-width:576px) {
  .hero1__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hero1__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .responsive__thumb img {
    width: 90%;
  }
  .hero1__dis1 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .hero1 {
    padding-top: 180px;
  }
  .category {
    flex-basis: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    max-width: 100%;
  }
  .about__title {
    font-size: 30px;
  }
  .img-1 {
    display: none;
  }
  .img-2 {
    display: none;
  }
  .title {
    font-size: 40px;
  }
  .sub-title {
    font-size: 20px;
  }
  .section__wrapper .section-title {
    font-size: 30px;
  }
  .copyright__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .copyright_text p {
    margin-bottom: 15px;
  }
  .category__title {
    font-size: 20px;
  }
  .category__dis {
    font-size: 16px;
  }
  .about__title {
    font-size: 30px;
  }
  .section__wrapper .section-title {
    font-size: 30px;
  }
  .about__img5,
  .about__img4,
  .about__img3,
  .about__img2 {
    display: none;
  }
  .about__dis {
    font-size: 16px;
  }
  .serviceitem__thumb img {
    max-width: 66px;
  }
  .counter__volume {
    font-size: 30px;
  }
  .counter__title {
    font-size: 16px;
  }
  .testimonial__name {
    font-size: 20px;
  }
  .section__wrapper {
    margin-bottom: 30px;
  }
  .testimonial__dis {
    font-size: 16px;
    padding-bottom: 0;
  }
  .testimonial__pos {
    font-size: 16px;
  }
  .blog__area-1 {
    padding-top: 50px;
    margin-top: 50px;
  }
  .serviceitem2__content__title {
    font-size: 18px;
  }
  .serviceitem2__content__dis {
    font-size: 14px;
  }
  .section__wrapper .section-dis {
    font-size: 14px;
  }
  .serviceitem__content__dis {
    font-size: 14px;
  }
  .serviceitem__content__price {
    font-size: 16px;
  }
  .serviceitem__content__title {
    font-size: 18px;
  }
  .serviceitem__thumb {
    margin-bottom: 5px;
  }
  .about__info li span {
    font-size: 15px;
  }
  .about__info li .name {
    font-size: 14px;
  }
  .about__info li {
    margin-bottom: 0;
  }
  .about__dis {
    font-size: 14px;
  }
  .section__wrapper .subtitle {
    font-size: 16px;
  }
  .box3.res-box3 {
    top: 270px;
    width: auto;
    left: 10px;
  }
  .box3__years {
    font-size: 14px;
  }
  span.box3__count.res__count {
    font-size: 22px;
  }
  .box3.box4.res-box4 {
    width: auto;
    right: 20px;
    top: 400px;
    bottom: auto;
  }
  span.box3__count.res2__count {
    font-size: 22px;
  }
  span.box3__years.res2__years {
    font-size: 12px;
  }
}
@media (max-width:320px) {}

@media (max-width:991px) {
  .responsive_mobile_menu {
    display: block;
  }
}

@media (min-width:991px) {
  .hero__responsive {
    display: none;
  }
}
.logo-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.logo-footer img {
  width: 200px;
  filter: brightness(10%) invert(1);
}
.footer-docs {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
  padding: 30px 0;
}
.footer-docs a {
  color: var(--white);
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: var(--second-color);
}
.thanks p.thanks-text {
  color: var(--first-color);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
}

.docs {
  word-break: break-word;
  padding: 140px 0 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: var(--primary);
}
.docs a:hover {
  color: inherit;
}