@import "./variables.css";

/* .top-menu {
  background: #042242;
  padding: 6px 46px;
  align-items: center;
}

.top-menu p {
  color: var(--light);
  font-size: 12px;
}

.top-menu span {
  color: var(--secondary);
} */

.logo-img img {
  width: 75px;
}

.logo-img p {
  color: var(--primary) !important;
  letter-spacing: 1px;
  line-height: 34px;
}

.logo-img span {
  color: var(--primary) !important;
  font-size: 10.5px;
  display: block;
  /* width: 118px; */
  width: 188px;
  line-height: 13px;
  font-style: italic;
  margin-top: 15px;
}

.nav-item {
  font-weight: 600;
  font-size: 17px;
}

.nav-item .nav-link {
  color: var(--primary) !important;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid rgba(255, 166, 0, 0);

}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  border-bottom: 2px solid var(--secondary);
}

.header {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: transparent;
  /* padding: 10px 20px; */
  transition: background-color 0.55s ease-in-out;
  z-index: 1000;
}

.header.scrolled {
  position: fixed;
  top: 0;
  background-color: var(--light);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* transition: all 3s ease-in-out; */
}

.header.scrolled .logo-img p {
  color: var(--primary);
}

.header.scrolled .nav-item a {
  color: var(--dark) !important;
  font-weight: 400;
}

.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.switch>span {
  position: absolute;
  top: 10px;
  pointer-events: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked~.off {
  color: var(--primary);
}

input.check-toggle-round-flat:checked~.on {
  color: #fff;
}

.switch>span.on {
  left: 0;
  padding-left: 2px;
  color: var(--primary);
}

.switch>span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.check-toggle-round-flat+label {
  padding: 2px;
  width: 97px;
  height: 35px;
  background-color: var(--primary);
  border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: var(--primary);
  border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 44px;
  background-color: #fff;
  border-radius: 52px;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked+label {}

input.check-toggle-round-flat:checked+label:after {
  margin-left: 44px;
}

section {
  overflow: hidden;
}

.banner-section {
  background: url(../../images/banner.webp);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 98vh;
  position: relative;
  padding: 160px 0;
}



.main-title {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.main-title h2 {
  position: relative;
  margin-bottom: 0;
  color: #ff501d !important;
  font-size: 40px !important;
  text-transform: capitalize;
}

/* .main-title h2::before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: url(../../images/title-shape.png);
  background-repeat: no-repeat;
  left: 0;
  top: 4px;
} */

.main-heading h1 {
  font-size: 75px !important;
}




.main-title button {
  width: fit-content;
}

.main-title p {
  color: var(--light);
}

.navbar .logo-img p {
  font-size: 53px;
  color: var(--light);
}

.navbar-expand-lg .navbar-nav {
  gap: 30px;
}

.main-title p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: var(--primary);
}

.owl-carousel .owl-item img {
  height: 16rem !important;
  object-fit: cover;
}

.service-carousel .item .card {
  border: none;
  border-radius: unset;
  height: 24rem;
}

.service-carousel .item .card1 {
  background: var(--tertiary);
}

.service-carousel .item .card2 {
  background: var(--secondary);
}

.service-carousel .item .card .card-body {
  padding: 25px;
}

.service-carousel .item .card .card-body h5 {
  margin-bottom: 0 !important;
}

.service-carousel .item .card .card-body .card-title {
  font-size: 25px;
  color: var(--light);
}

.service-carousel .item .card .card-body .card-text {
  font-size: 15px;
  color: var(--light);
}

.service-carousel .item .card .card-body .service-btn {
  font-size: 14px;
  color: var(--light);
  font-weight: bolder;
}

.service-carousel .item .card .card-body .service-btn {
  align-items: center;
  gap: 10px;
}

.service-carousel .item .card .card-body .service-btn span {
  background: var(--light);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: var(--dark);
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-carousel .item .card .card-body .service-btn span i {
  font-size: 14px;
  font-weight: 100;
}

.service-carousel .card .service-img img {
  transition: all 2s ease-in-out;
  border-radius: unset;
}

.service-carousel .card:hover .service-img img {
  transform: scale(1.1);
}

.owl-theme .owl-dots {
  display: block;
}

.service-carousel .owl-nav {
  display: block;
}

.all {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.circle-wrap {
  display: grid;
  grid-template-columns: repeat(1, 160px);
  grid-gap: 80px;
  margin-top: 6px;
  margin-left: 5px;
  width: 133px;
  height: 135px;
  background: #d9d7da;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill-1,
.circle-wrap .circle .fill-2,
.circle-wrap .circle .fill-3 {
  width: 133px;
  height: 135px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 64px);
}

.circle-wrap .inside-circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: var(--light);
  line-height: 120px;
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  color: var(--dark);
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2.2em;
  font-family: var(--vidaloka);
}

/* color animation */
.mask .fill-1 {
  clip: rect(0px, 66px, 150px, 0px);
  background-color: var(--secondary);
}

.mask.full-1,
.circle .fill-1 {
  animation: fill-1 ease-in-out 3s;
  transform: rotate(175deg);
}

@keyframes fill-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(175deg);
  }
}

/* 2nd bar */
.mask .fill-2 {
  clip: rect(0px, 66px, 150px, 0px);
  background-color: var(--secondary);
}

.mask.full-2,
.circle .fill-2 {
  animation: fill-2 ease-in-out 3s;
  transform: rotate(168deg);
}

@keyframes fill-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(168deg);
  }
}

/* 3rd progress bar */
.mask .fill-3 {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: var(--secondary);
}

.mask.full-3,
.circle .fill-3 {
  animation: fill-3 ease-in-out 3s;
  transform: rotate(173deg);
}

@keyframes fill-3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(173deg);
  }
}

.why-us-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* process-section */
.process-section {
  background: var(--bg);
  margin: 0 38px;
  padding-left: 70px;
}

.accordion-item {
  width: 80%;
  border: none !important;
  background: transparent !important;
}

.accordion-button.collapsed {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.accordion-button {
  background: transparent !important;
  color: var(--dark) !important;
  padding-left: 0 !important;
  display: flex;
  gap: 10px;
  box-shadow: unset !important;
  font-size: 28px !important;
  transition: all 0.55s ease-in-out;
}

.accordion-button:hover,
.footer-section ul li:hover,
.footer-media a:hover {
  color: var(--secondary) !important;
  transition: all 0.55s ease-in-out;
}

.accordion-button.collapsed .icon1 {
  width: 11px;
  border: 2px solid var(--light);
  border-radius: 50%;
}

.accordion-button.collapsed .icon2 {
  transform: scale(0.3);
  background: var(--secondary);
  width: 20px;
  margin-left: unset;
}

.accordion-button .icon1 {
  display: none;
}

.accordion-button .icon2 {
  width: 50px;
  background: var(--light);
  padding: 8px;
  border-radius: 24px;
  margin-left: -18px;
  transition: all 0.55s ease-in-out;
}

.accordion-button::after {
  content: unset !important;
}

.accordion-body {
  padding: 0px 42px !important;
  font-size: 14px;
}

.process-img {
  height: 35rem;
  object-fit: cover;
}

.enquiry-form input,
.enquiry-form select {
  height: 45px;
  background: #ededed;
}

.enquiry-form textarea {
  background: #ededed;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea {
  box-shadow: none !important;
  border: none !important;
  background: #ededed !important;
}

.enquiry-form .form-label {
  font-size: 14px;
  margin-bottom: unset;
}

.enquiry-section p {
  /* width: 94%; */
}

.enquiry-img {
  height: 35rem;
  border-radius: 15px;
  object-fit: cover;
}

.About h3 {
  font-size: 40px;
}

.footer-section {
  background: url(../../images/footer.webp);
  width: 100%;
  background-size: cover;
  padding: 96px 0 50px;
  position: relative;
  z-index: 2;
}

.footer-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.521));
  z-index: -1;
}

.footer-section h3 {
  font-size: 66px;
  color: var(--light);
}

.footer-section button {
  font-size: 20px !important;
  margin-bottom: 200px;
}

.footer-section ul li a {
  transition: all .3s ease-in-out;
  font-size: 17px;
}

.footer-section ul li a:hover {
  color: var(--secondary) !important;
}

.footer-section ul li {
  position: relative;
  margin-left: 20px;
}

.footer-section ul li::before {
  position: absolute;
  content: "";
  top: 2px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/chevron.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.footer-text {
  color: var(--light);
  /* width: 250px; */
}

.footer-list {
  font-size: 20px;
  color: var(--light);
  background-color: #ff521dd2;
  display: inline-block;
  padding: 0px 9px;
  border-radius: 5px;
}

.copy-right {
  background: var(--primary);
  padding: 18px 36px;
}

.footer-section .logo-img p {
  color: white !important;
  font-size: 28px;
}

.footer-section .logo-img span {
  color: var(--light) !important;
}

.copy-right p {
  font-size: 14px;
  color: var(--light);
}

/* .about-button{
  margin-top: 20rem !important;
} */
.footer-media a {
  font-size: 26px;
  color: var(--light) !important;
}

.section-padding {
  padding: 70px 0;
}

img {
  width: 100%;
}

/* @media screen and (max-width:768px) {
  .mb
} */

/* breadcrumb  */
.breadcrumb-sec {
  background-image: url(../../images/service-1.webp);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 70vh;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}

.breadcrumb-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000034;
  z-index: -1;
}

.breadcrumb-item.active {
  color: #ff501d !important;
}

.breadcrumb-item {
  font-size: 18px;
}

.breadcrumb-item a {
  color: white !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff !important;
}

.some-para {
  font-size: 17px;
  color: #333333;
}

.page-heading h2 {
  font-size: 68px !important;
  color: whitesmoke !important;
  font-weight: 900;
  position: relative;
  z-index: 99;
}

.tempo-title {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  color: #ff501d;
}

.our-mission {
  background-image: url(../../images/service-1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-team img {
  /* border-radius: 50%; */
  transition: all 0.3s ease;
  transform: scale(0.95);

}

.image-team img:hover {
  transform: scale(1);
}

.about-com {
  /* background-image: url(../../images/service-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: rgb(240, 240, 240);
}

.our-team .team-content h3 {
  margin-bottom: 10px;
  color: #ff501d;
  font-size: 32px;
  font-weight: 500;
}

.our-team .team-content {
  position: relative;
}

.our-team .team-content::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30%;
  left: 40%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0);
  transform: rotate(45deg);
  border: 8px solid rgba(128, 128, 128, 0.144);
  z-index: -1;
}

.our-team .team-content::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30%;
  left: 35%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 0, 0, 0);
  transform: rotate(45deg);
  border: 8px solid rgba(128, 128, 128, 0.144);
  z-index: -1;
}

/* service  */
.services {
  background-color: #f3f7fd;
}

.services .card {
  background: #fff;
  text-align: center;
  transition: 0.5s;
  padding: 20px;
  filter: drop-shadow(0px 10px 50px rgba(217, 217, 217, 0.5));
  background-color: #ffffff;
  border-radius: 3px;
  padding-bottom: 34px !important;
  border: none;
  height: -webkit-fill-available;
}

.services .card .card-top {
  width: 100%;
  height: 100px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.services .card .card-top img {
  height: 100px;
  object-fit: cover;
  border-radius: 15px;
}

.other-services .card .card-top {
  width: 100%;
  height: 200px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

.other-services .card .card-top img {
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
}

/* .services .card:hover .card-top {
  background-color: #004680;
} */

.services .card .card-bottom h5 {
  color: #ff501d;
  font-size: 23px;
}

.services .card .card-bottom p {
  color: #494848;
  margin: 15px 0 !important;
  font-size: 15px;
}

.services .card .card-bottom button {
  background-color: #004680 !important;
}

.services .card .card-bottom button a {
  color: #fcfcfc;
  letter-spacing: 1px;
  font-weight: 400;
}

.modal-dialog {
  max-width: 70% !important;
  margin-right: auto;
  margin-left: auto;
}

.model-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 15px;
}

@media screen and (max-width:766px) {
  .modal-dialog {
    max-width: var(--bs-modal-width) !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.owl-theme .owl-dots .owl-dot {
  background-color: var(--primary) !important;
  margin: 20px 3px;
}

















.services .pills {
  background-color: rgba(102, 51, 153, 0);
  padding: 10px 17px;
  border: 2px solid #004680;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.services .pills h5 {
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  color: #ff501d;
}

.services .pills:hover {
  background-color: #004680;
  border: 2px solid #004680;
}

.services .pills:hover h5 {
  color: white;
}

.services-list {
  background-color: #ececec;
  padding: 15px;
  border-radius: 15px;
  position: sticky;
  top: 100px;
}

.services-list h3 {
  text-transform: capitalize;
}

.services-list .list h5 {
  color: #004680;
  padding: 5px 10px;
  /* background-color: red; */
  border-radius: 8px;
  border: 1px solid #a8a8a8a4;
  font-size: 17px;
  position: relative;
}

.services-list .list h5::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 30px;
  height: 30px;
  /* background-color: #a8a8a8a4; */
  border-radius: 8px;
  background-image: url(../../images/chevron.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.service-details .detail-wrapper .image img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}

.service-details .details h2 {
  color: #ff501d !important;
  font-size: 40px !important;
}

a {
  color: white !important;
  cursor: pointer !important;
}

.btn-close i {
  font-weight: 900 !important;
  font-size: 19px !important;
}

button.btn-close {
  display: flex !important;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(15, 7, 5, 0) !important;
}

.modal-title {
  font-size: 30px;
  color: #ff501d !important;
}

.contact-details {
  background-color: #ececec;
}

.contact-details .details-wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  height: -webkit-fill-available;
  transition: all .3s ease;
  box-shadow: 1px 1px 5px rgba(245, 245, 245, 0);
}

.contact-details .details-wrapper:hover {
  box-shadow: 1px 1px 8px rgba(230, 81, 12, 0.185);

}

.contact-details .details-wrapper .icon-image img {
  width: 60px;
  /* transform: scale(1); */
  transition: all .3s ease;
  transform: rotate(0deg);
}

.contact-details .details-wrapper:hover img {
  /* transform: scale(0.9); */
  transform: rotate(45deg);


}

.contact-details .details-wrapper .label h5 {
  font-size: 22px;
  color: #ff501d;
  font-weight: 700;
}


@media screen and (max-width:500px) {

  .modal-title {
    font-size: 22px;

  }
}

/* responsive code  */
@media screen and (max-width:766px) {


  .navbar {
    background-color: white !important;
  }

  .main-heading h1 {
    font-size: 45px !important;
  }

  .banner-section {
    text-align: center;
    height: auto;
    padding: 160px 0;
  }

  .about-content {
    text-align: center;
  }

  .why-us-content {
    margin-bottom: 30px;
  }

  .process-section {
    padding-left: 10px;
  }

  .accordion-item {
    width: 100%;
  }

  .footer-text {
    margin-bottom: 30px !important;
  }

  .breadcrumb-sec {
    padding-top: 70px;
  }

}

.about-carousel {
  position: relative;
  z-index: 3;
}

.about-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000005d;
  z-index: 1;
}

.about-carousel button {
  background-color: #ffffff00 !important;
  display: none !important;
}

.about-carousel .carousel {
  width: 100%;
  height: 100%;
}

.about-carousel .carousel-item img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

.about-carousel .carousel-item {
  overflow: hidden;

}

.invester-summery h4 {
  margin-bottom: 10px;
  color: #ff501d;
  font-size: 25px;
  font-weight: 500;
}