html{
    scroll-behavior: smooth;
}
*
{
    margin : 0;
    padding:0;
    font-family: "Roboto Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;

}

header
{
    background-color: #272525;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;


}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.logo {
    width: 50px;
    height: 50px;
    margin-left: 20px;
}
ul
{
    list-style: none;
    padding: 10px;
    justify-content: right;
    text-align: right;
}
ul li
{
    display: inline;
    margin: 0 10px;
}

ul li a
{
    color: #d2cfd0;
    text-decoration: none;
    
}

#hero
{
  /* background: linear-gradient(-90deg,rgba(122, 46, 18, 0.704), rgba(71, 67, 67, 0.579)),url(p1.jpg); */
    background-color: #ffffff;
    background-size: cover;
    background-position: center;    
    display: block;
    justify-content: center;
    text-align: center;
    margin: 70px 0 0 0;
}

.gallery
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;

}

.gallery img
{
    width: 400px;
    height: 300px;
    margin: 10px;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide 1s;
}

.location
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.insti{
    background-color: #f3a60e;
    margin: 20px;
    padding: 20px;
    border-radius: 30px;
    /* box-shadow: 5px 5px 10px rgb(168, 166, 166), -5px -5px 10px rgb(255, 255, 255); */
}

.insti:hover{
    transform: translate(10px);
    transition: 0.5s all;
}
.main h1
{
    font-size: 50px;
    color: #000000;
    margin: 30px 0;

}

.main p{
    color: #000000;
    margin: 40px 0;
}

.main a
{
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px;
}
.main span
{
    color: #fab325;
}


.main a {
    padding: 12.5px 30px;
    border: 0;
    border-radius: 100px;
    background-color: #451703;
    color: #ffffff;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  
.main a:hover {
    background-color: #fab325;
    box-shadow: 0 0 20px #f4920c;
    transform: scale(1.1);
  }
  
 .main a:active {
    background-color: #fce08b;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
  }


  .about
  {
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ede3e6;
    margin: px 0;

  }
  .about-title{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }

  .about-title h1{
    font-size: 50px;
    color: #000000;
    padding: 30px 0;
  }

.about-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 80%;
    position: relative;
    left: 10%;
    bottom: 40px;
    background-image: url(p2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 80%;
    border-radius: 30px;
}
 
.about-content::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #a19887;
    z-index: -1;
    border-radius: 30px;
    opacity: 80%;
}

.con-about{
    margin: 50px 0;
    padding: 20px;
    width: 500px;

}
.con-about p
{
    color: #ffffff;
    
}
.con-about img{
    width: 250px;
    height: 300px;
    border-radius: 40px;
    animation: about 1s;
}

#contact

{
    display: block;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    background-color: #fab325;
    width: 100%;
    margin: 20px 0;
}

.contact-title
{
    text-align: center;
    justify-content: center;
    color: #000000;
    padding: 20px 0;
}
.contact-title h1
{
    font-size: 40px;
    color: #000000;
}

.contact-content
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 80%;
    padding: 20px 0;
    position: relative;
    left: 10%;
    background-color: #ede3e6;
    border-radius: 20px;
}

.btn{
    display: block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    text-align: center;
}
.btn button{
    border: 2px solid #f4920c;
    padding: 10px 20px;
    background-color: #f4920c;
    color: #ffffff;
    border-radius: 20px;
    margin: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn a{
    border: 2px solid #f4920c;
    padding: 10px 20px;
    text-decoration: none;
    color: #f4920c;
}

.c-box
{
    width:300px;
    height:300px;
    display: block;
    background-color: #ffffff;
    opacity: 80%;
    border: 3px solid #f5c400;
    margin: 10px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
}
.dp{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px 0;
    background-color: #fce08b;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 32%;

}
.dp i
{
    font-size: 50px;
    color: #c1840b;
    margin: 30px 0;
    
    
}
/* .contact-content::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e7e6e6;
    z-index: -1;
    border-radius: 30px;
    opacity: 80%;
} */
.c-box:hover{
    transform: scale(0.9) ;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.contact-content-2
{
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 80%;
    padding: 20px 0;
    position: relative;
    left: 10%;
    background-color: #ede3e6;
    border-radius: 20px;
}


.footer-content 
{
    display: flex;
    justify-content: center;
}

#footer{
    background-color: #272525;
    position: relative;
    left: 10%;
    width: 80%;
    border-radius: 50px 50px 0 0;
    display: block;
    align-items: center;
    justify-content: center;
}
.foo{
    display: flex;
    text-align: center;
}
.content{
    padding: 10px;
    width: 50%;
    margin: 10px;
    text-align: center;
}

.content p {
    color: #fab325;
    margin: 20px 0;
}

.content a
{
    text-decoration: none;
    color: #ffffff;
    margin: 10px 0;
}

.content li
{
    list-style: none;
    margin: 10px 0;
    text-align: center;
}

.content .social
{
    justify-content: center;
    text-align: center;
    margin: 20px 0;

}
 .social a{
    text-align: center;
    margin: 40px 0 ;
    color: #fab325;
    font-size: 20px;
    text-decoration: none;
} 

.social a:hover{
    color: #ffffff;
    transition: all 1s;
}

.copy
{

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    top: 89%;
}

.copy p
{
    color: #ffffff;
    font-size: 14px;

}


@keyframes slide
{
    0%
    {
        transform: scale(0.5);
    }
    100%
    {
        transform: scale(1);

    }
}



@-webkit-keyframes about
{
    0%
    {
        transform: scale(0.5) translate(-1000px,0px);
        
    }
    100%
    {
        transform: scale(1) translate(0px,0px);

    }
}

@media screen and (max-width: 993px) {
    *
    {
        margin: 0;
        padding: 0;
    }
    .main h1{
        font-size: 80px;
        margin: 70px 0;
    }
    .main p{
        font-size: 30px;
        margin: 50px 0;
    }
    .main a{
        font-size: 20px;
        padding: 20px 40px;
    }
    .social a{
        margin: 0 0;
    }

    .content p,a,i{
        font-size: 15px;
    }
    .con-about img{
        position: relative;
        left: 13%;
        justify-content: center;
    }

    .c-box
    {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #ffffff;
    opacity: 80%;
    border: 3px solid #f5c400;
    margin: 5px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
    }

    .c-box h1{
        font-size: 9px;
    }

    .c-box p{
        font-size: 7px;
    }
    .c-box .dp{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 20px 0;
        background-color: #fce08b;
        align-items: center;
        justify-content: center;
        position: relative;
        left: 36%;
    }

    .dp i
    {
        font-size: 20px;
        color: #c1840b;
        position: relative;
        bottom: 80%;
    };
    .c-box:hover{
        transform: scale(1.3) rotate(10deg);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .content p {
        color: #fab325;
        margin: 5px 0;
        font-size: 07px;
    }
    
    .content a
    {
        text-decoration: none;
        color: #ffffff;
        margin: 5px 0;
        font-size: 10px;
    }
    .copy p{
        font-size: 10px;
    }
    .content li{
        font-size: 10px;
        color: #f3a60e;
    }
}


