﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing:1px;
    line-height:26px;
}
.main-background {
    background-image: url(../img/event/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: shrink 10s infinite alternate;
    padding-top: 350px;
   
    background-position:center
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }

    100% {
        background-size: 100% 100%;
    }
}
.about-section {
    background-image: url(../img/event/background1.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center
    
}
.middle-section {
    background-image: url(../img/event/2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-banner {
    background-image: url(../img/event/innerbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    animation: shrink 10s infinite alternate;
}
.background-logo {
    background-image: url(../img/event/nedo.png);
    background-size:cover;
    background-repeat: no-repeat;
   
}
.containt-cont {
  
    width: 100%;
   
    
}
.form-section {
    background-image: url(../img/event01/4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: shrink 10s infinite alternate;
}
.conatect-sec {
    background-image: url(../img/event01/5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: shrink 10s infinite alternate;
}
.containt-cont p {
    font-size: 14px !important;
    text-align:justify;
}
.border-success {
    border-color: #8dc63f !important;
}
.bg-success, .btn-success {
    background-color: #8dc63f !important;
    border-color: #8dc63f !important;
}
.text-success{
    color: #8dc63f !important;
    
}
ol, ul {
     padding-left: 0px!important; 
}
.header-area.header-two .main-menu ul li a {
    display: block;
    padding: 35px 10px;
    color: #fff!important;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
}
.header-area.header-two .main-menu ul li ul li a {
    padding: 5px 10px;
    text-transform: capitalize;
    font-size: 12px;
    color: #000!important;
    transition: .3s;
}
a{text-decoration:none!important}
label{font-weight:normal!important}

.modal-content{
    background-image:url(../img/event/popup.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    width:300px;
    padding:10px;
    position:absolute;
    margin-top:-70px!important;
    margin-left:5px!important
}
.modal{overflow:no-display!important}
.popup-cont{
    display:flex;
    justify-content:center;
    align-items:center;
}

@media only screen and (min-width:360px) and (max-width:767px) {
    .modal-content {
        background-image: url(../img/event/popup.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 10px;
        position: relative;
        margin-top: -70px !important;
        margin-left: 0px!important;
    }
    .main-background {
        background-image: url(../img/event/1.png);
        background-size: cover;
        background-repeat: no-repeat;
        animation: shrink 10s infinite alternate;
        padding-top: 350px;
        padding-bottom: 0;
        background-position: center;
    }
    .background-logo {
        background-image: url(../img/event/nedo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .containt-cont {
        background-image: url(../img/event/3.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
         animation: none;
    }
}
