html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.master{
    margin-top: 40px;
}
.master-color{
    color:#0078FF !important;
}
@media(max-width:576px){
    .mobile-hide{
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 88vw !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 88vw;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 88vw;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 88vw;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 88vw;
    }
}

/* defaults */
@media (min-width: 768px) {
    .default-section {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .default-section {
        padding: 40px 20px;
    }
}

.paragraph {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* Mobile Register Fixed Button */
.mob-register{
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 1031;
    display: none;
}
@media(max-width: 992px)
{
    .mob-register{
        display: block;
    }
}

/* Registration Modal */
.head-modal{
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.2px;
}
.modal-dialog{
    max-width: 90%;
    margin: 0;
    /* border: 10px solid #008cfa; */
    border-radius: 0;
}

.modal {
    text-align: center;
    padding: 0!important;
}

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
  
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#both-register .modal-header{
    background-color: #FFC72B;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: initial;
    display: block;
}

#both-register .modal-header p{
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#both-register .city{   
    background-color: #fff !important;
}

/* Navigation Bar */
.bg-dark {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #0078FF;
    font-size: 13px;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFC72B;
}

.navbar-dark .navbar-nav .nav-link:active {
    color: #000;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/hamburger.png);
}

.hamburger {
    padding: 0.5rem 1rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}



/* Home Alingment */
.header {
    background-image: url("/images/msazure.png");
    background-size: cover;
    height: 95vh;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.background {
    width: 100%;
    position: relative;
}

.bottomline {
    position: absolute;
    bottom: -1px;
    left: -3px;
    width: 100.7%;
}

.bottom-svg {
    position: absolute;
    width: 65vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: calc(50vw - 37.5vh);
}

.left-svg {
    position: absolute;
    width: calc( 40vw - 20vh);
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: calc(10vw - 21vh);
    bottom: 0;
}
.left-svg2 {
    position: relative;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 1vw;
    /* bottom: -10vw; */
}

.right-svg {
    position: absolute;
    bottom: -30px;
    right: -3px;
    width: 34%;
}

.middle-svg {
    position: absolute;
    top: 25vh;
    width: 52vh;
    left: calc(50vw - 23vh);
}

#register-btn {
    background: #0078FF;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
}

@media(max-width: 640px) {
    .middle-svg {
        position: absolute;
        top: 15vh;
        width: 80%;
        left: calc(50vw - 39vw);
        transition: 1s all;
    }

    .left-svg2 {
        position: absolute;
        width: 21rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: -71px;
        bottom: -5vw;
        transition: 1s all;
    }

    .left-svg{
        position: absolute;
        width: 53%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: -71px;
        bottom: -5vw;
        transition: 1s all;
    }

    .bottom-svg {
        position: absolute;
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        left: calc(50vw - 40.5%);
        transition: 1s all;
    }

    .left-svg {
        position: absolute;
        width: 51%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        transition: 1s all;
        z-index: 99;
    }
}

@media(max-width:575px){
    .left-svg2 {
        width: 100%;
        /* left: -71px; */
        /* bottom: -5vw; */
        transition: 1s all;
        position: initial;
    }
    .hide-575 {
        display: none;
    }
}

@media(max-width: 500px){
    .bottom-svg {
        display: none;
        transition: 1s all;
    }
    .right-svg{
        display: none;
    }
    .left-svg{
        position: absolute;
        width: 73%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: -20px;
        bottom: -5vw;
        transition: 1s all;
    }
}

/* Heading */
.head1 {
    font-size: 24px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #008cfa;
}

.square1 {
    height: 10px;
    width: 10px;
    background-color: #f36e3d;
    display: inline-block;
    margin: 2px;
}

.square2 {
    height: 10px;
    width: 10px;
    background-color: #90c73d;
    display: inline-block;
    margin: 2px;
}

.square3 {
    height: 10px;
    width: 10px;
    background-color: #28b2e7;
    display: inline-block;
    margin: 2px;
}

.square4 {
    height: 10px;
    width: 10px;
    background-color: #ffc73b;
    display: inline-block;
    margin: 2px;
}

.minor-heading {
    font-size: 28px;
    font-weight: 700;
    color: #c9c9c9;
}

/* About */
.para-light {
    font-size: 18px;
    padding: 15px 0;
    letter-spacing: 0px;
    color: #6d6d6d;
    font-weight: 400;
}

#about h5{
    font-size: 20px;
    font-weight: 600;
    color: #0078FF;
}

.city {
    background-color: #fbfbfb;
    margin: 10px;
    padding: 20px;
    padding-bottom: 8px;
}

.city p{
    font-weight: 700;
    color: #0078FF;
}

.city img {
    width: 100%;
}

.about-card {
    /* width: 130px; */
    /* height: 195px; */
    position: relative;
    display: inline-block;
}
.about-card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.about-card:hover .img-top {
    display: inline;
}

#about a{
    padding: 0;
}

.open-register{
    background-color: #0078FF;
    padding: 20px;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.open-register:hover{
    background-color: #268dff;
    transition: 0.4s all;
}

.closed-register{
    background-color: #008cfa;
    padding: 20px;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    
}

/* Partner */
#partner {
    background-color: #e6e6e6;
}

#partner p{
    text-align: center;
    font-size: 13px;
}

#partner img {
    /* height: 60px; */
    display: block;
    width: 100%;
    /* text-align: center; */
}

.partner{
    padding: 2rem 0;
}

.inside-partner{
    padding: 3rem 0;
}

@media(max-width: 768px) {
    #partner img {
        height: auto;
        width: 100%;
    }
}

.alert-text {
    color: #39f !important;
}
@-webkit-keyframes colours {
     0% {color: #39f; letter-spacing: 0.5px;}
     50% {color: #000; letter-spacing: 0px;}
    100% {color: #39f; letter-spacing: 0.5px;}

}
@-moz-keyframes colours {
     0% {color: #39f;}
     25% {color: #8bc5d1;}
     50% {color: #f8cb4a;}
     75% {color: #8bc5d1;}
    100% {color: #39f;}

}
.alert-text {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: colours;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 0.6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: colours;
    -moz-animation-timing-function: ease;
}

/* Azure */
#azure {
    background-image: url(../img/azure-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 4rem 0;
}

.azure-button {
    background-color: #fff;
    color: #0078FF;
    font-size: 18px;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-weight: 700;
    border: none;
}

/* Challenges */
.download-btn {
    background-color: #0078FF;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 0.5rem 1.5rem;
    margin: 0 1rem;
    border-radius: 50px;
    border: 0;
}

#challenges a {
    text-decoration: none;
}

#challenges li {
    margin-left: 4rem;
    font-size: 3rem;
    font-weight: 700;
    padding-right: 7rem;
    color: rgb(189, 189, 189);
}

.paragraph li{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

@media(max-width: 500px) {
    #challenges li {
        list-style: none;
        margin-left: 0;
        padding-right: 15px;
    }

    #challenges ol {
        padding-left: 0px;
    }
}

@media (min-width: 576px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 100%;
    }
}

@media (min-width: 720px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 39;
        flex: 0 0 39%;
        max-width: 100%;
    }
}

@media (min-width: 1080px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 100%;
    }
}

/* Prizes */
#prize {
    background-image: url(../img/prize-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 5rem 0;
    margin: 5rem 0px;
    margin-top: 0;
}

.prize-button {
    background-color: #fff;
    color: #0078FF;
    font-size: 16px;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-weight: 700;
}

.cash-prize {
    font-size: 6rem;
}

.abs-bottom {
    position: absolute;
    bottom: 0;
}

.font-weight-bold{
    margin-bottom: -31px;
}
.hack-code-connect{
    margin-bottom:5rem;
}

@media(max-width: 883px) {
    .cash-prize {
        font-size: 10vw;
    }
    .font-weight-bold{
        margin-bottom:-10px;
    }
    .hack-code-connect{
        margin-bottom: 1rem;
    }
}

@media(max-width: 574px) {
    .cash-prize {
        font-size: -webkit-xxx-large;
    }
    .abs-bottom {
        margin: 0;
        position: relative;
    }

    .text-center-mob{
        text-align:center !important;
    }
}


/* Jury */
#jury h3 {
    font-size: 22px;
    font-weight: 700;
}

.jury-section {
    padding: 20px 0;
    display: block;
    position: relative;
}

.jury-section a{
    word-break: break-all;
}

.jury-section p {
    color: rgb(83, 83, 83);
}

.jury-pic {
    width: 300px;
    float: left;
    padding: 0px 20px;
    padding-left: 0;
}

.mentor-pic{
    width: 96%;
    padding: 0;
    display: block;
    margin: auto;
}

.jury-section a {
    color: #0078FF;
    font-size: 14px;
}

.jury-section .glyph {
    font-size: 28px;
    color: #0077B5;
}

@media(max-width: 970px) {


    .jury-pic {
        width: 60%;
        display: block;
        float: none;
        padding: 0 0px;
    }
    .mentor-pic{
        width: 80%;
        padding: 0;
        display: block;
        margin: 0;
    }

    .jury-section {
        padding: 20 0px;
    }

    #jury h3 {
        padding-top: 20px;
    }
}

@media(max-width:568px){
    .mentor-pic{
        width: 60%;
        padding: 0;
        display: block;
        margin: 0;
    }
}

/* Schedule */
#schedule {
    background-color: #f9f9f9;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: #008cfa;
    color: #fff;
    border: none;
}

.nav-tabs .nav-link {
    font-weight: bold;
    background-color: #fff;
    color: #0078FF;
    border-radius: 0;
    border: none;
}

.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    background-color: #1399ff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: rgb(240, 240, 240);
    border: none;
}

.panel-border {
    border-top: 4px solid #008cfa;
}

.date-top {
    font-size: 12px;
    color: #6d6d6d;
}

.panel-border h4 {
    font-weight: 400;
    font-size: 28px;
}

.center-pane {
    background-color: #008cfa;
    text-align: center;
    color: #fff;
    font-size: 23px;
}

.center-pane p {
    position: relative;
    /* top: 60%; */
    transform: translateY(25%);
}

.center-pane a {
    color: #fff;
    text-decoration: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #227BDF;
    background-clip: border-box;
    border: none;
    color: #fff;
    border-radius: 0;
}

.card-body {
    font-size: 18px;
    font-weight: 500;
}

.center-pane .fa-plus {
    text-align: right;
    float: right;
    transform: translateY(30%);
    font-weight: 600;
}

.mobile-view{
    display: none;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0;
}


.desktop-view{
    display: block;
}

#modelId .modal-header{
    background-color: #FFC72B;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: initial;
    display: block;
}

#modelId .modal-header p{
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width: 576px) {
    .center-pane {
        background-color: #008cfa;
        text-align: left;
        color: #fff;
        font-size: 23px;
        height: 52px;
        margin-top: 5px;
    }

    .card {
        background-color: #fff;
        margin-top: 5px;
        color: #000;
    }
    .nav-justified .nav-item {
        flex-basis: auto;
    }
    .mobile-view{
        display: block;
    }
    
    .desktop-view{
        display: none;
    }
    
}

/* Venue */


.ph-img {
    height: 220px;
    background-position: center;
    background-size: cover;
}

.ph-img:nth-child(1) {
    background-image: url(../img/Bitmap.png);
}

.ph-img:nth-child(2) {
    background-image: url(../img/Bitmap\ 2.png);
}

.ph-img:nth-child(3) {
    background-image: url(../img/Bitmap\ 3.png);
}

.ph-img:nth-child(4) {
    background-image: url(../img/Bitmap\ 4.png);
}

.ph-img:nth-child(5) {
    background-image: url(../img/Bitmap\ 5.jpg);
}

.ph-img:nth-child(6) {
    background-image: url(../img/Bitmap\ 6.jpg);
}
@media(max-width:567px){
    #venue{
    padding: 40px 0;
    }
}

/* Footer */
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #008cfa;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #fff;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    /* border-bottom: 1px solid #323f45; */
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #000;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.copyright {
    background-color: #fff;
    padding: 2rem;
}

.social-icon{
    font-size: 20px;
    color: #0078FF;
    float: right;
}

.social-icon i{
    padding: 0 10px;
}

@media(max-width: 768px){
    .social-icon{
        text-align: center;
        float: inherit;
        display: block;
    }
}

/* FAQ */
#faq h3{
    color: #0078FF;
    font-size: 23px;
    font-weight: 700;
}
#faq p{
    font-size: 13px;
    font-weight: 600;
}
#faq h1{
    margin-top: 2rem;
    font-size: 40px;
    color: #0078FF;
    font-weight: 700;
    text-align: center;
}
#faq li{
    font-size: 13px;
    font-weight: 600;
}

.hackname{
    position: absolute;
    top: 15%;
    left: 25%;   
}

.img-logo{
    width: 10%;
    margin-left: 15% !important;
}
.presents{
    margin-left: 19%;color: white;
}
.inno{
    
    color: white;
    font-size: 50px;
    font-family: 'Press Start 2P', cursive;
}
@media screen and (max-width: 600px) {
    .img-logo{
        width: 50%;
    }
    .presents{
        margin-left: 33%;
    }
    .inno{
        margin-left: 15%;
        font-size: 175%;
    }
    .header{
        height: 70vh;
    }
    .hackname{
        position: absolute;
        top: 5%;
        left: 1%;   
    }
  }