@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --primary-color-one : #071A3D;
    --primary-color-two: #06B6D4;
    --secondary-color-one: #FF6B35;
    --secondary-color-two: #3B82F6;
    --heading-color: #2563EB;
    --text-color-white: #fff;
    --dark-text: #172554;
    --soft-blue-grey: #E8F1FF;
    --heading-font: "Playfair Display", serif;
    --text-font: "Poppins", sans-serif;
    --special-font: "DM Mono", monospace;
}


body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    color: var(--dark-text);
    overflow: scroll;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Slabo 13px", serif;
  /* font-size: clamp(1rem,6vw,4.5rem) !important; */
}

/* Chrome, Edge, Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}







.mascot {
    animation: mascotBob 2.8s ease-in-out infinite;
}
@keyframes mascotBob {

  0%,
  100% {
    transform: rotate(7deg) translateY(0);
  }

  50% {
    transform: rotate(2deg) translateY(-10px);
  }
}
.performance {
    animation: badgePop 2.8s ease-in-out infinite;
}
@keyframes badgePop {

  0%,
  100% {
    transform: scale(1) rotate(0);
  }

  45% {
    transform: scale(1.14) rotate(-5deg);
  }

  60% {
    transform: scale(1.06) rotate(4deg);
  }
}

#mainHeader {
    /* background-image: url(../image/bg-abstract.png); */
    background-image: url(../image/bg-abstract2.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: 100% 25%;
    position: relative;
    overflow: hidden;
}

#mainHeader::before {
    position: absolute;
    content: "";
    background-image: url(../image/bg-abstract2.png);
    width: 100%;
    height: 136px;
    top: -6px;
    left: 0;
    z-index: -1;
    transform: rotateY(180deg);
    background-position: 1170px 0px;
    background-repeat: no-repeat;
    background-size: 16%;
}

.topHeader, .footer-bottom, .eachBox, #contactForm {
    background: #FF6B35;
background: linear-gradient(157deg, rgba(255, 107, 53, 1) 0%, rgba(7, 26, 61, 1) 59%);
}

.scrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

    /* Glass background */
    /* background: rgba(0, 0, 0, 0.35) !important; */

    /* Glass blur */
    /* -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    backdrop-filter: blur(20px) saturate(180%) !important; */

    /* Glass border */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */

    /* Shadow */
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
}
.scrolled::after{
  position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #2563EB;
    background: linear-gradient(90deg, rgba(37, 99, 235, 1) 40%, rgba(255, 107, 53, 1) 40%, rgba(255, 107, 53, 1) 57%, rgba(37, 99, 235, 1) 57%);
    bottom: 0px;
    left: 0px;
}
.textColor{
  color: #fff !important;
}
.active.textColor{
  color: var(--secondary-color-one) !important;
}
#mobileMenu{
  z-index: 99;
}
ul.myMenu li a.active {
    border: 2px solid var(--secondary-color-one);
    color: var(--secondary-color-one);
    background-color: #fff;
}
ul.myMenu li .subMenu a.active {
    border: 2px solid var(--secondary-color-one);
    color: var(--text-color-white);
}
ul.myMenu li:hover .subMenu a.active .menuBg {
  transform: translateX(0%);
}
.brandName, .footerLogo {
    position: relative;
    font-family: "Playfair Display", serif;
}
.brandName::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 5px;
    background: #2563EB;
    background: linear-gradient(90deg, rgba(37, 99, 235, 1) 40%, rgba(255, 107, 53, 1) 40%, rgba(255, 107, 53, 1) 57%, rgba(37, 99, 235, 1) 57%);
    bottom: -3px;
    left: 0px;
}


/*.smallHeading {*/
/*  font-family: "DM Mono", monospace;*/
/*}*/
/*.workDesc{*/
/*  font-family: "DM Mono", monospace;*/
/*}*/
.eachReview {
    position: absolute;
    content: "";
    background-color: #fff;
    inset: 0;
    clip-path: polygon(0 0, calc(100% - 85px) 0, calc(100% - 85px) 88px, 100% 88px, 100% 100%, 0 100%);
    z-index: -1;
    border-radius: 20px;
    z-index: 99;
}


.testiSlider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testiSlider .owl-prev {
    left: -60px;
}

.testiSlider .owl-next {
    right: -60px;
}

.aboutSmallHeading {
    min-height: 36px;
}
h4.smallHeading {
    min-height: 36px;
}

.contactBg{
background: #FF6B35;
background: linear-gradient(-8deg, rgba(255, 107, 53, 0.45) 0%, rgba(7, 26, 61, 0.39) 70%);
}



/* Loader */

.preloader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; overflow: hidden; background: #FF6B35;
    background: linear-gradient(157deg, rgba(255, 107, 53, 1) 0%, rgba(7, 26, 61, 1) 59%); }
.loader-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 54px 54px; transform: perspective(600px) rotateX(58deg) scale(1.8); transform-origin: center bottom; }
.preloader-core { position: relative; width: min(86vw, 420px); display: grid; justify-items: center; gap: 14px; text-align: center; }
.preloader-core img { width: 112px; height: 112px; object-fit: contain; background: var(--white); border-radius: 50%; padding: 10px; box-shadow: 0 0 0 10px rgba(0,216,255,.09), 0 0 70px rgba(0,216,255,.34); }
.preloader-core p {  font-size: clamp(30px, 8vw, 58px); line-height: .9; color: #fff;}
.preloader-core small {font-size: clamp(16px, 5vw, 18px); line-height: .9; color: #fff; font-weight:600;}
.preloader-core span { color: var(--secondary-color-one); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: 2px; }
.loader-line { width: 100%; height: 4px; background: rgba(255,255,255,.14); overflow: hidden; border-radius: 99px; }
.loader-line i { display: block; width: 45%; height: 100%; background: #FF6B35;
background: linear-gradient(-8deg, rgba(255, 107, 53, 0.45) 0%, rgba(255, 255, 255, 0.39) 70%); animation: loadbar 1.05s ease-in-out infinite alternate; }

@keyframes loadbar { from { transform: translateX(-20%); } to { transform: translateX(150%); } }





.officeSlider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}
.officeSlider .owl-nav button.owl-prev, .officeSlider .owl-nav button.owl-next {
    width: 30px;
}













@media (min-width:1376px) and (max-width:2356px) {

#mainHeader::before {
    position: absolute;
    content: "";
    background-image: url(../image/bg-abstract2.png);
    width: 100%;
    height: 136px;
    top: -6px;
    left: 0;
    z-index: -1;
    transform: rotateY(180deg);
    background-position: 106% 0%;
    background-repeat: no-repeat;
    background-size: 22%;
}

}
@media (min-width:992px) and (max-width:1340px) {

.testiSlider .owl-prev {
    left: -28px;
}
.testiSlider .owl-next {
    right: -28px;
}

}
 
@media screen and (max-width:991px) {
  .testiSlider .owl-nav{
    display: none;
  }
  .brandName::after {
    width: 161px;
}
#mainHeader::before {
    display: none;
}  
ul.myMobileMenu {
    height: 400px;
    overflow-y: scroll;
}



}


@media screen and (max-width:767px) {
  #mainHeader {
    background-size: 55%;
    background-position: 120% 25%;
}
#mainHeader::before {
    display: none;
}  
ul.myMobileMenu {
    height: 320px;
    overflow-y: scroll;
}
.officeSlider .owl-nav {
    position: absolute;
    top: 98%;
    right: 0;
    left: 0;
}
  
}

@media screen and (max-width:575px) {


.preloader { background: #FF6B35;
    background: linear-gradient(157deg, rgba(255, 107, 53, 1) 0%, rgba(7, 26, 61, 1) 59%); }
.loader-grid { background: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); }
.preloader-core strong, .footer-brand, .navbar-brand strong, .hero-title, .display-title, .inner-hero h1 { font-family: var(--brand-font); }
.preloader-core span, .navbar-brand small, .eyebrow, .footer-marquee { letter-spacing: 1.4px; }


ul.myMobileMenu {
    height: auto;
    overflow-y: scroll;
}


.officeSlider .owl-nav {
    position: absolute;
    top: 98%;
    right: 0;
    left: 0;
}







}

