*{
    margin: 0;
    padding: 0;
    font-family: inherit;
}
div{
    display: block;
}
.header {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Campuspng.jpeg);
     transition-property: all;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    animation: change 5s infinite ease-in-out;
}
nav{
    display: flex;
    padding: 2% 2%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 500 px;
}
.header2 {
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/1200px-Taj_Mahal,_Agra,_India_edit3.jpg);
     transition-property: all;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    animation: change_a 10s infinite ease-in-out;
}
.nav-links{
    flex: 1;
    text-align: right;
}

nav ul{
    padding: -5%;
    margin: -8%;
    float: right;
    margin-right: 2px;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 12px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    will-change: transform;
    transform: translate3d(0.00544px, -0.00544px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: block;
    line-height: 40px;
}

.nav-links ul ul{
    position: absolute;
    top: 60px;
    display: none;
}

.nav-links ul li:hover > ul{
    display: block;
}

.nav-links ul ul li{
    width: 135px;
    float: none;
    display: list-item;
    position: relative;
    padding: 0;
    margin: 0;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}

@keyframes change{
    0%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)), url(DATA/UFRGS.jpg);
    }
    
}

@keyframes change_a{
    0%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/banke-bihari-temple.jpg);
    }
    12.5%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/Dwarkadheesh.jpg);
    }
    25%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/giriraj-temple.jpg);
    }
    37.5%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/govinddev-temple.jpg);
    }
    50%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/1200px-Taj_Mahal,_Agra,_India_edit3.jpg);
    }
    62.5%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/PremMandir.jpg);
    }
    75%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/Janmabhoomi.jpg);
    }
    87.5%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/124232-Sikandra.jpg);
    }
    100%
    {
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),
     rgba(0, 0, 0, 0.5)), url(DATA/Places\ to\ visit/krishna-balaram-mandir-iskcon-vrindavan-mathura-indian-tourism-header-small.jpg);
    }
}

/*.fixed{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff3f3;

    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;

    background: rgba(248, 248, 248, 0);
    border: rgba(248, 248, 248, 0);
}--*/
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-box h2{
    font-size: 60px;
    

}
.text-box h2 span{
    color: #f66b07;
}
.text-box h1{
    font-size: 60px;

}
.text-box h1 span{
    color: darkorange;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 24px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 28px;
    font-size: 24px;
    background: #555;
    position: relative;
    cursor: pointer;
    border-radius: 80%;
}
.hero-btn:hover{
    border: 10px solid #f44336;
    background: #f44336;
    transition: 0.2s;
}
nav .fa-solid{
    display: none;
}

/* @media is used for making the site responsive
    according to the device */

@media(max-width: 768px){
    .text-box h1{
        font-size: 20px;
    
    }
    .text-box h2{
        font-size: 18px;
    
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f66b07;
        height: 100vh;
        width: 180px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa-solid{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    
}
/* -- Marquee --*/
.blink {
    background: rgb(0, 4, 255);
    animation: blinker 1000s;
    color: rgb(89, 255, 0);
    font-family: sans-serif;
    font-size: 20px;
}
@keyframes blinker {
    75% {
        opacity: 0;
    }
}

/* ----About----- */ 
.About, .Accept, .impDates, .committee, .themes, .speaker, .partner, .contact, .mpartner, .mpartner1, .plcstoVisit{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 60px;
    padding: 30px;
}
.About h1{
    font-size: 36px;
    font-weight: 600;
}
.Accept h1{
    font-size: 36px;
    font-weight: 600;
}
.impDates h1{
    font-size: 36px;
    font-weight: 600;
}
.About h1 span{
    color: #2980b3;
}
.Accept h1 span{
    color: #2980b3;
}
/*.About, .impDates .line{
    border: 1px solid #2980b9;
    width: 15%;
}*/
.About p{
    color: #333;
    font-size: 24px;
    font-weight: 450;
    line-height: inherit;
    padding: 30px;
    text-align: justify;
    text-justify: inter-word;
}
.icmme{
    text-decoration: none;
    font-size: 3vh;
    text-align: left;
    padding: 10px;
}
.plcstoVisit{
    width: 90%;
    margin: auto;
    padding-top: 50px;
    color: #783108f3;
    font-size: 24px;
    font-weight: 500;
    line-height: inherit;
    word-spacing: 2px;
    padding: 0px;
    text-justify: inter-word;
}   



/*--Important Dates--
.impDates{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}*/
.impDates h1 span{
    color: #2980b3;
}
.impDates .row{
    /*margin-top: 5%;*/
    /*display: flex;--*/
    justify-content: space-between;
    padding: 0 25% 0 25%;
}
.dates-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.row h2{
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    color: #d66406;
}
.dates-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.dts {
    animation: blinker 0.5s linear infinite;
    color: red;
    font-size: larger;
    font-weight: 700px;
}
@keyframes blinker {
    75% {
        opacity: 0;
    }
}
@media(max-width: 768px){
    /*----important dates--*/
    .impDates .row{
        flex-direction: column;
        padding: 0 5vh 0 5vh;
    }
    .dates-col{
        margin-bottom: 10%;
    }
    
}

/*--Themes--*/
.themes h1{
    font-size: 36px;
    font-weight: 600;
}
.themes h1 span{
    color: #2980b3;
}
.themes .row{
    padding-left: 8%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color:rgb(247, 241, 233);
    padding-top: 10px;
    padding-bottom: 10px;
}
.themes .row .colm{
    text-align: left;
    font-size: x-large;
}
.themes .row h2 span{
    color: #041e6c;
    display: inline-block;
    transition: 0.5s;
    padding: 1% 1% 1% 1%;
}
.themes .row h2 span:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media(max-width: 768px){
    
    .themes .row{
        flex-direction: column;
        padding: 0 3vh 0 3vh;
    }
    .themes h1{
        font-size: 30px;
    }
}
/*----KEYNOTE SPEAKERS--*/
.speaker h1{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2%;
}
.speaker h1 span{
    color: #2980b3;
}
.speaker .speaker1{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 15px;
    margin: 5px 15px;
}
.speaker-col{
    flex-basis: 31%;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 2%;
    transition: 0.5s;
}
.track-row:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.speaker1 img{
    width: 80%;
    height: 70%;
    border-radius: 10px;
}
.speaker .details{
    padding: 15px 10px 15px 10px;
}
.speaker1 .details h3{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.speaker .details p{
    font-size: 13px;
    color: #666;
    font-weight: bolder;
    line-height: 20px;
    font-family: 'open_sansregular';
}
.speaker2{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 15px;
    margin: 5px 15px;
}
.speaker2 img{
    width: 200px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
}
.speaker2 .speaker-col{
    flex-basis: 25%;
    margin: auto;
}
.speaker2 .details h3{
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(max-width: 768px){
    .speaker h1{
        font-size: 29px;
        margin-bottom: 4%;
    }
    .speaker .row .speaker1{
        flex-direction: column;
        padding: 0 5vh 0 5vh;
    }
    .speaker .row .speaker2{
        flex-direction: column;
        padding: 0 5vh 0 5vh;
    }
    .speaker2 img{
        width: 100%;
    }
    .speaker2 .details h3{
        font-size: 18px;
    }
    .media{
        margin: 25px 0;
    }
}

/*----Organizing Committee----*/
.mpartner h1{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2%;
}
.mpartner1 h1{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2%;
}
.partner h1{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2%;
}
.committee h1{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2%;
}
.mpartner h1 span{
    color: #2980b3;
}
.mpartner1 h1 span{
    color: #2980b3;
}
.partner h1 span{
    color: #2980b3;
}
.committee h1 span{
    color: #2980b3;
}
.committee .link{
    display: inline-block;
}
.committee .heading{
    font-family: 'helvetica_ce_55_romanregular';
    color: #555;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bolder;
    background-color: aliceblue;
    padding-bottom: 5px;
}
.committee .chief-patron{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 30px;
    margin: 5px 90px;
}
.committee-col{
    flex-basis: 30%;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 2%;
    box-sizing: border-box;
    transition: 0.5s;
    padding-top: 5px;
}
.committee-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.chief-patron img{
    width: 90%;
    border-radius: 10px;
}
.committee .details{
    padding: 15px 10px 15px 10px;
}
.chief-patron .details h3{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.committee .details p{
    font-size: 15px;
    color: #0353ff;
    font-weight: bolder;
    line-height: 20px;
    font-family: 'open_sansregular';
}
.patron{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 15px;
    margin: 5px 15px;
}
.patron img{
    width: 70%;
    height: 70%;
    border-radius: 10px;
}
.patron .committee-col{
    flex-basis: 25%;
    margin: auto;
}
.patron .details h3{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.conveners{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: ;--*/
    padding: 5px 15px;
    margin: 5px 15px;
}
.conveners img{
    width: 50%;
    height: 50%;
    border-radius: 10px;
}
.conveners .committee-col{
    flex-basis: 20%;
    margin: auto;
}
.conveners .details h3{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media(max-width: 768px){
    
    .committee h1{
        font-size: 29px;
        margin-bottom: 4%;
    }
    .committee .row .chief-patron{
        flex-direction: row;
        padding: 0 5vh 0 5vh;
    }
    .committee .row .patron{
        flex-direction: column;
        padding: 0 5vh 0 5vh;
    }
    .committee .row .conveners{
        flex-direction: column;
        padding: 0 5vh 0 5vh;
    }
    .patron img{
        width: 100%;
    }
    .conveners img{
        width: 100%;
    }
    .patron .details h3{
        font-size: 18px;
    }
    .conveners .details h3{
        font-size: 18px;
    }
    .media{
        margin: 25px 0;
    }
}

/*--Advisory Committee--*/

.advice{
    padding-right: 120px;
    padding-left: 120px;
    margin-right: 70px;
    margin-left: 70px;
    margin-bottom: 5vh;
}
.advice .row{
    margin: auto;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.advice h1{
    color: #030303;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 2%;
}
.advice h1 span{
    color: #00c2fd;
}
table{
    border-collapse: separate;
    width: 100%;
    background-color: #fff;
}
td, th {
    border: 1px solid #000000;
    text-align: left;
    padding: 5px;
    font-size: 24px;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
@media(max-width: 850px){
    .advice .row{
        flex-direction: column;
        padding: 0 1vh 0 1vh;
    }
    .advice h1{
        font-size: 25px;
    }
    .advice .local{
        font-size: 20px;
    }
    .media{
        margin: 25px 0;
    }
}

/*--PARTNERS--*/
.partner .row{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 15px;
    margin: 5px 15px;
}
.mpartner .row{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 600px;
    margin: 5px 15px;
}
.mpartner1 .row{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 650px;
    margin: 5px 15px;
}
.partner-col{
    flex-basis: 25%;
    border-radius: 10px;
    margin-bottom: 2%;
}
.mpartner-col{
    flex-basis: 50%;
    border-radius: 10px;
    margin-bottom: 2%;
}
.mpartner1-col{
    flex-basis: 50%;
    border-radius: 10px;
    margin-bottom: 2%;
}
.partner .row img{
    width: 250px;
    height: 200px;
    border-radius: 10px;
}
.mpartner1 .row img{
    width: 350px;
    height: 200px;
    border-radius: 10px;
}
.mpartner .row img{
    width: 500px;
    height: 300px;
    border-radius: 10px;
}
@media(max-width: 850px){
    .partner .row{
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .mpartner .row{
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .mpartner1 .row{
        padding-left: 10%;
        padding-right: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

/*--TRACKS--*/
.sub-header{
    height: 30vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
    url(DATA/UFRGS.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    font-size: xx-large;
}
.sub h1{
    font-size: xx-large;
}

.track{
    margin: 0 10%;
    
}
.track h2{
    color: #f44336;
    margin-top: 10px;
    margin-bottom: 10px;
}
.track h2 span{
    color: #333;
}
.track .points{
    padding-left: 3vh;
    font-size: large;
}
.track-row{
    padding-left: 5%;
    box-sizing: border-box;
    background: #fff3f3;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.5s;
    margin-bottom: 10px;
}
.track-row:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media(max-width: 850px){
    .sub-header h1{
        font-size: 20px;
        margin-top: 45px;
    }
    .track h2{
        font-size: 16px;
        padding-right: 10px;
    }
}

/*--contact--*/
.help{
    background-color: antiquewhite;
}
.contact h1{
    font-size: 36px;
    font-weight: 600;
}
.contact h1 span{
    color: #2980b3;
}
.contact .row{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 15px;
    margin: 5px 15px;
}
.col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 2%;
}
.col p{
    font-size: 20px;
}
.col p span{
    font-size: 20px;
    font-family: 'helvetica_ce_55_romanregular';
}
@media(max-width: 850px){
    .contact .row{
        flex-direction: column;
    }
    .col{
        margin-bottom: 10px;
    }
}

/*--footer--*/
#footer{
    text-align: center;
}
.ftr{
    background: #016606;
    margin-top: 10px;
    padding: 1% 0%;
    color: #dddddd;
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
h6{
    font-size: 15px;
}

.Paper{
    margin: 5vh 5vh 2vh 5vh;
    padding-left: 5vh;
}
.Payment{
    margin: 5vh 5vh 5vh 5vh;
    padding-left: 5vh;
    color: navy;
    font-size: larger;
}

/*--plcstoVisit--*/

.plcstoVisit .heading{
    font-family: 'helvetica_ce_55_romanregular';
    color: #555;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bolder;
    background-color: rgb(48, 124, 192);
    padding-bottom: 5px;
    text-align: center;
    
}

.plcstoVisit .chief-plcstoVisit{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 90px;
    margin: 5px 15px;
}
.plcstoVisit-col{
    flex-basis: 50%;
    border-radius: 10px;
    margin-bottom: 0%;
    box-sizing: border-box;
    transition: 0.5s;
    padding-top: 0px;
}
.plcstoVisit-col:hover{
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
}
.chief-plcstoVisit img{
    width: 75%;
    height: 75%;
    border-radius: 30px;
}
.plcstoVisit .details{
    padding: 20px 20px 20px 20px;
}
.chief-plcstoVisit .details h3{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.plcstoVisit .details p{
    font-size: 13px;
    color: #666;
    font-weight: bolder;
    line-height: inherit;
    font-family: 'open_sansregular';
}


/*--Submission--*/

.submission{
    width: 90%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
}
.submission .heading{
    font-family: 'helvetica_ce_55_romanregular';
    color: #555;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bolder;
    background-color: aliceblue;
    padding-bottom: 5px;
}

.submission .chief-submission{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5px 120px;
    margin: 5px 10px;
}
.submission-col{
    flex-basis: 50%;
    border-radius: 10px;
    margin-bottom: 2%;
    box-sizing: border-box;
    transition: 0.5s;
    padding-top: 5px;
}
.submission-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}
.chief-submission img{
    width: 45%;
    height: 70%;
    border-radius: 10px;
}
.submission .details{
    padding: 15px 10px 15px 10px;
}
.chief-submission .details h3{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.submission .details p{
    font-size: 18px;
    color: #666;
    font-weight: bolder;
    line-height: 20px;
    font-family: 'open_sansregular';
}