@import url("dist/webfonts/customFont/stylesheet.css");
:root {
  --main-color: #fff;
  --second-color: #03080A8A;
}
html{
  overflow-x: hidden;
}
body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #ffffff;
  height: 100%;
  background: #000;
}
.container-fluid {
    max-width: 1520px;
    padding: 0 35px;
}
.font_header{
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font_page {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p{
  font-size: 15px;
  color: #fff;
}
.justify-text-left{
  text-align: justify;
}
.text-gray{
  color: #0000008A;
}
.mt-6 {
    margin-top: 5rem !important;
}
.looping.loopMt{
  margin-top: 120px !important;
}
.pe-7 {
    padding-right: 6rem !important;
}
.ps-7 {
    padding-left: 6rem !important;
}
a {
  transition: all 0.3s ease !important;
  color: #ffffff;
  cursor: pointer
}
.form-control {
    padding: 6px 0;
    background: transparent;
    color: #333;
    border: none;
    border-bottom: 1px solid #7c7c7c;
    border-radius: 0;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
}
.btn-outline-primary {
    --bs-btn-color: var(--main-color);
    --bs-btn-border-color: var(--main-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--main-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--main-color);
    --bs-gradient: none;
}


.text-color-main{
  color: var(--main-color);
}
.text-color-third{
  color: var(--third-color);
}

.fs-9{
  font-size: 9px;
}
.fs-10{
  font-size: 10px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.fs-24{
  font-size: 24px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.main-link-2 {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  transition: 1s all ease;
  border-radius: 30px;
  padding: 6px 23px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
}
.main-link-2 i {
  transition: 0.5s all ease;
}
.main-link-2:hover {
  color: #fff;
  border-color: #ffffff;
} 
.main-link-2::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: .3s all ease;
  z-index: 0;
}
.main-link-2:hover::before{
  left: 0;
}
.main-link-2:hover i {
  rotate: 0deg;
}
.main-link-2 i {
  rotate: -45deg;
}
.main-link-2 span {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.main-link-2 span.txt {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 17px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  margin: 0;
  position: relative;
  color: #000;
}
.main-link-2:hover span.txt {
    color: #ffffff;
}
.main-link-2.dark{
    color: #000;
    border: 1px solid var(--main-color);
    padding: 8px 18px;
}
.main-link-2.dark:hover {
  color: #ffffff;
} 
.main-link-2.dark::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: .3s all ease;
  z-index: 0;
}
.main-link-2.dark:hover::before{
  left: 0;
}
.main-link-2.dark span.txt {
      color: #000000;
}
.main-link-2.dark span {
  color: #000;
}
.main-link-2.dark:hover span {
  color: #fff;
}
.main-link-2.dark span.txt {
  color: #000;
}
.main-link-2.dark:hover span.txt {
  color: #fff;
}
.main-link-2.dark:hover span.txt{
  color: #ffffff;
}

.main-link-2-updated, .main-link-2-updated span.txt, .main-link-2-updated:hover i{
  color: var(--main-color) !important;
  background: #000;
}
.main-link-2-updated:hover span.txt{
  text-decoration: underline !important;
}
.main-link-updated-updated:hover .txt{
  background-color: transparent !important;
  color: var(--main-color) !important;
}
.main-link-2-updated:hover i{
  color: var(--main-color) !important;
}

.link{
  color: var(--second-color);
  text-decoration: none;
}
.link:hover{
  color: var(--main-color);
}
.bullet-1{
  background-color: #fff !important;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

/* navbar */
.fixed-top{
    padding: 14px 0;
}
.navbar-toggler-icon {
    font-size: 31px;
    color: var(--sixth-color);
}
.menuCon{
  background-color: #292d2f;
  padding: 11px;
  border-radius: 50px;
}
.offcanvas{
    background: var(--main-color);
    max-width: 80%;
}
/* Base styles for the navbar */
.navbar-nav, .nav-item {
  position: relative;
  padding: 0 6px;
}
.nav-item a{
  color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #fff;
}

.nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav {
    position: relative;
    text-transform: uppercase;
}

.navbar-nav::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: var(--underline-left, 0);
    width: calc( var(--underline-width, 0) + 20px);
    height: 38px;
    background-color: rgb(255 255 255);
    transition: all 0.3s ease;
    transform-origin: left center;
}

.nav-link {
    transition: color 0.3s ease;
}

.mob-menu .nav-link{
  color: #fff;
}
.mob-menu .btn-close{
  padding: 12px;
  background-color: #fff;
  border-radius: 0;
  margin-right: 0;
}

/* Hero-section Sectin */
.main-img{
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
.hero-section{
  margin-top: 100px;
}
.hero-section h1, .hero-section .h1{
  font-size: 50px;
  color: var(--main-color);
}
.hero-section p{
  color: var(--second-color);
  margin: 0;
}
.hero-thumb-img{
  width: 130px;
  height: auto;
  max-height: 140px;
  object-fit: cover;
}
.hero-thumb-p{
  font-size: 13px;
  color: var(--fourth-color) !important;
}

.type-wrap {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

/* Video Section */
.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.video-container video {
    max-height: 500px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.video-container:hover {
    box-shadow: none;
}

.video-container:hover .play-button {
    transform: translate(-50%, -50%) scale(1.2);
}

video {
    width: 100%;
    display: block;
    outline: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    background: rgba(0, 0, 0, 0.11);
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
}

.play-button i {
    color: #fff;
    font-size: 34px;
    margin-left: 5px;
}

.play-button:hover i {
    color: var(--main-color);
}

.hidden {
    display: none;
}

@media (max-width: 768px) {
    .play-button {
        width: 68px;
        height: 68px;
    }
}

/* Nnumbers Section */
.numbers .item{
  background-color: #292d2f;
  transition: all 0.3s ease;
}
.numbers .item:hover{
  background-color: var(--main-color);
  color: #000;
}
.numbers .item:hover .text-white, .numbers .item:hover p{
  color: #000 !important;
}
.numbers .item:hover .text-dark{
  color: #c7c7c7 !important;
}

/* Partner Section */
#no-more-tables {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #b1b1b1;
}
#no-more-tables td, #no-more-tables thead {
    border-color: #b1b1b1;
    text-align: center;
}
#no-more-tables td img{
  max-height: 76px;
  max-width: 96px;
}
#no-more-tables th{
  width: 20%;
  height: 110px;
}
#no-more-tables td{
   height: 110px;
   position: relative;
}
@media only screen and (max-width: 800px) {
    
 /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr {
		display: block;
		border: none;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    vertical-align: middle;
    margin: auto;
  }
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


/* Looping section */
.looping {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.looping .display-5 {
  font-size: 2rem;
}

.list {
  display: flex;
  align-items: top;
  transition: transform 0.5s ease-out;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 13px 0 13px 0;
  background: #000;
}

.list:after{
  content:'';
  width: 84px;
  height: 1px;
  padding: 0;
  transform: translateY(4px);
  background: #000;
  margin: auto 20px;
  display: inline-block;
}

.looping:hover .list {
  transition-duration: 1s; /* Longer transition on hover for smoother stop */
}


.item-d{
  display: inline;
}
.item-dot{
  width: 84px;
  height: 1px;
  padding: 0;
  transform: translateY(-11px);
  background: #ffffff;
  margin: auto 20px;
  display: inline-block;
}
.item-d{
  display: inline;
}

.section-top{
  margin-top: 65px !important;
}

.section-top-inner-pages{
  margin-top: 120px !important;
}

.nostraight{
    z-index: -1;
    position: relative;
    top: -280px;
    left: -30px;
    transform: rotate(
349deg);
}

/* Sscroll to top */
.scroll-top-btn {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
    background: transparent;
    border: 2px solid #fff;
    position: absolute;
    bottom: 10px;
}

.scroll-top-btn:hover {
    background: #fff;
    transform: translateY(-5px);
    color: #000;
}

.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
}


/* Circle */
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* subscriptionForm */
footer{color: #fff;}
footer a{
  text-decoration: none;
}
footer a:hover{
  text-decoration: underline;
}
.social-icons a{
  border: 1px solid #525252;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-bottom: 20px;
}
.social-icons a:hover{
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}



/* Contact us page */
/* When hovering over col-sm-7, target the image in col-sm-5 */
.contactPage .row:hover .col-sm-5 img {
    transition: opacity 0.3s ease;
}

/* Default image opacity */
.contactPage .col-sm-5 img {
    transition: opacity 0.3s ease;
}
.contactForm .form-control{
  border: none;
  border-bottom: 2px solid #5c5c5c;
  border-radius: 0;
  padding: 0 0 5px 0;
}

.contactForm .form-control::placeholder {
  color: rgba(255, 255, 255, 0.39);
  opacity: 1; /* Firefox */
  font-size: 11px;
}

.contactForm .form-control::-ms-input-placeholder { /* Edge 12 -18 */
   color: rgba(255, 255, 255, 0.39);
    font-size: 11px;
}

.contactForm .form-control:focus{
  background-color: transparent;
}
.contactForm .form-control {
    color: #fff;
}
.contactForm .custom-control-input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    cursor: pointer;
}

.contactForm .custom-control-input[type="checkbox"]:checked {
    background-color: #fff;
}
.gToutch p{
  color: #818181;
}

/* services section */ 
.accordion-button {
    font-weight: 600;
    padding: 26px 0;
    border: none;
    color: var(--main-color);
    transition: all 0.3s ease;
    font-size: 36px;
}

.accordion-button:not(.collapsed) {color: var(--main-color);background: transparent;box-shadow: none;}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    display: none; /* Remove Bootstrap's default arrow */
}

.accordion-icon {
    transition: transform 0.3s ease;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    right: 0;
    color: var(--main-color);
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 0 0 26px 0;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #b1b1b1;
}
.accordion-item:last-child {
    border-bottom: none;
}
.accordion-button[aria-expanded="true"] i::before {
    content: "\f068";
}

/* imgSection Section */

 /* Testimonial item styling */
.testimonial-item {
    background: #292d2f;
    border-radius: 15px;
    padding: 22px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.showcase .testimonial-item{
  padding: 0;
  background: transparent;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-title {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 9px;
}

.testimonial-desc {
    color: #ffffff;
    flex-grow: 1;
    line-height: 1.4;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    margin-top: 18px;
    padding-top: 14px;
}

/* Owl Carousel navigation styling */
.owl-carousel{
  width: 120%;
}
.owl-nav {
    text-align: center;
    margin-top: 30px;
}

.owl-prev, .owl-next {
    background: #3498db !important;
    color: white !important;
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    margin: 0 10px !important;
    transition: all 0.3s ease;
}

.owl-prev:hover, .owl-next:hover {
    background: #2980b9 !important;
    transform: scale(1.1);
}

.owl-dots {
    margin-top: 18px;
}

.owl-dot span {
    background: #bdc3c7 !important;
    transition: all 0.3s ease;
}

.owl-dot.active span {
    background: #3498db !important;
    transform: scale(1.3);
}
.owl-dots{
  display: none;
}

/* Video section  */
.video-background {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 30px;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    /* object-fit: cover; */
    /* object-position: center; */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    height: 100%;
}

.contact-form {
    background-color: rgb(0 0 0);
    padding: 30px;
    border-radius: 40px;
    min-height: 100%;
    padding-bottom: 50px !important;
    float: left;
    width: 100%;
}

.form-control:focus {background: transparent;color: #fff;border-color: transparent;box-shadow: none;border-bottom: 1px solid #ffffff;}
.video-background .main-link-2{
  padding: 15px !important;
  color: #000;
  background:  #fff;
  border: 1px solid #fff;
}

/* image effect in home page */
.image-container {
    overflow: hidden;
    border-radius: 10px;
}

.image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#zoom-image {
    width: 70%;
    height: auto;
    transition: transform 0.3s ease-out;
    border-radius: 8px;
    transform-origin: center;
}

/* Projects Page */
.navCustom .nav-pills .nav-link.active, .navCustom .nav-pills .show>.nav-link, .navCustom .nav-link:hover {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--main-color);
}
.navCustom .nav-link{
   color: var(--main-color);
  border: 1px solid var(--main-color);
}

/* New loading */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.loader-wrapper .loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 3px solid #fff;
  border-top-color: #ffffff;
  border-radius: 50%;
  z-index: 100002;
  -webkit-animation: spin 1.5s infinite linear;
          animation: spin 1.5s infinite linear;
}
.loader-wrapper .loader:before, .loader-wrapper .loader:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.loader-wrapper .loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color:#ffffff;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.loader-wrapper .loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*Section */
.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000000;
  z-index: 10001;
}
.loader-section.section-left {
  left: 0;
}
.loader-section.section-right {
  right: 0;
}
.loader-wrapper p{
    color: #fff;
    position: fixed;
    top: calc(50% + 80px);
    left: calc(50% - 54px);
    right: 0;
    width: 120px;
    height: 80px;
    display: block;
    z-index: 10002;
    font-weight: bold;
    text-align: center;
}
/* FIX: Add specific rule for the loading text */
.loaded .loader-wrapper p {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}
/*Finished Loading Styles*/
.loaded .section-left {
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.loaded .section-right {
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.loaded .loader {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.loaded .loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* hero text animation */
.text p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  width: 100%;
  opacity: 0;
  margin-left: 10px;
  font-weight: 200;
}

.letter {
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Menu animation */
/* Base styles for the navbar */
.navbar-nav, .nav-item {
  position: relative;
  padding: 0 3px;
}

.nav-link {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav {
    position: relative;
    text-transform: uppercase;
}

.navbar-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: var(--underline-left, 0);
    width: var(--underline-width, 0);
    height: 3px;
    border-radius: 7px;
    background-color: rgb(253 253 253);
    transition: all 0.3s ease;
    transform-origin: left center;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.nav-link {
    transition: color 0.3s ease;
}

/* Contact us Page */
.map iframe {
    width: 100%;
}
.contactsPage .form-label {
   font-family: "Unbounded", sans-serif;
}
.contactsPage .form-check .form-label {
  font-size: 14px;
}
.contactsPage .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.contactsPage .main-link-2 {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}
.contactsPage .form-control:focus {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.accordion-item{
  background-color: transparent;
}
.accordion-button{
    background: #000 !important;
}


@media only screen and (max-width: 1400px) {
 .hero-section h1, .hero-section .h1, .h1{
    font-size: 42px;
 }
 .h1{
    font-size: 32px;
 }
  .looping .display-5 {
    font-size: 1.7rem;
  }
  .display-4 {
        font-size: 2.2rem;
  }
}

@media only screen and (max-width: 1200px) {
     .hero-section h1, .hero-section .h1, .h1 {
      font-size: 32px;
    }
    .h1{
        font-size: 24px;
    }
    .looping .display-5 {
        font-size: 1.4rem;
    }
    .h2, h2 {
        font-size: calc(1rem + .9vw);
    }
    .h3, h3 {
      font-size: calc(1rem + .6vw);
    }
    .h4, h4 {
      font-size: calc(1rem + .3vw);
    }
    .navbar-nav, .nav-item {
      padding: 0;
    }
    .display-4 {
        font-size: 2rem;
    }
    .accordion-button{
      padding: 25px 0;
      font-size: 26px;
    }
    .accordion-icon{
      font-size: 28px;
    }
}

@media only screen and (max-width: 991px) {
  .loader-wrapper .loader{
    width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .loader-wrapper p {
    top: calc(50% + 60px);
   }
  .hero-section {
    margin-top: 75px;
  }
  .hero-section h1, .hero-section .h1 {
     font-size: 24px;
  }
  .hero-thumb-img{
      width: 84px;
  }
  .looping .display-5 {
      font-size: 1.2rem;
  }
  .section-top {
      margin-top: 55px !important;
  }
  a.main-link-2 {
    font-size: 14px;
    padding: 5px 18px;
  }
  .video-thumbnail {
    max-height: 420px;
  }
  .h1{
    font-size: 24px;
  }
  .accordion-button{
    font-size: 24px;
    padding: 22px 0;
  }
  .accordion-icon {
    font-size: 22px;
  }
  .testimonial-title {
    font-size: 20px;
  }
  .display-4{
    font-size: 1.6px;
  }
  .scroll-top-btn {
    width: 42px;
    height: 42px;
    font-size: 15px;
    right: 8px;
  }
  .nostraight{
    top: -150px;
    left: -10px;
    width: 120%;
  }
  .video-container video{
    max-height: 350px;
  }
  #no-more-tables td img {
      max-height: 110px;
      max-width: 200px;
  }
  .main-link-2 span.txt {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
    .hero-section .video img.position-relative{
        height: 260px;
        object-fit: cover;
    }
    .hero-section h1, .hero-section .h1 {
        font-size: 18px;
    }
    .hero-thumb-p {
        font-size: 11px;
    }

    .video-thumbnail {
      max-height: 320px;
    }
    .h1 {
      font-size: 16px;
      line-height: 24px;
   }
    .accordion-button{
      font-size: 24px;
    }
    .accordion-icon {
      font-size: 25px;
    }
    .testimonial-title {
      font-size: 20px;
    }
    .display-4{
      font-size: 1.4px;
    }
    .scroll-top-btn {
      width: 42px;
      height: 42px;
      font-size: 15px;
      right: 8px;
    }
    .nostraight{
      top: -150px;
      left: -10px;
      width: 120%;
    }
    .scroll-top-btn {
      bottom: 80px;
    }
    .about  .fs-20 {
        font-size: 15px;
    }
  
}

@media only screen and (min-width: 576px) {
   .pe-sm-7 {
      padding-right: 6rem !important;
    }
    .ps-sm-7 {
      padding-left: 6rem !important;
    }
}

@media only screen and (max-width: 576px) {
   .accordion-button {
        font-size: 20px;
        padding: 22px 0;
    }
    .container-fluid{
      padding: 20px;
    }
    .pt-5 {
        padding-top: 1.8rem !important;
    }
    .mt-5 {
        margin-top: 1.8rem !important;
    }
    .py-5 {
        padding-top: 1.8rem !important;
        padding-bottom: 1.8rem !important;
    }
    .section-top {
        margin-top: 26px !important;
    }
}

@media only screen and (max-width: 480px) {
    .display-4 {
        font-size: 1.2px;
    }
}