@import url('font-icons.css');

@import url('font-icons.css');
@import url('../fonts/ATSackersHeavyGothic');
/* @import url('https://fonts.cdnfonts.com/css/bahnschrift'); */




@font-face {
    font-family: 'ATSackersHeavyGothic';
    src: url('../fonts/ATSackersHeavyGothic.woff2') format('woff2'),
         url('../fonts/ATSackersHeavyGothic.woff') format('woff');
    font-weight: 600; /* Semibold */
    font-style: normal;
    font-display: swap;
  }

  /* @font-face {
    font-family: 'DIN Next LT Pro';
    src: url('path/to/DINNextLTPro-BoldCondensed.woff2') format('woff2'),
         url('path/to/DINNextLTPro-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  } */


  /* @font-face {
    font-family: 'ATSackersHeavyGothic';
    src: url('../fonts/ATSackersHeavyGothic.woff2') format('woff2'),
         url('../fonts/ATSackersHeavyGothic.woff') format('woff');
    font-weight: 600; /* Semibold */
    font-style: normal;
    font-display: swap;
  }

   /* @font-face {
    font-family: 'DIN Next LT Pro';
    src: url('path/to/DINNextLTPro-BoldCondensed.woff2') format('woff2'),
         url('path/to/DINNextLTPro-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  } */ */

  

.comminpadding{
    padding: 50px 0px;
}

.margin-bottom-50 {
    margin-bottom: 30px;
}



body::after{ content:''; display:block; height:100px; }

html{ height:100%; }

body{
    color: var(--black);
    font-size: 16px;
    position: relative;
    counter-reset: geek-counter; 
    background-color: #e3dbbb;
    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    background-attachment: fixed;
    min-height:100%; padding:0; margin:0;
    font-family: 'ATSackersHeavyGothic';
    font-weight: bold;
}

::placeholder {
    color: red;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: red;
  }


body.congratulationsBg{
    background-image: url(../images/madhuri-bg.png);

}


/* Helper Css 01.09.2020*/
:focus {
outline: 0;
}
:hover{
    outline: 0;
}
a{
    text-decoration: none;
}

a:hover{
text-decoration: none;
}

a, button{
    outline: none;
    box-shadow: none;
}

a, button:hover {
    outline: none;
    box-shadow: none;
}

a, button:focus {
    outline: none;
    box-shadow: none;
}
.no-gutters-desktop{
    padding: 0;
}

section{
    position: relative;
}


input, select, textarea{
    color: #f00;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #843a2a !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #843a2a !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #843a2a !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #843a2a !important;
}

/* Helper Css the end 01.09.2020*/

.heroSlider {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.bplogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bplogo img {
    width: 100px;
}

.customform {
    background:#161b193b;
    opacity: 45%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 85%;
    margin-left: 8%;
}


.customform .form {
    margin: 15px;
}

.customform .form .input-group label {
       width: 100%;
       text-transform: uppercase;
       font-family: 'ATSackersHeavyGothic';
       font-weight: bold;
       font-size: 5.2px;
       line-height: 10px;
    margin: 0;
    color:white !important;
}

.customform .form .input-group {
    margin-bottom: 5px;
}


.customform .form .form-control {
    border: 0px;
    border-radius: 10px;
    line-height: 24px;
    padding: 0px 10px;
    background: #fff;
    font-size: 14px;
    color: #773a2c;
    font-weight: 300;
    height: calc(0.45rem + 20px);
    box-shadow: none;
    outline: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn {
    font-size: 16px;
    cursor: pointer;
    color: rgba(24, 97, 50, 0.5) !important;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
    width: 150px;
    margin-top: 20px;
    display: block;
    margin: 20px auto 0px;
}
.customform .form .input-group {
    margin-bottom: 10px;
}


.title {
    color: rgba(24, 97, 50, 0.5) !important;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.title-label {
    color: rgba(24, 97, 50, 0.5) !important;
    text-align: center;
    font-size: 35px;
    text-shadow: 0 0 2px #fff, 0 0 5px #fff;
}

.title img {
    width: 120px;
    margin: 0px auto;
    display: table;
}

.title-pre{
    color: rgba(24, 97, 50, 0.5) !important;
    text-align: center;
    font-size: 15px;
    text-shadow: 0 0 2px #fff, 0 0 5px #fff;
    line-height: normal;
       padding: 0px 20px;
}

footer.footerColor {
    color: rgba(24, 97, 50, 0.5) !important;
    border-bottom: 10px solid #FFD341;
}


footer{ 
  position:absolute; 
  bottom:0; 
  width:100%; 
}



.footerLogo{
    padding: 10px 0px;
}

.footerLogo img{
    margin-bottom: 20px;
}

.footerLogo p{
    font-size: 10px;
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 0px;
}


.footerLogo span {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.footerIcon {
    position: absolute;
    right: 0;
    top: 3rem;
}



.footerMadhuriImg {
    position: absolute;
    top: -49vmin;
    z-index: -1;
    width: 300px;
    left: 4.5rem;
}



.footerTextImgLeft {
    position: absolute;
    top: -37vmin;
    z-index: -1;
    width: 95px;
    left: 1rem;
}

.footerTextImgRight {
    position: absolute;
    top: -44vmin;
    z-index: -1;
    width: 150px;
    right: -1rem;
}




.yellotext .spin-figure{
      color: #FCB534;
}


.redtext .spin-figure{
    color: rgba(24, 97, 50, 0.5) !important;
}




.spin-figure {
    font-size: 20px;
}


.widthControl p{
        font-size:18px;
        text-align: left;
        color: white !important;
        padding: 0px;
}



.widthControl .radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.widthControl .radio label{
    margin-left: 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: white !important;
}

.radio {
    margin: 0.5rem;
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
    content: "";
    background: white;
    border-radius: 100%;
    border: 2px solid rgb(255, 255, 255);
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
     top: 4px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: left;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
    color: #0e9648 !important;
    box-shadow: inset 0 0 0 4px green;
}



@media only screen and (min-width:0px) and (max-width:767px) {

.bplogo {
    padding: 20px 0px;
}

.heroSlider {
    height: auto;
    margin-bottom: 100px;
}

.customform {
    padding: 20px 0px;
}

footer {
    margin-top: 30px;
}

.footerLogo img {
    width: 250px;
    margin-bottom: 10px;
}

.footerLogo p{
    font-size: 6px;
}



.footerLogo span {
    font-size: 10px;
}

.footerIcon {
    position: absolute;
    right: 1rem;
    top: 1rem;
}




}

/* Background for desktop view */
@media (min-width: 768px) {
    body {
        background-image: url('../images/mainDT.png');
    }
}
