@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Red+Hat+Display:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-scrollbar {
    width: .8rem;
    border-radius: .5rem;

}

::-webkit-scrollbar-thumb {
    background-color: hsl(0, 6%, 87%);
    border-radius: .5rem;
}

::-webkit-scrollbar-thumb:hover {
    background-color: hsl(79, 4%, 35%);
    border-radius: .5rem;
}

.container {
    max-width: 1200px;
}

input[type=number] {
    -moz-appearance: textfield;
    padding: 15px;
    background-color: #f5f5f5;
    border: none;
}

input[type=text] {
    padding: 15px;
    background-color: #f5f5f5;
    border: none;
}

#textarea {
    background-color: #f5f5f5;
    width: 95%;
    padding: 15px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none !important;
}



body {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.7em;
    padding-top: 87px;

}

.act:before {
    position: absolute;
    content: ' ';
    background-color: #ff0000 !important;
    width: 50%;
    left: 10px;
    bottom: 0;
    height: 2px;
    transition: 0.3s ease;
}
@media(max-width:767px){
    .act:before {
        left: 0!important;
        width: 15%;
    }  
    .bar li a:hover::before {
       
        width: 15%!important;
        left: 0px!important;
    }
    
}

.active {
    color: red !important;
}

/* Hide navbar when scrolling down */
.navbar-hidden {
    transform: translateY(-100%);
    transition: transform 0.5s ease-out;
}

/* Show navbar when scrolling up */
.navbar-show {
    transform: translateY(0);
    transition: transform 0.5s ease-in;
}


.bar li a {
    font-family: montserrat;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    color: black;
    position: relative;
}

.bar li a:hover {
    color: red;
}

.bar li a:hover::before {
    position: absolute;
    content: ' ';
    background-color: #ff0000 !important;
    width: 50%;
    left: 10px;
    bottom: 0;
    height: 2px;
    transition: 0.3s ease;
}

.dropdown-menu li a:hover {

    background-color: #ff0000 !important;
    color: white;
}

.drop a {
    color: #666 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: capitalize;
    background: transparent !important;
    padding: 10px !important;
}

.drop a:hover {
    background-color: red !important;
    color: white !important;



}

@media (max-width: 991.98px) {
    .navbar-collapse {
        animation: slideIn 0.5s forwards;
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}


/* video */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (height/width) */
    height: 0;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 600px) {
    .video-container {
        padding-bottom: 70%;
        /* Adjust aspect ratio for smaller screens */

    }

}



.content {
    text-align: center;
}

.content h1 {
    font-size: 100px;
    color: white;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
}

.content a {
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    color: white;
    border: 2px solid black;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 20px;
    font-family: 'Red Hat Display', sans-serif;
}

/*  */



/* team staff */
.team1 {
    background-image: url(assests/back-3.jpg);
    position: relative;
    overflow: hidden;
}

.team0 {
    background-image: url(assests/background\ image-1.jpg);
    position: relative;
    overflow: hidden;
}

.team {

    overflow: hidden;
    padding: 70px 0px 70px;
}

.qs {
    text-align: center;
}

.qs h5 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}


.qs h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 10px;
}

.photo {
    position: relative;
}

.side-title {
    position: absolute;
    height: 10rem;
    width: 2rem;
    background-color: red;
    bottom: 5rem;
    transform: translate(-50%);
    right: -2px;
    color: white;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 2px;
}

.right-side {
    position: absolute;
    color: white;
    writing-mode: vertical-rl;
    right: 5rem;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.20;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
}

.new {
    overflow: hidden;
}

.image-name {
    text-align: center;
    transition: opacity 1s ease;
    padding-top: 5px;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
}

.card-img {
    transition: transform 1s ease;

}

.new:hover .card-img {
    transform: scale(1.05);
    filter: grayscale(0.7);

}



/* For Fade up and Down */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* Apply fade up animation */
.fade-up {
    animation: fadeUp 0.75s ease-in-out forwards;
}

/* Apply fade down animation */
.fade-down {
    animation: fadeDown 0.75s ease-in-out forwards;
}


/* For Fade right and left */
@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(5%);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

/* Apply fade up animation */
.fade-Right {
    animation: fadeRight 0.75s ease-in-out forwards;
}

/* Apply fade down animation */
.fade-Left {
    animation: fadeLeft 0.75s ease-in-out forwards;
}




/* footer */

footer {
    background-image: url(assests/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

footer::before {
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.50);
}

.qs-1 {
    position: relative;
    padding: 45px 0px 30px;
}

.text {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.social-links span {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.social-links a {
    position: relative;
    color: #ffffff;
    opacity: 0.5;
    font-size: 16px;
    margin-right: 15px;
}

.heading {
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
    text-transform: capitalize;
}

.service li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding-left: 20px;

}

.service li a::before {
    position: absolute;
    content: "\f101";
    left: 0px;
    font-family: 'FontAwesome';
}

.heading {
    position: relative;

}

.heading::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 40px;
    background-color: red;
}

.fa::before {
    border: 1px solid;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    color: #ff0000;
}

.bottom {
    position: relative;
    padding: 5px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.15)
}

.up {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 25px;
}

@media(max-width: 1024px) {
    body>footer>div:nth-child(1)>div>div:nth-child(4)>ul>li.nav-items.img-fluid>a>iframe {
        max-width: 240px !important;
    }
}

/* BMI */

.btn-two-outer {
    position: relative;
}

.btn-two-outer:before {
    position: absolute;
    content: '';
    left: -5px;
    bottom: -5px;
    width: 8rem;
    height: 3rem;
    z-index: -1;
    border-left: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
}


.bmi {
    padding: 40px 0px 40px;


}

/*.bmi1 {*/
/*    padding: 30px 30px;*/

/*}*/

.sec-title .title {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.sec-title h1 {
    position: relative;
    color: #222222;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Red Hat Display', sans-serif;
}

.txt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

table th {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    padding: 20px !important;

}

table td {
    padding: 22px !important;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.color-yellow {
    color: yellow;
}



/* ask us */


.any {
    padding: 100px 0px 90px;
}

.ask3 {
    color: #555555;
    font-size: 17px;
    line-height: 1.7em;
    font-family: 'Roboto', sans-serif;
}

.btn-two-outer1 {
    position: relative;
}

.btn-two-outer1:before {
    position: absolute;
    content: '';
    left: -8px;
    bottom: -8px;
    width: 8rem;
    height: 3rem;
    z-index: 1;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
}




/* product */

.qs1 {
    text-align: center;
}

.qs1 h5 {
    position: relative;
    color: red;
    font-size: 2rem;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-family: "Kaushan Script", cursive;
}


.qs1 h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 10px;
    font-family: 'Red Hat Display', sans-serif;
}

.bulid {

    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;

}


.pro {
    width: 50%;
    border: 5px solid red;
    padding: 5px;
    border-radius: 50%;

}

.card-title h4 {
    font-weight: 900;
    font-family: 'Red Hat Display', sans-serif;
    color: red;
    opacity: 0.7;

}

.left-side {
    position: absolute;
    color: white;
    writing-mode: vertical-rl;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.25;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    text-transform: uppercase;
    rotate: 180deg;
}


.team12 {
    overflow: hidden;
    padding: 50px 0px 50px;
}

.us-12 {
    display: grid;
    background-color: #1a1a1a;
}

/* welcome */
.welcome {
    background-image: url(assests/mappatt.jpg);
    margin-bottom: 5rem;
}

.center {
    font-family: 'Lobster' !important;
    letter-spacing: 3px;
    /* letter-spacing: 3px; */
    text-align: center;
    font-weight: 100 !important;
    font-size: 3rem;
    color: darkred;
    margin: 0;
}

.jko {
    text-align: center;
    font-family: monospace !important;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: 'Red Hat Display', sans-serif;
    text-transform: capitalize;
}

.lj {
    font-family: montserrat !important;
    color: black;
    text-align: center;
    line-height: 31px;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: 18px;
}
@media(max-width:777px){
    .three{
        font-size: 22px;
        margin-top: 2rem;
    }
   .xyz {
        margin-bottom: 1rem;
    
    }
   .xyz1 {
        margin-top: 1rem;
    
    }
    .vrs{
        font-size: 20px!important;
    }
    .m-top-30{
        max-height: 85vh!important;
    }
}
.three {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Red Hat Display', sans-serif;
    /* letter-spacing: 0.02em; */
    margin-bottom: 15px;
}

.two {
    color: #0A0A0A;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.31;
    margin-bottom: 11px;
    font-family: 'Montserrat';
}

.two span {
    color: darkred;
}

.para-2 {
    color: #000;
    line-height: 1.87;
    font-family: 'montserrat';
    font-size: 17px;
}

.vrs {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.fgs::before {
    background-color: black !important;
    color: white !important;
    border: 1px solid white !important;
}



/* testimonial */

.review {
    background-image: url(assests/testimonial\ bg.jpg);
    position: relative;
    z-index: 1;
    padding: 95px 55px 75px;
    background-size: cover;
}

@media (max-width: 767px) {
    .review {
        padding: 40px 12px 47px;

    }
}

.review:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(19, 16, 16, 0.65);
}

.sec-title h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 40px;
    font-weight: 900;
    position: relative;
    line-height: 1.2em;
}

.inner-box {
    position: relative;
}

.author-image {
    position: relative;
    width: 86px;
    height: 95px;
}

.author-image::before {
    position: absolute;
    content: '';
    left: -7px;
    bottom: -15px;
    width: 25px;
    height: 25px;
    transition: all 500ms ease;
    border-left: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;

}

.hp:hover
.author-image:before {
    height: 100%;
    width: 100%;
    
}

.inner-box .title {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.inner-box h4 {
    position: relative;
    color: #ffffff;
    line-height: 20px;
    margin-top: 15px;
    display: block;
    font-weight: 700;
}

.rating span.fa::before {
    border: none !important;
    padding: 0 !important;
    border-radius: 0%;
    background-color: transparent !important;
    color: #ff0000;
}

.rating {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
}


.text {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    /* padding-right: 60px; */
    margin-top: 35px;
    font-family: 'Roboto', sans-serif;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: auto;
    height: auto;
    z-index: 1;

}

.carousel-control-prev {
    left: 90%;
    transform: translateX(-50%);
     bottom: -20px!important;

}



.carousel-control-next {
    right: 0%;
    transform: translateX(50%);
     bottom: -20px!important;
}

.bottom span{
    color: red;
    cursor: pointer;
}

.social-links .fa:hover.fa::before {

    background-color:red;
    color: white;
}