@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --Primary: #f37c23;
  --Text: #11112a;
}

body {
  font-family: "Urbanist", sans-serif;
}

.footer-main p,
a,
ul li,
h3,
h4 {
  color: var(--Text);
  font-family: "Urbanist", sans-serif !important;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  background-color: var(--Text);
  padding: 10px 0px;
}

.slider-track {
  display: flex;
  animation: scroll 15s linear infinite;
}

.slider-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.slider-content .icon {
  padding: 0 15px;
  font-size: 1rem;
}

@keyframes scroll {
  0% {
    transform: translateX(10%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.contact-details .light-bg-title {
  font-size: 38px !important;
  letter-spacing: 0;
}

/* CTA Section */

.cta-section-area {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  color: white;
  margin: 15px 0px;
  background-size: cover;
}

.video-main {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  filter: brightness(0.2);
}

.cta-section-area img {
  position: absolute;
  z-index: 0;
  opacity: 0.3;
}

.cta-bg1 {
  top: 10%;
  left: 10%;
  width: 150px;
}

.cta-bg2 {
  bottom: 10%;
  right: 10%;
  width: 150px;
}

.cta-header-area {
  position: relative;
  z-index: 2;
}

.cta-header-area h2 {
  font-family: "Urbanist", sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.cta-header-area p {
  font-size: 1.125rem;
  margin-bottom: 30px;
  color: white;
}

.btn-area {
  margin-top: 20px;
}

.header-btn1 {
  background-color: white;
  color: #6200ea;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.header-btn1 i {
  margin-left: 8px;
}

.header-btn1:hover {
  background-color: #ffffff;
  color: #4b00b3;
}

.cta-header-area .custom-btn.inner-btn::after {
  background: white;
}

.cta-header-area .custom-btn.inner-btn .text::after {
  color: var(--Text);
}

@media (max-width: 768px) {
  .cta-section-area {
    padding: 60px 0;
  }

  .cta-header-area h2 {
    font-size: 1.7rem;
  }

  .cta-header-area p {
    font-size: 1rem;
  }

  .cta-bg1,
  .cta-bg2 {
    display: none;
  }

  .header-btn1 {
    padding: 10px 20px;
  }
}

/* --------------------------- */

.footer-main h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--Text);
}
.col-md-12.single_info {
  padding: 0px;
}
.footer-main {
  background-image: url(../images/Footer/BG.png);
  /* width: 98%; */
  margin: 0 auto;
  margin-top: 60px;
  /* margin-bottom: 15px; */
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 30px 0px;
}

.footer-main .upper {
  padding-bottom: 15px;
}

.footer-main a {
  color: var(--Text);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-main a:hover {
  color: white;
  text-decoration: underline;
}

.footer-main .social-icons a {
  margin-right: 15px;
  color: #3a3a3a;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}

.footer-main .social-icons a:hover {
  color: var(--Primary);
}

.footer-main ul.list-unstyled li {
  margin-bottom: 10px;
}

.footer-main ul.list-unstyled li i {
  margin-right: 10px;
}

.about-tf p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer-main .text-center p {
  margin: 0;
  font-size: 0.9rem;
}

.footer-main .list-unstyled li a {
  color: var(--Text);
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  font-weight: 500;
}

.footer-main ul.list-unstyled li a:hover {
  color: var(--Primary);
  margin-left: 5px;
  text-decoration: none;
}

.footer-main .question-section .icon {
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--Text);
  border-radius: 25px;
}

.footer-main .question-section .icon i {
  margin-bottom: 0;
}

.question-section .icon svg {
  color: white;
  font-size: 18px;
}

.question-section .icon-flag img {
  width: 30px;
  margin-bottom: 10px;
}

.footer-main .question-section .info p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
}

.footer-main .question-section .info p a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
}

.footer-main .question-section .info p a:hover {
  color: var(--Primary) !important;
  margin-left: 5px;
}

.info-country {
  /* color: var(--Text); */
  font-weight: 600;
  /* transition: all 0.3s ease-in-out; */
}

.info-country:hover {
  color: var(--Primary) !important;
}

.footer-main .question-section .single_info {
  margin-bottom: 20px;
}

/* Custom button styles */
.custom-btn {
  flex: 0 0 auto;
  display: inline-block;
  font-family: "Urbanist";
  color: var(--Text);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  background: var(--Text);
  border-radius: 50px;
  padding: 27px 37px;
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  overflow: hidden;
}

.custom-btn .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: -3px;
}

.custom-btn .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: transparent;
  color: var(--Text);
  content: attr(data-back);
  transform: translateY(240%);
}

.custom-btn .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: 0.5s;
  position: relative;
  color: white;
  content: attr(data-front);
  transform: translateY(0);
}

.custom-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff6f01;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.custom-btn:hover {
  background: var(--fd-clr-pr-1);
  transition-delay: 0.3s;
}

.custom-btn:hover::after {
  top: 0%;
  border-radius: 0%;
}

.custom-btn:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}

.custom-btn:hover .text::before {
  opacity: 0;
  transform: translateY(-240%);
}

.custom-btn.inner-btn {
  background: #ff6f01 !important;
  font-size: 16px;
  padding: 15px 20px;
  border: none;
}

.custom-btn.inner-btn::after {
  background: var(--Text) !important;
}

.custom-btn.inner-btn .text::after {
  color: white !important;
}

/* Footer copyright styles */
/* .cooyright-line {
    background-color: #11112A;
    padding: 30px 0;
} */

.footer-copyright-main {
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
  border-top: 2px solid var(--Text) !important;
  padding: 30px 0 20px !important;
}

.footer-copyright-main .col-sm {
  padding: 0;
}

.footer-copyright-main p {
  margin-bottom: 0;
  text-align: center;
  color: var(--Text);
  font-weight: 600;
  font-size: 16px;
}

.footer-copyright-main .terms-links li a {
  font-size: 16px;
  color: var(--Text) !important;
  font-weight: 600;
}

.footer-copyright-main .terms-links li a:hover {
  color: var(--Primary) !important;
  transition: all 0.3s ease-in-out;
}

.footer-copyright-main .copyrightlogo {
  display: flex;
  align-items: center;
}

.footer-copyright-main .copyrightlogo .dmca-badge {
  margin-left: 10px;
}

.footer-copyright-main .copyrightlogo .ISO-logo {
  margin-left: 10px;
  height: 60px !important;
}

.footer-copyright-main .copyrightlogo img {
  height: 46px;
  max-width: 100%;
}

.footer-copyright-main .terms-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.footer-copyright-main .terms-links a {
  color: var(--Text);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.footer-copyright-main .terms-links a:hover {
  color: var(--Primary);
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

  footer {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 992px) {
  .about-tf {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .quick-links-section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  footer .custom-btn.inner-btn {
    margin-bottom: 30px !important;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }

  .contact-details .light-bg-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .footer-copyright-main .copyrightlogo {
    justify-content: center;
  }

  .footer-copyright-main .copyrightlogo img {
    height: 40px;
    max-width: 100%;
  }

  .footer-copyright-main {
    gap: 20px;
  }

  .footer-main .question-section .single_info {
    padding-left: 0px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }

  .contact-details .light-bg-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .footer-copyright-main .terms-links {
    justify-content: center;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }
}
