/* Reset some default browser styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


* {
    box-sizing: border-box;
}
.dropdown {
  
    overflow: hidden;
    display: inline;
   
  
  }
  

  
  .dropdown .dropbtn {
  
    border: none;
    outline: none;
    font-weight: bold;
    color: #f90c0c;
    font-size: 15px;

    padding: 5px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  
  
  .dropdown-content {
    display: none;
    position:absolute;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
   

  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #dceff831;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
  
  
}


  header h1 {
    float: left;
    height: 50px;
   position: absolute;
   z-index: 1;
}

.container img {
    width: 100%;
    height: 50px;
    margin: 0px;
    overflow: hidden;
    /* animation-name: imgzoom;
    animation-duration: 5s; */

}




header {
    background: #ffffff;
    color: #710101;
    padding: 1rem 0;
    
   
}

header h1 {
    float: left;
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
    
}

header nav ul {
    list-style: none;
}

header nav ul li {
    display: inline;
    margin-left: 20px;

}

header nav ul li a {
    color: #710101;
    text-decoration: none;
    font-weight: bold;
    transition: font-size 2s;
    
}


header nav ul li a:hover {
    text-decoration: underline;
    font-size: 20px;
}


[type="checkbox"],
label {
    display: none;
}


/* //////////////////////////////////////Nav bar end here //////////////////////////////// */



.hero-section {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e25801;
    position: relative;
}

.hero-container {
    text-align: center;
}

.hero-container img {
    display: none;
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-name: slide;
    animation-duration: 4s;
  
}

@keyframes slide {
    0%   {left:-600px; top:0px;}
    50%  { left:00px; top:0px;}
    75%   {left:100px; top:0px;}
    100%  { left:-50px; top:0px;}
}

.hero-container img {
opacity: 1;
    transition: opacity 3s ease-in-out;
}
.hero-container h1 .logo {
position: fixed;
}




.hero-container h2, .hero-container h4 {
    opacity: 0;
    transition: opacity 3s ease-in-out;
   
}

.hero-container h2 {
    font-size: 6.5rem;
    margin: 0;
    
  
}





.hero-container h4 {
    font-size: 2.5rem;
    margin: 0;
}

.hero-container h4 img{
  width: 100%;
  height: 10px;
  z-index: 2;
    margin: 0;
}




.hero-container h1 {
    font-size: 5.5rem;
    margin: 0;
    color: #333;
}



.section {
    padding: 5px 0;
}

.section h2 {
    text-align: center;
    margin-bottom: 1rem;
}

#about p, #careers p, #contact p {
    text-align:justify;
}



.about-container {


    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.about-text {
    flex: 1;
    padding: 20px;
    animation-name: namedelay;
  animation-duration: 10s;
}

@keyframes namedelay {
    from { font-size:  20px;}
    to { font-size: 15px; }
    
}

.about-text h2 {
    margin-bottom: 1rem;
    transition: transform .2s; /* Animation */
}
.about-text h2:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.about-text h2 h7{
    margin-bottom: 1rem;
    color: #f30d0d;
}

.about-text p {
    margin-bottom: 1rem;
}
.about-text p p1 {
    margin-bottom: 1rem;
    color: #f83904;
    font-weight: bold;
    font-size: larger;
}

.about-text ul {
    list-style: none;
    padding: 0;
}

.about-text ul li {
    margin-bottom: 0.5rem;
    background: #62a0f8;
    padding: 10px;
    border-radius: 5px;
    transition: transform .2s; /* Animation */
}
.about-text ul li:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   
}

.about-image {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}



.about-tex{
    flex: 1;
    padding: 20px;

} 
.about-tex h2{
   color: #900101;
   font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

} 

.goal  {

    background-color: #fffdfd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100px;
    margin-top: 10px;
    text-align: center;
   
}

.goal-container {
width: 100%;
text-align: center;

}

.goal-text {
    text-align: center;
}

.goal h2  {

    color: #fff;
    display: flex;
    text-align: center;
    margin-left: 0%;
   
}
.goal h4 {

    color: #787272cf;
    display: flex;
    text-align: center;
    margin-left: 40%;
    font-size: 35px;
   
}

.goal h2 h7  {

    color: #f1803f;
    display: flex;
    text-align: center;
   
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
   
    padding: 20px;
}

.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 15px;
}

.gallery img:hover {
    transform: scale(1.05);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* ////////////////////////////////////////Contact section start/////////////////////// */

.contactsection {
    padding: 2px 0;
}

.contact {

    display: flex;
   
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #faf7f7;
    height: 200px;

}

.contactimg img {

margin-left: 50px;
margin-top: 15px;
border-radius: 8px;
    width: 170px;
    height: 170px;
}











footer {
    background: #7a1a00;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    
}

@media screen and (max-width: 768px) {

    header {
        background: #ffffff;
        color: #710101;
        padding: 25px 0;
        
       
    }
    nav ul {
        display: none;
        width: 350px;
        padding: 0;
    }

    #hero-nav img {
        max-width: 80%;
        height: 35px;
        float: left;
        margin-left: 10px;
        margin-top: -10px;
    }
    
    label {
        display: block;
        background: #410000;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 10px;
        border-radius: 5px;
    }
    
    label:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background: #ffffff;
        margin: 7px 5px;
        box-shadow: 0px 10px 0px #ffffff, 0px 20px 0px #c3c3c3;
        border-radius: 5px;
    }
    
    #nav:checked ~ nav ul {
        display: block;
        z-index: 9999;
        position: absolute;
        right: 20px;
        left: 20px;
        top: 50px;
        background: #fbf9f9;
        padding: 10px;
    }
    
    nav a {
        color: #777;
        display: block;
        padding: 10px 0;
    }
    
    nav ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        background: #f6f6f6;
        text-indent: 0;
        border-bottom: 1px solid #f4f3f3;
    }
    
    nav ul li:last-child {
        border-bottom: none;
    }
    
    nav > ul > li {
        margin-left: 0;
    }
    
    nav ul li ul li {
        display: block;
        float: none;
    }
    
    nav ul li .dropdown-content {
        display: none;
    }
    
    nav ul li .dropdown-content a {
        background: #eeecec;
        padding: 10px;
    }
    
    nav ul li:hover .dropdown-content {
        display: block;
        position: relative;
        z-index: 9999;
    }
    
    h1 {
        font-size: 20px;
    }

    header h1 {
        float: left;
        height: 20px;
     position: absolute;
       z-index: 1;
    }
    
  








/* \\\\\\\\\\\\\\\\\\\\\\\\nav bar end here\\\\\\\\\\\\\\\\\ */

    

.hero-section {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fa591e;
    position: relative;
}

.hero-container {
    text-align: center;
}

.hero-container img {
    display: none;
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-name: slide;
    animation-duration: 4s;
  
}

@keyframes slide {
    0%   {left:-600px; top:0px;}
    50%  { left:00px; top:0px;}
    75%   {left:100px; top:0px;}
    100%  { left:-50px; top:0px;}
}

.hero-container img {
opacity: 1;
    transition: opacity 3s ease-in-out;
}
.hero-container h1 .logo {
position: fixed;
}




.hero-container h2, .hero-container h4 {
    opacity: 0;
    transition: opacity 3s ease-in-out;
   
}

.hero-container h2 {
    font-size: 3.5rem;
    margin: 0;
    
  
}


.hero-container h4 {
    font-size: 1.5rem;
    margin: 0;
}

.hero-container h4 img{
  width: 100%;
  height: 10px;
  z-index: 2;
    margin: 0;
}


.hero-container h1 {
    font-size: 5.5rem;
    margin: 0;
    color: #333;
}

.section {
    padding: 5px 0;
}

.section h2 {
    text-align: center;
    margin-bottom: 1rem;
}


/* hero section end here/////////////////////////////////////////////////// */




#about p, #careers p, #contact p {
    text-align:justify;
}


.about-container {
 display: block;
    justify-content: space-between;
}

.about-text {
    flex: 1;
    animation-name: namedelay;
  animation-duration: 10s;
  text-align: center;
}

@keyframes namedelay {
    from { font-size:  20px;}
    to { font-size: 15px; }
    
}

.about-text h2 {
    margin-bottom: 1rem;
    transition: transform .2s; /* Animation */
}
.about-text h2:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.about-text h2 h7{
    margin-bottom: 20px;
    color: #eb1414;
    font-size: 20px;
}

.about-text p {
    margin-bottom: 1rem;
    font-size: 15px;
}

#about p {
    font-size: 15px;
}
.about-text p1 {
    margin-bottom: 1rem;
    color: #7a7a7ab9;
    text-align: justify;
    
}

.about-text ul {
    list-style: none;
    padding: 0;
}

.about-text ul li {
    margin-bottom: 0.5rem;
    background: #62a0f8;
    padding: 10px;
    border-radius: 5px;
    transition: transform .2s; /* Animation */
}
.about-text ul li:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
   
}

.about-image {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}


/* ////////////////////////////photoview/////////////////// */

.goal  {

    background-color: #fffdfd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100px;
    margin-top: 10px;
    text-align: center;
   
}

.goal-container {
width: 100%;
text-align: center;

}

.goal-text {
    text-align: center;
}

.goal h2  {

    color: #fff;
    display: flex;
    text-align: center;
    margin-left: 0%;
   
}
.goal h4 {

    color: #787272cf;
    display: flex;
    text-align: center;
    margin-left: 10%;
    font-size: 35px;
   
}

.goal h2 h7  {

    color: #f1803f;
    display: flex;
    text-align: center;
   
}


.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 10px;
}

.gallery img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 15px;
}

.gallery img:hover {
    transform: scale(1.05);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* /////////////////////////////////contactsetion start////////////////////////////// */


.contactsection {
    padding: 2px 0;
}

.contact {

    display: flex;
   
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #faf7f7;
    height: 150px;

}

.contactimg img {

margin-left: 15px;
margin-top: 15px;
border-radius: 8px;
    width: 50px;
    height: 70px;
}

#about p {
    font-size: 15px;
}
#aboutt p {
    font-size: 10px;
}









}
