/* header #008696eb */
/* body #a8bfd5 */
/* orange #ffc107 */
/* form #fac526fa */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Gujarati:wght@200&display=swap');
/* ----------------------Universal CSS start-------------------------- */
* {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline: none;
    scroll-behavior: smooth;
}
textarea {
    resize: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* ----------------------Universal CSS end-------------------------- */
/* ----------------------Preloader CSS start-------------------------- */
.loader{
    background:#909090;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100vh;
    z-index:1000;
}
.preloader{
    margin:  0 auto 0;
	transform: translateZ(0);
}
.preloader:before,
.preloader:after {
	content: '';
	position: absolute;
	top: 0;
}
.preloader:before,
.preloader:after,
.preloader {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation: animation 1.2s infinite ease-in-out;
}
.preloader {
	animation-delay: -0.16s;
}
.preloader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}
.preloader:after {
	left: 3.5em;
}
@keyframes animation {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1em #ffc107;
	}
	40% {
		box-shadow: 0 2em 0 0 #ffc107;
	}
} 
/* ----------------------Preloader CSS end-------------------------- */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
header {
    width:100%;
    position: relative;
    background: #ffc107;
    text-align: center;
    padding-top: 20px;
    z-index:106;
    box-shadow: 0 0 10px #000;
}
header img{
    width: 80px;
    filter: drop-shadow(0 0 5px #00000020);
    box-shadow: inset 2px 2px 5px #cccccc20,inset -2px -2px 5px #00000020;
    margin: 0 10px;
    border-radius: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 0;
    animation:animateheader 5s linear infinite;
}
@keyframes animateheader{
    0%{
       box-shadow: inset 2px 2px 5px #cccccc20,inset -2px -2px 5px #00000020; 
    }
    50%{
       box-shadow: inset 2px 2px 5px #00000020,inset -2px -2px 5px #cccccc20; 
    }
    100%{
       box-shadow: inset 2px 2px 5px #cccccc20,inset -2px -2px 5px #00000020; 
    }
}
header nav{
    margin:0 auto;
    transition: 0.5s ease-in-out;
}
header ul {
    margin: 10px 0;
    padding: 10px 0;
}
header a h2{
    /* text-align: center; */
    color: #000;
    text-shadow:0 0 3px #f2f2f2;
    /* margin-bottom: 10px; */
}
header a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
header a:hover{
    text-decoration: none;
}
header ul li {
    display: inline-block;
}
header ul li a:hover{
    background:#ffffff50;
}
header ul li a {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition:0.2s ease-in-out;
    color: #000;
}
.active{
    background:#ffffff50    ;
}
/* ----------------------Header CSS end-------------------------- */
/* ----------------------Team CSS start-------------------------- */
.team-container{
    width: 100%;
    box-shadow: 0 0 5px #00000020;
    display: flex;
    padding:20px;
    justify-content: space-around;
}
/* ----------------------Team CSS end-------------------------- */
/* ----------------------Cards CSS start-------------------------- */
.cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.horizontal-cards{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
}
.horizontal-card{
    margin: 0 auto;
    display: flex;
    overflow: hidden;
}
.act-text{
    display: flex;
    flex-direction:column ;
}
.horizontal-card img{
    width: 50%;
    box-shadow: 0 0 5px #00000090;
    max-height: 300px;
    border:1px solid #ffffff90;
    transition: 0.5s;
}
.horizontal-card img:hover{
    transform: scale(1.1);
}
/* ----------------------Cards CSS end-------------------------- */
.main-upper {
    width: 100%;
    height: 200vh;
    background-image: url('fornt.jpg');
    background-size: cover;
    background-color: #000;
}
.comp{
    box-shadow:inset -2px -2px 5px #00000030,inset 2px 2px 5px #f0f0f0;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.tnc-sec{
    display: flex;
    padding: 10px;
    justify-content:space-between;
    box-shadow:inset -2px -2px 5px #00000030,inset 2px 2px 5px #f0f0f0;
    font-size: 11px;
    font-weight: 800;
    border-radius: 5px;
}
.data-table {
    width: 60%;
    min-width:450px;
    margin: 50px auto;
    box-shadow: 0 0 5px 3px #00000020;
    border-radius: 5px;
}

.tdata,
.theading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 5px;
    font-size: 20px;
    border: 1px solid #ffc10750;
}
.theading {
    width: 100%;
    padding: 0;
    border:none;
    background: #ffc107;
    text-align: center;
}
.theading th {
    width: 25%;
    padding: 10px 0;
}
.trow {
    background: #ffc10730;
    display: flex;
    width: 100%;   
}
.t-img{
    flex-direction:column;
    font-size:15px;
}
.t-img img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.t-img form{
    margin:5px 0;
}
#temp-details {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000010df;
    display: none;
    z-index: 200;
}
.temp-container {
    position: relative;
    width: 50%;
    height: 95vh;
    border-radius: 20px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    padding: 20px 30px;
    background-color: #c5c5f590;
    z-index:20000;
}
.temp-container h2 {
    color: #fff;
}
#temp-details .temp-container img {
    width: 200px;
    border-radius: 10px;
}
#temp-details .temp-container span {
    background: #c5c5f59f;
    box-shadow: 0 0 5px #c5c5f5;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px 10px;
}
.temp-img-div {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.tid {
    display: flex;
    flex-direction: column;
    margin: 5px;
}
.tid span {
    text-align: center;
}
.close {
    background-color: #ffffff50;
    color: #000;
    text-align: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.temp-container span{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight:800;
}
span p {
    display: inline-block;
    margin: 0;
    font-weight:normal;
}
.tnc-container
{
    position: relative;
    border-radius:5px;
    box-shadow: 0 0 5px #00000040;
    background:#f0c08010 ;
    font-family: 'Noto Serif Gujarati', serif;
}
.tnc-container h2{
    text-decoration: underline;
    margin-bottom:20px;
}
#logout-btn{
    position: fixed;
    bottom:20px ;
    right: 20px;
    font-size: 20px;
}
.burger{
    font-size: 24px;
    display:none;
    transition:0.5s;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 5px 10px;
    box-shadow: 0 0 5px #00000040;
}
.under-dev-container{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background:#333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color:#fc0;
    z-index: 100;
}
.under-dev-container button{
    font-size: 30px;
    margin-top: 50px;
}
.img_section{
    display: flex;
    transition:5s;
    padding: 30px;
    box-shadow: 0 0 20px #00000020;
}
.img_section img{
    width: 100%;
    box-shadow: 0 0 5px #000;
    transition: 0.5s;
    border:2px solid  transparent;
}
.img_section img:hover{
    transform: scale(1.05);
    border:2px solid  #fc2;
 }
.list-icon{
    transition: 0.5s;
    opacity: 0;
    /* margin: 0 10px; */
    padding: 0;
}
.list-text{
    transition: 0.5s;
    /* display: inline-block; */
    opacity: 1;
}
.slider {
    min-width: 700px;
    width: 90%;
    border: 10px solid #ffffff;
    height: 90vh;
    transition: 0.5s;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 5px 2px #00000020;
    position: relative;
}
.slider img {
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.slider button {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    background-color: transparent;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: 0 0 5px #00000050;
    transform: translateY(-50%);
}
.slider button:hover {
    background-color: #f0c00050;
}
.slider .prev {
    left: 0;
    top: 50%;
}
.slider .next {
    right: 0;
    top: 50%;
}
.vis-mis{
    width: 80%;
    /* padding: 20px; */
    word-wrap: normal;
    /* background-color: #00000050; */
    box-shadow: 0 0 10px 1px #00000040;
    margin: 20px auto;
    border-radius: 5px;
}
.vis-mis h2{
    background-color: #52525250;
    padding: 10px;
    transition: 1s;
}
.vis-mis p{
    padding: 5px 20px;
    transition: 1s;
}
.tnc{
    background-image:url('media/paper_background.jpg');
    background-size:cover;
}
/* ----------------------Page_not_found CSS start-------------------------- */
.not-found{
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("media/404.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.not-found span{
    position: absolute;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}
/* ----------------------Page_not_found CSS end-------------------------- */