:root {
  /*--primary: rgb(255 0 0);*/
  --secondary: black;
  --dark: #070a14;
  --white-bg:#f8f8f8;
}

@font-face {
  font-family: "century-gothic";
  src: url(../century-gothic/GOTHICB0.TTF);
}

@font-face {
  font-family: "century-gothic-regular";
  src: url(../century-gothic/CenturyGothic.ttf);
}

@font-face {
  font-family: "nunito-bold";
  src: url(../Nunito/static/Nunito-ExtraBold.ttf);
}

@font-face {
  font-family: "nunito-regular";
  src: url(../Nunito/static/Nunito-Regular.ttf);
}

@font-face {
  font-family: "sm_tlt";
  src: url(../Pacifico/Pacifico-Regular.ttf);
}

@media (max-width:765px) {
  .sm_hide {
    display: none !important;
  }

  section {
    padding: 20px 0;
  }

  p {
    font-size: 13px;
  }

  h3 {
    font-size: 2rem !important;
  }


  h2 {
    font-size: 2.3rem !important;
  }
  h1,h2,h3,h4,h5 {
    font-weight: bold !important;
  }
}

@media (min-width:765px) {
  h3 {
    font-size: 2.8rem !important;
  }

  h2 {
    font-size: 4rem !important;
  }

  .lg_hide {
    display: none !important;
  }

  section {
    padding: 50px 0;
  }

  p {
    font-size: 14px;
  }

  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3 !important;
    /* text-transform: uppercase !important; */
    letter-spacing: 2px !important;
    font-family: "century-gothic" !important;
  }
}

/* @media(max-width:1400px){
    section{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
} */

section {
  overflow: hidden !important;
}

h3 {
  color: var(--primary);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: "sansita" !important; */
  text-transform: capitalize;
}

/* body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ffffff8c;

} */

body {
  position: relative;
  background: white !important;
  /* background-image: url(../img/icons/bg.jpg);
  background-position: center; */


  font-family: "century-gothic-regular" !important;

  position: relative;
  overflow-x: hidden !important;


  /* user-select: none; */


}



.fullbody{
  height: 100%;
  background: #fff; /* White background */
  background-image: 
    linear-gradient(#e0e0e0 1px, transparent 1px), /* Horizontal lines */
    linear-gradient(to right, #e0e0e0 1px, transparent 1px); /* Vertical lines */
  background-size: 60px 60px; /* Grid size */
}




a {
  text-decoration: none !important;
}



.btn_div {
  @media(max-width:765px) {
    margin: auto;
  }

  color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  word-spacing: 5px;
  border: 1px solid var(--y-light);
  transform: skewX(346deg);
  width: max-content;
  display: flex;

  span {
    transform: skewX(11deg);
    width: 100%;
    display: block;
    background: linear-gradient(to bottom, #ed8a42, #ffad43, #c5621b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;

    font-size: 1rem;
    letter-spacing: 2px;
    font-style: italic;
  }
}


/* ==============================header=========================== */


/* -------------mob_services-------------------- */

.mob_services,
.mob_submenu {
  ul {
    list-style: none;
  }

  i {
    padding-left: 2rem;
    color: black;
  }

  height: 100%;
  background: white;
  position: fixed;
  z-index: 999;
  top: 10%;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  width: 0;

  transition: 0.5s;

  .menu {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;

    a {
      color: black;
      padding: 5px 0;
      text-transform: uppercase;
    }
  }
}

/* --------------mobile navbar------------------ */
@media(max-width:765px) {
  .navbar-toggler-icon {
    transform: translateY(-12px);
  }
}

.navbar-toggler {
  color: var(--primary) !important;

}




.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;

  .mob_drp {
    padding-left: 10px;

    a {
      font-size: 16px;
    }
  }
}


.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  transition: 0.3s;
  z-index: 999;
  text-transform: uppercase;

  letter-spacing: 1px;

  span {
    color: var(--red);
  }

  i {
    font-size: 15px;
    transform: translateY(-5px);
  }
}


.sidenav a:hover {
  color: #535252;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 55px;
  margin-left: 50px;
}


#main {
  transition: margin-left .5s;
  padding: 20px;
}

#mob_services.sidenav .close {
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 25px;
}

#mob_services.sidenav {
  top: 64px;
  box-shadow: 3px 3px 10px -1px rgb(129 129 129), -1px 1px 10px -1px rgba(255, 255, 255, 0.7);


}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mob_menu {
  margin-top: 4rem;
}

#mob_services .card {
  display: flex;
  align-items: center;
  border: none;
  padding: .5rem;
}

#mob_services .card .mob_menu_img {
  width: 130px;

}

#mob_services .card .mob_menu_img img {
  /* border-radius: 10px; */
}

.menu_item {
  text-align: center;
  margin-top: .5rem;

}

.menu_item h5 a {
  padding: 0 !important;
  font-size: unset;
  color: black;
  font-size: 14px;
  color: var(--green);
}






/* -------------------mobile navbar-------------- */

@media (max-width:765px) {

  .nav_logo {
    width: 120px !important;
    padding: 10px;
  }
}


header {
  /* overflow: hidden !important; */
  position: relative;


  z-index: 995;

  .navbar-toggler {

    border: none;
  }




  .dropdown-menu {
    transition: all 0.3s ease;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar.scrolled {
    position: fixed;
    width: 100%;
    background: white !important;
    z-index: 995;
    box-shadow: 25px 7px 39px -18px rgba(0, 0, 0, .5);
  }

  .nav_logo {
    width: 145px;
  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: flex-end;
    }
  }

  nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent !important;

    .dropdown-item {
      text-transform: uppercase;
    }


    .nav-link {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      color: var(--primary);
      font-family: "century-gothic" !important;
      letter-spacing: 1px;
      transition: .6s;

      span {
        color: var(--red);
      }
    }

    .nav-link:hover {
      color: black;

      letter-spacing: 2px;
    }

    .nav-item {
      margin: 0 12px;
    }
  }

}

.space {
  margin-top: 100px;
}

/* ==============================header END=========================== */

/* ==============banner================================== */
@keyframes banner-gif {
  50% {
    transform: translateY(-10px);
  }
}

.home_banner {
  .carousel-item {
    position: relative;

    .bnr_btn {
     


            position: absolute;
            top: 55%;
            left: 0;
            right: 0;
            margin: auto;
            background: linear-gradient(-45deg, #353896 40%, #656fd4 50%, #353896 60%);
            padding: 10px 15px;
            color: white;
            z-index: 99;
            text-align: center;
            width: 150px;
      



    }
  }
}


/* ==============banner================================== */
/* =======================home about============================= */
.home_about {
  h3 {
    margin-bottom: 2rem;

  }



  .card {
    height: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);

    .img_div {
      width: 100px;
      padding: 10px;
      margin: auto;

      img {
        filter: invert(8%) sepia(44%) saturate(6358%) hue-rotate(238deg) brightness(100%) contrast(101%);

      }

    }
  }



}

/* =======================home about  END============================= */





/* ========================contact================= */



/* ======================contact================ */




/* ========================side icons=========================== */

.call-btn img,
.whats-btn img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(107%) contrast(101%);
  height: 1.5rem;
  width: 1.5rem;
}

.call-btn:hover {
  width: fit-content;
}

.call-btn:hover .title,
.whats-btn:hover .title,
.insta-btnn:hover .title {
  width: 100px;
  color: white;
}

.call-btn .img-div,
.whats-btn .img-div,
.insta-btnn .img-div {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-btn .title,
.whats-btn .title,
.insta-btnn .title {
  /* transform: translateX(100%); */
  /* visibility: hidden; */
  /* display: none; */
  width: 0px;
  overflow: hidden;
  transition: 0.5s;
  white-space: nowrap;

}

.call-btn,
.whats-btn,
.insta-btnn {
  position: fixed;
  /* left: 2rem; */
  bottom: 2rem;
  height: 3rem;
  /* width: 3rem; */
  z-index: 999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  right: 0;
  text-decoration: none;
  /* border-radius: 5px 0 0 5px; */
}

.call-btn {
  background: #0e63a4;
  /* left: 2rem; */
}

.whats-btn {
  background: rgb(0 164 104);
  transform: translateY(-50px);
  /* right: 2rem; */
}

.insta-btnn {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  transform: translateY(-100px);
  /* width: 100px; */
}

.insta-btnn img {
  /* height: 22px; */
  filter: invert(100%) sepia(0%) saturate(1503%) hue-rotate(327deg) brightness(105%) contrast(94%);
}


/* ========================side icons=========================== */

/* ================contact map============================ */
.contact_map {
  h3 {
    text-align: center;
    margin-bottom: 2rem;
    color: red;
  }
}

/* ================contact map============================ */

/* =======================footer=========================== */
.footer {
  @media(max-width:765px) {

    text-align: center;

  }

  overflow: hidden !important;
  /* max-width: 1140px; */
  margin: 0 auto;
  padding: 60px 20px;
  background: var( --white-bg);
  color: white;
  margin-top: 5rem;

}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

@media (min-width: 765px) {

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-title {
  font-size: 1.5rem;
  margin-bottom: 16px;
  color:black;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.footer-text {
  font-size: 14px;
  color:black;
  line-height: 1.6;
}

.footer-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;

  a {
    text-transform: capitalize;
    color:black;
  }
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 2;
  color: black;
}

.footer-contact-list i {
  margin-right: 8px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #3B4A66;
  margin-bottom: 24px;
}

.footer-copy {
  @media(max-width:765px) {
    margin-bottom: 2rem;

    a {
      font-size: 12px;
    }
  }

  a {
    text-transform: capitalize;
    color: black;
  }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
  }
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(175deg, #0007ce 0%, #171a6c 100%);
  color: black;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;

  a {
    color: black;
  }
}

.footer-socials button:hover {
  background-color: #364a6a;
}


/* =======================footer end=========================== */

/* ====================why choose us============================= */
.why_choose::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 backdrop-filter: blur(5px);
  position: absolute;
}

.why_choose {
  position: relative;

  background-image: url(../img/banner/b3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;

  @media(max-width:765px) {
    text-align: center;

    .feature-title {
      flex-direction: column;
    }
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px;
  }

  .content-wrapper {
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 768px) {


    .content-wrapper {
      flex-direction: row;
      gap: 96px;
    }
  }

  .left-text {
    flex: 1;
  }

  .section-label {
    font-size: 9px;
    font-weight: normal;
    margin-bottom: 4px;
  }

  .heading {
    font-size: 36px;
    /* font-weight: 600; */
    line-height: 1.2;
    margin-bottom: 16px;
    color: var(--primary);
  }

  .description {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    max-width: 380px;
    margin-bottom: 24px;
  }

  .buttons {
    display: flex;
    gap: 32px;
    font-size: 12px;
    font-weight: 600;
    color: #b72a34;
    cursor: pointer;
  }

  .link-button {
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
  }

  .link-button:hover {
    text-decoration: underline;
  }

  .right-features {
    display: flex;
    flex-direction: column;
    margin-top: 40px;

    .feature-column:nth-child(1) {
      margin-top: 3rem;
    }
  }

  @media (min-width: 768px) {
    .right-features {
      margin-top: 0;
      flex-direction: row;
    }

    .feature {
      max-width: 275px;
      padding: 16px;
      background: #ffffff7d;
      border-radius: 10px;
    }
  }

  .feature-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 16px;
    flex: 1;
  }

  .feature {
    padding: 16px;
    background: #ffffff7d;
    border-radius: 10px;
  }


  .feature-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--primary);

    h4 {
      font-size: 1.2rem;
    }

    img {
      margin-right: 1rem;
      width: 50px;
      height: 50px;
      filter: invert(64%) sepia(92%) saturate(422%) hue-rotate(4deg) brightness(88%) contrast(93%);
    }
  }

  .feature-title h3 {
    font-size: 12px;
    font-weight: 600;
    color: #1a0a0a;
    margin: 0;
  }

  .feature-description {
    font-size: 12px;
    font-weight: normal;
  }

  hr {
    border: none;
    border-top: 1px solid #d1d5db;
    margin-top: 16px;
  }

  .vertical-line {
    border-left: 1px solid #d1d5db;
    margin: 0 24px;
  }

  .highlight {
    text-decoration: underline;
    color: #b72a34;
    cursor: pointer;
  }

}

/* ====================why choose us============================= */
/* ============================banner_1======================== */


.banner_1 {}


/* ============================about content======================== */
.about {
  @media(max-width:765px) {
    text-align: center;

    .cnt_div {
      margin-bottom: 2rem;
    }

  }

  .col-md-6 {
    display: flex;
    align-items: center;
  }

  .img_div {
    /* border-radius: 15px; */
    overflow: hidden;

  }
}


/* ==============================about content end=========================== */

/* ============================product section======================== */
.product_sec {
  .col-lg-4 {
    margin-bottom: 3rem;
  }

  .card {
    .card-footer {
      background: transparent;
      border-top: 0;
      padding: 0;
    }

    text-align: center;
    border: 0;
    background: white;
    /* box-shadow: 0 1px 2px #3c40434d, 0 2px 6px 2px #3c404326; */
    height: 100%;

    .img_div {
      /* padding: 10px; */
      height: 275px;
      width: 100%;
      position: relative;
      margin: auto;

      span {
        position: absolute;
        top: 20px;
        left: 20px;
        background: var(--secondary);
        padding: 4px 10px;
        border-radius: 5px;
        color: white;
        font-size: 0.8rem;
        text-transform: uppercase;

      }

      img {
        /* border-radius: 5px; */
      }

    }

    h4 {
      font-size: 1.2rem;
      margin: 0.5rem 0;
      letter-spacing: 2px;
      /* color: var(--primary); */
    }

    h5 {
      font-size: 1rem;
      color: var(--secondary);
      margin-bottom: 0.5rem;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 2;
      letter-spacing: 1px;
    }

    .stars {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: -15rem;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      transform: translateY(-42px);
      background: white;
      width: fit-content;
      padding: 10px 20px;
      border-radius: 7px;

      i {
        color: #D6B75B;
        font-size: 0.75rem;
        margin-right: 5px;
      }
    }

    .btn_group {
      display: flex;
      align-items: center;
      justify-content: space-between;

      a:nth-child(1) {
        position: relative;
        text-transform: capitalize;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 5px; */
        background: linear-gradient(-45deg, #353896 40%, #656fd4 50%, #353896 60%);
        padding: 12px 5px;
        color: white;
        z-index: 2;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;

      }

      a:nth-child(2) {
        position: relative;
        text-transform: capitalize;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 5px; */
        background: linear-gradient(-45deg, #353896 40%, #656fd4 50%, #353896 60%);
        padding: 12px 5px;
        color: white;
        z-index: 2;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;

      }

    }

  }
}


/* ============================product section end======================== */

/* ============================product view======================== */
.product_view {
  @media(max-width:765px) {
    /* text-align: center; */

    ul {
      li {
        display: flex;
        justify-content: center;
      }
    }

    .stars {
      justify-content: flex-start;
      margin-top: 1rem;
    }
    .product_vw{
      flex-direction: column;
      background: transparent !important;
    }
    

  }

  @media(min-width:765px) {
    .stars {
      justify-content: flex-start;
    }
    .img_div{
      width: 800px;
    }
    h4{
      font-size: 1.8rem;
    }
    .cnt_div{
      padding: 2rem;
    }

  }

  .product_vw {
    display: flex;
    background: white;
    border-radius: 5px;
    overflow: hidden;
  }

  .col-lg-6 {
    display: flex;
    align-items: flex-start;
  }

  .cnt_div {
    /* padding: 2rem; */
    width: 100%;
  }

  .stars {
    display: flex;
    align-items: center;

    margin-bottom: 1rem;

    i {
      color: #D6B75B;
      font-size: 1.2rem;
      margin-right: 5px;
    }
  }

  .img_div {
    /* padding: 5px; */

    overflow: hidden;
    /* width: 800px; */

    /* img {
      border-radius: 1rem;
    } */

  }

  p {
    font-size: 1rem;
  }

  h4 {
    /* font-size: 1.8rem; */
    color: black;
    text-transform: capitalize;
  }

  .feature-icon {
    width: 2rem;
    height: 2rem;
    background-color: #050bba;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(79, 70, 229, 0.4);
    color: white;
    font-size: 1rem;
  }

  h5 {
    /* padding-left: 1rem; */
    margin-bottom: 0;
  }

  h6 {
    font-size: 1rem;
    font-family: "sansita" !important;
    color: var(--secondary);
    text-transform: uppercase;
  }

  .icn {
    width: 30px;

    margin-right: 5px;

    img {
      filter: invert(96%) sepia(36%) saturate(4687%) hue-rotate(312deg) brightness(89%) contrast(87%);
    }
  }

  ul {
    list-style: none;
    padding: 0;
    /* display: flex;
    flex-wrap: wrap; */
    /* width: 350px; */


    li {
      display: flex;
      align-items: center;
      margin: 5px;
      padding: 10px 5px;
      /* width: max-content; */
      border-bottom: 1px solid #bebebe;
      width: 250px;
      font-size: 14px;
      justify-content: flex-start;
    }
  }

  a {
    text-transform: capitalize;
    color: var(--secondary);
    padding: 10px;
    border: 2px solid;
  }

}

/* ============================product view end======================== */

/* ========================contact================= */

.contact {
  .container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form {
    background-color: rgb(199 40 21 / 79%);
    position: relative;
  }







  form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }

  .title {
    color: #fff;
    font-weight: 500;

    line-height: 1;
    margin-bottom: 0.7rem;
  }

  .input-container {
    position: relative;
    margin: 1rem 0;
  }

  .input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
  }

  textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
  }

  .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }

  .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }

  .btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: black;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
  }

  .btn:hover {
    background-color: transparent;
    color: #fff;
  }

  .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 1;
  }

  .input-container span:before,
  .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
  }

  .input-container span:before {
    left: 50%;
  }

  .input-container span:after {
    right: 50%;
  }

  .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
  }

  .input-container.focus span:before,
  .input-container.focus span:after {
    width: 50%;
    opacity: 1;
  }

  .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
  }

  .contact-info .title {
    color: black;
  }

  .text {
    color: #333 !important;
    margin: 1.5rem 0 2rem 0;
    font-size: 16px !important;
  }

  .information {
    display: flex;
    color: #222020 !important;
    margin: 0.7rem 0;
    align-items: flex-start;
    font-size: 0.95rem;

    p {
      color: #222020 !important;
    }
  }

  .information i {
    color: var(--rose);
    transform: translateY(4px);
    margin-right: 8px;
  }

  .information p {
    margin-bottom: 0;
  }

  .icon {
    width: 28px;
    margin-right: 0.7rem;
  }

  .social-media {
    padding: 2rem 0 0 0;
  }

  .social-media p {
    color: #222020 !important;
  }

  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: black;

    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
  }

  .social-icons a:hover {
    transform: scale(1.05);
  }




  .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }

  @media (max-width: 850px) {
    .form {
      grid-template-columns: 1fr;
    }

    .contact-info:before {
      bottom: initial;
      top: -75px;
      right: 65px;
      transform: scale(0.95);
    }

    .contact-form:before {
      top: -13px;
      left: initial;
      right: 70px;
    }

    .square {
      transform: translate(140%, 43%);
      height: 350px;
    }

    .big-circle {
      bottom: 75%;
      transform: scale(0.9) translate(-40%, 30%);
      right: 50%;
    }

    .text {
      margin: 1rem 0 1.5rem 0;
    }

    .social-media {
      padding: 1.5rem 0 0 0;
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 480px) {


    .container {
      padding: 1.5rem;
    }

    .contact-info:before {
      display: none;
    }

    .square,
    .big-circle {
      display: none;
    }

    form,
    .contact-info {
      padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
      font-size: 0.8rem;
    }

    .title {
      font-size: 1.15rem;
    }

    .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }

    .icon {
      width: 23px;
    }

    .input {
      padding: 0.45rem 1.2rem;
    }

    .btn {
      padding: 0.45rem 1.2rem;
    }
  }

}

/* ======================contact================ */

/* =======================abt=============================== */
.abt {
  @media(min-width:765px) {
    .card::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--secondary);
      z-index: -1;
      top: 15px;
      left: 5px;
    }

    .card:hover::before {
      width: 100%;
      height: 100%;
      transition: 0.5s;
      border-radius: 0;
      top: 0;
      left: 0;
    }

  }


  @media(max-width: 768px) {

    .card {
      flex-direction: column !important;
      text-align: center;
      padding: 1rem;
    }

    .card::before {
      content: "";
      position: absolute;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--secondary);
      z-index: -1;
      top: 24px;
      left: 39%;
    }

    .card:hover::before {
      width: 100%;
      height: 100%;
      transition: 0.5s;
      border-radius: 0;
      top: 0;
      left: 0;
    }

  }

  .col-md-6 {
    flex-direction: column;
    display: flex;
    justify-content: center;

  }

  .card {
    position: relative;
    border: 0;
    background: transparent;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px 0;

    .icn_div {
      position: relative;
      width: 80px;
      padding: 1rem;
    }

    p {
      margin: 0;
    }
  }

  h5 {
    letter-spacing: 2px;
    font-size: 1.5rem;
  }






  .card:hover {
    /* .icn_div {
      img {
        filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(185deg) brightness(111%) contrast(112%);
      }
    }

    h5,
    p {
      color: white;
    } */

  }
}





/* =======================abt end=============================== */

/* ========================mission=============================== */
.mission::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 58%;
  background: #171a6c91;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mission {

  @media(max-width: 765px) {
    .container {
      height: auto !important;
    }
  }

  position: relative;

  .container {
    height: 50vh;
    display: flex;
    align-items: center;
    padding: 1rem;
    background: white;
    box-shadow: 0 1px 2px #3c40434d, 0 2px 6px 2px #3c404326;

  }

  .cnt_div {
    text-align: center;
    padding: 1.5rem;
  }

}



/* ========================mission end=============================== */

/* ============================home_prdts============================= */



.home_prdts {
  @media(max-width: 760px) {
    h3 {
      text-align: center;
    }

    .tab {
      display: flex;
      justify-content: center;
    }

    
  }

  .tab {
    overflow: hidden;
    margin-bottom: 2rem;

  }

  h3 {
    margin-bottom: 2rem;
  }
  .col-md-6 {
      margin-bottom: 2rem;

    }

  .card {
    .card-footer {
      background: transparent;
      border-top: 0;
      padding: 0;
    }

    text-align: center;
    border: 0;
    background: white;
    /* box-shadow: 0 1px 2px #3c40434d, 0 2px 6px 2px #3c404326; */
    height: 100%;

    .img_div {
      /* padding: 10px; */
      height: 275px;
      width: 100%;
      position: relative;
      margin: auto;

      span {
        position: absolute;
        top: 20px;
        left: 20px;
        background: var(--secondary);
        padding: 4px 10px;
        border-radius: 5px;
        color: white;
        font-size: 0.8rem;
        text-transform: uppercase;

      }

      img {
        /* border-radius: 5px; */
      }

    }

    h4 {
      font-size: 1.2rem;
      margin: 0.5rem 0;
      letter-spacing: 2px;
      /* color: var(--primary); */
    }

    h5 {
      font-size: 1rem;
      color: var(--secondary);
      margin-bottom: 0.5rem;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -webkit-line-clamp: 2;
      letter-spacing: 1px;
    }

    .stars {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: -15rem;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      transform: translateY(-42px);
      background: white;
      width: fit-content;
      padding: 10px 20px;
      border-radius: 7px;

      i {
        color: #D6B75B;
        font-size: 0.75rem;
        margin-right: 5px;
      }
    }

    .btn_group {
      display: flex;
      align-items: center;
      justify-content: space-between;

      a:nth-child(1) {
        position: relative;
        text-transform: capitalize;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 5px; */
        background: linear-gradient(-45deg, #353896 40%, #656fd4 50%, #353896 60%);
        padding: 12px 5px;
        color: white;
        z-index: 2;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;

      }

      a:nth-child(2) {
        position: relative;
        text-transform: capitalize;
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* border-radius: 5px; */
        background: linear-gradient(-45deg, #353896 40%, #656fd4 50%, #353896 60%);
        padding: 12px 5px;
        color: white;
        z-index: 2;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: bold;

      }

    }

  }

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    transition: 0.3s;
    border: 1px solid var(--primary);
    color: var(--primary);
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
  }

  .tab button:hover,
  .tab button.active {
    background-color: var(--primary);
    color: white;
  }


  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }

  .tabcontent {
    animation: fadeEffect 1s;

  }

}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ============================home_prdts end============================= */
/* =======================gallery================== */
.gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.gallery ul li img {
  display: block;
  height: auto;
  max-width: 100%;
}

.gallery ul {
  columns: 12rem;
  column-gap: 1rem;
}

.gallery ul li {
  break-inside: avoid;
  margin: 0 0 1rem;
  /* border-radius: 10px; */
  overflow: hidden;
}

/* ====================gallery====================== */

/* =========================shape======================== */
.shape {

  .shape_div {
    height: 20px;
    width: 100%;
    background: linear-gradient(-45deg, #353896 40%, #656fd4 50%, #353896 60%);
    background-size: 100%;
    background-position: center;
  }

  .rectangle {
    display: flex;
  }
}











/*==================================================================
                      section-6/clients END
==================================================================*/
.scn-6.clients{
  padding-bottom: 10vh;
  width: 100%;
  .title{
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 3rem;
  }
  .sub-title{
    color: gray;
  }
  .cards{
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    .card{
      padding: 50px 20px;
      border-radius: 10px;
      background: #eee9e975;
      /* ackdrop-filter: blur(10px); */
      backdrop-filter: blur(2px);
      padding: 20px;
      height: 200px;
      .logo{
        width: 100%;
        height: 100%;
      }
    }
  }
  /* slider */
  .slider {
    /* height: 100px; */
    padding: 15px 0;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(450px * 14);
    gap: 20px;
  }
  .slider.slider-2 .slide-track {
    animation: scroll-2 40s linear infinite;
    display: flex;
    width: calc(450px * 14);
    gap: 20px;
    justify-content: flex-end;
  }
  .slider .slide {
    height: 200px;
    width: 300px;
    padding: 50px 20px;
      border-radius: 10px;
      background: #eee9e975;
      /* ackdrop-filter: blur(10px); */
      backdrop-filter: blur(2px);
      padding: 20px;
  }
  /* slider END */
}
@media screen and (max-width:765px) {
  .scn-6.clients{
    .cards{
      grid-template-columns: repeat(2,1fr);
      gap: 10px;
      padding: 0 10px;
    }
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll-2 {
  0% {
    transform: translateX(calc(-100% + 100vw));
  }
  100% {
    transform: translateX(calc(250px * 5));
  }
}
/*==================================================================
                      section-6/clients END
==================================================================*/









/*==================================================================
                      section-2/service-1
==================================================================*/
.service{
  padding: 10vh 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  .cnt-row{
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    .wrapper{
      .title{
        background: linear-gradient(45deg, #ffffff, #ff4d4d);
        background-clip: text;
        color: transparent;
        font-weight: bold;
      }
      .cnt{
        color: gray;
        font-size: 14px;
      }
    }
  }
  .img-row{
background:rgba(224, 44, 44, 0.874);

    border-radius: 100px 0 0 100px;
    position: relative;
    height: 70vh;
    .wrapper{
      border-radius: 15px;
      height: 80%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: translateX(-20px);
      z-index: 1;
      .img-div{
        overflow: hidden;
        border-radius: 15px;
      }
      img{
        object-fit: cover;
      }
    }
    .wrapper::before,.wrapper::after{
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: red;
      border-radius: 15px;
      border: 0;
    }
    .wrapper::before{
      transform: translate(15px,15px);
      background: #dff6ff91;
    }
    .wrapper::after{
      transform: translate(25px,25px);
      background: #dff6ff39;
    }
  }
}
.service:nth-child(odd){
  .row{
    
    .cnt-row{
      text-align: left;
      align-items: flex-start;
      .wrapper{
        .cnt{
          color: gray;
          font-size: 14px;
        }
      }
    }
    .img-row{
      border-radius: 0 100px 100px 0;
      .wrapper{
        left: auto;
        right: 0;
        transform: translateX(20px);
      }
      .wrapper::before,.wrapper::after{
        left: auto;
        right: 0;
      }
      .wrapper::before{
        transform: translate(-15px,15px);
      }
      .wrapper::after{
        transform: translate(-25px,25px);
      }
    }
  }
}
@media screen and (min-width:765px){
  .service{
    .cnt-row{
      .wrapper{
       padding-right: 30px;
       width: 70%;
      }
    }
  }
  .service:nth-child(odd){
    .row{
      flex-direction: row-reverse;
      .cnt-row{
        .wrapper{
          padding-left: 30px;
          padding-right: 0;
        }
      }
    }
  }
}
@media screen and (max-width:765px) {
  .service{
    padding: 10vh 0;
    .row{
      align-items: flex-end;
      .img-row{
        height: 40vh;
      }
    }
  }
  .service{
    .row{
      flex-direction: column-reverse;
      gap: 20px;
    }
  }
  .service:nth-child(odd){
    .row{
      align-items: flex-start;
    }
  }
}
/*==================================================================
                      section-2/service-1 END
==================================================================*/

