html {
    scroll-behavior: smooth;
    cursor: none;
    
}

#offer-banner{
    background-color: #041212;
    display: flex;
    justify-content: center;
    padding: 5%;
    background-image: url(/assets/images/offer-banner.jpg);
    height: 40vw;
    background-size: contain;
    background-position: center;
}



#smooth-content {
    overflow: visible;
    width: 100%;
    height: fit-content;
    
}

.cursor-circle{
    width: 80px;
    height: 80px;
    border-radius: 200px;
    position: fixed;
    background-color: #DB214A;
    pointer-events: none;
    z-index: 10;
}


.btn-index{
    z-index: 12;
}




.navigation-bar {
    width: 100%;
    z-index: 13;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgb(0 0 0));
    display: flex;
    position: fixed;
    padding-left: 5%;
    padding-top: 2%;
}

.top-header {
    position: sticky;
    z-index: -1;
    top: 0;
}


.top-header-2 {
    position: sticky;
    top: 0;
}

.top-line {
    border-top: 1px solid rgba(218, 216, 216, 0.1);
}


.top-header-text-red{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    z-index: 2;

}

.top-header-text-red-2{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    z-index: 3;
}



.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}


.navigation-bar ul {
    color: #F1DFDF;
    display: flex;
    gap: 2rem;
    align-items: center;
    list-style: none;
    
}

a {
    color: #F1DFDF !important;
}

.thanks-page{
    background-color: #000000;
}

.video-bg{
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#back-website{
    cursor: pointer;
}


.video-bg-2{
    position: absolute;
    object-fit: contain;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#top-header-page {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("../assets/images/website-desk-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center;
}

#top-header-page-2 {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("../assets/images/website-desk-bg.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center;
}

.top-text {
    text-align: center;
    color: #F1DFDF;
    letter-spacing: 0.6rem;
    justify-items: center;
    font-size: 1rem;
}



#job-placement{
    background-color: #101010;
    color: #BFA6B2;
    padding-bottom: 5%;
}


.job-team{
    display: flex;
    overflow: hidden;
}

.job-image{
    width: 30%;
}

.white-color {
    color: #F1DFDF;
}

.red-color {
    color: #DB214A;
}

.middle-text {
    text-align: center;
    max-width: 70%;
    font-size: 4rem;
    line-height: 4rem;
    justify-items: center;
    color: #DB214A;
}


.bottom-text {
    color: #F1DFDF;
    display: flex;
    font-size: 1.5rem;
    background-color: #DB214A;
    border-radius: 3rem;
    padding: 1rem 2.5rem;
    gap: 1rem;
    align-items: center;
    z-index: 10;
}


#about-us {
    background-color: #0a0a0a;
    padding: 7%;
    color: #BFA6B2;
}

#why-us {
    background-color: #101010;
    color: #E1D3D3;
    padding-bottom: 5%;
}

#our-courses {
    background-color: #060606;
    color: #BFA6B2;
    padding-bottom: 5%;
}

#students-work {
    padding: 5%;
    padding-left: 7%;
    background-color: #1D1D1D;
    color: #E1D3D3;
    padding-bottom: 5%;
}


#social-media-links{
    background-color: #060606;
    color: #E1D3D3;
    padding-bottom: 5%;
}



#user-reviews {
    background-color: #060606;
    color: #E1D3D3;
    padding-bottom: 5%;
}

.portfolio-buttons{
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.portfolio-btn{
    color: #F1DFDF;
    display: flex;
    font-size: 1.5rem;
    background-color: #DB214A;
    border-radius: 3rem;
    padding: 1rem 2.5rem;
    gap: 1rem;
    align-items: center;
    margin-top: 60px;
    width: fit-content;
    cursor: pointer;
}


.form-button{
    color: #F1DFDF;
    border: none;
    display: flex;
    font-size: 1.5rem;
    background-color: #DB214A;
    border-radius: 3rem;
    padding: 1rem 2.5rem;
    gap: 1rem;
    align-items: center;
    margin-top: 60px;
    width: fit-content;
}

#blue-color-btn{
    background-color: #003EFF;
}



#experience-section {
    padding: 5%;
    padding-left: 7%;
    background-color: #1D1D1D;
    color: #BFA6B2;
    background-image: url(/assets/images/retro-computer-1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-attachment: fixed;
}

.section-title {
    letter-spacing: 0.6rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

#about-section-1 {
    padding-left: 7%;
    padding-top: 4%;
    padding-bottom: 3%;
}

.contact-details{
    font-size: 2rem;
    width: 100%;
}

.why-list {
    font-size: 3.2vw;
}

.contact-content{
 display: flex;
}

.contact-details{
    display: block;
    width: 50%;
}

.contact-forms{
    
    padding-left: 5%;
    display: block;
    width: 50%;
    border-left: 1px solid rgba(218, 216, 216, 0.2);
    
}

.contact-forms p{
    margin: 0;
    font-size: 1.5rem;
}

.b-form{
    display: flex;
    flex-direction:column ;
    gap: 1rem;
}

.input-text{
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    border: none;
    padding: 0.7rem;
    color: #E1D3D3;
    font-size: 1.5rem;
    border-radius: 0.5rem;
}

.input-text option{
    color: #585858;
}

.phone-icon{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: #BFA6B2;
    color: #0F0F0F;
    text-align: center;
    align-content: center;
}

.phone-number{
    display: flex;
    gap: 20px;
    align-items: center;
    cursor: pointer;
}

.phone-number p{
    margin: 0;
}






.roll-text-box {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(218, 216, 216, 0.2);
    border-bottom: 1px solid rgba(218, 216, 216, 0.2);
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #101010 50%, #DB214A 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.roll-text-box:hover {
    /* background-color: #DB214A; */
    opacity:100%;
    background-position:  -100% 0;
    color: #F1DFDF;
}

.why-list-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-list-text-2{
    display: none;
    
}



.why-list-text p, .why-list-text-2 p  {
    margin: 0;
}



#about-text {
    font-size: 2.5rem;

}

.faculty {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faculty-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 50%;
    font-size: 2rem;
}

#faculty-text {
    padding-left: 7%;
    padding-right: 7%;
}

.faculty-content img {
    width: 100%;
}

.red-icon-text {
    display: flex;
    gap: 1rem;
    align-items: baseline;
}

.experience-list {
    width: 60%;
}

.comp-name {
    font-size: 1.2vw;
}

.exp-comp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(218, 216, 216, 0.2);
}

.exp-year {
    font-size: 1vw;
}

.exp-role {
    font-size: 2.1vw;
}



#certification-section {
    padding: 5% 7%;
    background-color: #101010;
    color: #BFA6B2;
}


#cert-text {
    font-size: 1.5rem;
    margin-bottom: 40px;
}

.certificate-block {
    font-size: 1.3rem;
    display: flex;
    border: 1px solid;
    width: 25%;
    border-radius: 25px;
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 2rem;
    flex-direction: column;
    z-index: 200;
}

.certificate-block img {
    width: 100%;
}



.img1 {
    width: 70% !important;
}

.certificate-part {
    display: flex;
    justify-content: space-between;
}

.course-button {
    color: #F1DFDF;
    display: flex;
    font-size: 1.5rem;
    background-color: #DB214A;
    border-radius: 3rem;
    padding: 1rem 2.5rem;
    gap: 1rem;
    cursor: pointer;
    align-items: center;
    margin-top: 60px;
    width: fit-content;
    margin-left: 7%;
    z-index: 5;
}

.review-blocks{
    display: flex;
    position: relative;
    width: fit-content;
    gap: 4rem;
    animation: scroll-horizontal 20s linear infinite;
    
}

.scrolling-wrapper{
    overflow: hidden;
}




.review-text{
    font-size: 0.8rem;
}

.review-star{
    margin-bottom: 10px;
    margin-top: 5px;
}



.review-card{
    display: block;
    background-color: #101010;
    padding: 30px;
    max-height: 400px;
    min-width: 300px;
    border-radius: 1rem;
    
}


@keyframes scroll-horizontal {
    0% {
      left: 100%;
    }
  
    100% {
      left: -100%;
    }
  }

.review-fname{
    font-size: 1.8rem;
}

.review-lname{
    font-size: 1.4rem;
}

#contact-us{
    padding: 5%;
    padding-left: 7%;
    background-color: #101010;
    color: #E1D3D3;
}


#social-media-links{
    padding: 5%;
    padding-left: 7%;
    background-color: #060606;
    color: #E1D3D3;
}

.social-media-connect{
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-media-details{
    display: flex;
    cursor: pointer;
    gap: 1rem;
    align-items: center;
    transition: 0.6s;
}

.social-media-details:hover{
    color: #DB214A;
}

.video-student{
    width: 100%;
}

.logo{
    z-index: 500;
    width: 80px;
    height: 80px;
    cursor: pointer;
}




@media (max-width: 576px) {

    .logo{
        width: 60px;
        height: 60px;
    }

    .logo img{
        width: 60px;
        height: 60px;
    }

    .video-bg{
      
        object-fit: cover;

    }
    

    #top-header-page {
        background-size: cover;
    }

    .top-text {
        font-size: 0.8rem;
    }


    .middle-text {
        text-align: center;
        max-width: 90%;
        font-size: 2.5rem;
        line-height: 2.5rem;
        justify-items: center;
        color: #DB214A;
    }

    .bottom-text{
        font-size: 1rem;
    }

    .faculty-content {
        width: 100%;
    }

.portfolio-buttons{
    display: block;
}

.section-part{
    padding-top: 12% !important;
}
    
#faculty-2{
    flex-direction: column-reverse;
}

.why-list {
    font-size: 1.4rem;
}




.cursor-circle{
    display: none;
}

.faculty-content{
    padding: 0 !important;
}


.experience-list {
    width: 100%;
}
.exp-year{
    font-size: 1rem;
}

.exp-role{
    font-size: 1.3rem;
}

.comp-name{
    font-size: 0.7rem;
}

#experience-section {
    background-position-x: right;
    background-position-y: center;
    background-size: contain;
}

.certificate-part{
    flex-direction: column;
    gap: 2rem;
}

.contact-details{
    width: 100%;
}

.certificate-block{
    width: 100%;
}

.course-button{
    margin-right: 7%;
    margin-top: 1.3rem;
    font-size: 1rem;
    width: -webkit-fill-available;
    justify-content: center;
}

.faculty-content{
    gap: 1rem;
    font-size: 1.5rem;
}

#about-text {
    font-size: 2rem;

}



.contact-content{
    flex-direction: column;
    gap: 2rem;
    
}

.contact-forms{
    width: 100%;
    padding:0;
    border: none;
    padding-top: 3rem;
    border-top: 1px solid rgba(218, 216, 216, 0.2);
}

 #offer-banner{
    height: 70vw;
    background-size: cover;
    
}




.review-blocks{
   animation: scroll-horizontal 10s linear infinite;
    
}

@keyframes scroll-horizontal {
    0% {
      left: 0%;
    }
  
    100% {
      left: -400%;
    }
  }

  .navigation-bar{
    padding-top: 5%;
  }

  .navigation-bar ul{
    gap: 1.2rem;
    min-width: fit-content;
    font-size: small;
    width: 80%;   
  }



  .form-button{
    width: 100%;
    justify-content: center;
  }

  .portfolio-btn {
    width: 100%;
    font-size: 1rem;
    justify-content: center;
    
  }

  #blue-color-btn, #insta-btn-2 {
    margin-top: 2rem !important;
  }

  .job-image{
    width: 100%;
}

  

}