@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box !important;
    text-decoration: none !important;
    scroll-behavior: smooth !important;
    font-family: "Baloo Bhai 2", sans-serif;
}

::-webkit-scrollbar-thumb {
    background-color: #1b3caa;
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar {
    width: 7px !important;
}

p {
    margin: 0 !important;
    color: #848484;
    line-height: 27px;
    letter-spacing: 0.2px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav li a {
    font-weight: 500;
    font-size: 17px;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    padding: 6px 15px !important;
}

.navbar-nav li a:hover {
    background: #1d76bb;
    border-radius: 5px;
    color: white !important;
}

.nav-active {
    background: #1d76bb !important;
    border-radius: 5px !important;
    color: white !important;
}

.navContactBtn {
    color: #2a2a2a;
    font-weight: 500;
    white-space: nowrap;
    border: 1.5px solid #2a2a2a;
    border-radius: 5px;
    padding: 6px 15px;
    transition: 0.3s linear;
}

.navContactBtn:hover {
    color: #ffffff;
    border: 1.5px solid transparent;
    background: #1d76bb;
}

.hero-bg-set {
    background: url('../assets/Backgrounds/hero-bg.webp');
    background-size: cover;
    background-position: top left;
}

.hover-style:hover {
    transition: 0.3s linear;
}

.hover-style:hover {
    background: white !important;
    color: black !important;
}

.hover-div .border-line {
    border: 1.4px solid black;
    border-radius: 5px;
    width: 40px;
    transition: 0.3s linear;
}

.hover-div:hover .border-line {
    width: 70px;
}

.h1-styled {
    font-family: cursive;
    letter-spacing: 3px;
    font-weight: 900;
    -webkit-text-stroke: 1.6px #1B3CAA;
    -webkit-text-fill-color: transparent;
}
.moving-text {
  font-family: cursive;
  letter-spacing: 3px;
  font-weight: 900;
  -webkit-text-stroke: 1.6px #fff;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  animation: moveText 10s linear infinite;
}

@keyframes moveText {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

.view-more-btn {
    color: #1B3CAA;
    font-weight: 500;
    white-space: nowrap;
    border: 1.5px solid #1B3CAA;
    border-radius: 5px;
    padding: 6px 15px;
    transition: 0.3s linear;
}

.view-more-btn:hover {
    color: #ffffff;
    border: 1.5px solid transparent;
    background: #1d76bb;
}

.social-border svg {
    transition: 0.3s linear;
}

.social-border svg:hover {
    fill: #1B3CAA;
}

.social-border svg path {
    transition: 0.1s linear;
}

.social-border svg:hover path {
    fill: white;
}

.blue-box {
    background: #1B3CAA;
    color: white;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    position: absolute;
    bottom: -30px;
    right: 10px;
    border-radius: 10px;
    z-index: 2;
    animation: updown 0.9s alternate-reverse infinite;
}

@keyframes updown {
    0% {
        margin-bottom: 0;
    }

    100% {
        margin-bottom: 9px;
    }
}

.h1-styled-white{
    font-family: cursive;
    letter-spacing: 3px;
    font-weight: 900;
    -webkit-text-stroke: 1.6px white;
    -webkit-text-fill-color: transparent;
}

.splide__arrow--next,
.splide__arrow--prev {
    display: none !important;
}

.splide__pagination--ttb {
    right: auto !important;
}

.splide__slide {
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.icon-images div {
    position: absolute;
    height: 70px;
    width: 70px;
    background-size: contain;
    box-shadow: 0px 0px 2px rgb(220, 220, 220);
    border-radius: 5px;
    overflow: hidden;
}

.img-1 {
    top: 10%;
    left: -12%;
    background: url('../assets/icons/icon-1.png');
    transition: 0.3s linear;
}

.img-1:hover {
    background: url('../assets/icons/icon-5.png');
    background-size: contain;
}

.img-2 {
    bottom: 10%;
    left: -12%;
    background: url('../assets/icons/icon-2.png');
    transition: 0.3s linear;
}

.img-2:hover {
    background: url('../assets/icons/icon-6.png');
    background-size: contain;
}

.img-3 {
    top: 10%;
    right: -12%;
    background: url('../assets/icons/icon-3.png');
    transition: 0.3s linear;
}

.img-3:hover {
    background: url('../assets/icons/icon-8.png');
    background-size: contain;
}

.img-4 {
    bottom: 10%;
    right: -12%;
    background: url('../assets/icons/icon-4.png');
    transition: 0.3s linear;
}

.img-4:hover {
    background: url('../assets/icons/icon-7.png');
    background-size: contain;
}

.bg-set {
    background: url('../assets/Backgrounds/women.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1b3caa !important;
    width: 30px !important;
    height: 30px !important;
}

:root {
    --swiper-theme-color: #1b3caa !important;
    --swiper-navigation-size: 28px !important;
}

.input-styled {
    padding: 6px 2px;
    border: none;
    border-bottom: 1.4px solid rgb(206, 206, 206);
    width: 100%;
}

.input-styled:focus {
    outline: none !important;
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    text-transform: uppercase;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-bg-set {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 0;
}

.serv-btn {
    border: none;
    background: transparent;
    font-size: 1.4rem;
    color: white;
    font-weight: 400;
    transition: 0.3s linear;
    text-align: start;
    opacity: 0.4;
}

.active-serv {
    font-size: 1.7rem;
    font-weight: 600;
    opacity: 1;
}

.splide__pagination--ttb {
    left: -30px !important;
}

.home-content-set {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.566);*/
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
}

.bg-prop {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.social-icon-float {
    position: absolute;
    top: 20%;
    left: 4%;
    z-index: 2;
}

.serv-bg-change-1,
.serv-bg-change-2,
.serv-bg-change-3,
.serv-bg-change-4,
.serv-bg-change-5,
.serv-bg-change-6,
.serv-bg-change-7,
.serv-bg-change-8,
.serv-bg-change-9,
.serv-bg-change-10 {
    transition: background-image 0.5s ease;
}

.serv-bg-change-1 {
    background: url('../assets/service-bg/bg-1.webp');
}

.serv-bg-change-2 {
    background: url('../assets/service-bg/bg-2.webp');
}

.serv-bg-change-3 {
    background: url('../assets/service-bg/bg-3.webp');
}

.serv-bg-change-4 {
    background: url('../assets/service-bg/bg-4.webp');
}

.serv-bg-change-5 {
    background: url('../assets/service-bg/bg-5.webp');
}

.serv-bg-change-6 {
    background: url('../assets/service-bg/bg-6.webp');
}

.serv-bg-change-7 {
    background: url('../assets/service-bg/bg-7.webp');
}

.serv-bg-change-8 {
    background: url('../assets/service-bg/bg-8.webp');
}

.serv-bg-change-9 {
    background: url('../assets/service-bg/bg-9.webp');
}

.serv-bg-change-10 {
    background: url('../assets/service-bg/bg-10.webp');
}

.form-control:focus {
    box-shadow: none !important;
}

.bg-about {
    background: url('../assets/Backgrounds/about.webp');
    background-size: cover;
    background-position: bottom center;
    height: 600px;
}

.icon-set-1 {
    position: absolute;
    z-index: 1;
    top: 60%;
    left: 40%;
    width: 85px;
    animation: rotatingY 5s linear infinite;
}

@keyframes rotatingY {
    0% {
        transform: translate(-50%, -50%) rotateY(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateY(360deg);
    }
}

.icon-set-2 {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 58%;
    width: 85px;
    animation: rotatingY 5s linear infinite;
}

.icon-set-3 {
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 57%;
    width: 85px;
    animation: rotatingY 5s linear infinite;
}

.icon-set-4 {
    position: absolute;
    z-index: 1;
    top: 37%;
    left: 43%;
    width: 85px;
    animation: rotatingY 5s linear infinite;
}

.absolute-serv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.absolute-serv div {
    transition: 0.4s linear;
}

.absolute-serv:hover div {
    transform: scale(1.1);
}

.scroller-div {
    border: 2px solid #d4d4d4;
    padding: 5px 25px;
    border-radius: 20px;
    transform: rotate(90deg);
}

.dot {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background: #d4d4d4;
    animation: updown2 3s linear infinite;
}

@keyframes updown2 {
    0% {
        transform: translateX(-21px);
    }

    100% {
        transform: translateX(21px);
    }
}

.start-border {
    border-left: 1.5px solid #d4d4d487;
    padding-right: 0px !important;
}

.scroll-text {
    font-size: 12px;
    color: #d4d4d4;
    padding-top: 22px;
    text-align: center;
    pointer-events: none;
}

.btn-close {
    width: 4em !important;
    height: 4em !important;
}

.btn-close:focus {
    box-shadow: none !important;
}



.file-upload-form {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-upload-label input {
    display: none;
}

.file-upload-label svg {
    height: 50px;
    fill: rgb(154, 154, 154);
    margin-bottom: 20px;
}

.file-upload-label {
    width: 100%;
    cursor: pointer;
    background-color: #f6f6f6;
    padding: 30px 0px 40px 0px;
    border-radius: 0px;
    border: 2px dashed rgb(154, 154, 154);
}

.file-upload-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.browse-button {
    background-color: rgb(154, 154, 154);
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
    transition: all 0.3s;
}

.browse-button:hover {
    background-color: rgb(154, 154, 154);
}

.success-upload {
    background: #198754fe;
    color: white;
    padding: 5px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.tab-pane {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.tab-pane.show {
    opacity: 1;
    visibility: visible;
}

