@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Outfit", sans-serif;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
:root {
  --black-color: #000;
  --white-color: #fff;
  --red-color: #cf0905;
  --cream-color: #f1c656;
  --fontssize20: 1.25rem;
  --fontssize14: 0.875rem;
  --fontssize10: 0.625rem;
  --fontsize18: 1.125rem;
  --fontsize20: 1.25rem;
  --fontsize22: 1.375rem;
  --fontsize24: 1.5rem;
  --fontsize28: 1.75rem;
  --fontsize35: 2.188rem;
  --fontsize44: 2.75rem;
  --fontsize50: 3.125rem;
  --fontsize54: 3.375rem;
  --fontsize62: 3.875rem;
  --fontsize64: 4rem;
  --fontsize70: 4.375rem;
  --fontsize75: 4.688rem;
  --fontsize80: 5rem;
  --fontsize100: 6.25rem;
  --fontsize120: 7.5rem;
}
.container,
.container-fluid {
  overflow: hidden;
}
button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
button {
  border: 0;
  outline: 0;
}
section {
  position: relative;
  padding: 5rem 0;
}
.owl-theme .owl-dots .owl-dot {
  font-size: 0;
}
.owl-theme .owl-dots .owl-dot.active {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  margin: auto;
  z-index: 1;
  background: var(--red-color);
}
.owl-theme .owl-dots .owl-dot span {
  margin: auto;
}
.owl-theme .owl-nav.disabled + .owl-dots button {
  margin: 0 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--black-color);
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: auto;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: var(--white-color);
}
p {
  color: var(--white-color);
  font-family: "inter", sans-serif;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--red-color);
  border-radius: 3px;
  transition: 0.3s;
}
.defult-btn {
  flex: 1 1 auto;
  height: 70px;
  color: var(--white-color);
  background-color: var(--red-color);
  letter-spacing: 3%;
  line-height: 100%;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: 0.3s ease-out;
  width: auto;
}
@keyframes hover-wobble {
  0%,
  100% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-3deg);
  }
  80% {
    transform: rotate(2deg);
  }
}

.defult-btn {
  transition: box-shadow 0.6s ease;
}

.defult-btn:hover,
.defult-btn:focus-visible {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

@media (prefers-reduced-motion: no-preference) {
  .defult-btn:hover,
  .defult-btn:focus-visible {
    animation: hover-wobble 0.6s ease 1;
  }
}
.btn-tranp {
  border: 1px solid #ffffff;
  background-color: transparent;
  margin-left: 20px;
  width: auto !important;
}
.section-heading h2 {
  margin: 1rem 0;
  font-size: var(--fontsize70);
  font-weight: 700;
  line-height: 78px;
  color: var(--white-color);
}
.section-heading p {
  font-size: var(--fontsize22);
  font-weight: 400;
  color: var(--white-color);
}
img {
  max-width: 100%;
  height: auto;
}
main {
  /* background-image: url("../images/icons/bg-shape.png"); */
  background-color: var(--black-color);
}
/* main-header */

.main-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.navbar-area {
  border-radius: 11px;
  padding: 1rem 12px;
}
.navbar {
  padding: 0;
  justify-content: space-between;
}
.headerlogo img {
  width: 170px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

:is(.site-nav, .navbar-nav) .nav-link {
  font-size: 25px;
  color: var(--white-color);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3%;
  text-transform: uppercase;
}
.navbar-nav {
  gap: 35px;
}
.nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: var(--cream-color);
  position: relative;
  top: 5px;
}
.nav-link:hover:after {
  width: 100%;
  transition: width 0.3s;
}
.navbar-nav .nav-link:hover {
  color: var(--cream-color);
}
.header-button img {
  margin-left: 10px;
  width: 10px;
}
.defult-btn.header-button {
  position: relative;
  overflow: hidden;
  transition: all 1000ms;
  width: 200px;
}

.defult-btn.header-button:hover img {
  filter: invert(1);
}
.defult-btn.header-button::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(157deg, #df510136 0%, #fb9d2f 100%);
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.defult-btn.header-button:hover::before {
  width: 240px;
}
.offcanvas-end {
  width: 100%;
  background-color: var(--black-color);
}
.offcanvas-end .headerlogo img {
  width: 130px;
}
.offcanvas-header .btn-close {
  background-color: var(--white-color);
  color: var(--black-color);
  opacity: 1;
}
.defult-btn:hover {
  background: var(--cream-color);
  color: var(--black-color);
}
/* end-main-header */
/* tagline */
.tagline {
  width: 100%;
  overflow: hidden;
  background: #f4c542;
  padding: 7px 0;
  white-space: nowrap;
  transform: rotate(361deg);
  margin: 2rem 0;
}

.tagline-track {
  display: flex;
  align-items: center;
  gap: 70px;
  animation: scroll 18s linear infinite;
}
.tagline-track figure {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
}
.tagline-track span {
  font-size: 39px;
  font-weight: 700;
  color: var(--black-color);
  text-transform: uppercase;
  line-height: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* tagline */
/* main-banner */

.main-banner {
  background: url(../images/banner-bg.webp) center/cover no-repeat;
}

.banner-area {
  position: relative;
  z-index: 2;
  padding-top: 7rem;
}
.shape {
  position: absolute;
  pointer-events: none;
}

.shape-left {
  top: 0;
  left: 0;
  z-index: 0;
}
.shape-bottom {
  bottom: -16%;
  left: 16%;
  z-index: 0;
}
.banner-area .section-heading h1 {
  font-size: var(--fontsize120);
  font-weight: 900;
  color: var(--white-color);
  margin-bottom: 40px;
  padding-top: 20px;
  line-height: 127px;
}
.section-heading :is(h1, h2) span {
  color: var(--cream-color);
}

.banner-area .section-heading p {
  font-weight: 400;
  font-size: var(--fontssize20);
  color: var(--white-color);
  line-height: 28px;
  margin-bottom: 40px;
}
.banner-btn .defult-btn {
  width: 170px;
}
/* end-main-banner */
/* visa-hero-section */

.visa-hero-section {
  background: url(../images/about-bg.webp) center/cover no-repeat;
}

.visa-hero-section .section-heading h2 {
  margin-bottom: 20px;
}
.visa-hero-section ul {
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 1.5rem;
}
.about-text {
  font-size: var(--fontsize22) !important;
  font-family: "Outfit", sans-serif;
}
.visa-hero-section ul li {
  font-size: var(--fontsize18);
  color: var(--white-color);
  font-style: italic;
  list-style: disc;
}
.visa-hero-section .section-heading h3 {
  font-size: var(--fontsize35);
  font-weight: 700;
  color: var(--white-color);
  margin: 25px 0;
}
.visa-hero-section .section-heading p {
  font-size: var(--fontsize18);
  line-height: 33px;
}
.visa-hero-section .shape-bottom {
  left: 77%;
}
.visa-hero-section .shape-left {
  transform: translate(0, -16%);
}

/* visa-hero-section */

/* our-process-sec */
.our-process-sec {
  background: url(../images/service-bg.png) center/cover no-repeat;
  overflow: hidden;
}

.services-box {
  background-color: #ffffff1a;
  border-radius: 21px;
  padding: 30px 40px;
  border: 1.33px solid #0000000d;
  transition: box-shadow 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.services-box h3 {
  font-size: var(--fontsize28);
  font-weight: 700;
  line-height: 28px;
  color: var(--white-color);
  margin: 30px 0;
}
.services-box p {
  color: #9ca3af;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.our-process-sec .shape-bottom {
  transform: translate(50%, -18%);
}
.our-process-sec .shape-left {
  transform: translate(-27%, 42%);
}

@keyframes hover-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-12px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-6px);
  }
}

.services-box:hover,
.services-box:focus-visible {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

@media (prefers-reduced-motion: no-preference) {
  .services-box:hover,
  .services-box:focus-visible {
    animation: hover-bounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1;
  }
}
/* our-process-sec */

/* card-slider-sec */
:is(.card-slider-sec, .gallery-sec) .section-heading {
  text-align: center;
  margin-bottom: 4rem;
}
.card-slider-sec .container-fulid {
  margin-left: 5rem;
}
.dj-box {
  height: 600px;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.dj-box h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "inter", sans-serif;
  line-height: 40px;
  color: var(--white-color);
  margin: 0;
}
.dj-box a {
  font-size: 17px;
  font-family: "inter", sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: var(--red-color);
}
.dj-box i {
  color: var(--red-color);
  margin-left: 5px;
}
.dj-one {
  background: url(../images/dj1.webp) center/cover no-repeat;
}
.dj-two {
  background: url(../images/dj2.webp) center/cover no-repeat;
}
.dj-three {
  background: url(../images/dj3.webp) center/cover no-repeat;
}

/* end card-slider-sec */

/* cta-sec */
.cta-sec {
  background: url(../images/cta-bg.webp) center/cover no-repeat;
}

.cta-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 20px 0;
  padding-left: 1.5rem;
}
.cta-btns li {
  font-size: var(--fontsize22);
  font-weight: 400;
  line-height: 28px;
  color: var(--white-color);
  list-style: disc;
}

.cta-sec .defult-btn {
  width: 303px;
  margin-top: 30px;
  color: var(--white-color);
  background: transparent;
  border: 1px solid #fff;
}
/* cta-sec */
/* gallery-sec */

.gallery-sec img {
  width: 100%;

  object-fit: cover;
  display: block;
}
.gallery-sec .shape-left {
  transform: translate(44%, -35%);
}
.gallery-sec .shape-bottom {
  transform: translate(-59%, -11%);
}
.gallery-sec .container-fulid {
  padding: 0 10px;
}
/* gallery-sec */
.testi-wraper p {
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  color: var(--white-color);
  margin: 1rem 0;
}
.client-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client-wrap div h4 {
  margin-bottom: 0;
  font-size: var(--fontsize28);
  font-weight: 700;
  color: var(--white-color);
}
.client-wrap div span {
  font-size: var(--fontsize24);
  font-weight: 400;
  color: var(--white-color);
}
@keyframes hover-wobble {
  0%,
  100% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-3deg);
  }
  80% {
    transform: rotate(2deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .gallery-sec .col:hover,
  .gallery-sec .col:focus-visible {
    animation: hover-wobble 0.6s ease 1;
  }
}
/* gallery-sec */
/* testimonials-sec */
.testimonials-sec {
  background: url(../images/live-bg.webp) center/cover no-repeat #141414;
  padding: 6rem 0;
}
.testimonials-sec .shape-bottom {
  transform: translate(53%, -4%);
}
.testimonials-sec .circle-shape {
  transform: translate(-26%, -40%);
}
.position-relative {
  position: relative;
}
.testimonials-sec .owl-carousel .owl-item figure img {
  margin: 0 !important;
  width: 71px;
}
.margin-left {
  display: flex;
  justify-content: end;
  margin: 0;
}
/* testimonials-sec */
/* footer-form */
.form-sec {
  background-color: #1b1b1b;
  border-radius: 18px;
  padding: 70px;
}
.footer-form .shape-bottom {
  transform: translate(115%, -6%);
  top: 0;
}

.footer-form .section-heading h4 {
  font-size: var(--fontsize22);
  font-weight: 700;
  line-height: 41px;
  color: var(--white-color);
}

.form-sec .form-group .form-control {
  padding: 20px;
  border-radius: 6px;
  background-color: transparent;
  color: var(--white-color);
}
.form-sec .form-group label {
  color: var(--white-color);
  font-size: var(--fontsize16);
  font-weight: 700;
  line-height: 28px;
}
.form-group {
  margin-bottom: 16px;
}
.form-sec .form-btn button {
  width: stretch;
  margin-top: 1.5rem;
}
.form-sec .form-btn button:hover {
  background-color: var(--red-color);
  color: var(--white-color);
}
.contact-wrap :is(span, a) {
  color: var(--white-color);
  font-size: var(--fontsize20);
  font-weight: 400;
}
.contact-wrap span a:hover {
  color: var(--red-color);
}
/* footer-form */
/* footer-sec */
.footer-sec {
  background: url(../images/map-bg.png) center / contain no-repeat;
}
.details-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff26;
  padding: 25px 0;
}

.details-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 290px;
  cursor: pointer;
}
.details-list li div:hover :is(a, p, span) {
  color: var(--cream-color);
}
.details-list li div :is(a, p, span) {
  color: #ffffff99;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.footer-wraper {
  padding-bottom: 4rem;
}
.footer-wraper .section-heading {
  color: var(--white-color);
}
.footer-wraper p {
  color: var(--white-color);
  margin: 2rem 10rem 0;
}
/* â”€â”€ NAV (bottom of hero) â”€â”€ */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-top: 1px solid #ffffff26;
}
.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.social-media li a img {
  width: 50px;
}
.social-media li:nth-child(1) img:hover {
  background: #fe2c55; /* Instagram */
  border-radius: 40px;
}

.social-media li:nth-child(2) img:hover {
  background: #1877f2; /* Facebook */
  border-radius: 40px;
}

.social-media li:nth-child(3) img:hover {
  background-color: #1ed760; /* X (Twitter) */
  border-radius: 40px;
}
.social-media li:nth-child(4) img:hover {
  background: #ff0033; /* youtube */
  border-radius: 40px;
}

.social-media li:nth-child(5) img:hover {
  background: #ff8c00; /* LinkedIn */
  border-radius: 40px;
}
.social-media:before,
.social-media::after {
  content: "";
  border: 1px solid #ffffff26;
  width: 50%;
}
.copy-right p {
  margin: 0;
  color: #ffffff99;
}

.privacy-link {
  display: flex;
  align-items: center;
  justify-content: end;
}
.privacy-link li {
  padding: 0 24px;
}
.privacy-link li a {
  color: #ffffff99;
  line-height: 26px;
  text-decoration: none;
}
.privacy-link li:first-child {
  border-right: 2.5px solid #999999;
}
.footer-sec .nav-link:after {
  background-color: var(--red-color);
}
.nav-link:hover {
  color: var(--red-color);
}
/* footer-sec */

/* popup-form */
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}

:is(.popimgarea :is(h3, h2)) {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke-color: var(--black-color);
  text-align: left;
}
.headingpopup {
  padding: 1rem 2rem 1rem 3rem;
}
.headingpopup h4 {
  font-size: 18px;
  color: #0000006b;
}
.popimgarea img {
  border-radius: 0 0 0 22px;
}
.entry-box {
  background: url(../images/popup-bg.png) center/cover no-repeat;
  padding-top: 0;
  padding: 0;
  max-width: 1243px;
  margin: 0 auto;
  border-radius: 22px;
  position: relative;
}

a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: var(--white-color);
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -10px;
  z-index: 999;
  background-color: #03315b;
  box-shadow: 0px 1px 7.5px 0px #000000;
}

.form-btn button {
  background-color: #000;
  padding: 10px 5rem;
  font-size: 27px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 0;
  border: none;
}
.form-btn-text {
  font-size: 11px;
  color: var(--white-color);
}
a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  filter: invert(1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry-box .form-text-1 h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}

.entry-box .form-text-1 h4 span {
  color: #78b9f8;
  text-transform: uppercase;
}

.col-sm-12.entry-right {
  padding: 30px;
}

.entry-box .form-text-1 p {
  color: var(--white-color);
  font-size: var(--fontsize14);
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
}

.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}

.entry-box label {
  color: var(--black-color);
  text-transform: capitalize;
}

.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 2rem;
}

.entry-box .form-control {
  min-height: 65px;
  border-radius: 13px;
  background-color: #ffffff29;
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1.64px solid #94caff;
}

.entry-box .form-control {
  margin-bottom: 1.5rem;
}
.entry-box textarea.form-control {
  height: 135px;
}
.entry-box .form-control::placeholder {
  color: #ffffff;
}

/* ===== CONTACT DETAILS SECTION ===== */
.contact-details {
  border-radius: 25.25px;
  background: #fb9d2f26;
  padding: 2rem;
  position: relative;
  border: 1px solid #fb9d2f;
}

.contact-details-sect .sectionHeading {
  margin-bottom: 1rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px;
  margin-bottom: 2rem;
  border-bottom: 1.26px solid #05021566;
}

.contact-box:nth-child(3) {
  border-bottom: none;
}

.contact-icon figure {
  height: 80px;
  width: 80px;
}

.contact-info h4 {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 35.34px;
  text-transform: uppercase;
}
.contact-info p {
  color: var(--white-color);
  font-size: 1.375rem;
  font-weight: 700;
}

.contact-info a {
  color: var(--white-color);
  text-decoration: none;
  word-break: break-all;
}

.contact-form .form-control {
  background: #343434;
  padding: 15px 20px;
  border: none;
  height: 67px;
  border-radius: 0;
  color: #8d99a1;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--red-color);
}

.contact-form .form-control::placeholder {
  color: #8d99a1;
  font-size: 16.53px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.contact-image {
  position: relative;
}
.contact-form textarea.form-control {
  height: 200px !important;
}
.contact-form .defult-btn {
  font-size: 16.92px;
  width: 450px;
  border-radius: 0;
}
.contact-banner .shape-bottom {
  bottom: -38%;
  left: 20%;
}
