* {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;

}

/* .sections {
    height: 100vh;
} */

/* img {
    height: 90vh;
} */

.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
    /* Adjust opacity for a lighter effect */
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    /* Box shadow for glassy effect */
    padding: 20px;
}
.text-overlay {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 35px;
    padding: 20px;
}


.logo-overlay img {
    /* max-height: 100px; 
    max-width: 100%; */
    height: auto;

    width: 100%;
    display: block;
    margin: auto;
}

/* Navbar */
.navbar-nav .nav-link {
    font-size: 20px;
    /* Increase font size */
    margin: 0 100px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
}

.logo-start img {
    height: auto;
    width: 40%;
}

.navbar {
    padding: 0;
    background-color: #c6c3c3 !important;
}

.nav-item.active {
    background-color: #c12033;
    padding: 10px 0;
}

.nav-item {
    padding: 10px 0;

}

#active .nav-link {
    color: #fff;
}


   .cheight{
    height:590px;
   }

.heading-point {
    height: 20vh;
    width: 1%;
    background-color: #c12033;
    margin: 40px 40px 40px 0px;
}


.sections:nth-child(2) {
    padding: 40px;


}

.sections .heading1 {
    font-size: 78px;
    font-family: "Raleway", sans-serif;
    color: #c12033;

}

.sections .aboutpara {
    font-family: "Raleway", sans-serif;
    text-align: justify;
    font-size: 30px;

}

.sections .map img {
    height: auto;
}

.sections:nth-child(3) {
    background-color: #001A5B;
    
    /* height: 70vh; */
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.sections:nth-child(3) .row::after {
    content: '';
    display: inline-block;
    height: 100%;
    /* Vertical align helper */
    vertical-align: middle;


    /* Center align contents vertically */
}

.sections:nth-child(3) p {
    font-size: 25px;
    text-align: justify;


}

.sections:nth-child(3) h1 {
    font-size: 55px;
    text-align: left;



}

/* .sections:nth-child(3) .productimg img {
    height: 50vh;
} */
.sections:nth-child(3) .productimg img {
    height:21rem;
    width: 25rem;
}
#contact h2
{
    font-size: 45px;

}
#contact label
{
    font-size: 25px;

}


footer
{
    background-color:#c12033 ;
    color: #fff;
    /* height: 55; */
    /* margin-top: 40px; */
}
/* footer h1
{
    padding: 20px;

} */
/* .copy
{
    background-color:#c12033 ;

    display: flex;
    justify-content: center;
    padding-top: 120px;
} */
/*Media Query  */

@media only screen and (max-width: 1200px) {

    /* Your CSS styles for mobile devices */
    /* For example: */
    .navbar {
        position: fixed;
        top: 0;
        z-index: 1;
    }

    .logo-start img {
        display: none;
    }

    .navbar {
        width: 100%;
        display: flex;
    }

    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 20px;

    }

    .sections:nth-child(3) p {
        font-family: "Raleway", sans-serif;

        font-size: 20px;
        text-align: justify;

    }

}

@media (min-width:500px){
    .sections:nth-child(3) .row {

        padding: 20px;
        text-align: center;
        /* Center align contents horizontally */
    }
    
}

/* gokul edited */

@media (min-width:250px) and (max-width: 300px) {
    .sections .heading1 {
        font-size: 30px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }
    
.triangle{
    width:200px;
    height:100px;
}
    .sections:nth-child(3) .productimg img {
        height:8rem;
        width:12rem;
    }
    
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 12px;
    
    }
    .sections .map img {
        height: 120px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 30px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
    }
 
    #contact h2
{
    font-size: 25px;

}

}


@media (min-width:300px) and (max-width: 400px) {
    .sections .heading1 {
        font-size: 40px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }

    .sections:nth-child(3) .productimg img {
        height:8rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 14px;
    
    }
    .sections .map img {
        height: 140px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 30px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
    }
 
    #contact h2
{
    font-size: 25px;

}

}


@media (min-width:400px) and (max-width: 500px) {
    .sections .heading1 {
        font-size: 40px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }

    .sections:nth-child(3) .productimg img {
        height:8rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 16px;
    }
    .sections .map img {
        height: 170px;
        /* margin-left:60px; */
        margin: 30px auto 0px auto !important;
        display: block;
        /* margin-top: 30px; */
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 30px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
    }
  
    #contact h2
{
    font-size: 25px;

}
}

@media (min-width:500px) and (max-width: 768px) {
    .sections .heading1 {
        font-size: 40px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }

    .sections:nth-child(3) .productimg img {
        height:8rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 16px;
    
    }
    .sections .map img {
        height: 170px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 30px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 18px;
        text-align: justify;
        margin-top: 10px;
    }

    #contact h2
{
    font-size: 25px;

}
}
@media (min-width:768px) and (max-width: 800px) {
    .sections .heading1 {
        font-size: 50px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }

    .sections:nth-child(3) .productimg img {
        height:12rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 20px;
    
    }
    .sections .map img {
        height: 170px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 40px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 20px;
        text-align: justify;
        margin-top: 10px;
    }
  
    #contact h2
{
    font-size: 25px;

}
.navbar-nav .nav-link {
    text-align: center !important;
}


}
@media (min-width:800px) and (max-width: 900px) {
    .sections .heading1 {
        font-size: 50px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }

    .sections:nth-child(3) .productimg img {
        height:12rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 20px;
    
    }
    .sections .map img {
        height: 170px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 40px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 20px;
        text-align: justify;
        margin-top: 10px;
    }
  
    #contact h2
{
    font-size: 40px;

}
.navbar-nav .nav-link {
    text-align: center !important;
}

}


@media (min-width:900px) and (max-width: 992px) {
    .sections .heading1 {
        font-size: 50px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }

    .sections:nth-child(3) .productimg img {
        height:12rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 20px;
    
    }
    .sections .map img {
        height: 170px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 45px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 20px;
        text-align: justify;
        margin-top: 10px;
    }
    .rbtn{
        margin-top: 20px;
    }
    #contact h2
{
    font-size: 40px;

}
.navbar-nav .nav-link {
    text-align: center !important;
}

}
@media (min-width:992px) and (max-width: 1200px) {
  
    .sections .heading1 {
        font-size: 50px;
        font-family: "Raleway", sans-serif;
        color: #c12033;
    
    }
    .sections:nth-child(3) .productimg img {
        height:12rem;
        width:12rem;
    }
    .sections .aboutpara {
        font-family: "Raleway", sans-serif;
        text-align: justify;
        font-size: 20px;
    
    }
    .sections .map img {
        height: 200px;
        margin: 30px auto 0px auto !important;
        display: block;
    }
    .sections:nth-child(3) h1 {
        margin-top: 40px;
        font-size: 45px;
        text-align: left;    
    }
    .sections:nth-child(3) p {
        font-size: 20px;
        text-align: justify;
        margin-top: 10px;
    }
    .rbtn{
        margin-top: 20px;
    }
    #contact h2
{
    font-size: 40px;

}
.navbar-nav .nav-link {
    text-align: center !important;
}
}

@media  (min-width:250) and (max-width: 700px) {
    .navbar-nav .nav-link {
        font-size: 15px !important;
        margin: auto !important;;
        padding: 0 50px;
        text-align: center;
    }
   .text-overlay
   {
    font-size: 20px !important;

   }
}
@media (min-width:1200px) and (max-width: 1240px) {
    .navbar-nav .nav-link {
        font-size: 17px !important;
    }
}    
