@font-face {
	font-family: b;
	src: url("font/Bristone.woff2") format("woff2");
}
@font-face {
	font-family: cb;
	src: url("font/Cambay-Bold.woff2") format("woff2");
}
@font-face {
	font-family: fxb;
	src: url("font/Futura\ XBlk\ BT.woff2") format("woff2");
}
@font-face {
	font-family: i;
	src: url("font/impact.woff2") format("woff2");
}
@font-face {
	font-family: ib;
	src: url("font/Inter-Bold.woff2") format("woff2");
}
@font-face {
	font-family: ir;
	src: url("font/Inter-Regular.woff2") format("woff2");
}
@font-face {
	font-family: osi;
	src: url("font/OpenSans-Italic.woff2") format("woff2");
}
@font-face {
	font-family: pl;
	src: url("font/Poppins-Light.woff2") format("woff2");
}
@font-face {
	font-family: pr;
	src: url("font/Poppins-Regular.woff2") format("woff2");
}
@font-face {
	font-family: psb;
	src: url("font/Poppins-SemiBold.woff2") format("woff2");
}
@font-face {
	font-family: rr;
	src: url("font/Roboto-Regular.woff2") format("woff2");
}
@font-face {
	font-family: ur;
	src: url("font/Ubuntu-Regular.woff2") format("woff2");
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #FFD500;
}

::-webkit-scrollbar-thumb {
    background: #00296B;
}

::-webkit-scrollbar-thumb:hover {
    background: #00102a;
}
html, body{
    overflow-x: hidden;
    background-color: white;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.slide-in-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.slide-in-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.slide-in-right {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.slide-in-bottom {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.rotate-in{
    opacity: 0;
    transform: rotateY(90deg);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
    will-change: opacity, transform;
}
.slide-in-animation {
    opacity: 1;
    transform: translateX(0) translateY(0) rotateY(0);
}
.navbar{
    background-color: #00296B;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
#navbar-nav{
    margin: auto;
}
#atag{
    color: #FFD500;
    transition: .4s;
    border-radius: 0.25rem;
    font-size: small;
    text-align: center;
    font-family: fxb;
}
#atag:hover{
    background-color: #FFD500;
    color: #00296B;
    cursor: pointer;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 85%;
    left: auto;
    z-index: 1000;
    opacity: 0;
    transition: opacity .4s ease, transform .4s ease;
    transform: translateY(-10px);
}

/* Show dropdown menu on hover */
.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1 !important;
    transform: translateY(0) !important;
    background-color: #00296B;
    border: 2px solid #FFD500 !important;
}

/* Style dropdown items */
.dropdown-item {
    padding: 0.5rem 1rem !important;
    color: #FFD500 !important;
    text-decoration: none !important;
    font-size: small !important;
    text-align: center !important;
    font-family: fxb !important;
}

.dropdown-item:hover {
    background-color: #FFD500 !important;
    color: #00296B !important;
}
.head {
    display: flex;
    align-items: top;
    justify-content: space-between; 
    background-color: #FFD500;
    padding: .5% 2% .5% 2%;
    width: 100%;
    height: auto;
}
.head-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    background-color: #00296B;
    padding: .5% 2% .5% 2%;
    border-radius: 20px;
    transition: .4s;
    /* margin-right: 5%;
    margin-left: -5%; */
}
.head-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    background-color: #00296B;
    padding: .5% 2% .5% 2%;
    border-radius: 20px;
    transition: .4s;
    /* margin-left: 5%;
    margin-right: -5%; */
}
.head-1:hover,.head-2:hover{
    transform: scale(.95);
    border-radius: 0px;
}
.navbar-nav {
    margin: auto;
}
.head-1-in{
    display: flex; 
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.head-1-in a,.head-2 a{
    text-decoration: none;
    color: white;
    font-family: ur;
}
.head-1-in a:hover,.head-2 a:hover{
    text-decoration: underline;
}
#home-1,#home-2,#home-3,#home-5,#home-8{
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
}
#home-1{
    padding: 0 0 3% 0;
    background-image: url(gallery/bg-1.png);
    background-size: 100% 100%;
}
#home-2{
    background-image: url(gallery/bg-2.png);
    background-size: 100% 100%;
    min-height: 100vh;
    width: 100%;
}
#home-3{
    background-image: url(gallery/bg-3.png);
    background-size: 100% 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home-4{
    background-color: #00296B;
    padding: 10% 5% 10% 5%;
}
#home-5{
    background-color: #00296B;
    background-image: url(gallery/bg-4.png);
    background-size: 95% 100%;
}
#home-6{
    background-color: #00296B;
    padding: 5% 3% 5% 3%;
}
#home-6 .row{
    padding: 0 5% 0 5%;
}
#home-7{
    background-color: #FFD500;
    padding: 5% 3% 5% 3%;
}
#home-8{
    background-image: url(gallery/bg-5.png);
    background-size: 100% 100%;
    padding: 5% 0 5% 0;
}
#home-9{
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: #00296B;
    padding: 5% 0 15% 0;
}
#home-10{
    background-color: #00296B;
}
#home-11{
    background-color: #FFD500;
    padding: 5%;
}
#home-12{
    background-color: #00296B;
    padding: 2% 2% .4% 2%;
}
#home-12 p{
    color: #FFD500;
    font-size: 1.2rem;
    text-align: center;
}
#home-12 p a{
    color: #FFD500;
    text-decoration: none;
}
#home-12 p a:hover{
    text-decoration: underline;
}
#info p{
    color: #00296B;
    font-size: 1.4rem;
    font-family: ib;
}
#info p a{
    text-decoration: none;
    color: #00296B;
}
#info p a:hover{
    text-decoration: underline;
}
#info img{
    margin: auto;
}
#home-10 h1{
    font-size: 5rem;
    font-family: i;
}
#b-bar{
    background-color: #00296B61;
    padding: 5% 15% 5% 15%;
}
#b-bar h1{
    color: #FFD500;
    font-size: 2.5rem;
    font-family: ib;
}
#b-bar p{
    color: white;
    font-size: 1.3rem;
    font-family: rr;
}
#q-all{
    display:none;
}
#q-comm{
    display: grid;
    align-items: center;
    justify-content: center;
    row-gap: 40px;
    margin-top: 10%;
    color: #00296B;
    text-align: center;
}
#q-box,#q-box-2,#q-box-3{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    color: #00296B;
    text-align: center;
}
#q-box img,#q-comm img{
    margin: auto auto 5% auto;
}
#q-box-2 h3,#q-comm h3{
    font-size: 1.7rem;
    font-family: pr;
}
#q-box-3 p,#q-comm p{
    font-size: 1rem;
    font-family: rr;
}
#home-6 h1{
    border-bottom: 5px solid #FFD500;
    padding: 0 0 1% 0;
    color: #FFD500;
    font-family: ib;
}
#ser-box{
    border: 2px solid white;
    padding: 2%;
    text-align: center;
    height: auto;
    width: 100%;
    transition: all .8s;
}
#ser-box:hover{
    background-color: #00296B;
    transform: scale(1.5);
    z-index: 2;
}
#ser-box h2{
    color: #FFD500;
    font-size: 1rem;
    font-family: ib;
}
#ser-box p{
    color: white;
    font-size: .7rem;
    font-family: ir;
}
.work-box{
    background-color: #00296BBF;
    background-size: 95% 100%;
    border: 10px solid #FFD500;
    width: 100%;
    height: 100%;
    transform: scaleY(.95);
    padding: 0 3% 0 3%;
}
#gallery-box{
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 4%;
}
#gallery-box img{
    width: 100%;
    height: auto;
    margin: auto;
}
#gall-content{
    padding-top: 10%;
}
#gall-content p{
    font-size: large;
    color: white;
    text-align: left;
    font-family: rr;
}
#content h1,#survey h1{
    color: #FFD500;
}
#content p,#survey h2{
    color: white;
}
#content h1{
    font-size: xx-large;
    font-family: ib;
}
#survey h1{
    font-size: xx-large;
    text-align: right;
    font-family: fxb;
}
#content p{
    font-size: x-large;
    font-family: rr;
}
#survey{
    padding-top: 20%;
}
#survey h2{
    font-size: xx-large;
    background-color: #00A606;
    padding: 4%;
    width: fit-content;
    margin-left: auto;
    border-radius: 20px;
    text-align: right;
    font-family: fxb;
    border-bottom: 10px solid #FFD500;
    animation: flick 1s infinite;
}
#survey h2:hover{
    animation-play-state: paused;
    cursor: pointer;
}
@keyframes flick {
    0%,100%{
        background-color: #00A606;
        border-bottom: 10px solid #FFD500;
        transform: scale(1);
    }
    50%{
        color: #00A606;
        background-color: #FFD500;
        border-bottom: 10px solid #00A606;
        transform: scale(1.2);
    }
}
#logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 3%;
}
#bar-l,#bar-r{
    background-color: #FFD500;
    height: 25px;
    display: flex;
    align-items: start;
}
#bar-l{
    border-radius: 0 0 25px 0;
    justify-content: left;
}
#bar-r{
    border-radius: 0 0 0 25px;
    justify-content: right;
}
#box-layer,#box-layer-serv{
    background-color: #00296bbf;
    min-height: 100vh;
    width: 100%;
    padding: 5% 4% 5% 4%;
}
#box-layer video{
    margin: auto;
}
#box-layer h1,#box-layer-serv h1{
    color: #FFD500;
    font-family: fxb;
    text-align: center;
    font-size: 3.5vw;
}
#box-layer p{
    text-align: center;
}
#box-layer-serv{
    text-align: justify;
}
#box-layer p,#box-layer-serv p{
    color: white;
    font-size: x-large;
    font-family: ib;
}
#box-layer-serv p span{
    color: #FFD500;
    font-family: ib;
}
#box-layer-serv p span a{
    color: #FFD500;
    text-decoration: none;
}
#box-layer-serv p span a:hover{
    text-decoration: underline;
}
#box-layer-serv h2{
    color: #FFD500;
    font-family: fxb;
    margin: 2% 0;
}
#box-layer-serv h3{
    color: #FFD500;
    font-family: ib;
}
#ser{
    padding: 10% .5% 0 .5%;
}
#ser .col p{
    text-align: center;
    color: #FFD500;
    font-size: x-large;
    font-family: cb;
}
.text {
    padding-top: 10%;
    font-family: b; /* Adjust the font to match the original */
    font-size: 9vw; /* Adjust size as needed */
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 2px #005aaa; /* Blue outline */
    text-transform: uppercase;
}
#home-9 h1{
    font-size: 3rem;
    color: #FFD500;
    text-align: center;
    font-family: i;
    letter-spacing: 20px;
}
.testimonial-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
    background: transparent;
    color: #FFD500;
}

.testimonial-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    min-width: 100%;
    padding: 0 10% 0 10%;
    min-height: 400px;
}
.testimonial-slide h4{
    font-size: xx-large;
    text-align: center;
    font-family: ib;
}
.testimonial-slide p{
    font-size: medium;
    text-align: center;
    font-family: osi;
}
.testimonial-slide img{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.controls {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.arrow {
    cursor: pointer;
    font-size: 40px;
    color: #FFD500;
    user-select: none;
}

.dots {
    text-align: center;
    margin: 20px 0;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border: 2px solid #FFD500;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.dot.active, .dot:hover {
    background-color: #FFD500;
    transform: scaleX(1.4);
    border-radius: 15%;
}
#form-1{
    padding: 5%;
    color: #FFD500;
}
#form-1 p{
    padding-right: 30%;
    font-family: pl;
}
label{
    margin-bottom: 2%;
    font-family: ib;
}
label span{
    opacity: .9;
    font-family: pl;
}
input{
    width: 100%;
}
input[type="text"], 
input[type="tel"], 
input[type="email"] {
    height: 50px;
}
textarea{
    width: 100%;
    resize: none !important;
}
input[type="submit"]{
    border-radius: 25px;
    width: fit-content;
    padding: 2% 10% 2% 10%;
    background-color: #FFD500;
    color: #00296B;
    font-weight: 900;
    font-size: 1.2rem;
    border: none !important;
    transition: .4s;
}
input[type="submit"]:hover{
    background-color: #00296B;
    color: #FFD500;
    border: 5px dashed #FFD500 !important;
}
#b-bar-2{
    background-image: linear-gradient(to top, #00296B61 60%, transparent 40%);
    margin-top: 15%;
}
#b-bar-3{
    background-image: linear-gradient(to top, #00296B61 80%, transparent 20%);
    margin-top: 15%;
}
#b-bar-3 h1{
    color: #FFD500;
    font-weight: 700;
    padding-left: 5%;
    font-family: ib;
}
.anime-vid{
    width: 75%;
    height: auto;
    margin: auto;
    border: 10px solid #FFD500;
}
.container {  
  max-width: 1200px;
  width: 95%;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 60px;
  width: 60px;
  z-index: 5;
  color: #00296B;
  display: flex;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  background: #FFD500;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slider-wrapper .slide-button:hover {
  background: #00296B;
  color: #FFD500;
}
.slider-wrapper .slide-button#prev-slide1,
.slider-wrapper .slide-button#prev-slide2 {
  left: -25px;
  display: none;
}
.slider-wrapper .slide-button#next-slide1,
.slider-wrapper .slide-button#next-slide2 {
  right: -25px;
}
.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}
.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}
.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.slider-scrollbar .scrollbar-track {
  background: #FFD500;
  width: 100%;
  height: 2px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}
.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #00296B;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}
.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}
.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
    #q-all{
        display:block;
    }
    #q-original{
        display: none;
    }
}
@media screen and (max-width: 992px) {
    #ser-box:hover{
        background-color: #00296B;
        transform: scale(1.2);
        z-index: 2;
        padding-left: 25%;
        padding-right: 25%;
    }
    #ser-box{
        width: 90%;
        margin: auto;
    }
    .head {
        display: grid;
        justify-content: center;
        padding: 2%;
    }
    .head-1,.head-2{
        margin-top: 2%;
        margin-bottom: 2%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding: 2% 8% 2% 8%;
    }
    .testimonial-container {
        width: 90%;
    }
    #ser .col p{
        font-size: medium;
    }
}
@media screen and (max-width: 768px) {
    .testimonial-slide h4{
        font-size: larger;
        padding-top: 8%;
    }
    .testimonial-slide p{
        font-size: small;
    }
    .arrow {
        font-size: 20px;
    }
    .dot {
        height: 10px;
        width: 10px;
    }
}
@media screen and (max-width: 576px) {
    #home-9 h1{
        font-size: 2rem;
        letter-spacing: 5px;
    }
    .anime-vid{
        width: 95%;
        height: auto;
    }
}
@media screen and (max-width: 400px) {
    #g-recaptcha{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .g-recaptcha{
        transform: scale(.8); 
        margin: auto;  
    }
    #info p{
        font-size: 1rem;
        padding: 1%;
        text-align: center;
    }
}