img{
    width: 100%;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #ba7623 !important;
    text-decoration: none;
}

body {
padding: 0px;
margin: 0px;
overflow-x: hidden;
font-family: 'Poppins', sans-serif;
}
.navbar {
    position: fixed;
    background: #000 !important;
    z-index: 1;
    width: 100%;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin-left: 45px;
}
.navbar-fixed-top.scrolled {
    background-color: #000 !important;
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}

.challenge-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #e6690f;
    border: 1px solid #e6690f;
    border-radius: 3px;
    position: fixed;
    right: 15%;
    padding: 8px 14px;
    text-transform: uppercase;
    transition:0.2s ease-in;
}

.challenge-btn:hover {
    color:#fff !important;
    background-color:#e6690f;
}

.overlay {
    position: fixed;
    background: #000;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s,visibility .35s,height .35s;
    overflow: hidden;
    z-index: 99;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 46%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Vollkorn",serif;
    font-weight: 400;
    text-align: center;
    padding-top: 100px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay.open li {
    margin-bottom: 1vh;
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    opacity: 1;
}

.overlay.open li a {
    transition: .2s ease-in;
}

.overlay.open li a:active .overlay.open {
    visibility: hidden;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-decoration: none;
    overflow: hidden;
    font-size: 26px;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}
.button_container:hover {
    opacity: .7;
}

.active {
    padding: 7px 13px;
    border-radius: 50px;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #FFF;
    width: 30px;
    top: 3px;
    left: 8px;
}
.pc{
    color: #e6690f;
}
.button_container.active .middle {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
    width: 30px;
    top: 25px;
    left: 8px;
}

.overlay.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
}
.imgs{
    margin: 40px 0;
}
.imgs img{
    height: 180px;
    
}
.overlay.open li a {
    transition: .2s ease-in;
}
.button_container {
    position: fixed;
    
    right: 9%;
    height: 40px;
    width: 45px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
    border-radius: 0 !important;
}

.button_container span {
    background: #fff;
    border: 0;
    height: 3px;
    width: 30px;
    position: absolute;
    top: 10px;
    left: 7px;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 18px;
    width: 30px;
}

.button_container .text span {
    top: 5px;
    left: 46px;
    background: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
}
.content{
    font-family: 'Poppins', sans-serif;
    padding-top: 180px;
    line-height: 2.5em;
}
.content h2 {
    padding-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 55px;
    /* color: #e6690f; */
    background: linear-gradient(to right, #ff9b54 0%, #e05206 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content h4{
    margin-top: 30px;
}
.faq-ques {
    border: 2px solid #ba7623 !important;
    border-radius: 10px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    background-color: rgb(247, 246, 246); 
  }
  
.faq .active, .faq-ques:hover {
    background-color: rgb(255, 255, 255); 
  }
  
.faq-ques .panel {
    text-align:left !important;
}
  
.panel {
    padding: 15px 0 0 0;
    overflow: hidden;
    font-size: 18px!important;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
  }
.faq h2{
    padding:30px;
    color: #01A146;
    font-size: 40px;
  }
.ques{
    font-size: 22px!important;
   margin-bottom: 25px;
   font-family: 'Poppins', sans-serif;
}
.faq{
    margin-top: 30px;
}
.fill p{
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}
.fill{
    border: none;
    border-top: 1px solid #5a5959;
    padding-top: 20px;
    
}
.info h3{
    color: #e6690f;
}
#contact .f1 h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
}

#contact .f2 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#contact .f2 input {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding: 10px;
}

#contact .f2 input:focus-visible {
    outline: none;
}

#contact .f2 textarea:focus-visible {
    outline: none;
}

#contact .f2 textarea {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    padding: 10px;
    border: 1px solid rgb(53, 52, 52);
}

#contact .f2 button {
    border: 1px solid #c8c8c8;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #151516;
    color: rgb(216, 213, 213);
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: 0.3s ease-in;
}

#contact .f2 button:hover {
    color: #000;
    background-color: #fff;
}
.f1 {
    background-color: rgb(30, 30, 31);
    padding-top: 95px;
    padding: 130px;
    padding-bottom: 85px;
    width: 100%;
}
.f2 {
    background-color: #151516;
    color: rgb(225, 225, 225);
    padding-top: 85px;
    padding: 80px;
    padding-bottom: 60px;
}
.msg input {
    background-color: rgb(21, 21, 22);
    color: rgb(216, 213, 213);
    border: none;
    border-bottom: 1px solid rgb(53, 52, 52);
    width: 60%;
}
.msg textarea {
    background-color: rgb(21, 21, 22);
    color: rgb(216, 213, 213);
    width: 60%;
    height: 100px;
}
#contact .f1 h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color:#d8d5d5 ;
}
#contact .f1 a{
    color:#d8d5d5  ;
}
.last {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: rgb(16, 15, 17);
}
.last h6 {
    text-align: center;
    color: rgb(216, 213, 213);
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
}
.last a {
    color: rgb(158, 88, 23);
}
.panel a{
    color: #363636;
}
.star{
    color: #c30e23;
    font-weight: 600;
}
.mySlides img {
    height: 650px;
    object-fit: contain;
    padding-bottom: 20px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000de;
}
.content.close {
    position: absolute;
    right: 60px;
    cursor: pointer;
    z-index: 9999;
}

.close {
    color: #fff;
    opacity: 1;
    margin-right: 50px;
    
}

.modal-content {
    background-color: #00000042;
}
.reg-form{
   margin-bottom: 50px;
    margin-top: 45px;
    width: 50%;
    border: 1px solid #ffffff;
    padding: 60px 40px;
    border-radius: 20px;
    background-color: #fff;
}
.reg-form input,textarea{
    width: 100%;
    border: 1px solid #00000062;
    border-radius: 10px;
    height: 45px;
    margin: 10px 0 40px;
    border: 1px solid #a9a9a962;
}
.reg-form textarea{
    height: 110px;
}
.reg-form label{
    margin-bottom: 0;
    padding-left: 15px;
}
.check input{
    width: 4% !important;
    height: 15px !important;
    margin-bottom:15px !important ;
  
}

.submitbtn{
    display: block;
    margin:35px auto 0;
    padding: 10px;
    color: rgb(255, 255, 255);
    border: none;
    font-weight: 500;
    background-color: #000000;
    border-radius: 8px;
    width: 100px;
    font-family: 'Poppins', sans-serif;
}
.submitbtn:hover{
  background-color:#fff;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(67, 67, 67);
}
.fill{
    padding-top: 30px;
}
.reg-form p{
    margin-bottom: 40px;
    padding-left: 15px;
}
.download .dwn-btn {
    margin-left: 16px;
    font-size: 32px;
    background-color: transparent;
    border: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#information {
    padding: 20px 0;
    background-color: #fcefe2ad;
    margin: 70px 0 0;
}
#information p {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.1em;
}
#information .details b{
    font-size: 18px;
    margin-right: 20px;
}
#information img{
    padding: 15px 0
}
.prize-img{
    width: 9%;
}
.prize-title {
    padding-left: 4px;
    font-size: 26px;
}
.info h3{
    padding: 15px 0;
    font-size: 40px;
}
.p1 img{
    width: 70%;
    margin-left: 70px;
}
.p3 img{
    width: 52%;
    margin-left: 20px;
}
.p2 {
    padding-top: 10px;
    margin-left: 11px;
    color: #ba7623;
}
.prize-list{
    margin: 40px 0;
}
.preview{
    margin: 45px 0;
    text-align: center;
}
.preview a {
    margin-left: 16px;
    font-size: 18px;
    border-radius: 14px;
    background-color: #3b3939;
    color: #fff;
    padding: 14px;
    border: none;
    font-weight: 600;
}
.preview:hover{
    transform: scale(.9);
}
.form-feild {
    background-color: #ededed;
    padding: 35px 0;
}
.content p {
    font-size: 18px;
    font-weight: 500;
}
#faq{
    margin-top: 25px;
}
    @media only screen and (max-width: 767px) {

        .sample-img img{
            margin-bottom: 20px;   
        }
        .reg-form{
            width: 95%;
        }
        .content h2{
            font-size: 25px;
        }
        .content h5{
            font-size: 18px;
        }
        .f1 {
            padding: 45px;
        }
        .f2 {
            padding: 45px;
        }
    .last h6 {
        font-size: 12px;
        }
        .navbar-brand {
            width: 37%;
        }
        .button_container {
            right: 8%;
        }
        .content {
            padding-top: 120px;
        }
        .check label {
            display: contents;
            margin-bottom: 0.5rem;
        }
        .check{
            font-size: 10px;
        }
        .check label
        {
            margin-top: -3px;
        }
        .panel{
            font-size: 15px !important;
        }
        .ques {
            font-size: 18px!important;
        }
        .content h4 {
            font-size: 20px;
        }
        .content{
            line-height: 1.5em;
        }
        .info h3{
            font-size: 24px;
        }
    
    }
    @media only screen and (min-width: 768px) and (max-width:1200px){
        .reg-form{
            width: 75%;
        }
        .sample-img img {
            min-height: 145px;
            object-fit: cover;
        }
        .check label {
            display: contents;
            margin-bottom: 0.5rem;
        }
    }

    /* DOWNLOAD */
    .download {
        padding: 180px 100px 100px;
    }
    .download h1{
        text-align: center;
        padding-bottom: 50px;
    }
    .download .dwn-btn {
        margin-left: 16px;
        font-size: 18px;
        border-radius: 14px;
        background-color: #000;
        color: #fff;
        padding: 20px;
        border: none;
        font-weight: 600;
    }
    .download .dwn-btn:hover{
        transform: scale(.9);
    }
    .download p{
        font-size: 20px;
    }
    .dwnldbutton {
        text-align: center;
        border: 1px solid #d6d6d6;
        width: 60%;
        margin: 80px auto 45px;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 5px 4px #8585857a;
    }
    .rem {
        text-align:center;
    }
    .rem a {
        text-align: center;
        display: block;
        padding-top: 18px;
    }
    mark{
        background-color: rgb(250, 211, 40);
    }

    @media only screen and (max-width: 767px){
        .download{
        padding: 150px 15px 90px;
        }
        .download h1 {
            padding-bottom: 15px;
            font-size: 32px;
        }
        .download p {
            font-size: 15px;
        }
        .dwnldbutton{
            width: 90%;
        }

    }

    @media only screen and (min-width: 768px) and (max-width:1200px){
        .dwnldbutton{
            width: 90%;
        }

    }

/* TERMS */
.terms{
    padding-top: 180px;
}
.main-terms p,li{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;
}
.main-terms h4{
    font-weight: 600;
    font-size: 27px;
  margin-top: 20px;
}
.main-terms h3{
    font-size: 36px !important;
    font-weight: 600;
}
.index ul li {
    list-style: none !important;
    font-size: 19px;
}
.index-content {
    line-height: 2.5em;
    margin-left: 33%;
}
.terms-main{
    padding: 55px 0;
}
.terms-main h3{
    text-align: center;
    font-size: 30px;
    padding: 35px;
}
#personal ul li{
    list-style: none;
}
#contest-terms, #organization, #eligibility, #submission, #personal, #cancellation, #winner, #prize, #liability, #exemption, #entry, #copyrights, #usage, #govt, #privacy, #website{
padding: 35px 0;
border: none;
border-bottom: 1px solid #9f9e9e;
}

html, body, #contest-terms, #organization, #eligibility, #submission, #personal, #cancallation, #winner, #prize, #liability, #exemption, #entry, #copyrights, #usage, #govt, #privacy, #website{
    height:auto;
	min-height: 20vh; 
}
section{
    overflow-x: hidden;
}
nav.navbar.shrink {
    min-height: 35px;
    z-index: 999;
  }
  nav.shrink .navbar-brand  {
   width: 110px;
  }


.index-content h2{
    font-size: 34px;
    padding-bottom: 17px;
    font-weight: 500;
}
#terms-conditions{
    border: none;
  
    margin-bottom: 55px;
    padding-bottom: 20px;
}
#privacy{
    border: none;
    border-bottom: 2px solid rgb(84, 84, 84);
    margin-bottom: 55px;
    padding-bottom: 20px;
}
#terms-conditions h4{
    padding: 20px 0;
}
#website h5{
    font-size: 28px;
    font-weight: 500;
    padding: 15px 0;
}
#website a:hover{
    color: #ba7623;

}


.clear:after, .clear:before {
	content: '';
	display: table;
	clear: both;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid #fff;
    width: calc(75% - 50px);
    margin: 60px auto 0;
}

.gallery a {
    display: block;
    text-decoration: none;
    width: 25%;
    overflow: hidden;
    outline: none;
}

.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.gallery a img:hover {
    transform: scale(1.1,1.1);
}


.bg {
    width: 85%;
    height: 200px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.bg:hover {
    transform: scale(1.1,1.1);
}

.panel span {
    font-weight:600;
    font-size:20px;
}

@media(max-width: 991px) {

	.gallery a {
		width: 50%;
	}

}

@media(max-width: 767px) {

	.gallery a {
		width: 100%;
	}

	.bg {
		height: 300px;
	}

}

h1 a {
  color: #000;
}



        @media only screen and (max-width: 767px) {
            .terms-main{
            padding: 55px 15px;
            }
            .index-content {
                line-height: 2.5em;
                margin-left: 8%;
            }
            .index-content h2 {
                font-size: 33px;
            }
            .navbar-light .navbar-brand {
                margin-left:0px;
            }
        }
        @media only screen and (min-width: 768px) and (max-width:1200px){
        .index-content {
            line-height: 2.5em;
            margin-left: 20%;
        }
    }

        /* PREVIEW */
        html, body {
            margin: 0;
            padding: 0;
            width: 100%;
          }
          #zoom {
            width: 100%;
            height: 100%;
            transform-origin: 0px 0px;
            transform: scale(1) translate(0px, 0px);
            cursor: grab;
          }
          div#zoom > img {
            width: 100%;
            height: auto;
          }
          
@media only screen and (max-width:499px) {
    .challenge-btn {
        right: 29%;
        padding: 5px 9px;
        display: block;
        width: 106px;
        top: 12px;
        font-size: 12px;
        text-align: center;
    }
    .navbar-brand {
        width: 100px;
    }
    .navbar {
        padding: 10px 3%;
    }
    .navbar-light .navbar-brand {
        margin-left:0px;
    }
    .button_container span {
        font-size:13px;
    }
    .button_container {
        right: 10%;
    }
    .button_container span:nth-of-type(2) {
        width:20px;
    }
    .button_container span {
        width:20px;
    }
    .button_container .text span {
        left:33px;
    }
}
          
       