@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");

@import url("custom-animate.css");
@import url("about.css");
@import url("style-1.css");
@import url("contact.css");
@import url("form.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
  text-decoration: none;
  scroll-behavior: smooth;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #27282f;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Ripple Loader */
.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #1475f7; /* Change to your preferred color */
  opacity: 9;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

.sec-title_two {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
  /* padding: 0 50px; */
}

.sec-title_two-title {
  position: relative;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16;
  text-transform: capitalize;
  box-shadow: 0px 0px 15px rgba(41, 38, 38, 0.1);
  color: #2a41e8;
  background: linear-gradient(90deg, #0b0b2f 0%, #00d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec-title_two-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 50px;
  /* background-color: #ffff; */
}

.sec-title_two-heading {
  position: relative;
  font-weight: 700;
  line-height: 54px;
  font-size: 43px;
  text-transform: capitalize;
  margin-top: 2rem;
}

.sec-title_two-heading span {
  color: #1475f7;
}

.sec-title_two-text {
  line-height: 30px;
  font-size: 50px;
  color: #1475f7;
  margin-top: 20px;
}

.sec-title_two.light .sec-title_two-text {
  color: #fff;
}

.sec-title_two.light .sec-title_two-heading {
  color: #ffff;
}

.sec-title_two.centered {
  text-align: center !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
a {
  text-decoration: none;
}
.trans {
  font-size: 20px;
  padding: 30px;
}
body {
  width: 100%;
  height: 100vh;
}

nav {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: fixed;
  height: 50px;
  text-align: center;
  z-index: 1000;
  width: 100%;
}
nav ul {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
  align-items: center;
  z-index: 1;
  text-align: center;
}

nav.sticky {
  top: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  transition: 2s ease;
}
.menu-icon {
  display: none;
}
#menuList {
  transition: all 0.5s;
}

.menu-icon .bi {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

nav ul li {
  list-style-type: none;
  position: relative;
  display: block;
}

nav ul li a {
  text-decoration: none;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

nav ul li a:hover {
  color: #1475f7;
  transition: all ease 0.5s;
}

nav ul li ul {
  position: absolute;
  left: 0;
  width: 180px;
  background-color: #fff;
  display: block;
  text-align: start;
  display: none;
  margin-top: 20px;
  align-items: center;
}
nav ul li:focus-within > ul,
nav ul li:hover > ul {
  display: initial;
}
nav ul li ul li {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 5px;
}
nav ul li ul li a {
  color: #666;
}
nav ul li ul li a:hover {
  color: #1475f7;
  transition: all ease 0.5s;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-one {
  background-color: #111166;
  color: #ffff;
  height: 50px;
  cursor: pointer;
  padding: 0 50px;
  width: 100%;
}

.left > div + div {
  margin-left: 40px;
}
.left > div:hover {
  color: aqua;
  transition: all 0.5s;
}
.span {
  margin-left: 5px;
}
.nav_btn {
  display: none;
}
#close {
  display: none;
}
.right {
  align-self: auto;
}

.bontin {
  background: black;
  margin-left: 10px;
  border-radius: 5px;
  padding: 6px;
  width: 90px;
  border: 1px solid #1475f7;
}

.bontin a:hover {
  background: transparent;
  transition: ease 0.5s;
  color: #000;
}
.bontin a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
/* ========= NAV ENDS ======= */

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat scroll center scroll;
  -webkit-background-size: cover;
  background-size: cover;
  object-fit: cover;
}
.carousel-item img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* align-items: center;
  justify-self: normal; */
  object-fit: cover;
}
.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.6;
  background-size: cover;
}

.carousel-caption {
  bottom: 100px;
  left: 7rem;
  align-items: flex-end;
  text-align: start;
  display: flex;
  justify-content: center;
}
.carousel-caption h2 {
  color: #1475f7;
  background-color: white;
  margin-bottom: 2rem;
  font-size: 27px;
  font-weight: 700;
  width: 600px;
  padding: 5px;
  margin-left: 4rem;
  align-items: center;
  /* text-align: center; */
}
.carousel-caption h1 {
  font-size: 70px;
  font-weight: 700;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}
.carousel-caption h5 {
  font-size: 20px;
  align-items: center;
  /* text-align: center; */
  margin-left: 4rem;
  font-weight: bold;
  width: 100%;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-color: #fff; */
  /* justify-self: stretch; */
  display: flex;
}
.slider-btn {
  margin-top: 30px;
  align-items: inherit;
  display: flex;
  text-align: center;
  margin-left: 4rem;
}
.slider-btn .btn {
  background-color: black;
  color: white;
  border-radius: 0;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  font-weight: 700;
}
.slider-btn .bi {
  font-weight: 700;
  margin-right: 2px;
}
.btn:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
/* ======== CAROUSEL SLIDE END ======= */
section {
  padding: 0 50px;
  margin-bottom: 13px;
}

.sub-contain {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.abt-card {
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.abt-card-info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abt-card-img img {
  width: 45px;
  filter: invert(69%) sepia(59%) saturate(843%) hue-rotate(359deg)
    brightness(102%) contrast(105%);
  align-items: center;
  justify-content: center;
  display: flex;
}

.abt-card-text h2 {
  font-size: 25px;
  color: #000;
  text-align: center;
  align-items: center;
  font-weight: 600;
  margin-right: 5px;
  justify-content: center;
  display: flex;
  margin-bottom: 0;
}
/* ========= SUB- ABT ENDS ======= */
.container {
  margin-top: 5rem;
}
.about-two_pattern-one {
  position: absolute;
  left: 480px;
  top: 65rem;
  width: 224px;
  height: 242px;
  background-repeat: no-repeat;
}
.about-two_pattern-two {
  position: absolute;
  right: 90px;
  top: 55rem;
  width: 224px;
  height: 242px;
  background-repeat: no-repeat;
}
hr {
  width: 30%;
  border: none;
  height: 2px;
  background-color: #1475f7;
  margin-bottom: 10px;
}
.mission_text h2 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
}
.mission_text h1 {
  text-transform: capitalize;
  font-weight: bold;
  color: #1475f7;
  font-size: 33px;
  margin-bottom: 10px;
  line-height: 46px;
}

.mission_img {
  position: relative;
  margin-bottom: 20px;
}

.mission_img .company_about {
  background: #172460;
  position: absolute;
  right: 0px;
  bottom: -20px;
  max-width: 320px;
  width: 100%;
  padding: 35px 30px 35px 30px;
}

.mission_img .company_about h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.mission_img .company_about p {
  margin-bottom: 0px;
  color: #fff;
  opacity: 0.45;
}

.mission_text {
  padding-left: 45px;
}

.mission_text h3 {
  font-size: 10px;
  line-height: 40px;
  color: #172460;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}

.mission_text h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  line-height: 26px;
  color: #172460;
  margin-bottom: 33px;
}

.mission_text p {
  margin-bottom: 20px;
}
.mission_text .sec-btn {
  margin-top: 30px;
  align-items: inherit;
  /* display: flex; */
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 0;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
}

.sec-btn:hover {
  background: transparent;
  border: 1px solid #1475f7;
  color: #1475f7;
}
/* ========ABOUT US ENDS ==========*/
.count-contain {
  background: #03030a;
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  margin: 50px 0;
}

.count_header {
  position: relative;
  font-weight: 700;
  line-height: 54px;
  font-size: 43px;
  text-transform: capitalize;
  margin-top: 2rem;
  color: #fff;
}

.count-row {
  display: flex;
  justify-content: space-around;
}
.count-card {
  flex: 1 1 21rem;
  margin: 10px 20px;
  background-color: #ccc;
  padding: 20px 20px;
  border-radius: 10px;
  align-self: normal;
  border: 1px solid #1475f7;
}
.count-card h1 {
  font-size: 50px;
  font-weight: bold;
  color: #1475f7;
  text-align: center;
}
.count-card p {
  font-size: 20px;
  align-items: center;
  text-align: center;
  color: #000;
}
/* ========= COUNTER ENDS ======= */

.pricing-one {
  position: relative;
  overflow: hidden;
  padding: 70px 80px;
}

.pricing-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 953px;
  background-repeat: no-repeat;
}

.pricing-one_pattern-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 228px;
  height: 236px;
  background-repeat: no-repeat;
}

.pricing-info-tabs .pricing-tabs {
  position: relative;
}

.pricing-tabs .tab-btns {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.pricing-tabs .tabs-content {
  position: relative;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-left: 0px;
}

/* Price Block */

.price-block {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.price-block .inner-box {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.price-block .inner-box .title-box {
  position: relative;
  padding: 25px 25px;
  text-align: center;
}

.price-block .inner-box .title-box h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 12px;
  font-size: 35px;
  color: #1475f7;
  text-align: center;
  font-weight: bold;
}

.price-block .inner-box .title-box .text {
  position: relative;
  line-height: 20px;
  font-size: 15px;
  color: #000;
}

.price-block .inner-box .price {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: bolder;
  text-align: center;
  line-height: 1.2em;
  padding: 12px 10px 8px;
  font-size: 35px;
  background: #1475f7;
  background: linear-gradient(to left, #03030a 50%, #2600ff 100%);
}

.price-block .inner-box .price span {
  position: relative;
  font-weight: bold;
  font-size: 17px;
}

.price-block .inner-box .lower-box {
  position: relative;
  padding: 25px 20px 30px;
}

.price-block .inner-box .price-list {
  position: relative;
  margin-bottom: 24px;
}

.price-block .inner-box .price-list li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding: 14px 8px 14px 45px;
  color: #03030a;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  list-style: none;
}

.price-block .inner-box .price-list li:before {
  position: absolute;
  content: " \F633";
  left: 15px;
  top: 18px;
  line-height: 1em;
  font-weight: 800;
  color: #1475f7;
  font-size: var(--font-14);
  font-family: "Bootstrap-icons";
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.price-block .inner-box .price-list li.style-two {
  background-color: #ccc;
}

.price-block .inner-box .lower-box .trial-btn {
  position: relative;
  width: 100%;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  padding: 14px 15px;
  font-weight: 700;
  font-size: 17px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #0b0b2f;
}

.price-block .inner-box .lower-box .trial-btn:hover {
  background: linear-gradient(to left, #0b0b2f 50%, #00d4ff 100%);
}

.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* ========= PRICING ENDS ======= */

.car-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.savi-btn {
  position: relative;
  width: 100%;
  color: #ffffff;
  border-radius: 40px;
  text-align: center;
  padding: 9px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #0b0b2f;
}
.savis-con {
  background-color: rgb(240, 243, 247);
  padding: 20px 50px;
  position: relative;
  margin-bottom: 90px;
  /* z-index: 1; */
}

/* .packagi-home {
  background: url(img/bg_1.jpg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  background-attachment: fixed;
} */
.packagi .pack {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.packagi .pack .pack-card {
  flex: 1 20rem;
  border-radius: 0.2rem;
  overflow: hidden;
  border: 1px solid #1475f7;
  height: 550px;
}
.packagi .pack .pack-card img {
  width: 100%;
  height: 17.9rem;
  object-fit: cover;
  transition: 0.3s;
}
.packagi .pack .pack-card:hover img {
  transform: scale(1.1);
}
.packagi .pack .pack-card .content {
  overflow: hidden;
  padding: 2rem;
  text-align: center;
}
.packagi .pack .pack-card .content h2 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #1475f7;
}

.packagi .pack .pack-card .content p {
  font-size: 1rem;
  color: #666;
  padding: 0.3rem 0;
}
.see a {
  background: #03030a;
  width: 100px;
  padding: 5px;
  position: relative;
  border: none;
}
.see a:hover,
.see .bi:hover {
  background: transparent;
  color: #000;
  border: 1px solid #2600ff;
}

.see a {
  color: #fff;
  font-weight: 500;
  /* position: absolute; */
  left: 72rem;
  font-size: 14px;
  padding: 10px;
  border-radius: 3px;
  /* top: 0; */
}
.see .bi {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}
/* ========= PACKAGI ENDS ======= */

/* =========== TESTIMONY STARTS =========== */
.testimony {
  width: 100%;
  padding: 10px 8%;
  background-color: #000;
  /* margin-bottom: 50px; */
  margin-bottom: 10rem;
}

.header_section h1 {
  font-weight: bold;
}
.testimony .header_section {
  max-width: 700px;
  text-align: center;
  margin: 30px auto 40px;
}
.header_section h1 {
  position: relative;
  font-size: 36px;
  color: #1475f7;
}

.testimony-container {
  position: relative;
}

.testimony-container .testimony-card {
  padding: 20px;
}

.testimony-card .test-card-body {
  background-color: #e8eaf6;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 5px;
}

.test-card-body .quote {
  display: flex;
  align-items: center;
}

.test-card-body .quote .bi {
  font-size: 45px;
  color: #1475f7;
  margin-right: 20px;
}

.test-card-body .quote h2 {
  color: #000;
  font-weight: 600;
}

.test-card-body p {
  margin: 10px 0px 15px;
  font-size: 15px;
  line-height: 1.5;
  color: black;
  font-weight: 400;
}

.testimony-card .profile {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.profile .profile-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile .profile-desc {
  display: flex;
  flex-direction: column;
}

.profile-desc span:nth-child(1) {
  font-family: 24px;
  font-weight: bold;
  color: #1475f7;
}

.profile-desc span:nth-child(2) {
  font-family: 15px;
  color: #fff;
}

.owl-dots {
  margin-top: 15px;
}
.owl-dots .owl-dot span {
  background-color: #666 !important;
  padding: 6px !important;
}

.owl-dot.active span {
  background-color: #1475f7 !important;
}

/* =========== TESTIMONY ENDS =========== */

.feature_area {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(37, 43, 72, 0.4)),
      to(rgba(37, 43, 72, 0.4))
    ),
    url(../IMAGE/feature-bg.jpg);
  background-image: -webkit-linear-gradient(
      top,
      rgba(37, 43, 72, 0.4) 0%,
      rgba(37, 43, 72, 0.4) 100%
    ),
    url(../IMAGE/feature-bg.jpg);
  background-image: -o-linear-gradient(
      top,
      rgba(37, 43, 72, 0.4) 0%,
      rgba(37, 43, 72, 0.4) 100%
    ),
    url(../IMAGE/feature-bg.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(37, 43, 72, 0.4) 0%,
      rgba(37, 43, 72, 0.4) 100%
    ),
    url(../IMAGE/feature-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature_title_text {
  max-width: 770px;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 7px;
}

.feature_title_text:before {
  content: "";
  width: 115px;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
}

.feature_title_text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.feature_title_text h2 span {
  font-weight: 300;
}

.feature_title_text p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  opacity: 0.6;
  line-height: 38px;
}

.feature_item_inner .media {
  margin-bottom: 35px;
}

.feature_item_inner .media .d-flex {
  padding-right: 25px;
}

.feature_item_inner .media .media-body h4 {
  font-size: 23px;
  color: #de3939;
  font-family: "Poppins", sans-serif;
  margin-bottom: 6px;
}

.feature_item_inner .media .media-body p {
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #c0c3d0;
}

.feature_person_img {
  position: relative;
  overflow: hidden;
  background: #9bb1d1;
  min-height: 500px;
}

.feature_person_img img {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.feature_person_img .feature_person_text {
  position: absolute;
  left: 0px;
  top: 45px;
  width: 100%;
  padding: 0px 25px;
}

.feature_person_img .feature_person_text h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 3.5px;
  line-height: 24px;
  margin-bottom: 22px;
}

.feature_person_img .feature_person_text h5 {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.feature_person_img .feature_person_text h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 26px;
}

/* =============FEATURE GROWTH ENDS ==========*/

/* ============== Video Insight ========= */

.vid {
  height: 60vh;
  width: 100%;
  background-image: url(../IMAGE/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  margin-top: 100px;
  padding: 100px 0px;
}

.vid_contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.vid_contain .vid-text {
  align-items: center;
  text-align: center;
}

.vid_contain .vid-text h6 {
  color: #fff;
  font-size: 80px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: normal;
  position: relative;
  display: inline-block;
}

.vid_contain .vid-text p {
  color: #fff;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: normal;
}

.vid-area {
  height: 7rem;
  width: 7rem;
  background: linear-gradient(#1475f7, #0c448d);
  border-radius: 50%;
  display: grid;
  position: relative;
  place-items: center;
  z-index: 1;
}

.vid-area::before,
.vid-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1475f7;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}

.vid-area::before {
  animation: pulse 2s ease-out infinite;
}
.vid-area::after {
  animation: pulse 2s 1s ease-out infinite;
}

.vid_contain .vid-area {
  text-align: center;
  margin-top: 45px;
  margin-right: 7rem;
}

.vid_contain .vid-area a {
  position: relative;
  max-width: 272px;
  width: 100%;
  display: inline-block;
}

.vid-area .bi {
  color: #fff;
  font-size: 80px;
}
/* ========= VIDEO AREA ENDS ======= */

footer {
  background-color: rgb(240, 243, 247);
  /* height: 60vh; */
  position: relative;
  width: 100%;
  min-width: 350px;
  padding: 3rem 1rem;
  align-items: center;
  color: #000;
}

.foot-contain {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.foot-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-col .foot-logo {
  width: 110px;
  margin-bottom: 25px;
}
.foot-col {
  min-width: 250px;
  color: #000;
  padding: 0 2rem;
}
.foot-col h3 {
  color: #1475f7;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.foot-col .foot-links a {
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  transition: 0.3s ease;
}

.foot-col .foot-links a:hover {
  transform: translateX(-8px);
  color: #1475f7;
}

.foot-col .foot-contact {
  display: inline-flex;
  justify-content: space-between;
}

.foot-col .foot-contact .bi {
  margin-right: 15px;
}
.foot-bootom {
  margin-top: 5rem;
  align-items: center;
  text-align: center;
}
.copyright {
  position: relative;
  color: black;
}

.copyright > div {
  margin-bottom: 6px;
}

/* ========= footer Responsive */
