
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Dosis:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: 'Vox Light';
    src: url('../fonts/Vox%20Light.ttf');
}

@font-face {
    font-family: 'Raleway Light';
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
}

:root {
    --orange: #F58634;
    --yellow: #ffc35f;
    --darkblue: #06114a;
    --black: #000;
    --violet:#080b38;
    --red: #3d82ac  ;
    --hfont: 'Vox Light', sans-serif;
    --cfont: 'Montserrat', sans-serif;
    --grey: rgb(151 144 144 / 9%);
   --vsblue: #3d82ac;
   --vspink: #ab3f50 ;
   
}

body {
    font-size: 16px;
    font-family: var(--cfont);
    color: #fff;
    font-weight: normal;
    background-color: #111111 ;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--hfont);
    color: #ffcc00;
    /* text-transform: uppercase; */
    font-weight: 400 !important;
   
}

.text-pink {
    color: var(--vspink) !important;
}
.text-blue {
    color: var(--vsblue) !important;
}
.text-yellow {
    color: var(--yellow) !important;
}

.text-red {
    color: var(--red) !important;
}
.bg-violet{
    background: var(--violet);
}
.bg-yellow {
    background: var(--yellow) !important;
}

.bg-red {
    background: var(--red) !important;
}

.bg-orange {
    background: var(--orange) !important;
}

.bg-black {
    background: var(--black) !important;
}

.bg-grey {
    background: var(--grey) !important;
}

.bg-blue {
    background: var(--blue) !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.text-justify {
    text-align: justify !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.fs-unset {
    font-size: initial !important;
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1.2s !important;
}

.delay-5 {
    animation-delay: 1.6s !important;
}

.animate_infinite {
    animation-iteration-count: infinite !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 40px;
    z-index: 99;
}

.fw-medium {
    font-weight: 50;
}

.h_course_img {
    padding-left: 10px;
    border-radius: 10px;
    background: #F1F1F1;
}

.h_card {
    border: 1px solid;
}

.h-serach {
    border-radius: 10px;
    border: 1px white;
}

.input-text {
    font-size: 13px;
}

.h_colr {
    background-color: var(--blue);
}

.bg_blue_light {
    background-color: #1d72bc;
}

.h_our.owl-carousel .owl-item img {
    width: 145px !important;
}

.h_our .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.h_our.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    color: var(--light);
    font-size: 30px;
}

.h_our.owl-carousel .owl-nav button.owl-next {
    position: relative;
    float: right;
    color: var(--light);
    font-size: 30px;
}

.h_partner {
    background: linear-gradient(90.25deg, #891225 28.16%, rgb(137 18 37 / 75%) 68.15%);
    background-blend-mode: multiply;
    background-position: center;
    border-radius: 20px;
    font-size: 51px;
}

.h_partner.h_part_apply {
    background-image: url(../images/bg1.JPG);
    background-position: top;
}

.h_partner h5 {
    text-align: center;
}

.h_whats_numb {
    border-radius: 50% 50% 50% 0%;
    border: 1px solid;
    background-color: var(--yellow);
    padding: 20px 25px;
}

.h_cont {
    border-radius: 50px 0px 50px 50px;
    border: 1px solid;
    padding: 15px 0px 15px 70px;
    text-align: right;
    padding: 50px;
}
p{
    color: #AAAAAA;
}
.h_cont h2,
.h_cont h5 {
    text-align: center;
}

.h_whats_number {
    /* margin: 0em 0em 0em 4em; */
}

.h_number {
    border-radius: 50px 0px 50px 50px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    background-color: var(--yellow);
    padding: 30px;
}

.h_number p {
    text-align: center;
    margin-top: 10px;
}

.h_partner .h_btn {
    text-align: center;
}

.h_faq {
    background-color: #F3F3F3;
    padding: 10px 10px 10px 10px;
}

.h_faq .accordion-button {
    background-color: #F3F3F3;
    border: 1px solid #000;
}

.h_faq .accordion-button:focus {
    box-shadow: none;
}

.h_faq .accordion-item {
    margin-bottom: 10px;
}

.h_faq .accordion-body {
    background-color: #F3F3F3;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 15px;
    padding: 25px 0;
    color: white;
    font-size: 14px;
    /* font-weight: 700; */
    outline: none;
    transition: 0.25s;

}

.center_tagline th {
    color: white;
    background-color: var(--yellow) !important;
    text-transform: capitalize !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    transition: 0.25s;
    color: var(--red);
    font-weight: bold;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.h_nav {

    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.4s ease-in-out;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /* align-items: center; */
    /* background: #00000070; */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--yellow);
    border: 15px solid var(--yellow);
}

#header-carousel .carousel-item {
    position: relative;
}

/* #header-carousel .carousel-item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(6, 17, 74, 0.90);
    z-index: 1;
} */

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../images/rectangle.png) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}


.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.h_about {
    background: url(../image/about.jpg) left center no-repeat;
    background-size: cover;
}

.h_benefit {
    background: url(../images/bread.png);
    background-size: cover;

}

.h_box {
    background-color: #D8DAE7;
    opacity: 0.9;
}


.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--yellow);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--yellow);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--yellow);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid var(--bs-white);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: var(--bs-dark);
    opacity: 1;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--yellow);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    right: 50%;
    left: 50%;
    color: white;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--yellow);
    color: var(--bs-white);
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
       .height-65{
        height: 65vh;
       }
    .explore-text {
        font-size: 15px !important;
    }
    .how-it-works .step.one p::after{
        display: none !important;
    }
    .how-it-works .step.step.two p:after {
        display: none !important;
    }
    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: var(--bs-white);
    color: var(--yellow);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: var(--bs-white);
    background: var(--yellow);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--blue);
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: var(--bs-white) !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: -0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--yellow);
    color: var(--bs-white);
}

@media (max-width: 768px) {
    /* .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    } */

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-white);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--yellow) !important;
}

.h_course_sublogo {
    height: 50px;
}

.navbar-brand img {
    height: 45px !important;
}

.fetchButton {
    background-color: var(--yellow);
}

.fetchButton.active {
    background-color: #d55234;
}

/* .h_our .owl-stage-outer{
    height: 100%;
} */
.h_our .owl-stage {
    display: flex;
    align-items: center;
    background: var(--bs-white);
    height: 100%;
}

.h_our .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.h_our .owl-nav .owl-prev,
.h_our .owl-nav .owl-next {
    margin-left: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.alignment_01 .form-control {
    border-radius: 1.25rem !important;
    appearance: auto;
}

.alignment_01 {
    background-color: #1d72bc;
    padding: 5%;
    border: 2px solid #1d72bc;
    z-index: 2;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.banner_form_01 .form-control {
    border-radius: 20px;
}

.form_02 {}



.c_btn {
  position: relative;
  padding: 12px 24px;
  color: white;
  background: transparent;
  border: none;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  transition: 1s;
}

.c_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px; /* Border thickness */
  background: linear-gradient(270deg, var(--vsblue), var(--vspink), var(--vsblue));
  background-size: 400% 400%;
  animation: animateBorder 5s linear infinite;
  border-radius: 10px;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    transition: 1s;
}

.c_btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: transparent;
}

.c_btn:hover {
  font-weight: 600;
  color: white !important;
  background-color: rgba(164, 61, 77, .75);
  box-shadow: 0 4px 8px rgba(164, 61, 77, .75), 0 6px 20px rgba(61, 130, 172, .75);
  transition: 1s;
}

@keyframes animateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



.c_btn2 {
    background-color: var(--yellow) !important;
    color: black !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c_btn2:hover {
    background-color: white !important;
    border-radius: 0px !important;
    font-weight: 600;
    color: black !important;
    border: 2px solid var(--yellow);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.h_headn {
    color: var(--yellow);
    letter-spacing: 1px;
    line-height: 1;
    font-size: 2.9em;
}

.footer_01 p a {
    color: var(--bs-white);
}

.footer_01 p a:hover {
    color: var(--yellow);
}


.footer_02 a {
    color: var(--bs-white);
}

.footer_02 a:hover {
    color: var(--yellow);
}

.h_headn.h_headn_b {
    color: var(--black);
}

.bgimg_norepeat {
    background-repeat: no-repeat !important;
}

.bgimg_cover {
    background-size: cover !important;
}

.bgimg_contain {
    background-size: contain !important;
}

.bgimg_center {
    background-position: center !important;
}

.bgimg_end {
    background-position: right bottom !important;
}

.h_bubble,
.h_prod_bubble {
    display: inline-block;
}

.h_bubble_wrap,
.h_prod_bu_sub {
    height: 0;
    padding-bottom: 100%;
}

.h_bubble_cirle {
    height: 50px;
    width: 50px;
    background: var(--black);
    color: var(--yellow);
    z-index: 1;
}

.h_bubble_cirle_new {
    height: 100%;
    width: 100%;
    background: #000000ad;
    color: var(--yellow);
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 2em;
}

.h_bubble_tag {
    bottom: 12%;
    z-index: 95;
    background: var(--black);
    color: var(--yellow);
}

.h_bubble_wrap:hover .h_bubble_cirle,
.h_bubble_wrap:hover .h_bubble_tag {
    background: var(--bs-white);
    color: var(--black);
    border: 1px solid var(--black);
}

.right_button {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}

.right_button2 {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}

.modal.show .table-modal {
    top: 0;
}

.i_count {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black);
    /* margin: auto; */
    padding: 60px;
    z-index: 1;
}

.i_count:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--yellow);
    z-index: -1;
}

.h_adprocs .nav-tabs li {
    background-color: var(--grey);
}

.h_adprocs .nav-tabs li .nav-link.active {
    background-color: var(--yellow);
}

.h_adprocs table {
    border-collapse: unset;
    border-spacing: 10px;
}

.h_adprocs table tr td:nth-child(2) {
    background-color: var(--light);
}

.h_list_num li {
    display: flex;
    align-items: baseline;
}

.h_list_num li:before {
    position: absolute;
    /* content: counter(list-number)'.'; */
    left: 0;
    top: -3px;
    font-size: 18px;
    font-weight: bold;
}

.h_bg_over {
    background: rgb(20 29 73 / 92%);
    background-blend-mode: multiply;
}

.h_bg_over_01 {
    /*background: #3f51b5c7;*/
    background-blend-mode: multiply;
}

.h_bg_over .h_list_num li::before {
    top: 0px;
    font-size: 20px;
}

.text_big {
    font-size: 1.25rem;
}

iframe .widget_container {
    background: var(--bs-white) !important;
}

#n_about:before,
#n_about:after {
    position: absolute;
    content: '';
    right: 4%;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: white;
    z-index: -1;
}

.admission .nav-link {
    color: var(--bs-dark);
    border: solid var(--yellow) 1px;
    width: 100%;
    border-radius: 0px;
    /* margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex; */
}

.admission .nav-link.active {
    color: var(--bs-dark);
    background-color: var(--yellow);

}

.mobile_hide {
    background-image: unset;
}

.border_end {
    border-right: none;
}

.footer_01 p {
    display: flex;
    align-items: center;
}

.specializations {
    height: 300px;
}

@media (min-width: 768px) {
    .padding-top-bottom {
        padding: 100px 0px;
    }

    .content-box {
        height: 130px;
    }

    .py-lg-70
    {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }




    .section-height {
        height: 100vh !important;
    }

    /* .bottom-0 {
        position: absolute;
        bottom: 0;
    } */

    [id] {
        scroll-margin-top: 30px !important;
        /* Adjust for the header height */
    }

    .logos-01 img {
        height: 60px !important;

        object-fit: contain;
        display: flex;
        justify-content: start;
    }

    .logos-02 img {
        height: 45px !important;

        object-fit: contain;
        display: flex;
        justify-content: start;
    }

  

    .h_cont {
        margin-left: 10em;
    }

    .h_cont h2,
    .h_cont h5 {
        text-align: right;
    }

   
 


    .h_bubble_main:nth-child(2) .h_bubble_bef1:before {
        display: block;
    }

    .testimonial-carousel .owl-nav {
        right: unset;
        top: 58%;
        left: -45%;
        justify-content: unset;
    }



    .right_button {
        top: 35%;
        right: 17px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;

    }

    .right_button2 {
        top: 70%;
        right: 17px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;
    }

    /* .form-modal {
        max-width: 45% !important;
    } */

    .banner-text1 {
        font-size: 55px;
        line-height: 1;
        font-weight: bold;
    }



    .section-title {
        font-size: 45px;
        

    }

    .content {
        font-size: 18px;
        font-weight: 400;
        text-align: justify;
    }
}

.center_tagline_01 th {
    color: white;
    background-color: var(--dcolor) !important;
    text-transform: capitalize !important;
}

.modal-content .form_01 {
    padding: 0px !important;
    margin: 0px !important;
}


@media (max-width: 768px) {

    .navbar-brand img {
        height: 45px;
    }

    .banner-text2 {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
    }

}

.icons_01 ul i {
    color: var(--yellow) !important;
}

/* /////////thankyou page css///////////////////// */
.thank_form .bg-white {
    border-radius: 15px;
}

.th_meet {
    background-color: var(--red);
    height: 140px;
    width: 140px;
}

.th_meet img {
    height: 90px;
}

.learn-more {
    background: var(--red);
    color: white;
    padding: 7px 9px;
}

.learn-more:hover {
    background: white;
    color: var(--red);
    padding: 7px 9px;
    border: 1px solid var(--red);
}

.arrow-learn {
    padding: 7px 4px;
    border-radius: 0px 6px 6px 0px;
}

.side-img img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.bg-dark {
    background-color: var(--darkblue) !important;
}

.social-icons img {
    height: 30px;
    width: auto;

    margin: 3px;

}



.border-bottom01 {
    border-bottom: 4px solid var(--blue);
    width: 20%;
}

.key-heighlights img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.card-img-top {
    height: auto;
    width: auto;
    object-fit: contain;
}

.card-img-bottom {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.card-body {
    background-color: var(--lightblue);

}

.accordion-button:not(.collapsed) {
    color: var(--darkblue) !important;
    background-color: var(--lightblue) !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    font-family: var(--cfont) !important;
}

/* .timeline {
    border-right: 2px dashed var(--darkblue);
    position: relative;
    right: 25px;
    top: 35px;
} */

.number {
    font-size: 30px;
    color: #555;
}

.steps {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.text-light {
    color: var(--lightblue);
}



@media (min-width: 576px) {
    .table-modal {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

.pop-image {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.bg-lightblue {
    background-color: var(--lightblue);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.logos-01 img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.logos-banner img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.main-headings {
    font-size: 40px !important;
  

}



.enqui_form_ai {
    background-color: var(--lightblue);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px ;
    border-bottom: 1px solid white;
    appearance: none;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background:linear-gradient(to right, #ef476f, #f78c3f);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    outline: 0;
    padding:20px;
}
.form-label {
    margin-bottom: .5rem;
    color: white;
}
.xsubmit-btn {
    color: white;
    background-color: var(--darkblue);
    border: 2px solid white;
    border-radius: 25px;
    padding: 10px 13px;
    font-weight: bold;
}

.xsubmit-btn:hover {
    color: var(--darkblue);
    background-color: var(--lightblue);
    border: 2px solid var(--darkblue);
    border-radius: 25px;
    padding: 10px 13px;
    font-weight: bold;
}

.badge {
    background-color: var(--darkblue);
    color: white;
    margin-top: 3px;
}

.text-darkblue {
    color: var(--darkblue);
}

.border-bottom {
    border-bottom: 2px solid gray;

}

.accordion-button {
    font-family: var(--cfont);
}

.icons-social {
    height: 23px;
    margin-right: 10px;
}

li::marker {
    color: #fff;
    font: bold;
    font-size: 20px;
}

.arrow-png {
    height: 20px !important;
    width: auto !important;
    object-fit: contain;


}

.banner-side img {
    height: auto;
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.border-right {
    border-right:2px solid rgb(199 191 191 / 49%);

}


/* Styling for the table */
table {
    width: 100%;
    border-collapse: collapse;
}

/* Styling for table header */
th {
    border: 1px solid #fff;
    /* Black border for table header */
    padding: 5px 5px;
    background-color: var(--orange) !important;
    /* Optional: Background color for header */
    text-align: left;
    color: white;
}

/* Styling for table data cells */
td {
    border: 1px solid var(--lightblue);
    /* Black border for table data */
    padding: 10px;
    text-align: left;
}




tr:nth-child(even) {
    background-color: rgb(253, 251, 251);
}

tr:nth-child(odd) {
    background-color: #ffffff;
    /* White for even rows */
}

[id] {
    scroll-margin-top: 350px;
    /* Adjust for the header height */
}

.form-control:disabled,
.form-control:read-only {
    background-color: #ffff;
    opacity: 1;
}

.karosapne-sakar {
    height: 35px;
    width: auto;
    object-fit: contain;
}

.scrollable-modal-body {
    max-height: 80vh;
    /* Adjust height as needed */
    overflow-y: auto;
    /* Enables vertical scrolling */
}

/* Style the scrollbar itself */
.scrollable-modal-body::-webkit-scrollbar {
    width: 8px;
    /* Set the width of the scrollbar */
}

/* Style the track (part that the thumb slides within) */
.scrollable-modal-body::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Light gray background */
    border-radius: 10px;
    /* Rounded corners */
}

/* Style the thumb (the draggable part of the scrollbar) */
.scrollable-modal-body::-webkit-scrollbar-thumb {
    background-color: var(--lightblue) !important;
    /* Gray color */
    border-radius: 10px;
    /* Rounded corners */
}

/* Hover effect for the thumb */
.scrollable-modal-body::-webkit-scrollbar-thumb:hover {
    background-color: var(--darkblue) !important;
    /* Darker gray when hovered */
}

/* new css morris foundation */

.register-now {
    background-color: var(--violet);
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(192, 190, 190, 0.2), 0 6px 20px 0 rgba(238, 235, 235, 0.19);
}

.register-now:hover {
    background-color: var(--red);
    border-radius: 30px !important;
    font-weight: 600;
    color: white !important;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marquee {
    background-color: var(--orange);
}



.section-height {
    height: 50vh;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.step {
    position: relative;
    padding-top: 50px;
}
.icon {
    font-size: 30px;
    color: #e0413d;
    border: 1px solid #cecece;
    border-radius: 50%;
    padding: 30px 20px 20px 20px;
    width: 90px;
    height: 90px;
    margin-top: -15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.step .icon::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: #e0413d;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    border-radius: 50px;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #e0413d;
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    position: absolute;
    left: 38%;
    font-size: 13px;
    top: -12px;
}
@media (max-width: 1199px) {
    .homepage .step.one p::after, .homepage .step.two p::after {
        background-size: 95%;
        width: 70%;
    }
}

 .how-it-works .step.one p:after {
    background: url(../images/arrow-1.png) no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 80px;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 75%;
    top: 85px;
}
.how-it-works .step.step.two p:after {
    background: url(../images/arrow-2.png) no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 80px;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 75%;
    top: 85px;
}
/* footer::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -2px;
    right: 0px;
    top: -263px;
    z-index: -2;
    background: url(../images/wave-left.png) ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} */
.pb-250{
    padding-bottom: 250px;
}
.logo{
    height: 90px;
}
footer .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer .contact {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}
.in-the-box .feature {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 50px 20px 20px 20px;
    text-align: center;
    z-index: 2;
    border-radius: 0px 0px 7px 7px;
}
.in-the-box .row {
    margin-bottom: 40px;
}
.hero-img img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mobile-frame {
    width: 300px;
    height: 600px;
    border: 16px solid #333;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    background: black;
  }

  .owl-carousel .item {
    width: 100%;
    height: 100%;
  }

  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .in-the-box .feature i {
    color: var(--violet);
    box-shadow: rgba(0, 0, 0, 0.5) 0px -9px 15px -10px;
    position: absolute;
    top: -20px;
    left: 44%;
    padding: 20px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}
.in-the-box .feature:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
}
.videoWrapper img, .navbar, .price-1, .price-2, .price-3, .blog-content img, .in-the-box .feature {
    transition: 300ms ease-out;
}
.subscribe-box{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    padding: 50px;
    position: relative;
}
.subscribe-text{
    font-size: 25px;
    color: grey;
    
    font-weight: 300;
   
}
.subscribe-box i{
    display: flex ;
        justify-content: center;
        position: absolute;
        border-radius: 50%;
        padding: 20px;
        top: -21px;
        box-shadow: 0px -9px 15px -10px rgba(0, 0, 0, 0.5);
        left: 45%;
        background-color: white;
        
}
.bg-gradient{
    background: linear-gradient(to right, #a22d8d, #e5385c, #ffc35f) !important;
}
.prices{
    background: white;
    border-radius: 7px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 2px solid var(--violet);
}
.prices:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
    -o-box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.prices h5{
    font-size: 35px;
    color: white;
    padding: 30px 0px 30px 0px;
    background: linear-gradient(to right, #ef476f, #f78c3f);
}
.price001{
    position: absolute;
    background-color: white;
    box-shadow: 0px -9px 15px -10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
    top: -35px;
    left: 33%;
    font-size: 25px;
    font-weight: 700;
    color: var(--bs-red);

}
.nav-image{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.shadowbox{
    background: white;
    border-radius: 7px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
    padding-bottom: 30px;
  
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: var(--red) !important;
    color: white !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 170px;
    border-radius: 7px;
}
.nav-tabs .nav-link {
    background-color: transparent;
    color: black !important;
    border-radius: 0px !important;
    font-weight: 600;
    border: 2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 170px;
    border-radius: 7px;
}
.nav-tabs {
    border-bottom: none;
}
.li-001 li::marker {
    content: '✓';
    color: var(--violet);
    font-weight: bold;
    font-size: 20px;
    
}
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: rgba(215, 52, 100, 1);
    background: #e0413d;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid rgba(215, 52, 100, 1);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(215, 52, 100, 1);
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid rgba(215, 52, 100, 1);
    border-bottom: 3px solid transparent;
    border-top: 3px solid rgba(215, 52, 100, 1);
}
.icon-01 i{
    font-size: 30px;
    color: var(--red);
    margin-right: 25px !important;
}
.fa-star:before {
    content: "\f005";
    color: var(--red);
}
.index-form form{
    background-color: #000;
    padding: 20px;
    position: relative;
    opacity: 0.5;
}
.form-bg{
    background-image: url(../images/formbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}
.contact .row li{
    color: white !important;
    list-style: none;
}
@media (max-width: 1199px) {
    footer .contact {
        font-size: 13px;
    }
}

footer .contact, footer .contact ul {
    padding-left: 0px;
    list-style: none;
}

footer .contact {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .contact i {
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
footer .shipping {
    text-align: right;
}

footer .shipping {
    background: url(../images/footer-map.png) no-repeat 30px 30px;
}
footer .shipping h5 {
    font-size: 53px;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    text-align: right;
    padding-top: 17%;
    line-height: 70px;
}
.bg-darkvio{
    background-color: #6b2a5f;
}
.prev-border{
    border-top: 2px solid rgb(219, 216, 216);
}
.banner-image{
    background-image: url(../images/banner.jpg);
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg-black{
    background-image: url(../images/black-bg.jpg);
    background-image: url(../images/black-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg2-black {
    position: relative;
    background-image: url(../images/bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Keeps background fixed during scroll */
}

.bgimg2-black::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Black overlay with transparency */
    z-index: 1;
}


    
.h_nav.scrolled {
background: linear-gradient(to right, #000000, #5c3b22);

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.banner-text{
    font-size: 50px;
    text-transform: capitalize;
  
}
a.text-white:hover {
    color: #0dcaf0; /* Bootstrap's cyan */
    transition: color 0.3s ease;
}


.project-box {
  position: relative;
  overflow: hidden;
   transition: 0.5s;
 
}

/* Image settings */
.project-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 10px;
   transition: 0.5s;
}

/* Zoom image on hover */
.project-box:hover .project-img {
  transform: scale(1.1);
   background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}
/* .project-box2:hover .project-img{
    transform: scale(1.1);
   background: rgba(0, 0, 0, 0.6); 
} */
.project-box2 {
  position: relative;
  overflow: hidden;
  background: #1d1d1d;
  border-radius: 10px;
  border: 1px solid #f1f1ff30;
 
}

/* Overlay always visible */
.project-overlay {
  position: absolute;
  inset: 0;
  /* constant dark overlay */
   z-index: 1;
    transition: 0.5s;
}
.project-box:hover .project-overlay{
     background-color: #000000;
     opacity: 0.75;
      transition: 0.25s;
}


/* Visit link hidden initially, slides in from left */
.visit-link {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 20px;
  transform: translateX(-100%);
   transition: 0.5s;
  color: #c4c4c4;
  font-size: 20px;
  font-weight: 700;
  
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 5;
}

/* Show on hover */
.project-box:hover .visit-link {
  transform: translateX(0);
  opacity: 1;
    transition: 0.5s;
}

.project-box:hover .visit-link:hover{
color: #FFFFFF; 
  transition: 0.5s;
    
}

.exp-box {
  /* background-color: #fff; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exp-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.exp-box h5 {
  font-weight: 600;
}

.exp-box p {
  font-size: 15px;
}
.tech-marquee {
  overflow: hidden;
  position: relative;
}

.tech-track {
  display: flex;
  width: 200%; /* To hold two sets */
}

.tech-content {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

.scroll-right .tech-content {
  animation: scroll-right 30s linear infinite;
}

.tech-item {
  flex: 0 0 auto;
  padding: 0 30px;
}

.tech-item img {
  height: 90px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.tech-item img:hover {
  transform: scale(1.1);
}

/* Scroll left (LTR) */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Scroll right (RTL) */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.border-bottom{
    border-bottom:  1px solid var(--vspink) !important;
}
.border-right{
    border-right:  1px solid var(--vspink) !important;
}
.navbar-nav{
    border: 1px solid white;
    border-radius: 45px;
}
.typewriter {
    display: inline-block;
    overflow: hidden;
    border-right: 2px solid #ffcc00;
    white-space: nowrap;
    font-family: 'Courier New', Courier, monospace;
    color: #ffcc00;
    font-size: 45px;
    font-weight: bold;
    animation: typing 3s steps(30, end), blink 0.75s step-end infinite;
    animation-fill-mode: forwards;
    width: 22ch;
}

@media (max-width: 768px) {
    .typewriter {
        font-size: 35px;
        width: 18ch; /* smaller width for smaller screens */
    }
   
    .border-right{
        border-right: none !important;
    }
    .text-content{
        height: auto !important;
    }
    .navbar-nav{
    border: none !important;
    border-radius: 0px !important;
}
}

@media (max-width: 480px) {
    .typewriter {
        font-size: 30px;
        width: 15ch;
    }
     .border-right{
        border-right: none !important;
    }
}

@keyframes typing {
  from { width: 0; }
  to { width: 22ch; }
}

@keyframes blink {
  50% { border-color: transparent; }
}
.view-more{
    padding: 10px 20px;
    background: #1e1e1e;
    border-radius:8px;
    color: var(--yellow);
    transition: 1s;
}
.view-more:hover{
    padding: 10px 20px;
    background: #000;
   transition: 1s;
    border-radius:8px;
    color: white;
}
.project-type{
    font-size: 15px;
    border: 1px solid #f1f1ff30;
    padding: 0px 8px;
    border-radius: 5px;
    background-color: #161616 ;
  
}
.text-content{
    height: 100px;
}

.navbar-toggler-icon{
    filter: invert(1);
}



/* ADDED BY SHREY*/
/* ADDED BY SHREY*/
/* ADDED BY SHREY*/
/* ADDED BY SHREY*/

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    z-index: -4;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000;
    overflow: hidden;
}

.background span {
    width: 39vmin;
    height: 39vmin;
    border-radius: 39vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 27;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #aa2d4f;
    top: 63%;
    left: 52%;
    animation-duration: 64s;
    animation-delay: -86s;
    transform-origin: 24vw 24vh;
    box-shadow: -78vmin 0 10.211793283272883vmin currentColor;
}
.background span:nth-child(1) {
    color: #0482e8;
    top: 41%;
    left: 27%;
    animation-duration: 213s;
    animation-delay: -80s;
    transform-origin: 18vw 24vh;
    box-shadow: 78vmin 0 10.359818881862182vmin currentColor;
}
.background span:nth-child(2) {
    color: #0482e8;
    top: 92%;
    left: 97%;
    animation-duration: 81s;
    animation-delay: -116s;
    transform-origin: 11vw 1vh;
    box-shadow: -78vmin 0 10.137747560862216vmin currentColor;
}
.background span:nth-child(3) {
    color: #0482e8;
    top: 23%;
    left: 74%;
    animation-duration: 150s;
    animation-delay: -151s;
    transform-origin: -6vw 25vh;
    box-shadow: -78vmin 0 10.099884414179025vmin currentColor;
}
.background span:nth-child(4) {
    color: #aa2d4f;
    top: 69%;
    left: 36%;
    animation-duration: 29s;
    animation-delay: -196s;
    transform-origin: -23vw 19vh;
    box-shadow: 78vmin 0 10.11884022679254vmin currentColor;
}
.background span:nth-child(5) {
    color: #0482e8;
    top: 97%;
    left: 35%;
    animation-duration: 185s;
    animation-delay: -110s;
    transform-origin: -2vw -8vh;
    box-shadow: -78vmin 0 9.963819829961814vmin currentColor;
}
.background span:nth-child(6) {
    color: #aa2d4f;
    top: 27%;
    left: 7%;
    animation-duration: 113s;
    animation-delay: -143s;
    transform-origin: 15vw -22vh;
    box-shadow: -78vmin 0 10.374127177915573vmin currentColor;
}
.background span:nth-child(7) {
    color: #aa2d4f;
    top: 80%;
    left: 6%;
    animation-duration: 20s;
    animation-delay: -206s;
    transform-origin: 10vw -8vh;
    box-shadow: -78vmin 0 10.325860761522039vmin currentColor;
}

.pro-bo:hover {
    transform: scale(105%);
    transition: .5s;
    
   
}






.pro-bo:hover .pro-visit{
    transition: .5s;
   background: linear-gradient(
        to right,
        #ab3f50 20%,
        #3d82ac 30%,
        #ab3f50 70%,
        #3d82ac 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.pro-bo {
  
    transition: .5s;
     --borderWidth: 30px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
    
}

.pro-visit{
    color: var(--vsblue);
    transition: .25s;
    
}
.pro-bo:hover .pro-visit:hover{
    color: #FFFFFF;
transition: .25s;
    
}
    

.glass{
    z-index: -2;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000;
    overflow: hidden;
    opacity: 0.5;
}

.area{

  
  position: relative;
  margin: 0 auto;
 }
.move-rect{
  display: block;
  position: relative;
  opacity:0.7;
  max-width:600px;
  padding: 10px 20px;
 

}



    
    

