/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h2,
h4,
h6 {
  font-family: "Funnel Display", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 129%;
}

@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/

.about-image-items-style-5 {
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .about-image-items-style-5 {
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .about-image-items-style-5 {
    margin-bottom: 170px;
  }
}

@media (max-width: 575px) {
  .about-image-items-style-5 {
    margin-bottom: 0;
  }
}

.about-image-items-style-5 .left-image {
  max-width: 350px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .about-image-items-style-5 .left-image {
    max-width: 500px;
  }
}

.about-image-items-style-5 .left-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-image-items-style-5 .left-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #79b900;
  border-radius: 20px;
  top: 37%;
  left: 0;
  z-index: -1;
  width: 400px;
  height: 100%;
}

@media (max-width: 1199px) {
  .about-image-items-style-5 .left-image::before {
    display: none;
  }
}

.about-image-items-style-5 .left-image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #79b900;
  border-radius: 20px;
  top: 40%;
  left: 12px;
  z-index: -1;
  width: 375px;
  height: 94%;
}

@media (max-width: 1199px) {
  .about-image-items-style-5 .left-image::after {
    display: none;
  }
}

.about-image-items-style-5 .right-image {
  max-width: 360px;
  position: absolute;
  z-index: 9;
  right: 5%;
  top: 52%;
}

@media (max-width: 1199px) {
  .about-image-items-style-5 .right-image {
    right: 5%;
  }
}

@media (max-width: 991px) {
  .about-image-items-style-5 .right-image {
    right: 24%;
  }
}

@media (max-width: 575px) {
  .about-image-items-style-5 .right-image {
    position: static;
    max-width: 500px;
    margin-top: 30px;
  }
}

.about-image-items-style-5 .right-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about-image-items-style-5 .icon-shape {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 15%;
}

@media (max-width: 1199px) {
  .about-image-items-style-5 .icon-shape {
    display: none;
  }
}

.about-image-items-style-5 .video-icon {
  position: absolute;
  text-align: center;
  z-index: 9;
  bottom: -100px;
  left: 90px;
}

@media (max-width: 1199px) {
  .about-image-items-style-5 .video-icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: initial;
  }
}

@media (max-width: 575px) {
  .about-image-items-style-5 .video-icon {
    top: 30%;
  }
}

.about-image-items-style-5 .video-icon .video-btn {
  max-width: 100px;
  height: 70px;
  line-height: 60px;
  background: #79b900;
  color: #f6f6fa;
  text-align: center;
  font-size: 20px;
  width: 100%;
  display: inline-block;
}

.about-image-items-style-5 .video-icon i {
  padding: 15px;
  font-size: 40px;
}

.about-image-items-style-5 .video-icon h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Anek Latin", sans-serif;
  color: #111;
  margin-top: 10px;
}

.about-content-items-style-6 .about-text {
  margin-top: 25px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 30px;
}

.about-content-items-style-6 .bottom-items-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1199px) {
  .about-content-items-style-6 .bottom-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.about-content-items-style-6 .bottom-items-area .list-items {
  border-right: none;
  padding-right: 0;
  width: 100%;
}

.about-content-items-style-6 .bottom-items-area .list-items ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #001819;
}

.about-content-items-style-6 .bottom-items-area .list-items ul li img {
  margin-right: 0;
}

.about-content-items-style-6 .bottom-items-area .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}

.about-content-items-style-6 .bottom-items-area .list-items ul li .point-icon {
  flex-shrink: 0;
  margin-top: 4px;
}

.about-content-items-style-6 .bottom-items-area .list-items ul li .point-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #001819;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
}

.about-content-items-style-6 .bottom-items-area .list-items ul li .point-content p {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #56585c;
}

.about-content-items-style-6 .bottom-items-area .list-items .theme-btn {
  margin-top: 30px;
  background-color: var(--theme-4);
  border-radius: 5px;
  padding: 22px 40px;
  color: var(--white);
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/*img-animation**********************/

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.container-2 {
  max-width: 1320px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-2);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 15px;
  text-transform: capitalize;
  display: inline-block;
}

.section-title .sub-title.color-3 {
  color: var(--theme-4);
  font-family: "Anek Latin", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.section-title h2 {
  font-family: "Funnel Display", sans-serif;
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}