@font-face {
    font-family: Quicksand;
    src: url(./font/Quicksand_Light.otf);
  }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-family: Quicksand;
}

.icons ul{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    
}
.icons{
    padding: 20px 0px;
    font-size: 20px;
}

.icons ul li{
    padding: 0px 10px;
}

.bgimage{
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: rgba(48, 53, 70, 0.5);
    box-shadow: inset 0 0 100px rgb(0 0 0 / 50%);
}

body {
    background: url(./img/cover.jpg) no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    font-family: 'Quicksand';
}

.newBtn{
    padding: 5px 15px;
    width: 200px;
    border: 2px solid #ccc;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 50px ;
    margin-bottom: 20px;
    transition: 700ms ease-in;
    cursor: pointer;
}
.sendBtn{
    padding: 5px 15px;
    width: 200px;
    border: 2px solid #ccc;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 50px ;
    margin-bottom: 20px;
    transition: 700ms ease-in;
    cursor: pointer;
    color: #000;
    outline: none;
}

input{
    box-shadow: none !important;
    outline: none !important;
}

.newBtn:hover{
    background-color: rgb(129, 129, 129);
}

.h-1{
    font-size: 40px;
    letter-spacing: 15px;
    text-transform: uppercase;
    font-weight: bolder;
    padding-bottom: 20px;
}

.p-1{
    letter-spacing: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 150px;
}

.h-2{
    padding: 40px 0px 20px 0px;
    font-size: 35px;
}

.pp-2{
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    
}

.pp-3{
    font-size: 40px;
    font-weight: bolder;
    margin-top: -20px;
}

.pp-4{
    font-size: 13px;
}

.aa-1{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.aa-1:hover{
    text-decoration: underline;
    color: #fff;
}

.pp-5{
    color: #999;
    font-size: 12px;
    font-weight: bold;
}




@media screen and (min-width: 1400px) {
    .newBtn{
        padding: 10px 15px;
        width: 230px;
    }
    .h-1{
        font-size: 55px;
        padding-bottom: 20px;
        padding-top: 15px;
    }
    
    .p-1{
        letter-spacing: 15px;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: bold;
    }
    
    .h-2{
        padding: 90px 0px 30px 0px;
        font-size: 45px;
    }
    
    .pp-2{
        font-size: 18px;
    }
    
    .pp-3{
        font-size: 50px;
        font-weight: bolder;
        margin: 0;
        margin-top: -10px;
        margin-bottom: 10px;
    }
    
    .pp-4{
        font-size: 17px;
    }
    
    .aa-1{
        font-size: 17px;
    }
    
    .pp-5{
        font-size: 14px;
    }
    
  }


/* pop up section  */
.modal-header{
    border: none !important;
}

.modal-content{
    background: rgb(39 43 56)!important;
}

form{
    text-align: left !important;
}