:root {
    --blue: #0b3f8a;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff6523;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --light-gray: #e8e8e8;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #000004;
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    text-rendering: auto;
    font-family: "DM Sans", sans-serif;
    transition: 0.4s;
    background: #fff;
    background-image: url(../images/aalpona.png);
    background-repeat: repeat;
    transition: 0.4s;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
}
p{
    font-size: 15px;
    color: #787878;
}
a {
    transition: 0.4s;
}
a:hover {
    text-decoration: none;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.4s;
    padding: 10px 0px;
}
#header .logo{
    width: 70px;
    transition: 0.4s;
}
#header .bars{
    width: 20px;
}

#header .container-fluid{
    padding: 0px 100px;
}

#header.active {
    position: fixed;
    background: #000000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    border-bottom: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.44);
    padding: 10px 0;
}
#header.active .logo{
    width: 60px;
}

/* Step1----- */
.inner_banner{
    position: relative;
}
.inner_banner img{
    height: 400px;
    object-fit: cover;
}
.inner_banner:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    opacity: .5;
}
.inner_banner_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 90%;
    text-align: center;
}
.inner_banner_cont h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.today_contest{
    padding: 70px 0px 0px 0px;
}
.t_contast h1{
    font-weight: 600;
}
.contest_box{
    background: #ebf0f6;
    padding: 30px 0px;
}
.contest_box h4{
    color: #807f7f;
}
.contest_box .vs{
    color: #000;
}
.contest_box p{
    font-size: 16px;
    color: #716e6e;
}
.contest_box img{
    width: 150px;
}
.contest_form h3{
    color: #67667e;
    font-weight: 700;
} 
.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.contest_form .form-control {
    background: #ebf0f6;
    height: 50px;
    border-radius: 50px;
    border: none;
    padding: 0px 30px;
}
.contest_form input::placeholder {
    color: #c1c1c1 !important;
}
.contest_form .otpbtn {
    color: #ff6523;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    display: block;
    background: #ebf0f6;
    width: 100%;
    line-height: 50px;
    border-radius: 50px;
    padding: 0px;
    transition: 0.4s;
    font-size: 14px;
}
.contest_form .otpbtn:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #9e9fa1;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    transition: 0.4s;
}
.contest_form .fc1{
/*    border-radius: 50px 0px 0px 50px;*/
    border-radius: 50px;
}
.g-recaptcha{
    margin: auto;
    text-align: center;
    display: inline-block;
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.contest_form .otpbtn:hover{
    background: #ff6523;
    color: #fff;
}
.contest_form .otpbtn:hover:after{
    opacity: 0;
}
.contest_form .form-group{
    background: #ebf0f6;
    border-radius: 50px;
}
.submit {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #ff6523;
    border-radius: 50px;
    padding: 10px 30px;
    letter-spacing: 3px;
    font-size: 14px;
    border: 1px solid #ff6523;
}
.submit:hover{
    background: none;
     color: #ff6523;
}
.contest_form {
    padding: 0px 0px 70px 0px;
}
.footer{
    background: #1c2120;
    color: #fff;
}
.footer p{
    color: #e3e3e3;
}
.follow_us ul{
    list-style: none;
}
.follow_us ul li{
    margin-right: 15px;
    float: left;
}
.follow_us ul li a {
    background: #fff;
    color: #000;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.follow_us ul li a:hover{
    background: #ff6523;
    color: #fff;
}
.ouick_links ul{
    list-style: none;
}
.ouick_links ul li{
    margin-bottom: 20px;
}
.ouick_links ul li a{
    color: #fff;
    font-size: 15px;
}
.ouick_links ul li a:hover{
    color: #ff6523;
}
.contact_us p a{
    color: #e3e3e3;
    font-size: 15px;
}
.contact_us p a:hover{
    color: #ff6523;
}
.contact_us p span{
    padding: 0px 15px;
}
.newsletter .btn{
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: #ff4c00;
    border-radius: 50%;
}
.newsletter .btn img{
    width: 18px;
    filter: brightness(0) invert(1);
    transition: 0.4s;
}
.newsletter .btn:hover{
    background: #fff;
}
.newsletter .btn:hover img{
    filter: brightness(1) invert(0);
}
.newsletter .form-control{
    height: 50px;
    background: #484646;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}
.newsletter input::placeholder {
    color: #c1c1c1 !important;
}
.footer_bottom{
    padding: 20px 0px;
    background: #323232;
}
.footer_bottom p{
    color: #ababab;
    font-size: 14px;
}
.footer_bottom p a{
    color: #ababab;
    font-size: 14px;
}
.footer_bottom p a:hover{
    color: #ff6523;
}
.footer_bottom p span{
    padding: 0px 15px;
    color: #fff;
}
.form-group .form-check-label{
    color: #716e6e;
    font-size: 15px;
}
.form-group .form-check-label a{
    text-decoration: underline;
    color: #716e6e;
    font-size: 15px;
}

/* Step2----- */

.thumb_box{
    background: #f3f6fa;
    padding: 30px 20px;
}
.thumb_box h5{
    color: #585768;
}


.thumb_box .form-check-input {
    margin-top: 6px;
}

.thumb_box .form-group .form-check-label {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.check_form{
    padding: 0px 0px 70px 0px;
}
.check_box {
    margin: auto;
    width: 80%;
}
.check_form  h3{
    color: #67667e;
    font-weight: 700;
}

/* Step3----- */

.contact_information{
    padding: 0px 0px 70px 0px;
}
.contact_information h3{
    color: #67667e;
    font-weight: 700;
}
.contact_information .c1{
    background: #ebf0f6;
    height: 50px;
    border-radius: 50px;
    border: none;
    padding: 0px 30px;
}
.contact_information input::placeholder {
    color: #c1c1c1 !important;
}

.back{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background: #bbbbc9;
    border-radius: 50px;
    padding: 10px 30px;
    letter-spacing: 3px;
    font-size: 14px;
    border: 1px solid #bbbbc9;
}
.back:hover {
    background: none;
    color: #bbbbc9;
}
/* Thank You----- */
.thank_you{
    padding: 70px 0px;
}
.thank_you h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
}
.thank_you h3 {
    color: #67667e;
    font-weight: 700;
}
.thank_you p {
    color: #67667e;
    font-size: 25px;
    font-weight: 300;
}
#c1, #c2, #c3, #c4 {
    accent-color: orange;
}

input[type=radio]:checked + label .orange {
  border: 2px solid #ff6523;
  background: #ff6523;
}


input[type="checkbox"], input[type="radio"] {
  display: none;
}
label input[type="checkbox"] ~ span, label input[type="radio"] ~ span {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border: 1px solid #ff6523;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-top: 5px;
}
label input[type="checkbox"] ~ span {
  border-radius: 2px;
}
label input[type="radio"] ~ span {
  border-radius: 12px;
}
label input[type="checkbox"]:checked ~ span, label input[type="radio"]:checked ~ span {
  background-color: #ff6523;
}
label:hover input[type="checkbox"] ~ span, label:hover input[type="radio"] ~ span {
  border-color: #ff6523;
}







/*******************************/

/*******************************/

/*** Tab_Responsive_Css ***/

/********************************/

/*******************************/

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

#header .container-fluid {
    padding: 0px 40px;
}
.contest_box img {
    width: 110px;
}
.inner_banner img {
    height: 350px;
}
.inner_banner_cont {
    top: 60%;
}
.contact_us p a {
    word-break: break-all;
}
.ouick_links ul li {
    margin-bottom: 10px;
}
.thank_you .submit,.thank_you .back{
    font-size: 13px;
}
.thank_you h1 {
    font-size: 50px;
}

}

/*******************************/

/*******************************/

/*** Mob_Responsive_Css ***/

/********************************/

/*******************************/

@media screen and (max-width: 575px) {
#header .logo {
    width: 50px;
}
#header .container-fluid {
    padding: 0px 15px;
} 
#header.active .logo {
    width: 50px;
}
#header .bars {
    width: 17px;
}
.inner_banner_cont h1 {
    font-size: 30px;
}
.inner_banner img {
    height: 260px;
}
.today_contest {
    padding: 50px 0px 0px 0px;
}
.t_contast h1 {
    font-size: 33px;
}
.contest_box {
    padding: 30px 15px;
}
.contest_box img {
    width: 80px;
}
.contest_box .vs {
    font-size: 22px;
}
.contest_box h4 {
    font-size: 20px;
}
.contest_box p {
    font-size: 15px;
}
.contest_form .form-control {
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
}
.contest_form .otpbtn {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.contest_form .otpbtn:after {
    height: 25px;
}
.submit {
    padding: 8px 25px;
    letter-spacing: 2px;
    font-size: 12px;
}
.contest_form h3 {
    font-weight: 600;
    font-size: 24px;
}
.contest_form {
    padding: 0px 0px 50px 0px;
}
.footer h4{
    font-size: 20px;
}
.follow_us ul li a {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.follow_us ul li {
    margin-right: 9px;
}
.newsletter .form-control {
    height: 40px;
    padding-left: 15px;
}
.newsletter .btn {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
}
.newsletter .btn img {
    width: 15px;
}
.ouick_links ul li {
    margin-bottom: 5px;
}
.check_form h3 {
     font-weight: 600;
    font-size: 24px;
}
.check_box {
    width: 100%;
}
.thumb_box .form-group .form-check-label {
    font-size: 16px;
}
.thumb_box {
    padding: 30px 20px 10px 20px;
    margin-bottom: 10px;
}
.check_form {
    padding: 0px 0px 50px 0px;
}
.contact_information h3 {
    font-weight: 600;
    font-size: 24px;
}
.contact_information .c1 {
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
}
.back {
    padding: 8px 25px;
    letter-spacing: 2px;
    font-size: 12px;
}
.thank_you {
    padding: 50px 0px;
}
.thank_you h1 {
    font-size: 40px;
}
.thank_you h3 {
    font-weight: 600;
    font-size: 24px;
}
.thank_you p {
    font-size: 22px;
}
}









