*{
    margin: 0;
    padding: 0;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-color: #ffffffe4;
    position: relative;
}
.nav-header{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
}
.nav-header img{
    width: 120px;
}
.contact-kratika{
    text-align: right;
    display: flex;
    padding: 2rem 4rem;
    margin-top: -2rem;
}

.info-content{
    flex-grow: 1;
}
.contact-kratika i{
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    color: #193D0D;
    width: 3rem;
    height: 3rem;
    background: #EDF9CC;
    line-height: 3rem;
    text-align: center;
    border-radius: 2rem;
    margin-right: 15px;
  
}

.info-title {
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 15px;
    color: grey;
    margin-right: 25px;
  }
.info-sub-title {
display: block;
font-size: 18px;
font-weight: 500;
line-height: 1;
color: black;
margin-right: 0.7rem;
}
.wrapper{
    width: 100%;
    height: 11vh;
    box-shadow: 30px 5px 20px grey;
    background-image: linear-gradient(0deg,#8AAB2E, white, #8AAB2E);
    display: flex;
    justify-content: space-between; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    margin-top: -2.5rem;
}
.nav-wrapper{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
    
}
.nav-links{
    flex: 1;
    text-align: left;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.nav-links ul li ul {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
display: none;
background: white;
padding: 10px 0;
border-radius: 10px; /* Added rounded corners to the bottom */
width: 12rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Display dropdown menu on hover */
.dropdown:hover .dropdown-menu {
display: block;
}
.nav-links ul li:hover > ul {
visibility: visible;
opacity: 1;
display: block;
z-index: 999;

}
.nav-links ul li:after{
    content:'';
    width: 0%;
    height: 2px;
    background: #193D0D;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
width: 100%;
}
.appointment-btn{
    display: inline-block;
    margin-top: 2px;
    padding: 10px 10px;
    background-color: #193D0D;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 40px;
    text-align: center;
    margin-right: 100px;
    width: 250px;
}
.appointment-btn:hover{
    background-color: #EDF9CC;
    transform: translateY(-3px);
    color: black;
    text-decoration: none;
    
    border-color: #EDF9CC;
}
.android-appointment-btn{
    display: none;
}
.contact-kratika .other-items{
    display: none;
}
.nav-wrapper .fa{
    display: none;
}

.certificate-header2 {
margin-top: 55px;
text-align: center;
font-size: 4rem;
font-weight: 900;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: black;
} 
.connection{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.connection img{
    width: 90px;
    height: 90px;
    margin-left: 70px;
}
.map-container iframe{
    width: 100%;
  height: 50vh;
  margin-top: 50px;
}
.last-black-box{
    width: 100%;
    height: 50vh;
    background-color: black;
}
.last-nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-nav-links ul li{
    color: white;
    display: inline-block;
    padding: 8px 22px;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}
.last-url-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-url-images img{
    width: 100px;
    height: 100px;
    padding: 8px 22px;
    margin-top: 40px;
}
.last-box-last-line{
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
}
.main-video-header {
    width: 90%;
    height: 110vh;
    background-color: green;
    position: relative; /* Added position: relative to establish a positioning context */
}

.main-video-header video {
    width: 111%;
}
.main-video-header-content{
    font-size: 7rem;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 38%;
    left: 55%;
    transform: translate(-50%, -50%);
    color: white;
}
.main-video-content{
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 50%;
    left: 62.5%;
    width: 70rem;
    transform: translate(-50%, -50%);
    color: #EDF9CC;
}
.main-video-header::before { /* Removed the space before ::before */
    content: ''; /* Added content property to ensure the pseudo-element is rendered */
    position: absolute;
    top: 0;
    left: 0;
    width: 111%;
    height: 111.5%;
    background-color: rgba(0, 0, 0, 0.5);
}
.about-kratika-box{
    width: 80%;
    height: 80vh;
    border-radius: 20px;
    background-color: white;
    margin: 0 auto;
    box-shadow: 10px 5px 20px black;
    margin-top: 150px;
}
.about-kratika-box-header h1{
    font-size: 5rem;
    font-weight: 800;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left: 20px;
}
.about-kratika-box-content{
    margin-top: 20px;
    margin-left: 20px;
}
.about-kratika-box-content ul li{
margin-left: 30px;
margin-top: 20px;
font-size: 1.8rem;
font-weight: 500;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 70rem;
text-align: left;
}
.about-skill-box{
    width: 80%;
    height: 85vh;
    border-radius: 20px;
    background-color: white;
    margin: 0 auto;
    box-shadow: 10px 5px 20px black;
    margin-top: 120px;
}
.about-skill-flex{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}
.about-skill-flex img{
    width: 25rem;
    height: 75vh;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 10px 5px 10px gray;
}
.about-skill-flex h1{
  margin-top: 15px;
  margin-left: 50px;
  font-size: 4rem;
  font-weight: 700;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  
}
.skill-ul{
    margin-top: 100px;
    margin-left: -140px;
}
.skill-ul ul li{
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.rank-box{
    width: 100%;
    height: 80vh;
    margin-top: 50px;
    box-shadow: 5px 5px 10px black;
}
.rank-flex-box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.rank-flex-box2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.rank-flex-box h3{
    margin-top: 50px;
    margin-left:100px;
    font-weight: 800;
    font-size: 5rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: goldenrod;
}
.rank-flex-box2 h3{
    margin-top: 10px;
    font-weight: 800;
    font-size: 1rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: goldenrod;
}
.world-header h1{
    font-size: 4rem;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    margin-top: 90px;
    text-align: center;
}
.world-content ul li{
    font-size: 1.5rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: 22%;
    margin-top: 20px;
    width: 60rem;
}
.welcome-box{
    width: 80%;
    height: 79vh;
    background-color: white;
    box-shadow: 10px 5px 10px gray;
    margin: 0 auto;
    margin-top: 50px;
    
}
.welcome-box video{
    width: 100%;
}
.visit-box {
    position: relative;
    width: 80%;
    height: 70vh;
    border-radius: 20px;
    box-shadow: 10px 5px 10px gray;
    margin: 0 auto;
    margin-top: 150px;
    overflow: hidden; /* Ensure content does not overflow if position: absolute is used */
}

.visit-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity as needed */
}

.visit-box .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; /* Ensure image fits the border radius of the container */
}
.visit-box-card{
    position: absolute;
    top: 18%;
    left: 60%;
    width: 20rem;
    height: 20rem;
    border-radius: 20px;
    box-shadow: 10px 5px 10px black;
}
.visit-box h3{
    position: absolute;
    top:23%;
    left: 5%;
    font-size: 3rem;
    font-weight: 700;
    color: white;
    font-family:'Courier New', Courier, monospace;
    width: 40rem;
}
@media(max-width: 700px){
.header{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
    overflow-x: hidden;
} 
.contact-kratika{
    visibility: hidden;
}
.appointment-btn{
    display: none;
}
.nav-links ul li{
    padding: 1px 2px;
    flex-wrap: nowrap;
    
}
.nav-links ul li a{
    font-size: 0.8rem;
    font-weight: 600;
}
.nav-wrapper{
    padding: 1% 2%;
}
.nav-links ul li ul {
width: 10rem;
}
.contact-kratika .android-appointment-btn{
    visibility: visible;
}

.android-appointment-btn{
    display: block;
    margin-top: 20px;
    background-color: #193D0D;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 50px;
    text-align: center;
    margin-left:-50rem;
    width: 150px;
}
.android-appointment-btn:hover{
    background-color: #EDF9CC;
    transform: translateY(-3px);
    color: black;
    text-decoration: none;
    
    border-color: #EDF9CC;
}

.connection img{
    width: 70px;
    height: 70px;
    margin-left: 30px;
}
.last-nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-nav-links ul li{
    color: white;
    display: inline-block;
    padding: 8px 4px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}
.last-url-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-url-images img{
    width: 90px;
    height: 90px;
    padding: 8px 22px;
    margin-top: 40px;
}
.last-box-last-line{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
}
.main-video-header {
    width: 90%;
    height: 25vh;
    background-color: white;
    position: relative; /* Added position: relative to establish a positioning context */
}
.main-video-header::before { /* Removed the space before ::before */
    content: ''; /* Added content property to ensure the pseudo-element is rendered */
    position: absolute;
    top: 0;
    left: 0;
    width: 111%;
    height: 28vh;
    background-color: rgba(0, 0, 0, 0.5);
}
.main-video-header-content{
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 40%;
    left: 58%;
    transform: translate(-50%, -50%);
    color: white;
}
.main-video-content{
    font-size: 0.9rem;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    top: 55%;
    text-align:center;
    width: 70rem;
    transform: translate(-50%, -50%);
    color: #EDF9CC;
}
.about-kratika-box{
    width: 90%;
    height: 120vh;
    border-radius: 20px;
    background-color: white;
    margin: 0 auto;
    box-shadow: 10px 5px 20px black;
    margin-top: 120px;
}
.about-kratika-box-header h1{
    font-size: 1.7rem;
    font-weight: 800;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left:-5px;
    margin-top: 10px;
    padding: 10px;
}
.about-kratika-box-content ul li{
margin-left: 10px;
margin-top: 20px;
font-size: 1.3rem;
font-weight: 500;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 18rem;
text-align: left;
}
.about-skill-box{
    width: 90%;
    height: 125vh;
    border-radius: 20px;
    background-color: white;
    margin: 0 auto;
    box-shadow: 10px 5px 20px black;
    margin-top: 120px;
}
.about-skill-flex{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.about-skill-flex img{
    width: 20rem;
    height: 55vh;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 10px 5px 10px gray;
}
.about-skill-flex h1{
  margin-top: 15px;
  margin-left: 0px;
  font-size: 3rem;
  font-weight: 700;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  
  text-align: center;
}
.skill-ul{
    margin-top: 10px;
    margin-left: 40px;
}
.skill-ul ul li{
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.rank-box{
    width: 100%;
    height: 70vh;
    margin-top: 50px;
    box-shadow: 5px 5px 10px black;
}
.rank-flex-box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.rank-flex-box2{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.rank-flex-box h3{
    margin-top: 50px;
    margin-left:20px;
    font-weight: 800;
    font-size: 2rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: goldenrod;
}
.rank-flex-box2 h3{
    margin-top: 10px;
    font-weight: 800;
    font-size: 0.8rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: goldenrod;
}
.world-header h1{
    font-size: 2rem;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 800;
    margin-top: 90px;
    text-align: center;
}
.world-content ul li{
    font-size: 1.2rem;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-left: 30px;
    margin-top: 20px;
    width: 22rem;
}
.welcome-box{
    width: 90%;
    height: 20vh;
    background-color: white;
    box-shadow: 10px 5px 10px gray;
    margin: 0 auto;
    margin-top: 50px;
    
}
.welcome-box video{
    width: 100%;
}
.visit-box {
    position: relative;
    width: 90%;
    height: 80vh;
    border-radius: 20px;
    box-shadow: 10px 5px 10px gray;
    margin: 0 auto;
    margin-top: 50px;
}

.visit-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Adjust opacity as needed */
}

.visit-box .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; /* Ensure image fits the border radius of the container */
}
.visit-box-card{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 20rem;
    height: 20rem;
    border-radius: 20px;
    box-shadow: 10px 5px 10px black;
}
.visit-box h3{
    position: absolute;
    top:70%;
    left: 5%;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    font-family:'Courier New', Courier, monospace;
    width: 21rem;
    text-align: center;
}
.certificate-header2 {
    margin-top: 55px;
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    }
}
