@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');
body{background:#000;  font-family: "Ubuntu", sans-serif;}

.head{position: absolute;width: 100%;}
.container{position: relative; z-index: 1; max-width:80%;}
.logo {z-index: 9; position: relative; top: 50px;}
a:hover{text-decoration:none;}
.yearbox {
    position: absolute;
    color: #edce74;
    top: 40%;
    font-size: 235px;
    transform: rotate(
-90deg
);
    left: -219px;
    font-weight: bold;
    opacity: 0.1;
}

.wrapimg{    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    position: fixed;
    align-items: center;
    z-index: -1;
}
.bg-image {
    top: 100px;
    width: 100%;
    z-index: 9;
    position: absolute;
}

.trophy{margin-top:130px;}
.trophy:after {
    content: "";
    background: url(../images/circlebg.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8%;
    left: -257px;
    height: 677px;
    width: 786px;
    z-index: -1;
    transform: translateY(-50%);
    opacity: 0.5;
    background-position: center;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.rightbox{margin-top:305px;}
.trophyimg{margin-right: 8px;max-width: 250px; }

.btnlogin {
    background-color: rgb(0 0 0 / 100%);
    border: 1px solid #f0d67b;
    border-radius: 15px;
    padding: 12px 40px 12px 40px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 800;
    box-shadow: 2px 12px 10px #e9c46c21;
    color: #ffffff;
    text-align: left;
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 15px);
    text-transform: uppercase;
    color:#fff;
    display: flex;
    flex-flow: column;
    height: calc(100% - 15px)!important;
}
.btnlogin:hover {
    transform: translateY(2px);
    color:#fff;
}
span.heading1{
    margin: 0px;
    line-height: 1.2;
    color:#ffd599;
    font-weight: 700;
    font-size: 16px;
    display: block;
}
span.heading2{
    margin: 0px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 16px;
}


.partner p{margin: 50px 0px 0px;
    font-weight: 500;
    line-height: 1.5;
    color:#ffd599;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.partner img{margin-top: 16px;  width: 230px;}

/**********
landing page style
style-home.css */

.hgt-foot{padding-bottom:100px;}
.wrapper{min-height: calc(100vh - 50px);}
.footer-text{ padding:10px; transition:all ease 1s;}
.footer-text a {color:#ad926c; }
.footer-text span {color: #006895;}
.footer-text:hover{transform: scale(1.1);}

footer.innerone {
    bottom:30px;
    position: absolute;
    left: 0;
    right: 0;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@media (max-width: 1400px) {
.logo{top: 20px;}
a.logo.mx-auto img {max-width: 125px;}
.trophy { margin-top: 80px;}
.trophyimg { max-width: 170px;}
.trophy:after{left: -197px;
    height: 600px;
    width: 600px;}
.rightbox {
    margin-top: 167px;
}
span.heading1 { font-size: 14px;}
span.heading2 { font-size: 14px;}
.partner p{ margin: 30px 0px 0px;font-size: 14px;}
.partner img { margin-top: 16px;width: 180px;}
.partner {padding-bottom: 30px}
}
.partner p {
    margin: 10px 0px 0px;
    font-size: 14px;
}
.yearbox {
    top: 30%;
}
.partner {
    padding-bottom: 10px;
}
.trophy{text-align: center;}
}

@media (max-width: 770px) {
    body{background:#000; overflow-y:scroll;}
    a.logo.mx-auto img {
    max-width: 90px;
}
.trophyimg {
    max-width: 45px;
    margin-top: 30px;
    text-align: center;

}

.trophy {
    text-align:center;
    margin-top: 45px;
}
.trophy:after {
    left: -22%;
    height: 600px;
    width: 100%;
}
.rightbox {
    margin-top: 10px;
}
.logo{position:absolute; left:20px;}

}
.flag-india-1{position:fixed;left:0; top:0; max-width:250px; }
.flag-india-2{position:fixed;right:0; bottom:0; max-width:350px}
@media (max-width: 770px) {.rightbox {
    margin-top: 40px;
}

.footer-text{padding-bottom:110px;}
.flag-india-1{position:fixed;left:0; top:0; max-width:76px}
.flag-india-2{position:fixed;right:0; bottom:0; max-width:250px}
}

@media (max-width: 680px) {

body, html{overflow-x: hidden;}

.footer-text img{clear: both;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;}
    .footer-text a {
    color: #ad926c;
    font-size: 13px;
}
.trophy{text-align: center;}

.rightbox {
    margin-top: 40px;
}
.trophyimg {
    max-width: 110px;
    margin-top: 30px;
}
.btnlogin { padding: 12px 20px 12px 20px;}
.container {
    max-width: 100%;
}
.yearbox {
    top: 53%; left: -171px; font-size: 199px;
}
.bg-image {
    width: 150%;
    right:0;
}
.logo{position:absolute; left:20px;}
}

.azaadi{position: absolute;
    right: 20px;
    top: 40px;
    max-width: 130px;
    display:none;
}

