@font-face {
    font-family: 'montheavy';
    src: url('../font/Montheavy/mont-heavy-webfont.woff2') format('woff2'),
         url('../font/Montheavy/mont-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Global css start */

body {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    margin: 0px;
    padding: 0px;
    font-family: 'montheavy';
}

p{
    margin: 0px;
    padding: 0px;
}

/* Global css End */


/* Coming Soon css start */

.slider-section{
   position: relative;
}

.slider-section .coming-form{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    z-index: 2;
    text-align: center;
}

.slider-section h1{
    font-size: 64px;
    font-weight: 900;
    color: #DBB06F;
    margin: 40px 0;
}

.slider-section p{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #CBCBCB;
    margin: 20px 0;
}

.slider-section form{
    margin: 0 auto;
    display: inline-block;
}


.slider-section form .form-control{
    text-align: center;
    padding: 10px 70px;
    border-radius: 10px;
    height: 50px;
    width: auto;
    margin: 0 auto;
}


.slider-section form .form-control:focus{
        outline: 0;
        box-shadow: inherit;
}


.slider-section ul{
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    margin: 40px 0 0;
}

.slider-section ul li a{
    width: 46px;
    height: 46px;
    background: #222222 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all 0.6s ease;
}

.slider-section ul li a:hover{
    background: #dbb06f 0% 0% no-repeat padding-box;
    transition: all 0.6s ease;
}

.btn-primary{
    background-color: #222222;
    border-color: #DBB06F;
    box-shadow: 0px 5px 40px #1D120280;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
    min-width: 200px;
    height: 60px;
    border-radius: 10px;
    transition: all 0.6s ease;
}

.btn-primary:hover{
    background-color: #DBB06F;
    border-color: #1D120280;
    transition: all 0.6s ease;
}

.coming-check{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-section .item{
    height: 100vh;
    width: 100%;
}

.slider-section .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo{
    display: inline-block;
    width: 100%;
}

/* .owl-item{
    width: 100% !important;
} */


 .form-control::-webkit-input-placeholder { /* Edge */
    color: #999999;
    font-size: 20px;
  }
  
  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    font-size: 20px;
  }
  
  .form-control::placeholder {
    color: #999999;
    font-size: 20px;
  }


/* custom checkbox css start*/

/* The container */
.coming-check .container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #CBCBCB;
    margin: 5px 20px 25px;
}
  
  /* Hide the browser's default checkbox */
  .coming-check .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .coming-check .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 6px;
  }
  
  /* On mouse-over, add a grey background color */
  .coming-check .container-check:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .coming-check .container-check input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .coming-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .coming-check .container-check input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
 .coming-check .container-check .checkmark:after {
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #CF9339 0% 0% no-repeat padding-box;
    border-radius: 2px;
  }



    @media only screen and (max-width: 1440px) {

        .form-control::-webkit-input-placeholder { /* Edge */
            font-size: 16px;
          }
          
          .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            font-size: 16px;
          }
          
          .form-control::placeholder {
            font-size: 16px;
          }

        .slider-section p {
            font-size: 14px;
            line-height: 18px;
        }

        .slider-section .coming-form{
            left: -30px;
        }

        .slider-section form .form-control{
            padding: 10px 20px;
            height: 40px;
            font-size: 14px;
        }

        .btn-primary{
            font-size: 16px;
            min-width: 150px;
            height: 40px;
        }

        .slider-section ul li a{
            width: 35px;
            height: 35px;
            margin: 0 10px;
        }

        .slider-section ul li img{
            width: 15px;
        }

        .slider-section ul{
            margin: 25px 0 0;
        }

        .coming-check .container-check{
            font-size: 16px;
        }

        .coming-check .container-check{
            padding-left: 30px;
            font-size: 14px;
            margin: 5px 10px 15px;
        }

        .coming-check .checkmark {
            position: absolute;
            top: 1px;
        }

        .coming-check .container-check .checkmark:after {
            left: 5px;
            top: 5px;
            width: 8px;
            height: 8px;
        }

        .coming-check .checkmark {
            height: 18px;
            width: 18px;
        }

        .logo {
            width: 65%;
        }

        .slider-section h1 {
            font-size: 38px;
            margin: 25px 0;
        }

        
       
    }

    @media only screen and (max-width: 1024px) {
        .slider-section .coming-form{
            left: -50px;
        }
    }

    @media only screen and (max-width: 991px) {
        .slider-section .coming-form {
            left: 0;
            right: 0;
        }

         .form-control::-webkit-input-placeholder { /* Edge */
            font-size:14px;
          }
          
          .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            font-size:14px;
          }
          
          .form-control::placeholder {
            font-size:14px;
          }

          .slider-section form .form-control {
                height: 35px;
                font-size: 12px;
            }

    }

    @media only screen and (max-width: 467px) {
        .slider-section h1 {
            font-size: 28px;
        }

        .slider-section form .form-control{
            padding: 10px 20px;
         }
    }