@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --f1: "Marcellus SC", serif;
  --f2: "Poppins", serif;
  --c1: hsl(176.05deg 100% 8.66%);
  --c2: #02a89d;
  --c3: #000;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

::-moz-selection {
  background-color: transparent;
}



html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.img__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 500ms all;
}

.banner {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  position: relative;
  background: hsl(176.05deg 100% 8.66%);
  padding: 110px 0 0;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}

img {
  width: 100%;
}

.logo {
  width: 200px;
  height: 80px;
}

/* header */
.mian_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, black, transparent);
}

/* banner  */
.banner {}

.banner_img {
  width: 100%;
  height: 573px;
}

.banner_content h5 {
  font-size: 14px;
  background: var(--c2);
  color: #fff;
  width: fit-content;
  padding: 6px 20px;
  border-radius: 50px;
}

.banner_content h1 {
  font-size: 43px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 700;
  margin: 15px 0;
}

.banner_content h1 span {
  color: var(--c2);
  font-family:
  'Poppins';
}

.banner_content p {
  color: #ffffff99;
  margin: 15px 0 0;
  font-size: 14px;
}

.themebtn {
  background: #fff;
  color: var(--c1);
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
}

.banner_btn {
  margin: 20px 0 0;
}

.themebtn:before {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--c1);
  content: '';
  z-index: -1;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 100%;
  top: 100%;
  scale: 0;
  transform-origin: left;
  transition: 700ms all;
}

.themebtn:hover:before {
  scale: 3;
}

.themebtn:hover {
  color: #fff;
  border-color: #fff;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header_nav li a {
  color: #fff;
  font-size: 16px;
  font-family:
    'Poppins';
  font-weight: 500;
}

.header_nav li a:hover {
  color: var(--c2);
}

.banner_sliderItem h3 {
  margin: 0;
}

.banner_slider {
  padding: 15px 0;
  background: #ffffff29;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner_sliderItem h3 {
  color: #fff;
  font-size: 30px;
}

.about {
  padding: 100px 0;
}

.about_content h3 {
  font-family: 'Poppins';
  color: var(--c1);
  font-size: 40px;
  font-weight: 600;
  position: relative;
  margin: 0 0 15px;
  padding: 0px 0 15px;
}

.about_content h3:before {
  position: absolute;
  width: 150px;
  height: 3px;
  background: var(--c1);
  content: '';
  bottom: 0;
}

.about_content p {
  font-size: 14px;
  line-height: 30px;
  color: #444;
}

.about_img {
  width: 100%;
  height: 450px;
}

.services svg {
  fill: #fff;
  position: absolute;
  transform: rotate(180deg);
  bottom: 0;
  height: 50px;
  width: 100%;
}

.services {
  background: linear-gradient(45deg, hsl(176.05deg 100% 15.28%), var(--c1));
  padding: 100px 0 150px;
  position: relative;
  border-radius: 20px;
}

.services_secHead h5 {
  width: fit-content;
  margin: 0 auto 20px;
  background: var(--c2);
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 20px;
  border-radius: 50px;
}

.services_secHead h3 {
  text-align: center;
  font-size: 37px;
  font-family: var(--f2);
  color: #fff;
  font-weight: 600;
}

.services_secHead {
  margin-bottom: 30px;
}

.serv_crd {
  height: 450px;
  background: #ffffff26;
  padding: 20px;
  margin: 12px 0;
}

.serv_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.serv_content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}

.serv_bot a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffffa1;
  padding: 7px 0;
  width: 100%;
}

.serv_bot a:nth-child(1) {
  border-bottom: 1px solid #ffffffa1;
}

.serv_bot {
  width: 100%;
}

.serv_bot a:hover {
  color: #fff;
  padding-left: 10px;
}

.experience {
  padding: 100px 0;
}
.progress-bar-wrap {
    background: #4444 !important;
    border: none !important;
    border-radius: 50px !important;
}

.ab-progress .ab-progress-bar {
    background: var(--c2) !important;
    border-radius: 50px !important;
}

.progress-inline .progress-title {
    font-family: var(--f2) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.counter {
    font-size: 70px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    color: #fff;
}

.counter_crd {
    text-align: -webkit-center;
}

.mainCounter_Sec {
    padding: 40px 0;
    background: url('../images/bg.webp');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    filter: hue-rotate(295deg);
}

.counter_crd p {
    margin: 0;
    color: #fff;
}

.mainCounter_Sec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #0000007a;
    inset: 0;
    z-index: -1;
}
.portfolio {
    background: url('../images/bg.webp');
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.portfolio:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #00000085;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(11px);
}
.pert_img {
    width: 100%;
    height: 500px;
}

.pert_img:hover img {
    object-position: bottom;
}

.pert_img img {
    object-position: top;
    transition: 700ms all;
}
.portfolio_slider .slick-list {
    padding: 0 200px !important;
}

.portfolio_slider {
    margin: 50px 0 0 !important;
}

.slick-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    bottom: -50px !important;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: #ffffff6e;
    padding: 0;
    border-radius: 10px;
}

.slick-dots li {
    width: 40px;
    height: 4px !important;
    margin: 0px;
}

.slick-dots li.slick-active button {
    background: var(--c2);
}
.contact {
    padding: 100px 0;
}

.contact_content h5 {
    color: var(--c2);
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.contact_content h3 {
    font-size: 35px;
    font-family: var(--f2);
    font-weight: 700;
    color: var(--c1);
}

.contact_content>p {
    color: #444;
    font-size: 16px;
    margin: 10px 0;
}

.contact_cont>li>a {
    font-size: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--c2);
}

.contact_cont>li>a>p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.contact_cont li p {
    margin: 0;
}

.contact_cont li {
    margin: 10px 0;
}

.contact_cont {
    margin: 40px 0 0 !important;
}

.contact_cont>li>a:hover {
    color: var(--c1);
}
.contact_form :is(input, textarea) {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-family: 'Poppins';
    border: 1px solid var(--c1);
    border-radius: 10px;
    margin: 5px 0;
}

.contact_form textarea {
    height: 160px;
}

.contact_form button {
    background: var(--c1);
    color: #fff;
    width: 100%;
}

.contact_form button:before {
    background: #fff;
}

.contact_form button:hover {
    color: var(--c1);
    border-color: var(--c1);
}
.check {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.check input {
    width: fit-content;
}

.check label {
    font-size: 14px;
    margin: 0 0 20px;
}
.footer {
    text-align: center;
    padding: 40px 0;
    background: var(--c1);
}

.footer p {
    color: #fff;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #ffffff5e;
    font-size: 14px;
}

.disclaimer h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.disclaimer p {
    color: #ffffff9c;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 0;
    padding: 0;
    border: none;
}

.footer_link {
    margin: 20px 0 0 !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid #ffffff38;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_link li a {
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid;
    font-size: 14px;
}

.footer_link li:nth-child(3) a {
    border: none;
}
.banner--inner {
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 63vh !important;
}
