@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Protest+Revolution&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Protest+Revolution&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
  font-family: jostDefault;
  src: url(font/Jost-Regular.ttf);
}

html,body,header,article,footer {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden;
    /*font-family: jostDefault !important;*/
    font-family: "Poppins", sans-serif;
}

.nav-item .nav-link:hover {
background-color: #990800;
color: #fff;
}

article {
    background-image: url('../images/bg_1_1.png');
}

/* timer start */
/*.timer ul li {
  text-transform: capitalize;
  padding: 20px 40px;
  display: inline-block;
  background-color: var(--th_grey_mrdium);
}

.timer ul li:nth-child(even) {
background-color: var(--th_grey_light);
}
#countdown .box {
  text-align: center !important;
}

.countdown .box .clock {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
  width:130px;
}

.countdown .box .time {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 8px;
}*/

.links .h5 {
        font-size: 1.15rem;
}
 .timerSection {
  background: #011329;
  margin-top: -20px;
}

.timer .text {
  margin: 10px;
  padding: 10px;
  text-align: center;
  height: 120px;
  width: 120px;
  box-shadow: 2px 2px 3px grey;
  border-radius: 50%;
  /*background: linear-gradient(90deg, rgba(247,245,3,1) 0%, rgba(217,233,2,1) 35%, rgba(255,218,0,1) 100%);
  border: 2px solid gold;*/
  background-color: #fff;
  font-weight: bold !important;
}

.timerSection .timer {
  padding: 20px;
}
/* timer end */

.logo1, .logo2 {
    padding: 8px;
    margin: 10px;
}

.logoMain {
    width:150px;
    height:auto;
}

.logoMain img {
    width: 100%;
}

.logoAssociation {
    width:90%;
    height:auto;
}

.logoAssociation img {
    width: 100%;
}

nav ul li {
    margin-left: 15px;
}

.banner img, .welcomeMessage .image img {
    width: 100%;
}

.profilePic img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    outline: 1px dashed #fff;
    border: 1px solid #fff;
    outline-offset: 12px;
}

#swiperMain .text {
    margin-top: 22px;
    color: #fff;
}

.committeeBox {
    background-image: url('../images/committee_background.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%;
}

.venueImages .images img {
    width: 24%;
    margin-top: 8px;
    border-radius: 10px;
}

.venueTitle {
    position: relative;
    width: auto;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    box-shadow: 0px 0px 3px grey;
}

.justify {
    text-align: justify !important;
}

.justifyall p {
    text-align: justify !important;
}

.committeeSection .bg_color {
    background-color: rgba(4,13,41,0.93);
}

.venueAddressSection {
   background-image: url('../images/venue_address.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100% 100%; 
}

.venueAddressSection .image img {
    width: 98%;
    text-align: center;
}

.venueAddressSection .text {
    background-color: #93a782;
    border-radius: 12px;
    color:white;
}

.timerSection .image img {
        width: 100% !important;
    }

    .committeeImg {
        border-radius:10%; border:3px solid #011329;height:160px;width:160px;
    }

.footer {
    /*background-color: var(--th_grey_light);*/
    background-color: #dceafa;
}

.footer .title {
    font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer a {
    text-decoration: none;
    color:#2a3b66;
}

.footer p {
    margin: 8px;
}

.footer-bottom {
    background-color: #011329;
    color: #fff;
}

.footer-bottom a {
    color:gold;
}

.quickLinks a {
    display: block;
    padding: 6px;
}

.importantDates p {
    margin: 0px;
    padding: 0px;
}

#swiperSliderBox {
        margin-left: 0% !important;
    }

.bg_green_dark {
    background-color: var(--th_green_dark) !important;
}

.bg_green_medium {
    background-color: var(--th_green_medium) !important;
}

.bg_red_dark {
    background-color: var(--th_red_dark) !important;
}

.bg_blue_dark {
    background-color: var(--th_blue_dark) !important;
}

.color_white
{
color:#fff !important;
}

.color_red_dark
{
color:var(--th_red_dark) !important;
}

.color_blue_dark
{
color:var(--th_blue_dark) !important;
}

.nodecoration {
    text-decoration: none !important;
}

.dark_bg {
   background-color: #011329; 
   color: #fff !important;
}

.blink_bg{
  background-color: #ffcc00;
  padding: 15px;  
  text-align: center;
  animation: blink 1s linear infinite;
  color: #011329 !important;
  font-weight: bold !important;
}

@keyframes blink {
0%{background-color: #ffcc00;}
50%{background-color: white;}
100%{background-color: #426327;}
}

.blink_text {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

:root {
    --th_green_dark:#345e12;
    --th_red_dark:#990800;
    --th_blue_dark:#2a3b66;
    --th_grey_mrdium:#e6e6e6;
    --th_grey_light:#f6f6f6;
    --th_green_medium:#588633;
}

@media screen and (max-width:767px) {

    nav .buttons {
        margin-left: 20px !important;
    }

    .menu2 .links a {
        margin: 0px !important;
        display: block !important;
        width: 100% !important;
        padding: 8px !important;
        margin-top: 8px !important;
    }
    .timerSection .image img {
        width: 100% !important;
    }

    .timerSection .timer {
        text-align: center;
    }

    #swiperSliderBox {
        margin-left: 0% !important;
    }

    .venueAddressSection .image {
        margin-bottom: 20px !important;
    }

    /*.venueSection .images img {
        width: 32.5% !important;
    }*/

    .timerSection .p-5 {
        padding: 0px !important;
    }

    .timer {
        display: block !important;
    }

    .timer .text {
  height: 85px !important;
    width: 85px !important;
    margin: 2px !important;
    display: inline-block !important;
    font-size: 14px !important;
    }
}


@media screen and (min-width:768px) and (max-width:1200px) {
nav li {
    font-size: 12px !important;
    /*margin-left: 7px !important;*/
}

.menu2 .links a {
    margin: 9px !important;
    padding: 9px !important;
    font-size: 14px !important;
}

.timer {
    text-align: center !important;
}
.timer ul li {
    padding: 10px !important;
    margin: 2px !important;
}
.countdown .box .clock {
    width: 120px !important;
    font-size: 2.5rem !important;
}

.profilePic img {
    height: 120px !important;
    width: 120px !important;
}

/*.venueSection .images img {
    width: 32.5% !important;
}*/

.blinking {

  animation: opacity 0.1s ease-in-out infinite;
  opacity: 0.3;
  color:white;
  }
  
  @keyframes opacity {
  0% {
  opacity: 1;
  }
  
  50% {
  opacity: 0;
  color:white;
  }
  
  100% {
  opacity: 1;
  color:white;
  }

  }

}