/*
Theme Name: Ayeverse
Author: QuboHub
Author URI: https://themeforest.net/user/qubohub
Description: Ayeverse - Multi-Purpose HTML Template
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Lora", serif;
  font-style: normal;
}

ul,
ol {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:root {
  --primary: #d589dd;
  --secondary: #5a76ff;
  --secondary-100: #5a76ff40;
  --tertiary: #090f32;
  --tertiary-dark: #151b3c;
  --tertiary-100: rgba(9, 15, 50, 0.3);
  --white: #fff;
  --gray: #cccccc;
  --gray-02: rgb(204, 204, 204, 0.2);
  --gray-light: #f3f7f8;
  --gray-dark: #4f4f4f;
}

/*
* ====================================
* headline part start
* ====================================
*/
.headline {
  padding-bottom: 60px;
}
.headline p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--secondary);
  padding-bottom: 10px;
}
.headline h2 {
  line-height: clamp(44px, 3.4vw, 64px);
  color: var(--tertiary);
}
.headline h2 span {
  color: var(--secondary);
}

.headline--2 h2,
.headline--2 p {
  color: var(--white);
}

/*
* ====================================
* headline part end
* ====================================
*/
/*
* ====================================
* padding & margin part start
* ====================================
*/
.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

/*
* ====================================
* padding & margin part end
* ====================================
*/
h1 {
  font-size: clamp(50px, 5vw, 82px);
  font-weight: 400;
}

h2 {
  font-size: clamp(44px, 3.4vw, 64px);
  font-weight: 500;
}

h3 {
  font-size: clamp(1.75rem, 1.5131rem + 1.0828vw, 2.8125rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(30px, 2.1vw, 40px);
  font-weight: 500;
}

h5 {
  font-size: clamp(26px, 1.7vw, 32px);
  font-weight: 500;
}

h6 {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 500;
}

a,
p {
  font-weight: 400;
}

/*
* ====================================
* button theme start
* ====================================
*/
.btn {
  padding: clamp(12px, 1vw, 16px) clamp(24px, 2vw, 30px);
  font-size: clamp(16px, 1.1vw, 18px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn__theme1 {
  border: 1px solid var(--gray);
  border-radius: 10px;
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.btn__theme2 {
  border-radius: 10px;
  background-color: var(--secondary);
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.btn__theme7:active, .btn__theme7:hover,
.btn__theme1:active,
.btn__theme1:hover,
.btn__theme2:active,
.btn__theme2:hover {
  background-color: var(--tertiary) !important;
  border-color: var(--tertiary) !important;
  color: var(--white) !important;
}

.btn__theme3 {
  border-radius: 10px;
  border: 1px solid var(--primary);
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.btn__theme3:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--white) !important;
}

.btn__theme4 {
  border-radius: 10px;
  background-color: var(--white);
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.btn__theme4:hover {
  background-color: var(--tertiary) !important;
  color: var(--white) !important;
}

.btn__theme5 {
  border-radius: clamp(10px, 1.2vw, 20px);
  background-color: var(--secondary);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__theme5:hover {
  background-color: var(--tertiary) !important;
  color: var(--white) !important;
}

.btn__theme6 {
  border-radius: 10px;
  background-color: var(--white);
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__theme6:hover {
  background-color: var(--tertiary) !important;
  color: var(--white) !important;
}

.btn__theme7 {
  border: 1px solid var(--gray);
  border-radius: 10px;
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 999px;
}

.btn__theme8 {
  border-radius: 10px;
  border: 1px solid var(--secondary);
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.btn__theme8:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

/*
* ====================================
* button theme end
* ====================================
*/
/*
* ====================================
* link theme start
* ====================================
*/
.link__theme1 {
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.link__theme1 i {
  color: var(--primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__theme1:hover {
  color: var(--primary);
}
.link__theme1:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.link__theme2 {
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__theme2 i {
  color: var(--tertiary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__theme2:hover {
  color: var(--primary);
}
.link__theme2:hover i {
  color: var(--primary);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.link__theme3 {
  color: var(--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__theme3 i {
  color: var(--tertiary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__theme3:hover {
  color: var(--secondary);
}
.link__theme3:hover i {
  color: var(--secondary);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/*
* ====================================
* link theme end
* ====================================
*/
/*
* ====================================
* breadcrumb part start
* ====================================
*/
.breadcrumb {
  padding-top: 272px;
  padding-bottom: 150px;
  background-color: var(--gray-light);
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.breadcrumb__left h2 {
  color: var(--trinary);
  padding-bottom: 20px;
}
.breadcrumb__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.breadcrumb__left ul li {
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--trinary);
  position: relative;
}
.breadcrumb__left ul li::after {
  font-size: 14px;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  right: -50%;
  color: var(--secondary);
}
.breadcrumb__left ul li:last-child::after {
  display: none;
}

.breadcrumb__right img {
  width: clamp(12.5rem, 11.5386rem + 4.3949vw, 16.8125rem);
}

/*
* ====================================
* breadcrumb part end
* ====================================
*/
/*
* ====================================
* navigation part start
* ====================================
*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: header_anim1 0.4s ease;
          animation: header_anim1 0.4s ease;
}
.header .container {
  border-bottom: 5px solid var(--secondary);
  padding: 27px 40px;
  border-radius: 0 0 20px 20px;
  background-color: var(--white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__fixed {
  position: fixed;
  -webkit-animation: header_ani2 0.4s ease;
          animation: header_ani2 0.4s ease;
}
.header__fixed .container {
  -webkit-box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
          box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
}

.header--2 {
  padding: 41px 0;
}
.header--2 .container {
  border-bottom: initial;
  padding: initial;
  border-radius: initial;
  background-color: initial;
  -webkit-transition: initial;
  transition: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
@media (max-width: 1200px) {
  .header--2 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header--2 {
    display: none;
  }
}
.header--2.header__fixed {
  background-color: var(--white);
  -webkit-box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
          box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
  padding: 30px 0;
}

.header--3 {
  margin-top: 20px;
}
.header--3.header__fixed {
  margin-top: 0;
}
.header--3 .container {
  padding: 20px 36px;
}

.header--4 .container {
  background-color: initial;
  border-radius: initial;
  border-width: 1px;
  border-color: var(--gray);
}
.header--4.header__fixed {
  background-color: var(--white);
  -webkit-box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
          box-shadow: rgba(19, 16, 34, 0.05) 0px 4.4px 20px -1px;
}
.header--4.header__fixed .container {
  border-bottom: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

@-webkit-keyframes header_anim1 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header_anim1 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes header_ani2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header_ani2 {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__logo img {
  width: clamp(100px, 11vw, 206px);
  height: auto;
}

.navigation {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(30px, 2.1vw, 40px);
}
.navigation__item > li {
  position: relative;
  padding: 10px 0;
}
.navigation__item > li a {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--tertiary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__item > li a.active, .navigation__item > li a:hover {
  color: var(--secondary);
}
.navigation__item > li:hover .navigation__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.navigation__item__btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--secondary);
  border: 0;
  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;
  gap: 7px;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__item__btn span {
  height: 2px;
  width: 100%;
  background-color: var(--white);
}
.navigation__item__btn span:first-child {
  width: 10px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.navigation__item__btn:hover {
  background-color: var(--primary);
}

.navigation__dropdown__toggle {
  position: relative;
}
.navigation__dropdown__toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  font-size: 10px;
}

.navigation__dropdown {
  position: absolute;
  top: 50px;
  left: 0;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  background-color: var(--white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
.navigation__dropdown li {
  border-bottom: 1px solid #ebf1f5;
}
.navigation__dropdown li a {
  padding: 10px 16px;
  width: 100%;
}
.navigation__dropdown li a:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.navigation__dropdown li:last-child {
  border-bottom: none;
}

/*
* ====================================
* navigation part end
* ====================================
*/
.m__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.m__nav__fixed {
  position: fixed;
  -webkit-animation: header_ani2 0.4s ease;
          animation: header_ani2 0.4s ease;
}
@media (max-width: 1200px) {
  .m__nav {
    display: block;
  }
}

@media (max-width: 1200px) {
  .m__nav--2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .m__nav--2 {
    display: block;
  }
}

.m__nav--2__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.m__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 12px;
}
.m__box__logo img {
  width: 190px;
}
.m__box__btn i {
  font-size: 30px;
  color: var(--secondary);
}

.m__menu {
  background-color: var(--secondary);
  display: none;
  padding: 1rem;
}
.m__menu > ul {
  padding-bottom: 1rem;
}
.m__menu > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m__menu > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.1);
}
.m__menu > ul > li:last-of-type {
  border-bottom: none;
}
.m__menu > ul > li a {
  padding: 1rem;
  color: var(--white);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m__menu__dropdown {
  display: none;
  background-color: rgba(63, 93, 239, 0.5);
}
.m__menu__dropdown li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m__menu__dropdown li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.m__menu__dropdown li:last-of-type {
  border-bottom: none;
}
.m__menu__dropdown__toggle {
  position: relative;
}
.m__menu__dropdown__toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  font-size: 10px;
}

/*
* ====================================
* mobile nav part end
* ====================================
*/
/*
* ====================================
* hero part start
* ====================================
*/
.hero {
  background-color: var(--gray-light);
  padding-top: 182px;
  padding-bottom: 43px;
  position: relative;
  z-index: 9;
  height: auto;
}

.hero__info {
  padding-bottom: 10px;
}
.hero__info h1 {
  color: var(--tertiary);
  line-height: clamp(50px, 5vw, 90px);
  padding-bottom: 40px;
}
.hero__info span {
  color: var(--secondary);
  position: relative;
}
.hero__info span img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -12px;
  width: clamp(200px, 20vw, 368px);
}
@media (max-width: 1024px) {
  .hero__info {
    padding-bottom: 100px;
  }
}

.hero__object {
  position: absolute;
  z-index: -9;
  height: 100%;
  width: 100%;
  inset: 0;
}
.hero__object img:nth-child(1) {
  position: absolute;
  top: 350px;
  right: 211px;
  -webkit-animation: zoom__anim 5s linear infinite forwards;
          animation: zoom__anim 5s linear infinite forwards;
}
.hero__object img:nth-child(2) {
  position: absolute;
  top: 380px;
  left: 240px;
  -webkit-animation: zoom__anim 6s linear infinite forwards;
          animation: zoom__anim 6s linear infinite forwards;
}
.hero__object img:nth-child(3) {
  position: absolute;
  bottom: 350px;
  left: 100px;
  -webkit-animation: zoom__anim 5s linear infinite forwards;
          animation: zoom__anim 5s linear infinite forwards;
}
.hero__object img:nth-child(4) {
  position: absolute;
  bottom: 330px;
  right: 267px;
  -webkit-animation: zoom__anim 6s linear infinite forwards;
          animation: zoom__anim 6s linear infinite forwards;
}
.hero__object img:nth-child(5) {
  position: absolute;
  bottom: 100px;
  left: 180px;
  -webkit-animation: zoom__anim 5s linear infinite forwards;
          animation: zoom__anim 5s linear infinite forwards;
}
@media (max-width: 768px) {
  .hero__object img {
    display: none;
  }
}

.hero__analysts img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
* ====================================
* hero part end
* ====================================
*/
/*
* ====================================
* service part start
* ====================================
*/
.service {
  padding: 120px 0;
}

.service__list {
  display: grid;
  grid-template-columns: 190px 1fr 350px 1fr;
  padding: clamp(36px, 3vw, 52px) clamp(30px, 2.2vw, 40px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--gray);
  border-radius: clamp(10px, 1.2vw, 20px);
  gap: 0;
}
.service__list img {
  height: clamp(40px, 3.4vw, 65px);
  width: clamp(40px, 3.4vw, 65px);
  -o-object-fit: contain;
     object-fit: contain;
}
.service__list h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.service__list p {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.service__list a {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .service__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .service__list a {
    margin-left: 0;
  }
}

.service__shape {
  position: absolute;
  -webkit-animation: zoom__anim 5s linear infinite forwards;
          animation: zoom__anim 5s linear infinite forwards;
  top: 56px;
  left: 106px;
}
@media (max-width: 1024px) {
  .service__shape {
    top: -43px;
    left: 43px;
  }
}

@-webkit-keyframes zoom__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes zoom__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*
* ====================================
* service part end
* ====================================
*/
/*
* ====================================
* about part start
* ====================================
*/
.about {
  padding-bottom: 120px;
}

.about__progressbar p,
.about__info p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}

.about__info p {
  color: var(--gray-dark);
  padding-top: 20px;
  padding-bottom: 30px;
}

.about__progressbar p {
  color: var(--tertiary);
  padding-bottom: 10px;
}
.about__progressbar .progressbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about__circle {
  height: 525px;
  width: 525px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  position: relative;
  margin-left: auto;
}
.about__circle__line {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
}
.about__circle__line:nth-child(1) {
  background-color: var(--secondary);
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__circle__line:nth-child(2) {
  background-color: var(--secondary);
  top: 186px;
  right: -15px;
}
.about__circle__line:nth-child(3) {
  background-color: var(--primary);
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__circle__img {
  position: absolute;
  width: 640px;
  left: -19px;
  top: -19px;
}
@media (max-width: 1440px) {
  .about__circle {
    height: 450px;
    width: 450px;
    margin-inline: auto;
  }
  .about__circle__line:nth-child(2) {
    top: 153px;
    right: -12px;
  }
  .about__circle__img {
    width: 550px;
  }
}
@media (max-width: 480px) {
  .about__circle {
    height: 300px;
    width: 300px;
  }
  .about__circle__line {
    height: 30px;
    width: 30px;
  }
  .about__circle__line:nth-child(1) {
    top: -15px;
  }
  .about__circle__line:nth-child(2) {
    top: 101px;
    right: -10px;
  }
  .about__circle__line:nth-child(3) {
    bottom: -15px;
  }
  .about__circle__img {
    width: 370px;
    top: -15px;
  }
}

/*
* ====================================
* about part end
* ====================================
*/
/*
* ====================================
* why choose us part start
* ====================================
*/
.timeline {
  position: relative;
  margin-bottom: 120px;
  padding: 30px 0;
}

.timeline__head {
  padding-right: clamp(50px, 5.3vw, 100px);
}
.timeline__head__text {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
  color: var(--gray-dark);
  padding-top: 30px;
  padding-bottom: 40px;
}
.timeline__head--right {
  padding-left: clamp(50px, 5.3vw, 100px);
  padding-right: 0;
}
.timeline__head--right .timeline__head__text {
  padding-bottom: 55px;
}
@media (max-width: 1024px) {
  .timeline__head {
    padding-right: 0;
  }
  .timeline__head--right {
    padding-left: 0;
  }
}

.award__box {
  height: 114px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 62px;
  padding-right: 32px;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 5px;
  margin-left: 32px;
  border-left: 1px solid var(--secondary);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
}
.award__box__icon {
  height: 64px;
  width: 64px;
  background-color: var(--primary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  top: 50%;
  left: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.award__box h4 {
  font-size: clamp(30px, 2.1vw, 40px);
  color: var(--secondary);
}
.award__box p {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: clamp(30px, 2.1vw, 40px);
  color: var(--gray-dark);
}

.timeline__line {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, rgba(90, 118, 255, 0)), color-stop(52%, var(--secondary)), to(rgba(90, 118, 255, 0)));
  background: linear-gradient(180deg, rgba(90, 118, 255, 0) -3%, var(--secondary) 52%, rgba(90, 118, 255, 0) 100%);
}
.timeline__line__circle {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  position: absolute;
}
.timeline__line__circle:nth-child(1) {
  background-color: var(--primary);
  left: -9px;
  top: 333px;
}
.timeline__line__circle:nth-child(1)::after {
  content: "";
  background-image: url("././../img/why-choose-us/shape-1.svg");
  height: 89.4px;
  width: 91.5px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -68px;
  left: 21px;
}
.timeline__line__circle:nth-child(2) {
  background-color: var(--primary);
  left: -9px;
  bottom: 485px;
}
.timeline__line__circle:nth-child(2)::after {
  content: "";
  background-image: url("././../img/why-choose-us/shape-2.svg");
  height: 89.4px;
  width: 91.5px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -68px;
  right: 21px;
}
@media (max-width: 1024px) {
  .timeline__line {
    display: none;
  }
}
@media (max-width: 1440px) {
  .timeline__line__circle:nth-child(1)::after {
    height: 70px;
    width: 72px;
    top: -48px;
  }
  .timeline__line__circle:nth-child(2)::after {
    height: 70px;
    width: 72px;
    top: -48px;
  }
}
@media (max-width: 1200px) {
  .timeline__line__circle:nth-child(1)::after {
    height: 60px;
    width: 62px;
    top: -40px;
  }
  .timeline__line__circle:nth-child(2)::after {
    height: 60px;
    width: 62px;
    top: -40px;
  }
}

.timeline__box {
  margin-left: clamp(50px, 5.3vw, 100px);
  background-color: var(--gray-light);
  padding: 40px;
  border-radius: clamp(10px, 1.2vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.timeline__box h4 {
  font-size: clamp(30px, 2.1vw, 40px);
  color: var(--tertiary);
}
.timeline__box p {
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: clamp(30px, 2.1vw, 40px);
  padding-top: 20px;
  padding-bottom: 40px;
  color: var(--gray-dark);
  border-bottom: 1px solid var(--gray);
}
.timeline__box img {
  margin-top: 30px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .timeline__box {
    margin-left: 0;
  }
}

.timeline__box2 {
  background-color: var(--gray-light);
  border-radius: clamp(10px, 1.2vw, 20px);
  padding: clamp(20px, 2.1vw, 40px) clamp(30px, 3.7vw, 70px);
  margin-right: clamp(50px, 5.3vw, 100px);
}
.timeline__box2 .row .col-12 {
  padding-bottom: 30px;
}
.timeline__box2 .row .col-12:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .timeline__box2 {
    margin-right: 0;
  }
}

.timeline__box2__card {
  background-color: var(--white);
  padding: 40px;
  border-radius: clamp(10px, 1.2vw, 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.timeline__box2__card h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 20px 0;
}
.timeline__box2__card p {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 40px;
}
.timeline__box2__card:hover {
  background-color: var(--secondary);
}
.timeline__box2__card:hover a,
.timeline__box2__card:hover i,
.timeline__box2__card:hover p,
.timeline__box2__card:hover h6 {
  color: var(--white);
}

.timeline__box2__card__icon {
  height: clamp(60px, 4.2vw, 80px);
  width: clamp(60px, 4.2vw, 80px);
  border-radius: 10px;
  background-color: var(--gray-light);
  display: grid;
  place-items: center;
}
.timeline__box2__card__icon img {
  width: 50%;
}

.timeline__shape img {
  position: absolute;
}
.timeline__shape img:nth-of-type(1) {
  top: 34rem;
  right: 0;
  width: clamp(30px, 2.6vw, 47.43px);
  -webkit-animation: timeline__shape1__anim 10s linear infinite forwards;
          animation: timeline__shape1__anim 10s linear infinite forwards;
}
.timeline__shape img:nth-of-type(2) {
  top: 38rem;
  right: 26rem;
  width: clamp(45px, 3.4vw, 63.78px);
  -webkit-animation: timeline__shape2__anim 10s linear infinite forwards;
          animation: timeline__shape2__anim 10s linear infinite forwards;
}
.timeline__shape img:nth-of-type(3) {
  bottom: 6rem;
  right: 16rem;
  width: clamp(80px, 6.4vw, 121.97px);
  -webkit-animation: timeline__shape2__anim 10s linear infinite forwards;
          animation: timeline__shape2__anim 10s linear infinite forwards;
}
@media (max-width: 1024px) {
  .timeline__shape {
    display: none;
  }
}

@-webkit-keyframes timeline__shape1__anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes timeline__shape1__anim {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes timeline__shape2__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes timeline__shape2__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*
* ====================================
* why choose us part end
* ====================================
*/
/*
* ====================================
* tab part start
* ====================================
*/
.tab {
  padding-bottom: 120px;
}
.tab .nav-tabs {
  gap: 30px;
}
.tab .nav-item {
  padding: 20px;
  width: 100%;
  border-radius: clamp(10px, 1.2vw, 20px);
}
.tab .nav-item:has(.nav-link.active) {
  background-color: var(--secondary);
  border-radius: clamp(10px, 1.2vw, 20px);
}
.tab .nav-item:has(.nav-link.active) i,
.tab .nav-item:has(.nav-link.active) a {
  color: var(--white);
}
.tab .nav-tabs {
  border: 1px solid var(--gray);
  border-radius: clamp(10px, 1.2vw, 20px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px clamp(30px, 3.2vw, 60px);
  margin-bottom: 130px;
}
.tab .nav-link {
  text-align: left;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.tab .nav-link span {
  font-size: clamp(26px, 1.7vw, 32px);
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
}
.tab .nav-link.active {
  background-color: initial;
}
.tab .nav-link.active span {
  color: var(--white);
}
@media (max-width: 1024px) {
  .tab .nav-tabs {
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom: 80px;
  }
}

.tab__img {
  background-color: var(--gray-light);
  padding: clamp(30px, 3.5vw, 60px);
  border-radius: clamp(10px, 1.2vw, 20px);
}
.tab__img img {
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 1.2vw, 20px);
}

.tab__content {
  position: relative;
}
.tab__content__shape {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91px;
  top: -131px;
}
@media (max-width: 1024px) {
  .tab__content__shape {
    top: -76px;
    width: 50px;
  }
}

.tab__content__circle {
  position: absolute;
  background-color: var(--secondary);
  border-radius: 50%;
}
.tab__content__circle--1 {
  height: 71px;
  width: 71px;
  top: 60px;
  left: -59px;
  -webkit-animation: tab__zoom__anim 10s linear infinite forwards;
          animation: tab__zoom__anim 10s linear infinite forwards;
}
.tab__content__circle--2 {
  height: 21px;
  width: 21px;
  top: 39px;
  right: -21px;
  -webkit-animation: tab__zoom__anim 5s linear infinite forwards;
          animation: tab__zoom__anim 5s linear infinite forwards;
}
.tab__content__circle--3 {
  height: 45px;
  width: 45px;
  bottom: 38px;
  left: -22.5px;
  -webkit-animation: tab__zoom__anim 8s linear infinite forwards;
          animation: tab__zoom__anim 8s linear infinite forwards;
}
.tab__content__circle--4 {
  height: 71px;
  width: 71px;
  bottom: 25px;
  right: -40px;
  background-color: var(--primary);
  -webkit-animation: tab__zoom__anim 10s linear infinite forwards;
          animation: tab__zoom__anim 10s linear infinite forwards;
}
@media (max-width: 768px) {
  .tab__content__circle--1 {
    height: 40px;
    width: 40px;
    top: -11px;
    left: -11px;
  }
  .tab__content__circle--2 {
    height: 21px;
    width: 21px;
    top: 39px;
    right: -7px;
  }
  .tab__content__circle--3 {
    height: 30px;
    width: 30px;
    bottom: 38px;
    left: -8.5px;
  }
  .tab__content__circle--4 {
    height: 40px;
    width: 40px;
    bottom: 25px;
    right: -10px;
  }
}

@-webkit-keyframes tab__zoom__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes tab__zoom__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*
* ====================================
* tab part end
* ====================================
*/
/*
* ====================================
* pricing part start
* ====================================
*/
.pricing {
  padding-bottom: 120px;
}

.pricing--2 {
  padding-top: 120px;
  padding-bottom: 0;
  margin-bottom: -70px;
}

.pricing__tab {
  background-color: var(--gray-light);
  padding: clamp(30px, 3.2vw, 60px);
  border-radius: clamp(10px, 1.2vw, 20px);
}

.pricing__tab__btn button {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  background-color: var(--white);
  padding: 12px 20px;
  width: 130px;
  margin: -2px;
  text-align: center;
  display: inline-block;
}
.pricing__tab__btn button:first-child {
  border-radius: 20px 0 0 20px;
}
.pricing__tab__btn button:last-child {
  border-radius: 0 20px 20px 0;
}
.pricing__tab__btn button.active {
  background-color: var(--secondary);
  color: var(--white);
}

.pricing__tab__list {
  padding-top: 40px;
}
.pricing__tab__list ul li a {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--tertiary);
  padding: clamp(18px, 1.4vw, 26px) 0;
  border-radius: clamp(10px, 1.2vw, 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pricing__tab__list ul li a i {
  font-size: 14px;
  vertical-align: middle;
  color: var(--primary);
  padding-right: 20px;
}
.pricing__tab__list ul li a:hover {
  background-color: var(--white);
  padding: clamp(18px, 1.4vw, 26px) clamp(26px, 3vw, 50px);
}

.pricing__tab__list--2 ul li a i {
  color: var(--primary);
}

.pricing__info {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  height: 100%;
}

.pricing__info__line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(20px, 1.6vw, 30px) clamp(20px, 2.1vw, 40px);
  border-radius: clamp(10px, 1.1vw, 20px);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing__info__line h6 {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing__info__line > span {
  font-size: clamp(16px, 1vw, 18px);
  color: var(--gray-dark);
  height: clamp(40px, 2.8vw, 50px);
  background-color: var(--gray-02);
  width: clamp(80px, 5.9vw, 112px);
  border-radius: 50px;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing__info__line h5 {
  font-size: clamp(30px, 2.1vw, 40px);
  color: var(--tertiary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-left: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing__info__line h5 span {
  font-size: 18px;
  color: var(--gray-dark);
}
.pricing__info__line:hover {
  background-color: var(--gray-light);
}
.pricing__info__line:hover > span {
  background-color: rgba(90, 118, 255, 0.2);
  color: var(--secondary);
}

/*
* ====================================
* pricing part end
* ====================================
*/
/*
* ====================================
* testimonial part start
* ====================================
*/
.testimonial__card {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: clamp(10px, 1.2vw, 20px);
  position: relative;
  background-color: var(--white);
  margin-top: 52px;
  padding: 40px 50px 100px 50px;
}
@media (max-width: 1024px) {
  .testimonial__card {
    padding: 30px;
  }
}

.testimonial__card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial__card__head img {
  width: clamp(40px, 4.2vw, 80px);
}

.testimonial__card__rating i {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--secondary);
}

.star__none {
  color: var(--gray) !important;
}

.testimonial__card__info p {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.testimonial__card__info p:first-child {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(30px, 2.1vw, 40px);
  padding-top: 17px;
  padding-bottom: 33px;
}
.testimonial__card__info p:last-child {
  font-size: clamp(16px, 1vw, 18px);
  color: var(--gray-dark);
  padding-top: 5px;
}
.testimonial__card__info h6 {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}

.testimonial__card__profile img {
  position: absolute;
}
.testimonial__card__profile img:nth-child(1) {
  top: -50px;
  left: -27px;
  z-index: -9;
  -webkit-animation: testimonial__profile__anim 5s linear infinite forwards;
          animation: testimonial__profile__anim 5s linear infinite forwards;
}
.testimonial__card__profile img:nth-child(2) {
  top: -50px;
  right: -68px;
  z-index: -9;
  -webkit-animation: testimonial__profile__anim 14s linear infinite forwards;
          animation: testimonial__profile__anim 14s linear infinite forwards;
}
.testimonial__card__profile img:nth-child(3) {
  bottom: 150px;
  left: -80px;
  -webkit-animation: testimonial__profile__anim 5s linear infinite forwards;
          animation: testimonial__profile__anim 5s linear infinite forwards;
}
.testimonial__card__profile img:nth-child(4) {
  bottom: 68px;
  right: -65px;
  -webkit-animation: testimonial__profile__anim 8s linear infinite forwards;
          animation: testimonial__profile__anim 8s linear infinite forwards;
}
.testimonial__card__profile img:nth-child(5) {
  bottom: -42px;
  left: 42px;
  -webkit-animation: testimonial__profile__anim 10s linear infinite forwards;
          animation: testimonial__profile__anim 10s linear infinite forwards;
}
.testimonial__card__profile img:nth-child(6) {
  bottom: -62px;
  right: 130px;
  z-index: -9;
  -webkit-animation: testimonial__profile__anim 20s linear infinite forwards;
          animation: testimonial__profile__anim 20s linear infinite forwards;
}
@media (max-width: 1024px) {
  .testimonial__card__profile img {
    display: none;
  }
}

@-webkit-keyframes testimonial__profile__anim {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes testimonial__profile__anim {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/*
* ====================================
* testimonial part end
* ====================================
*/
/*
* ====================================
* newsletter part end
* ====================================
*/
.newsletter {
  -webkit-transform: translateY(190px);
          transform: translateY(190px);
}

.newsletter__box {
  border: 1px solid var(--gray);
  border-radius: clamp(10px, 1.2vw, 20px);
  overflow: hidden;
  background-color: var(--white);
}

.newsletter__img {
  position: relative;
  height: 100%;
}
.newsletter__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.newsletter__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(62%, rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 62%);
}

.newsletter__info {
  padding: clamp(30px, 3.2vw, 60px) clamp(20px, 4.2vw, 80px);
  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;
  height: 100%;
}
.newsletter__info h2 {
  padding-bottom: 40px;
  color: var(--tertiary);
}
.newsletter__info__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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;
}
.newsletter__info__form input {
  height: 60px;
  border-radius: clamp(10px, 1.2vw, 20px);
  width: 100%;
  padding: 0 20px;
  border: none;
  background-color: var(--gray-light);
  font-family: "Plus Jakarta Sans", sans-serif;
  height: clamp(50px, 3.2vw, 60px);
}
.newsletter__info__form input:focus {
  outline-color: var(--secondary);
}
.newsletter__info__form .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: clamp(10px, 1.2vw, 20px);
}
@media (max-width: 480px) {
  .newsletter__info__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .newsletter__info__form .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

/*
* ====================================
* newsletter end end
* ====================================
*/
/*
* ====================================
* footer end end
* ====================================
*/
/*
* ====================================
* footer 1 part start
* ====================================
*/
.footer {
  padding-top: 250px;
  background-color: var(--gray-light);
  background-image: url("././../img/footer/footer-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .footer {
    background-size: initial;
  }
}

.footer__left img {
  width: clamp(160px, 10vw + 1rem, 206px);
}
.footer__left p {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(30px, 2.1vw, 40px);
  padding-top: 39px;
  padding-bottom: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer__head {
  padding-bottom: clamp(3.75rem, 3.4713rem + 1.2739vw, 5rem);
}

.social__media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.social__media ul li a {
  font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
  color: var(--tertiary-100);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.social__media ul li a:hover {
  color: var(--primary);
}
.social__media ul li a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: var(--gray);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -23px;
}
.social__media ul li:last-child a::after {
  display: none;
}

.footer_menu h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.footer_menu__box {
  padding-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 63px;
}
.footer_menu__box ul li {
  padding-bottom: 20px;
}
.footer_menu__box ul li:last-child {
  padding-bottom: 0;
}
.footer_menu__box ul li a {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer_menu__box ul li a i {
  color: var(--primary);
  font-size: 12px;
}
.footer_menu__box ul li a:hover {
  color: var(--primary);
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
@media (max-width: 768px) {
  .footer_menu__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}

.footer_quick h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer_quick ul {
  padding-top: 39px;
}
.footer_quick ul li {
  padding-bottom: 20px;
}
.footer_quick ul li:last-child {
  padding-bottom: 0;
}
.footer_quick ul li a {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer_quick ul li a:hover {
  color: var(--primary);
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.footer__copyright {
  border-top: 1px solid var(--gray);
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footer__copyright p {
  font-size: clamp(14px, 1.4vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer__copyright p a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--gray-dark);
}
.footer__copyright p a:hover {
  color: var(--primary);
}
.footer__copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 1.6vw, 30px);
}
.footer__copyright ul li a {
  font-size: clamp(14px, 1.4vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__copyright ul li a:hover {
  color: var(--primary);
}
@media (max-width: 768px) {
  .footer__copyright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*
* ====================================
* footer 1 part end
* ====================================
*/
/*
* ====================================
* footer 2 part start
* ====================================
*/
.footer-2 {
  background-color: var(--gray-light);
  padding: 120px 0;
  position: relative;
  z-index: 9;
}

.footer-2__wrapper {
  background-color: var(--white);
  border-radius: clamp(10px, 1.2vw, 20px);
  position: relative;
}
.footer-2__wrapper-top {
  padding-top: 80px;
  padding-left: clamp(30px, 3.2vw, 60px);
  padding-right: clamp(30px, 3.2vw, 60px);
  padding-bottom: 97px;
}
.footer-2__wrapper-bottom {
  padding: 30px 60px;
  border-top: 1px solid var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-2__wrapper-bottom p {
  font-size: clamp(14px, 1.1vw, 18px);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
  color: var(--gray-dark);
}
.footer-2__wrapper-bottom p a {
  color: var(--gray-dark);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-2__wrapper-bottom p a:hover {
  color: var(--primary);
}
.footer-2__wrapper-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
.footer-2__wrapper-bottom ul li a {
  font-size: clamp(14px, 1.1vw, 18px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  line-height: clamp(30px, 2.1vw, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-2__wrapper-bottom ul li a:hover {
  color: var(--primary);
}
.footer-2__wrapper__circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -63px;
  z-index: -9;
}
.footer-2__wrapper__shape {
  position: absolute;
  top: 88px;
  right: -105px;
  z-index: -9;
}
@media (max-width: 1200px) {
  .footer-2__wrapper__circle {
    width: 80px;
    left: -40px;
  }
  .footer-2__wrapper__shape {
    width: 80px;
    right: -78px;
  }
}
@media (max-width: 1024px) {
  .footer-2__wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px clamp(10px, 3.2vw, 60px);
    gap: 15px;
  }
  .footer-2__wrapper-bottom ul {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .footer-2__wrapper__circle, .footer-2__wrapper__shape {
    display: none;
  }
}

.footer-2__left h2 {
  font-size: clamp(40px, 3.7vw, 70px);
  line-height: clamp(40px, 3.7vw, 70px);
  color: var(--tertiary);
}
.footer-2__left p {
  font-size: clamp(14px, 1.4vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
  padding-top: 20px;
  padding-bottom: 40px;
}

.social__media-2 ul li a {
  color: var(--tertiary);
}
.social__media-2 ul li a:hover {
  color: var(--secondary);
}

.footer-2__links h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: clamp(24px, 2vw, 30px);
}
.footer-2__links ul li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  line-height: clamp(30px, 2.1vw, 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-2__links ul li a:hover {
  color: var(--secondary);
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.footer-2__subscribe h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: clamp(24px, 2vw, 30px);
}
.footer-2__subscribe p {
  font-size: clamp(14px, 1.4vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}

.footer-2__subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
.footer-2__subscribe-form input {
  font-size: clamp(16px, 1.1vw, 18px);
  height: 60px;
  border: 1px solid var(--gray);
  border-radius: clamp(10px, 1.2vw, 20px) 0 0 clamp(10px, 1.2vw, 20px);
  padding: 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  width: 100%;
}
.footer-2__subscribe-form input::-webkit-input-placeholder {
  color: var(--tertiary);
}
.footer-2__subscribe-form input::-moz-placeholder {
  color: var(--tertiary);
}
.footer-2__subscribe-form input:-ms-input-placeholder {
  color: var(--tertiary);
}
.footer-2__subscribe-form input::-ms-input-placeholder {
  color: var(--tertiary);
}
.footer-2__subscribe-form input::placeholder {
  color: var(--tertiary);
}
.footer-2__subscribe-form input:focus {
  outline: none;
}
.footer-2__subscribe-form button {
  height: 60px;
  width: 60px;
  border-radius: 0 clamp(10px, 1.2vw, 20px) clamp(10px, 1.2vw, 20px) 0;
  background-color: var(--secondary);
  border: none;
  color: var(--white);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-2__subscribe-form button:hover {
  background-color: var(--primary);
}

/*
* ====================================
* footer 2 part end
* ====================================
*/
.footer--3 {
  background-image: none;
  padding-top: 80px;
}
.footer--3 .footer__head {
  padding-bottom: 80px;
}
.footer--3 .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}
.footer--3__contact {
  padding: 30px;
  background-color: var(--white);
  border-radius: clamp(10px, 1.2vw, 20px);
}
.footer--3__contact h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  padding-bottom: 25px;
}
.footer--3__contact ul li {
  font-size: clamp(14px, 1.4vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 10px;
  vertical-align: middle;
}
.footer--3__contact ul li:last-child {
  padding-bottom: 0;
}
.footer--3__contact ul li i {
  font-size: 16px;
  padding-right: 10px;
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .footer--3 .footer_menu {
    gap: 60px;
  }
}

/*
* ====================================
* footer end end
* ====================================
*/
/*
* ====================================
* sidebar part start
* ====================================
*/
.sidebar-contact {
  padding: 20px;
}
.sidebar-contact__info {
  padding-bottom: 30px;
}
.sidebar-contact__info p {
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  padding-bottom: 30px;
}
.sidebar-contact__info p:last-of-type {
  padding-bottom: 0;
}
.sidebar-contact__details {
  padding-bottom: 30px;
}
.sidebar-contact__details h4 {
  padding-bottom: 20px;
}
.sidebar-contact__details ul li {
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  padding-bottom: 8px;
}
.sidebar-contact__details ul li i {
  padding-right: 6px;
}
.sidebar-contact__details ul li:last-child {
  padding-bottom: 0;
}
.sidebar-contact form {
  padding-bottom: 30px;
}

/*
* ====================================
* sidebar part end
* ====================================
*/
/*
* ====================================
* hero part start
* ====================================
*/
.hero__2 {
  padding-top: 182px;
  padding-bottom: 98px;
  position: relative;
}
.hero__2__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -9;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__2__shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
}
.hero__2__shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86px;
}
@media (max-width: 1440px) {
  .hero__2__shape2 {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .hero__2__shape1 {
    width: 30px;
  }
  .hero__2__shape2 {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .hero__2__shape1 {
    width: 20px;
  }
  .hero__2__shape2 {
    width: 40px;
  }
}

.hero__2__info {
  padding-right: 65px;
}
.hero__2__info p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--secondary);
}
.hero__2__info h2 {
  color: var(--tertiary);
  line-height: clamp(55px, 4.2vw, 80px);
  padding-top: 20px;
  padding-bottom: 33px;
}
@media (max-width: 768px) {
  .hero__2__info {
    padding-right: 0;
  }
}

.hero__2__img {
  position: relative;
  width: 469px;
  margin-inline: auto;
}
.hero__2__img__man {
  width: 100%;
}
.hero__2__img__circle {
  position: absolute;
  -webkit-animation: hero__circle__anim 5s infinite linear;
          animation: hero__circle__anim 5s infinite linear;
  width: 92.7px;
  bottom: 239px;
  left: -22px;
}
.hero__2__img__circle2 {
  position: absolute;
  left: -126px;
  bottom: -25px;
  width: 127px;
}
.hero__2__img__happy {
  position: absolute;
  bottom: 70px;
  right: -110px;
  width: 336px;
}
@media (max-width: 1440px) {
  .hero__2__img {
    width: 400px;
  }
  .hero__2__img__circle {
    bottom: 188px;
  }
  .hero__2__img__circle2 {
    width: 100px;
    left: -96px;
  }
  .hero__2__img__happy {
    width: 280px;
    right: -83px;
  }
}
@media (max-width: 1024px) {
  .hero__2__img {
    width: 300px;
  }
  .hero__2__img__circle {
    width: 76px;
    bottom: 133px;
  }
  .hero__2__img__happy {
    width: 200px;
    right: -56px;
    bottom: 54px;
  }
}
@media (max-width: 768px) {
  .hero__2__img {
    width: 250px;
  }
  .hero__2__img__circle {
    width: 63px;
    bottom: 110px;
  }
  .hero__2__img__circle2 {
    width: 50px;
    left: -40px;
  }
  .hero__2__img__happy {
    width: 160px;
    right: -42px;
    bottom: 45px;
  }
}

@-webkit-keyframes hero__circle__anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hero__circle__anim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
* ====================================
* hero part end
* ====================================
*/
/*
* ====================================
* latest service part start
* ====================================
*/
.latest__service {
  padding: 120px 0;
  position: relative;
  margin-bottom: 0;
}
.latest__service .arrow__btn {
  bottom: 0;
  left: 50%;
}
@media (max-width: 768px) {
  .latest__service {
    margin-bottom: 120px;
  }
  .latest__service .arrow__btn {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.latest__service__card {
  background-color: var(--gray-light);
  padding: 40px;
  border-radius: clamp(10px, 1.2vw, 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest__service__card > div {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  background-color: var(--white);
  display: grid;
  place-items: center;
}
.latest__service__card h6 {
  color: var(--tertiary);
  padding-top: 55px;
  padding-bottom: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest__service__card:hover {
  background-color: var(--secondary);
}
.latest__service__card:hover a,
.latest__service__card:hover i,
.latest__service__card:hover h6 {
  color: var(--white);
}

.arrow__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 1.6vw, 30px);
}
.arrow__btn button {
  height: clamp(60px, 4.5vw, 80px);
  width: clamp(60px, 4.5vw, 80px);
  border: 1px solid var(--gray);
  border-radius: 10px;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.arrow__btn button svg {
  width: clamp(20px, 1.6vw, 29px);
}
.arrow__btn button svg path {
  fill: var(--tertiary);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow__btn button:hover {
  border-color: var(--tertiary);
}
.arrow__btn button:hover svg path {
  opacity: 1;
}

/*
* ====================================
* latest service part end
* ====================================
*/
/*
* ====================================
* latest project part start
* ====================================
*/
.latest__project {
  padding-bottom: 120px;
}

.latest__project__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.8vw, 32px);
  padding: 20px 30px;
  border-radius: clamp(10px, 1.2vw, 20px);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.latest__project__filter button {
  font-size: clamp(18px, 1.1vw, 20px);
  height: 57px;
  border: none;
  padding: 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: none;
  border-radius: 10px;
  color: var(--tertiary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.latest__project__filter button:hover, .latest__project__filter button.active {
  background-color: var(--gray-light);
}
@media (max-width: 480px) {
  .latest__project__filter {
    padding: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.latest__project__img {
  margin-bottom: 24px;
}
.latest__project__img img {
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 1.2vw, 20px);
}

/*
* ====================================
* latest project part end
* ====================================
*/
/*
* ====================================
* my skill part start
* ====================================
*/
.my__skill {
  padding-bottom: 120px;
}

.my__skill__card1 {
  background-color: var(--secondary);
  padding: clamp(20px, 2.1vw, 40px);
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
}
.my__skill__card1 > h4 {
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.my__skill__card1 > p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 30px;
  padding-bottom: 45px;
}

.my__skill__card1__ward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: clamp(12px, 1.4vw, 25px) clamp(24px, 2vw, 30px);
  border-radius: clamp(10px, 1.2vw, 20px);
  background-color: var(--white);
}
.my__skill__card1__ward div:first-of-type {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: var(--primary);
  display: grid;
  place-items: center;
}
.my__skill__card1__ward div:last-of-type h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.my__skill__card1__ward div:last-of-type p {
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}

.my__skill__card2 {
  background-color: var(--gray-light);
  padding: clamp(20px, 2.1vw, 40px) clamp(24px, 2vw, 30px);
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
}
.my__skill__card2 h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.my__skill__card2 p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
  padding-top: 30px;
  padding-bottom: 20px;
}
.my__skill__card2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.my__skill__card2 ul li {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.my__skill__card2 ul li i {
  font-size: 12px;
}

.my__skill__card3 {
  background-color: var(--white);
  padding: clamp(20px, 2.1vw, 40px) clamp(24px, 2vw, 30px);
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  height: 100%;
}
.my__skill__card3 h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.my__skill__card3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  padding-top: 30px;
}
.my__skill__card3 ul li {
  font-size: clamp(20px, 1.3vw, 24px);
  background-color: var(--secondary);
  color: var(--white);
  padding: 15px 10px;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.my__skill__card4 {
  background-color: var(--primary);
  padding: clamp(26px, 3vw, 50px) clamp(30px, 3.2vw, 60px);
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
}
.my__skill__card4 h2 {
  color: var(--white);
}
.my__skill__card4 p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 20px;
  padding-bottom: 30px;
}

.my__skill__card5 {
  background-color: var(--secondary);
  padding: clamp(26px, 3vw, 50px) clamp(30px, 3.2vw, 60px);
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
}
.my__skill__card5 > div {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--white);
  display: grid;
  place-items: center;
}
.my__skill__card5 h4 {
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 20px;
  padding-bottom: 30px;
}
.my__skill__card5 p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.my__skill__shape img {
  position: absolute;
}
.my__skill__shape img:first-of-type {
  top: -77px;
  right: -39px;
  z-index: -9;
  -webkit-animation: my__skill__shape__anim 10s infinite linear;
          animation: my__skill__shape__anim 10s infinite linear;
}
.my__skill__shape img:last-of-type {
  top: 350px;
  right: -145px;
  z-index: -9;
  -webkit-animation: my__skill__shape__anim 5s infinite linear;
          animation: my__skill__shape__anim 5s infinite linear;
}
@media (max-width: 1760px) {
  .my__skill__shape img:last-of-type {
    right: -105px;
  }
}
@media (max-width: 1600px) {
  .my__skill__shape img:last-of-type {
    right: -80px;
  }
}
@media (max-width: 1536px) {
  .my__skill__shape img:last-of-type {
    right: -50px;
  }
}
@media (max-width: 1024px) {
  .my__skill__shape img {
    width: 100px;
  }
  .my__skill__shape img:first-of-type {
    top: -58px;
    right: -33px;
  }
}
@media (max-width: 768px) {
  .my__skill__shape img:last-of-type {
    display: none;
  }
}
@media (max-width: 480px) {
  .my__skill__shape img:first-of-type {
    display: none;
  }
}

@-webkit-keyframes my__skill__shape__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes my__skill__shape__anim {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*
* ====================================
* my skill part end
* ====================================
*/
/*
* ====================================
* skill progress part start
* ====================================
*/
.skill__progress {
  padding-bottom: 120px;
}

.skill__progress__text {
  width: 440px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .skill__progress__text {
    width: 100%;
    margin-left: 0;
  }
}

.skill__progress__text p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}

.skill__progress__box {
  margin-bottom: 52px;
}
.skill__progress__box__icon {
  height: clamp(60px, 5.3vw, 100px);
  width: clamp(60px, 5.3vw, 100px);
  background-color: var(--gray-light);
  border-radius: 10px;
  padding: 17px;
  margin-bottom: 20px;
}
.skill__progress__box__icon img {
  width: 100%;
  height: 100%;
}
.skill__progress__box .progressbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.skill__progress__box .percentCount {
  margin-top: -50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

.progress__bar {
  height: 10px;
  width: 100%;
  background-color: var(--gray-light);
  border-radius: 60px;
}
.progress__bar__line {
  height: 100%;
  width: 0;
  border-radius: 60px;
  -webkit-transition: width 1.5s;
  transition: width 1.5s;
  position: relative;
}
.progress__bar__line::before {
  content: attr(data-text);
  position: absolute;
  top: -40px;
  right: 0;
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}

.progress__bar--2 {
  margin-bottom: 40px;
}

.progress__bar__line--2::before {
  display: none;
}

/*
* ====================================
* skill progress part end
* ====================================
*/
/*
* ====================================
* skill progress part start
* ====================================
*/
.testimonial__2 {
  background-color: var(--primary);
  padding-top: 120px;
  padding-bottom: 405px;
  background-image: url("././../img/testimonials/testimonial-2/bg-style.png");
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  margin-bottom: 400px;
}
@media (max-width: 1440px) {
  .testimonial__2 {
    margin-bottom: 300px;
  }
}
@media (max-width: 1024px) {
  .testimonial__2 {
    margin-bottom: 150px;
    padding: 120px 0;
  }
}

.t2__slider {
  position: absolute;
  width: 100%;
  top: 336px;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .t2__slider {
    position: static;
  }
}

.t2__slider__left__img {
  display: inline-block;
  position: relative;
}
.t2__slider__left__img img:first-of-type {
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 661px;
  width: 740px;
  -o-object-fit: cover;
     object-fit: cover;
}
.t2__slider__left__img img:last-of-type {
  position: absolute;
  right: -68px;
  bottom: 0;
}
@media (max-width: 1440px) {
  .t2__slider__left__img img:first-of-type {
    height: 560px;
  }
}
@media (max-width: 1200px) {
  .t2__slider__left__img img:first-of-type {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .t2__slider__left__img img:last-of-type, .t2__slider__left__img img:first-of-type {
    display: none;
  }
}

.t2__slider__right {
  position: absolute;
  top: calc(50% + 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 700px;
  border-radius: clamp(10px, 1.2vw, 20px);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .t2__slider__right {
    position: static;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
  }
}

.t2__slider__box {
  padding: clamp(30px, 3.2vw, 60px);
  border-radius: clamp(10px, 1.2vw, 20px);
  background-color: var(--white);
  height: 100%;
}
.t2__slider__box img {
  width: clamp(43px, 3vw, 56px);
  height: clamp(52px, 3.4vw, 64px);
}
.t2__slider__box > p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(30px, 2.1vw, 40px);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 20px;
  padding-bottom: clamp(40px, 3.2vw, 60px);
}

.t2__slider__author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.t2__slider__author__info div:first-of-type img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.t2__slider__author__info div:last-of-type h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.t2__slider__author__info div:last-of-type p {
  font-size: clamp(16px, 1vw, 18px);
  color: var(--gray-dark);
  line-height: 35px;
}
@media (max-width: 480px) {
  .t2__slider__author__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.t2__slider__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.t2__slider__author__star i {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--secondary);
}

.arrow__btn--2 {
  position: absolute;
  top: 0;
  right: 0;
}
.arrow__btn--2 button {
  border-color: var(--white);
  border-radius: clamp(10px, 1.2vw, 20px);
}
.arrow__btn--2 button svg path {
  opacity: 1;
  fill: var(--white);
}
.arrow__btn--2 button:hover {
  background-color: var(--white);
  border-color: var(--white);
}
.arrow__btn--2 button:hover svg path {
  fill: var(--tertiary);
}
@media (max-width: 1024px) {
  .arrow__btn--2 {
    position: static;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*
* ====================================
* skill progress part end
* ====================================
*/
/*
* ====================================
* success story part start
* ====================================
*/
.story {
  padding-bottom: 120px;
}

.story__box {
  background-color: var(--gray-light);
  padding: clamp(30px, 3.2vw, 60px);
  border-radius: clamp(10px, 1.2vw, 20px);
}

.story__box__card {
  border-radius: clamp(10px, 1.2vw, 20px);
  overflow: hidden;
  background-color: var(--white);
  height: 100%;
}

.story__box__card__header {
  background-color: var(--secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 11px 30px;
}
.story__box__card__header span {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
  background-color: var(--white);
}
.story__box__card__header span:nth-of-type(2) {
  background-color: var(--gray-light);
}
.story__box__card__header span:nth-of-type(3) {
  background-color: var(--primary);
}

.story__box__card__info {
  padding: 30px;
}
.story__box__card__info img {
  padding: 30px 0;
}
.story__box__card__info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.story__box__card__info__head p,
.story__box__card__info__head a {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.story__box__card__info__head a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.story__box__card__info__head a:hover {
  color: var(--primary);
}
.story__box__card__info__count {
  background-color: var(--gray-light);
  height: 210px;
  border-radius: clamp(10px, 1.2vw, 20px);
  display: grid;
  place-items: center;
}
.story__box__card__info__count h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 20px;
  color: var(--tertiary);
}
.story__box__card__info__count h1 {
  color: var(--tertiary);
}
.story__box__card__info__count--blue {
  background-color: var(--secondary);
}
.story__box__card__info__count--blue h6,
.story__box__card__info__count--blue h1 {
  color: var(--white);
}
@media (max-width: 1024px) {
  .story__box__card__info__count {
    height: 150px;
  }
  .story__box__card__info__count h6 {
    padding-bottom: 10px;
  }
}

.story__box__card-2 {
  background-color: var(--white);
  padding: 30px;
  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;
  text-align: center;
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
}
.story__box__card-2 > div {
  height: clamp(60px, 4.2vw, 80px);
  width: clamp(60px, 4.2vw, 80px);
  display: grid;
  place-items: center;
  padding: 17px;
  background-color: var(--gray-light);
  border-radius: 10px;
}
.story__box__card-2 > div img {
  width: 100%;
}
.story__box__card-2 h6 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.story__box__card-2 p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}

.story__box__card-3 {
  background-color: var(--white);
  padding: 34px 30px;
  border-radius: clamp(10px, 1.2vw, 20px);
  height: 100%;
  gap: clamp(20px, 1.6vw, 30px);
}
.story__box__card-3 p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*
* ====================================
* success story part end
* ====================================
*/
/*
* ====================================
* hero part start
* ====================================
*/
.hero-3 {
  padding-top: 180px;
  background-image: url("././../img/heros/home-3/hero-bg-1.png"), url("././../img/heros/home-3/hero-bg-2.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 1024px) {
  .hero-3 {
    background-position: top left, bottom left;
    background-size: contain;
  }
}

.hero-3__img-wrapper {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
@media (max-width: 1024px) {
  .hero-3__img-wrapper {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 50px;
  }
}

.hero-3__info {
  position: relative;
  z-index: 9;
}
.hero-3__info h1 {
  color: var(--tertiary);
  line-height: clamp(3.125rem, 2.5677rem + 2.5478vw, 5.625rem);
}
.hero-3__info h1 span {
  position: relative;
}
.hero-3__info h1 span img {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -9;
  width: 100%;
}
.hero-3__info p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(1.75rem, 1.5828rem + 0.7643vw, 2.5rem);
  padding-top: 20px;
  padding-bottom: 40px;
}

.hero-3__img img {
  height: auto;
  width: 100%;
  border-radius: clamp(10px, 1.2vw, 20px);
}
.hero-3__img--1 {
  margin-top: 40px;
}
.hero-3__img--2 {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .hero-3__img--1, .hero-3__img--2 {
    margin-top: 0;
    margin-bottom: 32px;
  }
}

/*
* ====================================
* hero part end
* ====================================
*/
/*
* ====================================
* brands part start
* ====================================
*/
.branding {
  margin-top: 120px;
  padding: 40px 0;
  background-color: var(--secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 127px;
}
.branding__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 127px;
  -webkit-animation: branding-logo 30s infinite linear forwards;
          animation: branding-logo 30s infinite linear forwards;
}
.branding__logo img {
  height: auto;
}
@media (max-width: 768px) {
  .branding {
    gap: 70px;
  }
  .branding__logo {
    gap: 70px;
  }
  .branding__logo img {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .branding {
    gap: 50px;
  }
  .branding__logo {
    gap: 50px;
  }
  .branding__logo img {
    width: 100px;
  }
}

@-webkit-keyframes branding-logo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes branding-logo {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/*
* ====================================
* brands part end
* ====================================
*/
/*
* ====================================
* solution part start
* ====================================
*/
.solution {
  padding: 120px 0;
  position: relative;
}
.solution .swiper-slide {
  padding-top: 42px;
}
@media (max-width: 1024px) {
  .solution {
    margin-bottom: 120px;
  }
  .solution .arrow__btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.solution__card {
  background-color: var(--gray-light);
  padding: 60px 30px 30px 30px;
  border-radius: clamp(10px, 1.2vw, 20px);
  position: relative;
}
.solution__card h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.solution__card p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(1.75rem, 1.5828rem + 0.7643vw, 2.5rem);
  padding-top: 15px;
  padding-bottom: 30px;
}

.solution__card-icon {
  height: 80px;
  width: 80px;
  border-radius: clamp(10px, 1.2vw, 20px);
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--secondary);
  display: grid;
  place-items: center;
  padding: 16px;
}
.solution__card-icon img {
  height: 100%;
  width: 100%;
}
.solution__card-icon--2 {
  background-color: var(--primary);
}

/*
* ====================================
* solution part end
* ====================================
*/
/*
* ====================================
* productivity part start
* ====================================
*/
.productivity {
  padding-bottom: 120px;
}

.productivity__left {
  position: relative;
}
.productivity__left-main-img {
  width: 100%;
  height: auto;
  padding-right: 30px;
}
.productivity__left-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.productivity__left-shape-2 {
  position: absolute;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .productivity__left-shape-2, .productivity__left-shape-1 {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .productivity__left-shape-2, .productivity__left-shape-1 {
    width: initial;
  }
}
@media (max-width: 480px) {
  .productivity__left-shape-2, .productivity__left-shape-1 {
    width: 60px;
  }
}

.productivity__right h2 {
  color: var(--tertiary);
  line-height: 64px;
}
.productivity__right p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(1.75rem, 1.5828rem + 0.7643vw, 2.5rem);
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .productivity__right p {
    padding: 20px 0;
  }
}

.communication__left-list,
.productivity__right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
}
.communication__left-list ul,
.productivity__right-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.9375rem, 0.7285rem + 0.9554vw, 1.875rem);
}
.communication__left-list ul li,
.productivity__right-list ul li {
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  position: relative;
  padding-left: 30px;
}
.communication__left-list ul li::before,
.productivity__right-list ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--secondary);
}
@media (max-width: 1200px) {
  .communication__left-list,
  .productivity__right-list {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .communication__left-list,
  .productivity__right-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .communication__left-list ul,
  .productivity__right-list ul {
    gap: 20px;
  }
}

/*
* ====================================
* productivity part end
* ====================================
*/
/*
* ====================================
* communication part start
* ====================================
*/
.communication {
  padding-bottom: 120px;
}

.communication__left-list {
  padding-bottom: 0;
}

.communication__left h2 {
  color: var(--tertiary);
  line-height: 64px;
  padding-bottom: clamp(1.875rem, 1.457rem + 1.9108vw, 3.75rem);
}

.communication__right {
  position: relative;
}
.communication__right-main-img {
  height: auto;
  width: 100%;
  padding-left: 40px;
}
.communication__right-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .communication__right-shape-1 {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .communication__right-shape-1 {
    width: 50px;
  }
}

.communication__right-box {
  position: absolute;
  top: 76px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--tertiary-dark);
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
}
.communication__right-box__left {
  position: relative;
  width: 115px;
}
.communication__right-box__left img:nth-child(2) {
  position: absolute;
  left: 30px;
}
.communication__right-box__left img:nth-child(3) {
  position: absolute;
  left: 60px;
}
.communication__right-box__right h4 {
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.communication__right-box__right p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--white);
}
@media (max-width: 480px) {
  .communication__right-box__left {
    width: 81px;
  }
  .communication__right-box__left img {
    width: 40px;
  }
  .communication__right-box__left img:nth-child(2) {
    left: 20px;
  }
  .communication__right-box__left img:nth-child(3) {
    left: 40px;
  }
  .communication__right-box__right h4 {
    font-size: 18px;
  }
  .communication__right-box__right p {
    font-size: 14px;
  }
}

/*
* ====================================
* communication part end
* ====================================
*/
/*
* ====================================
* enhancing part start
* ====================================
*/
.enhancing {
  background-color: var(--tertiary);
  padding: 120px 0;
  background-image: url("././../img/enhancing/bg-img-1.png"), url("././../img/enhancing/bg-img-2.png");
  background-repeat: no-repeat;
  background-position: bottom left, top right;
  background-size: auto 94%, auto auto;
}
.enhancing .headline h2 {
  color: var(--white);
}
@media (max-width: 1760px) {
  .enhancing {
    background-size: auto 90%, auto 60%;
  }
}
@media (max-width: 1600px) {
  .enhancing {
    background-size: auto 90%, auto 50%;
  }
}
@media (max-width: 1200px) {
  .enhancing {
    background-size: auto 80%, auto 50%;
  }
}
@media (max-width: 1024px) {
  .enhancing {
    background-size: auto 70%, auto 50%;
  }
}
@media (max-width: 480px) {
  .enhancing {
    background-size: auto 40%, auto 30%;
  }
}

.enhancing__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
.enhancing__stack:last-of-type {
  padding-bottom: 0;
}

.enhancing__stack__tool {
  height: 105px;
  width: 300px;
  border-radius: 999px;
  background-color: var(--tertiary-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  gap: 40px;
}
.enhancing__stack__tool p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--white);
}
.enhancing__stack__tool--2 {
  width: 151px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1440px) {
  .enhancing__stack__tool {
    gap: 30px;
    height: 94px;
    width: 260px;
  }
  .enhancing__stack__tool-icon img {
    height: 50px;
  }
  .enhancing__stack__tool--2 {
    width: 124px;
  }
}
@media (max-width: 1024px) {
  .enhancing__stack__tool {
    height: 80px;
    padding: 15px 20px;
  }
  .enhancing__stack__tool-icon img {
    height: 40px;
  }
  .enhancing__stack__tool--2 {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .enhancing__stack__tool {
    width: auto;
    height: 63px;
    gap: 20px;
  }
  .enhancing__stack__tool-icon img {
    height: 30px;
  }
}
@media (max-width: 480px) {
  .enhancing__stack__tool {
    width: auto;
    height: 67px;
    gap: 15px;
  }
  .enhancing__stack__tool-icon img {
    height: 25px;
  }
}

/*
* ====================================
* enhancing part end
* ====================================
*/
/*
* ====================================
* enhancing 2 part start
* ====================================
*/
.enhancing-2 {
  padding: 120px 0;
  margin-bottom: 120px;
}
.enhancing-2 .swiper {
  overflow: initial;
}
.enhancing-2 .swiper-scrollbar {
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -120px;
  height: 10px;
  background-color: var(--gray-light);
}
.enhancing-2 .swiper-scrollbar-drag {
  background-color: var(--primary);
}
.enhancing-2 .swiper-slide {
  width: 850px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.enhancing-2 .swiper-slide-active {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.enhancing-2 .swiper-slide-active .enhancing-2__card {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border: transparent;
}
@media (max-width: 1440px) {
  .enhancing-2 .swiper-slide {
    width: 700px;
  }
}
@media (max-width: 1024px) {
  .enhancing-2 .swiper-scrollbar {
    height: 8px;
  }
  .enhancing-2 .swiper-slide {
    width: 600px;
  }
}
@media (max-width: 480px) {
  .enhancing-2 .swiper-scrollbar {
    height: 7px;
  }
  .enhancing-2 .swiper-slide-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.enhancing-2__card {
  padding: clamp(1.875rem, 1.457rem + 1.9108vw, 3.75rem);
  border-radius: clamp(10px, 1.2vw, 20px);
  position: relative;
  border: 1px solid var(--gray);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--white);
}
.enhancing-2__card-icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: var(--secondary);
  display: grid;
  place-items: center;
  padding: 17px;
  position: absolute;
  top: -50px;
}
.enhancing-2__card-icon img {
  width: 100%;
  height: auto;
}
.enhancing-2__card > p {
  font-size: clamp(1.125rem, 0.9578rem + 0.7643vw, 1.875rem);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(2.125rem, 1.9021rem + 1.0191vw, 3.125rem);
  padding: 40px 0;
  color: var(--tertiary);
}
@media (max-width: 1200px) {
  .enhancing-2__card-icon {
    height: 90px;
    width: 90px;
    top: -45px;
  }
}
@media (max-width: 1024px) {
  .enhancing-2__card-icon {
    height: 80px;
    width: 80px;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .enhancing-2__card-icon {
    height: 70px;
    width: 70px;
    top: -35px;
  }
}
@media (max-width: 480px) {
  .enhancing-2__card-icon {
    height: 60px;
    width: 60px;
    top: -30px;
  }
}

.enhancing-2__card-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.enhancing-2__card-author-info h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  padding-bottom: 10px;
}
.enhancing-2__card-author-info p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}
@media (max-width: 768px) {
  .enhancing-2__card-author-img img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .enhancing-2__card-author-img img {
    width: 60px;
    height: 60px;
  }
}

/*
* ====================================
* enhancing 2 part end
* ====================================
*/
/*
* ====================================
* pricing 2 part end
* ====================================
*/
.pricing-2 {
  padding: 120px 0;
  background-color: var(--gray-light);
  background-image: url("././../img/pricing/bg-object.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.pricing-2__switch {
  height: 56px;
  background-color: var(--white);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
}
.pricing-2__switch button {
  font-size: 14px;
  height: 50px;
  border: 0;
  background: none;
  padding: 0 26px;
  border-radius: 14px;
  color: var(--tertiary);
}
.pricing-2__switch button.active {
  background-color: var(--secondary);
  color: var(--white);
}

.pricing-2__price-card {
  background-color: var(--white);
  padding: 40px;
  border-radius: clamp(10px, 1.2vw, 20px);
}

.pricing-2__price-card__head {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--gray);
}
.pricing-2__price-card__head p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}
.pricing-2__price-card__head h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  padding-top: 20px;
  padding-bottom: 5px;
}

.pricing-2__price-card__info {
  padding: 30px 0;
  margin-bottom: 10px;
}
.pricing-2__price-card__info ul li {
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.pricing-2__price-card__info ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  color: var(--secondary);
  padding-right: 10px;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pricing-2__price-card__info ul li:last-child {
  margin-bottom: 0;
}

.pricing-2__price-card--highlight {
  background-color: var(--secondary);
  padding: 50px 40px;
}
.pricing-2__price-card--highlight .pricing-2__price-card__head {
  border-color: var(--white);
}
.pricing-2__price-card--highlight p,
.pricing-2__price-card--highlight h4 {
  color: var(--white);
}
.pricing-2__price-card--highlight .pricing-2__price-card__info ul li {
  color: var(--white);
}
.pricing-2__price-card--highlight .pricing-2__price-card__info ul li::before {
  color: var(--white);
}
.pricing-2__price-card--highlight a {
  background-color: var(--white);
  color: var(--tertiary);
}
@media (max-width: 1024px) {
  .pricing-2__price-card--highlight {
    padding: 40px;
  }
}

.pricing-2__card {
  height: 410px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, var(--secondary)), to(rgba(90, 118, 255, 0)));
  background: linear-gradient(180deg, var(--secondary) -3%, rgba(90, 118, 255, 0) 100%);
  border: 1px solid var(--secondary);
  border-radius: clamp(10px, 1.2vw, 20px);
  position: relative;
}
.pricing-2__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3%, rgba(243, 247, 248, 0)), color-stop(48%, rgba(243, 247, 248, 0)), to(#f3f7f8));
  background: linear-gradient(180deg, rgba(243, 247, 248, 0) -3%, rgba(243, 247, 248, 0) 48%, #f3f7f8 100%);
  border-radius: clamp(10px, 1.2vw, 20px);
}
.pricing-2__card img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 480px) {
  .pricing-2__card {
    height: 360px;
  }
  .pricing-2__card img {
    height: 440px;
    width: auto;
  }
}

.pricing-2__card-2 {
  background-color: var(--white);
  height: 410px;
  border-radius: clamp(10px, 1.2vw, 20px);
  padding: 20px 20px 30px 20px;
  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;
}
.pricing-2__card-2__number {
  height: 45px;
  width: 45px;
  border-radius: clamp(10px, 1.2vw, 20px);
  background-color: var(--secondary);
  align-self: flex-start;
  display: grid;
  place-items: center;
}
.pricing-2__card-2__number span {
  font-size: 20px;
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.pricing-2__card-2__img {
  padding-top: 10px;
  padding-bottom: 30px;
}
.pricing-2__card-2__img img {
  height: 100%;
  width: auto;
}
.pricing-2__card-2 p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}

/*
* ====================================
* pricing 2 part end
* ====================================
*/
/*
* ====================================
* blog part start
* ====================================
*/
.blog {
  padding: 120px 0;
}

.blog__card__img {
  height: 286px;
  overflow: hidden;
}
.blog__card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog__card {
  background-color: var(--white);
  border-radius: clamp(10px, 1.2vw, 20px);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
.blog__card:hover .blog__card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog__card__info,
.blog__card__time {
  padding: 0 clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
}

.blog__card__time {
  padding-top: 10px;
}
.blog__card__time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.blog__card__time ul li {
  font-size: 16px;
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog__card__time ul li i {
  padding-right: 10px;
}

.blog__card__info {
  padding-bottom: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
}
.blog__card__info h6 {
  margin-top: 10px;
  margin-bottom: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
  color: var(--tertiary);
  line-height: 37px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog__card__info a:hover h6 {
  color: var(--secondary);
}

/*
* ====================================
* blog part end
* ====================================
*/
.counter {
  padding-bottom: 120px;
}

.counter__info > p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  padding-top: 30px;
  padding-bottom: 40px;
  max-width: 550px;
}

.counter__info__img {
  padding-left: 128px;
}
.counter__info__img img {
  height: auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .counter__info__img {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .counter__info__img {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .counter__info__img img {
    width: 380px;
  }
}
@media (max-width: 480px) {
  .counter__info__img img {
    width: 100%;
  }
}

.counter__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter__login input {
  width: 330px;
  height: 60px;
  padding: 0 30px;
  border-radius: clamp(10px, 1.2vw, 20px) 0 0 clamp(10px, 1.2vw, 20px);
  border: none;
  background-color: var(--gray-light);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(16px, 1.1vw, 18px);
}
.counter__login input:focus {
  outline: 1px solid var(--secondary);
}
.counter__login button {
  height: 60px;
  padding: 0 30px;
  background-color: var(--secondary);
  color: var(--white);
  border: none;
  border-radius: 0 clamp(10px, 1.2vw, 20px) clamp(10px, 1.2vw, 20px) 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.counter__login button:hover {
  background-color: var(--primary);
}

/*
* ====================================
* modified part start
* ====================================
*/
.about--2 {
  padding: 120px 0;
}

.headline--3 p {
  color: var(--primary);
}

.testimonial__2--1 {
  padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .testimonial__2--1 {
    margin-bottom: 0;
  }
}

/*
* ====================================
* modified part end
* ====================================
*/
/*
* ====================================
* service part start
* ====================================
*/
.latest__service--2 {
  padding-bottom: 0;
  margin-bottom: -70px;
}

.latest__service__card--2 {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.latest__service__card--2:hover {
  background-color: var(--secondary-100);
}
.latest__service__card--2:hover h6,
.latest__service__card--2:hover a,
.latest__service__card--2:hover i {
  color: inherit;
}

/*
* ====================================
* service part end
* ====================================
*/
/*
* ====================================
* service details part start
* ====================================
*/
.service-details {
  padding-top: 120px;
  margin-bottom: -70px;
}

.project-list {
  padding: clamp(1.5625rem, 1.3535rem + 0.9554vw, 2.5rem);
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 36px;
}
.project-list h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.project-list ul li {
  margin-bottom: 10px;
}
.project-list ul li:last-of-type {
  margin-bottom: 0;
}
.project-list ul li a {
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  padding: 13px 23px;
  border-radius: 10px;
  border: 1px solid var(--gray);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-list ul li a:hover {
  background-color: var(--gray-light);
  border-color: var(--gray-light);
}

.testimonial-short {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 40px;
  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;
}
.testimonial-short h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 10px;
}
.testimonial-short p {
  color: var(--gray-dark);
  font-size: clamp(20px, 1.3vw, 24px);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.testimonial-short__rating {
  padding: 20px 0;
}

.testimonial-short__rating i {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--secondary);
}

.social__media-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.social__media-3 ul li a {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: var(--gray-light);
  display: grid;
  place-items: center;
  color: var(--tertiary);
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social__media-3 ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.service-details__feature img {
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.service-details__feature h2 {
  color: var(--tertiary);
  line-height: clamp(44px, 3.4vw, 64px);
  padding: 30px 0;
}
.service-details__feature p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}

.service-details__goal h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.service-details__goal ul li {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.service-details__goal ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--primary);
}
.service-details__goal ul li:last-child {
  margin-bottom: 0;
}

.service-details__harder h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.service-details__harder p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}
.service-details__harder p:first-of-type {
  padding-bottom: 40px;
}
.service-details__harder p:last-of-type {
  padding-top: 30px;
}

.latest__service__card--3 {
  border: 1px solid var(--gray);
  background-color: var(--white);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.latest__service__card--3 > div {
  background-color: var(--gray-light);
}
.latest__service__card--3 h6 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.latest__service__card--3:hover {
  border-color: var(--secondary);
}

.service-details__accordion h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}

.accordion__1 .accordion-item {
  border: initial;
  border-radius: 5px;
  border: 1px solid var(--gray);
  margin-bottom: 30px;
  overflow: hidden;
}
.accordion__1 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion__1 .accordion-item h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}
.accordion__1 .accordion-item:has(.accordion-collapse.collapsing), .accordion__1 .accordion-item:has(.accordion-collapse.show) {
  border-color: var(--gray-light);
  border-radius: 10px;
  background-color: var(--gray-light);
}
.accordion__1 .accordion-body {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}
.accordion__1 .accordion-button {
  height: 77px;
  background-color: initial;
  font-size: inherit;
  gap: 1rem;
}
.accordion__1 .accordion-button::after, .accordion__1 .accordion-button::before {
  background-image: initial;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 20px;
  display: grid;
  place-items: center;
}
.accordion__1 .accordion-button.collapsed::after {
  content: "+";
  color: var(--tertiary);
}
.accordion__1 .accordion-button::after {
  content: "\f068";
  background-color: var(--white);
  color: var(--primary);
}
.accordion__1 .accordion-button:not(.collapsed) {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
@media (max-width: 480px) {
  .accordion__1 .accordion-button {
    height: 130px;
  }
}
@media (max-width: 768px) {
  .accordion__1 .accordion-button {
    height: 90px;
  }
}

/*
* ====================================
* service details part end
* ====================================
*/
/*
* ====================================
* project part start
* ====================================
*/
.project-2 {
  padding-top: 120px;
  margin-bottom: -70px;
}
.project-2__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(10px, 1.2vw, 20px);
}

/*
* ====================================
* project part end
* ====================================
*/
/*
* ====================================
* project details part start
* ====================================
*/
.project-details {
  padding-top: 120px;
  margin-bottom: -70px;
}

.project-details__slide__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(10px, 1.2vw, 20px);
}

.project-details__slide .swiper {
  padding-bottom: 60px;
}

.project-details-pagination {
  bottom: 0 !important;
  position: absolute;
  z-index: 99;
  width: initial !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project-details-pagination .swiper-pagination-bullet {
  height: 8px;
  background-color: var(--gray);
  width: 31px;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-details-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
  width: 71px;
}
@media (max-width: 480px) {
  .project-details-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 20px;
  }
  .project-details-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}

.project-details__info__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(10px, 1.2vw, 20px);
}

.project-details__info {
  padding-top: 40px;
}
.project-details__info h2 {
  color: var(--tertiary);
  line-height: clamp(44px, 3.4vw, 64px);
  padding-bottom: 30px;
}
.project-details__info p {
  color: var(--gray-dark);
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: clamp(30px, 2.1vw, 40px);
}
.project-details__info p:nth-of-type(1) {
  padding-bottom: 30px;
}
.project-details__info p:nth-of-type(2) {
  padding-bottom: 40px;
}
.project-details__info h4 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 20px;
}

.project-about {
  padding: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
  border-radius: clamp(10px, 1.2vw, 20px);
  border: 1px solid var(--gray);
}
.project-about h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}
.project-about > p {
  font-size: clamp(18px, 1.3vw, 24px);
  padding-top: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
}
.project-about .social__media-3 {
  padding: 30px 0;
}

.project-about__info li {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: grid;
  grid-template-columns: 171px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 10px 0;
}
.project-about__info li:first-child {
  padding-top: 0;
}
.project-about__info li:last-child {
  padding-bottom: 0;
}
.project-about__info li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 500;
  color: var(--tertiary);
}
.project-about__info li span {
  color: var(--gray-dark);
  font-weight: 400;
  font-size: clamp(16px, 1.1vw, 18px);
}
@media (max-width: 480px) {
  .project-about__info li {
    grid-template-columns: 134px 1fr;
  }
}

/*
* ====================================
* project details part end
* ====================================
*/
/*
* ====================================
* blog part start
* ====================================
*/
.blog-2 {
  padding-top: 120px;
  margin-bottom: -70px;
}

.blog-2__card {
  padding: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
  border-radius: 10px;
  border: 1px solid var(--gray);
}
.blog-2__card__title h3 {
  color: var(--tertiary);
  padding-bottom: clamp(2.5rem, 2.3049rem + 0.8917vw, 3.375rem);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-2__card__title h3:hover {
  color: var(--secondary);
}
.blog-2__card:hover img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

.blog-2__card__img {
  height: clamp(12.5rem, 9.8109rem + 12.293vw, 24.5625rem);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-2__card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-2__card__img span {
  display: inline-block;
  background-color: var(--secondary);
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 18px;
  border-radius: 0 10px 0 10px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-2__card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: clamp(1rem, 0.8049rem + 0.8917vw, 1.875rem) 0;
}
.blog-2__card__list li {
  font-size: clamp(0.875rem, 0.8193rem + 0.2548vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-2__card__list li i {
  color: var(--tertiary);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pagination ul li a {
  height: 50px;
  width: 50px;
  background-color: var(--gray-light);
  color: var(--tertiary);
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: clamp(1rem, 0.9443rem + 0.2548vw, 1.25rem);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination ul li a:hover, .pagination ul li a.active {
  background-color: var(--secondary);
  color: var(--white);
}
@media (max-width: 480px) {
  .pagination ul {
    gap: 10px;
  }
  .pagination ul li a {
    height: 40px;
    width: 40px;
  }
}

.blog-2__find {
  padding: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
  border-radius: 10px;
  border: 1px solid var(--gray);
}
.blog-2__find h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.blog-2__find input {
  height: 60px;
  border-radius: 10px;
  background-color: var(--gray-light);
  border: none;
  padding: 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  width: 100%;
  font-size: clamp(16px, 1.1vw, 18px);
}
.blog-2__find input:focus {
  outline: 1px solid var(--secondary);
}
.blog-2__find input::-webkit-input-placeholder {
  color: var(--gray-dark);
}
.blog-2__find input::-moz-placeholder {
  color: var(--gray-dark);
}
.blog-2__find input:-ms-input-placeholder {
  color: var(--gray-dark);
}
.blog-2__find input::-ms-input-placeholder {
  color: var(--gray-dark);
}
.blog-2__find input::placeholder {
  color: var(--gray-dark);
}

.blog-2__recent {
  padding: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
  border-radius: 10px;
  border: 1px solid var(--gray);
}
.blog-2__recent > h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}

.blog-2__recent__box > div {
  margin-bottom: 30px;
}
.blog-2__recent__box > div:last-of-type {
  margin-bottom: 0;
}

.blog-2__recent__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.blog-2__recent__card__left img {
  height: 100%;
  width: auto;
  border-radius: 10px;
}

.blog-2__recent__card__right h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(18px, 1.1vw, 20px);
  line-height: 37px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-2__recent__card__right h6:hover {
  color: var(--primary);
}
.blog-2__recent__card__right p {
  font-size: 14px;
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blog-2__recent__card__right p i {
  color: var(--primary);
}

.blog-2__category {
  padding: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
  border-radius: 10px;
  border: 1px solid var(--gray);
}
.blog-2__category h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.blog-2__category ul li {
  padding: clamp(0.625rem, 0.5553rem + 0.3185vw, 0.9375rem) 0;
  border-top: 1px solid var(--gray);
}
.blog-2__category ul li a {
  font-size: clamp(18px, 1.3vw, 24px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-2__category ul li a:hover {
  color: var(--primary);
  padding: 0 10px;
}

.blog-2__tag {
  padding: clamp(1.25rem, 0.9713rem + 1.2739vw, 2.5rem);
  border-radius: 10px;
  border: 1px solid var(--gray);
}
.blog-2__tag h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}
.blog-2__tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.blog-2__tag ul li a {
  font-size: 14px;
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: var(--gray-light);
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-2__tag ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

/*
* ====================================
* blog part end
* ====================================
*/
/*
* ====================================
* blog details part start
* ====================================
*/
.blog-2__featured-img {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.blog-2__featured-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.blog-2__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: clamp(1.5625rem, 1.5455rem + 0.0778vw, 2.5rem) 0;
}
.blog-2__option li {
  font-size: clamp(0.875rem, 0.8193rem + 0.2548vw, 1.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-2__option li i {
  color: var(--tertiary);
}

.blog-2__content h2 {
  color: var(--tertiary);
  padding-bottom: 20px;
}
.blog-2__content p {
  font-size: clamp(20px, 1.3vw, 24px);
  color: var(--gray-dark);
  line-height: clamp(30px, 2.1vw, 40px);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-2__content p:nth-of-type(1) {
  padding-bottom: 20px;
}
.blog-2__content p:nth-of-type(2) {
  padding-bottom: 40px;
}
.blog-2__content p:nth-of-type(3) {
  padding-top: 40px;
  padding-bottom: 30px;
  color: var(--tertiary);
  font-weight: 500;
}
.blog-2__content p:nth-of-type(4) {
  padding-bottom: 40px;
}
.blog-2__content h4 {
  color: var(--tertiary);
  padding-bottom: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.blog-2__content__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.blog-2__tag-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin-top: 88px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.blog-2__tag-share__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-2__tag-share__tag h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-2__tag-share__tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-2__tag-share__tag ul li a {
  font-size: clamp(0.875rem, 0.8727rem + 0.0104vw, 1rem);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  padding: 5px 10px;
  border-radius: 10px;
  background-color: var(--gray-light);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-2__tag-share__tag ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
@media (max-width: 480px) {
  .blog-2__tag-share__tag ul {
    gap: 10px;
  }
}

.blog-2__tag-share__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.blog-2__tag-share__social ul li a {
  height: 30px;
  width: 30px;
  font-size: clamp(0.875rem, 0.8727rem + 0.0104vw, 1rem);
  border-radius: 10px;
  background-color: var(--gray-light);
  color: var(--tertiary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 30px;
}
.blog-2__tag-share__social ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.blog-2__author {
  padding-bottom: 60px;
}
.blog-2__author > p {
  font-size: clamp(18px, 1.1vw, 20px);
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-bottom: 30px;
}

.blog-2__author__box {
  border: 1px solid var(--gray);
  border-radius: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 480px) {
  .blog-2__author__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-2__author__img img {
  border-radius: 10px;
}

.blog-2__author__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.blog-2__author__info ul li:first-child h6 {
  color: var(--tertiary);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-2__author__info ul li:first-child p {
  font-size: clamp(16px, 1.1vw, 18px);
  color: var(--gray-dark);
  font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-2__author__info ul li:last-child a {
  font-size: clamp(16px, 1.1vw, 18px);
  padding: 8px 18px;
  border-radius: 10px;
  background-color: var(--gray-light);
  color: var(--tertiary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-2__author__info ul li:last-child a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.blog-2__author__info > p {
  font-size: clamp(18px, 1.1vw, 20px);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 38px;
  color: var(--gray-dark);
}

.blog-2__reply h4 {
  color: var(--tertiary);
  padding-bottom: 37px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.form__input {
  font-size: clamp(16px, 1.1vw, 18px);
  height: 60px;
  border-radius: 10px;
  border-color: var(--gray);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 0 20px;
}
.form__input:focus {
  border-color: var(--primary);
}
.form__input::-webkit-input-placeholder {
  color: var(--gray-dark);
}
.form__input::-moz-placeholder {
  color: var(--gray-dark);
}
.form__input:-ms-input-placeholder {
  color: var(--gray-dark);
}
.form__input::-ms-input-placeholder {
  color: var(--gray-dark);
}
.form__input::placeholder {
  color: var(--gray-dark);
}

.form__textarea {
  font-size: clamp(16px, 1.1vw, 18px);
  height: 176px;
  border-radius: 10px;
  border-color: var(--gray);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 10px 20px;
}
.form__textarea:focus {
  border-color: var(--primary);
}

.form__select {
  font-size: clamp(16px, 1.1vw, 18px);
  border-radius: 10px;
  border-color: var(--gray);
  font-family: "Plus Jakarta Sans", sans-serif;
  padding: 10px 20px;
  height: 60px;
}
.form__select::after {
  all: unset;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: clamp(0.875rem, 0.8727rem + 0.0104vw, 1rem);
  font-weight: 700;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  right: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--tertiary);
}

.form__select.open {
  border-color: var(--primary);
}
.form__select.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*
* ====================================
* blog details part end
* ====================================
*/
/*
* ====================================
* contact part start
* ====================================
*/
.contact {
  padding: 120px 0;
}

.contact__box {
  background-color: var(--gray-light);
  border-radius: clamp(10px, 1.2vw, 20px);
  padding: clamp(1.5625rem, 1.0748rem + 2.2293vw, 3.75rem);
}

.contact__left__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  gap: 20px;
}
.contact__left__item:last-child {
  padding-bottom: 0;
}
.contact__left__icon {
  font-size: clamp(18px, 1.3vw, 24px);
  height: 65px;
  width: 65px;
  background-color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.contact__left__icon i {
  color: var(--primary);
}
.contact__left__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact__left__info h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--tertiary);
  padding-bottom: 5px;
}
.contact__left__info p {
  font-size: clamp(18px, 1.3vw, 24px);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
}
.contact__left__info p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .contact__left__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__left__icon {
    height: 50px;
    width: 50px;
  }
}

.input__2 {
  font-size: clamp(18px, 1.3vw, 24px);
  height: 60px;
  border: initial;
  border-radius: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  padding: 0 20px;
}
.input__2::-webkit-input-placeholder {
  color: var(--gray-dark);
}
.input__2::-moz-placeholder {
  color: var(--gray-dark);
}
.input__2:-ms-input-placeholder {
  color: var(--gray-dark);
}
.input__2::-ms-input-placeholder {
  color: var(--gray-dark);
}
.input__2::placeholder {
  color: var(--gray-dark);
}
.input__2:focus {
  outline: 1px solid var(--secondary);
}

.textarea__2 {
  font-size: clamp(18px, 1.3vw, 24px);
  height: 130px;
  border: initial;
  border-radius: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--gray-dark);
  padding: 15px 20px;
}
.textarea__2:focus {
  outline: 1px solid var(--secondary);
}
.textarea__2::-webkit-input-placeholder {
  color: var(--gray-dark);
}
.textarea__2::-moz-placeholder {
  color: var(--gray-dark);
}
.textarea__2:-ms-input-placeholder {
  color: var(--gray-dark);
}
.textarea__2::-ms-input-placeholder {
  color: var(--gray-dark);
}
.textarea__2::placeholder {
  color: var(--gray-dark);
}

/*
* ====================================
* contact part end
* ====================================
*/
/*
* ====================================
* map part start
* ====================================
*/
.map {
  height: 564px;
  width: 100%;
  margin-bottom: -70px;
}
.map i {
  font-size: clamp(2.5rem, 2.1517rem + 1.5924vw, 4.0625rem);
  color: var(--secondary);
}

/*
* ====================================
* map part end
* ====================================
*/
/*
* ====================================
* bottom to top part start
* ====================================
*/
.buttom__top {
  position: fixed;
  bottom: 0;
  right: 2rem;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  background-color: var(--secondary);
  color: var(--white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}
.buttom__top.active {
  bottom: 2rem;
  visibility: visible;
  opacity: 1;
}
.buttom__top:hover {
  background-color: var(--primary);
}

/*
* ====================================
* bottom to top part end
* ====================================
*/
/*
* ====================================
* preloader part start
* ====================================
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondary);
  z-index: 999999;
}

.pre__folding {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.pre__folding .pre__folding__cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pre__folding .pre__folding__cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  -webkit-animation: pre__folding__cube__anim 2.4s infinite linear both;
          animation: pre__folding__cube__anim 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.pre__folding .pre__folding__cube--2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.pre__folding .pre__folding__cube--2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.pre__folding .pre__folding__cube--3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.pre__folding .pre__folding__cube--3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.pre__folding .pre__folding__cube--4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.pre__folding .pre__folding__cube--4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@-webkit-keyframes pre__folding__cube__anim {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes pre__folding__cube__anim {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*
* ====================================
* preloader part end
* ====================================
*//*# sourceMappingURL=style.css.map */