
html{
    overflow: scroll;
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
}


/*index.html*/

.icon img{
   border-radius: 50%;
   height: 200px;
   margin-top: 3%;
   display: block;
   margin-left: auto;
   margin-right: auto;
   position: relative;
}
.four{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

}



/*MAISAMMAGUDA.HTML/GANDIMAISAMMA.HTML/HITEC-CITY*/
body{
    background: black;
    overflow: hidden;
    max-height: fit-content;
    height: fit-content;
}
h2{
    text-align: center;
    color: orange;
    font-size: 82px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    
     
}
.logo img{
border-radius: 50%;
height: 200px;
margin-top: 0%;
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
}

button{
    
    /* display: inline-block; */
    color: black;
    height: 50px;
    width: 250px;
    padding: 5px;
    margin: 10px;
    position: relative;
    border: none;
    transition: 1s ease-in;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    border-radius: 45px;
}
button:hover {
    color: black;
    background: rgb(244, 111, 9);
    box-shadow: 0 0 5px rgb(242, 92, 6), 0 0 25px rgb(9, 1, 17), 0 0 50px rgb(243, 87, 9), 0 0 200px rgb(243, 119, 4);
    
}

.a::after,
.a::before {
    text-decoration: none;

    position: absolute;
    content: "";
    z-index: -1;
}
.options{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
} 

#container {
    position: absolute;
    top: -28px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ldoor{
    width: 50%;
    height: 100%;
    animation: ldoor 5s;
    position: absolute;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    left: 0.5;
    background-color:white;
}

.rdoor{
    width: 50%;
    height: 100%;
    animation: rdoor 5s;
    position: fixed;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    right: 0;
    background-color:white;
}

.llogo{
    float: right;
    margin-top: 18%;
}

.rlogo{
    margin-top: 18%;
}


@keyframes ldoor {
    from {
        left: 0%;
    }

    to {
        left: -50%;
    }

}

@keyframes rdoor {
    from {
        right: 0%;
    }

    to {
        right: -50%;
    }

}


/*ICONS*/

.Menu {
    color: rgb(241, 229, 4);
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
}
.reviews {
    color: darkgreen;
    font-size: 32px;
    margin-left: auto;
    margin-right: auto;
}
.location{
    font-size: 35px;
    color: red;
    margin-left: auto;
    margin-right: auto;
}
.instagram {
    font-size: 35px;
    color: deeppink;
    border-radius: 30%;
    margin-left: auto;
    margin-right: auto;
}
.contacts{
    font-size: 32px;
    color: rgb(8, 249, 161);
    margin-left: auto;
    margin-right: auto;
}
.website{
    font-size: 32px;
    color: rgb(249, 116, 8);
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) { 
    h2{
        text-align: center;
        color: orange;
        font-size: 22px;
        padding-top: 50px;
        margin-left: auto;
        margin-right: auto;
    
    }
    .four{
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}
.website{
    font-size: 32px;
    color: rgb(10, 191, 236);
    margin-left: auto;
    margin-right: auto;
}

.home{
    font-size: 32px;
    color: rgb(249, 116, 8);
    margin-left: auto;
    margin-right: auto;
}