@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
}
p, ul, li{
    margin: 0;
    padding: 0;
    font-family: "Source Sans 3", sans-serif;
}

a{
    text-decoration: none;
}
body{
    background-color: #E9EBE6;
}

/* nav section  */

.navbarSec{
    height: auto;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    background-color: #112443;
    color: #FFED03;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.navInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navInner h5{
    font-size: 25px;
}

.btnNav{
    height: auto;
    width: 280px;
    font-size: 16px !important;
    padding: 10px 0;
    text-align: center;
    background-color: #FFED03;
    color: #112443;
    border: 2px solid #E9EBE6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans 3", sans-serif;
}

.btnNav img{
    margin-left: 7px;
}

/* first section  */
.firstSec{
    height: auto;
    width: 100%;
    padding: 70px 0;
    background-color: #E9EBE6;
    color: #112443;
}
.firstSec h1{
    font-size: 65px !important;
}
.firstSec h1 span{
    text-decoration: underline;
}
.firstSec h1 b{
    color: #FFED03;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #112443;
}
.firstSec p{
    font-size: 20px;
    padding: 15px 0;
}
.firstSec p span{
    font-weight: bold;
    text-decoration: underline;
}
.firstBtn{
    height: auto;
    width: 280px;
    font-size: 20px !important;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    background-color: #FFED03;
    color: #112443;
    border: 2px solid #112443;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans 3", sans-serif;
    transition: 500ms ease;
}

.firstBtn:hover{
    background-color: #112443;
    color: #FFED03;
}
.firstSec img{
    border-radius: 5px;
}
/* first section  */


/* second section here  */
.secondSec{
    height: auto;
    width: 100%;
    padding: 70px 0;
}

.secondInner{
    background-color: #112443;
    color: #E9EBE6;
    padding: 20px 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFED03;
    font-weight: bold;
    margin-top: 20px;
    transition: 500ms ease;
    font-family: "Oswald", sans-serif;
}

.secondInner:hover{
    transform: translateY(-10px);
    cursor: pointer;
}

.secondInner span{
    font-size: 12px;
    font-weight: 400;
}

.secondSec p{
    text-align: center;
    font-size: 12px;
    color: #535353 !important;
}

.secondSec a{
    color: #112443;
}

/* third section  */
.thirdSec{
    height: auto;
    width: 100%;
    padding: 70px 0;
    background-color: #112443;
}

.thirdInner{
    background-color: #FFED03;
    padding: 20px;
    text-align: center;
    height: 320px;
    border-radius: 5px;
    margin-top: 15px;
}

.thirdInner h3{
    margin-bottom: 20px;
}

.thirdInner a, .thirdInner span{
    color: #112443;
    text-decoration: underline;
}

.btn-btne {
    display: flex
;
    justify-content: center;
}

/* fourth section  */
.fourthSec{
    width: 100%;
    height: 400px;
    margin-top: 280px;
    background-color: #112443;
}

@media (min-width: 320px) and (max-width: 480px) {
  
.fourthSec {
    width: 100%;
    height: 400px;
    margin-top: 320px;
    background-color: #112443;
}
  
}

.formSec{
    background-color: #FFED03;
    height: auto;
    padding: 0 30px 30px 30px;
    border-radius: 5px;
    margin-top: -250px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.formTittle{
    width: 90%;
    border-radius: 5px;
    background-color: #112443;
    color: #E9EBE6;
    margin: 0 auto;
    text-align: center;
    padding: 15px 5px;
    top: -45px;
    position: relative;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.formTittle span{
    color: #FFED03;
}
.formSec p{
    font-size: 18px;
    font-weight: bold;
    color: #112443;
    margin-top: -15px;
}

.formSec input, .formSec select{
    width: 100%;
    outline: none;
    margin: 5px 0;
    padding: 10px ;
    background-color: #fffffff6;
    margin-right: 20px;
    color: #535353;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #112443;
    font-family: "Source Sans 3", sans-serif;
}


.submitBtn{
    width: 100%;
    background-color: #112443;
    color: #FFED03;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border: none;
    outline: none;
    margin-top: 20px;
    border-radius: 5px;
    font-family: "Source Sans 3", sans-serif;
}

.phone{
    margin-right: 0 !important;
}

.copySec{
    background-color: #112443;
    color: #E9EBE6;
    font-size: 16px;
    border-top: 2px solid #e9ebe650;
    padding: 12px 0;
}


@media screen and (max-width:767px) {
    .firstSec p {
        font-size: 15px;
        padding: 0px 0;
    }
    .navInner h5{
        font-size: 16px;
    }
    .navInner{
        flex-direction: column;
    }
    .btnNav{
        display: none;
    }
    .firstSec h1{
        font-size: 40px !important;
    }
    .thirdInner{
        height: auto;
    }
    .formTittle{
        font-size: 18px;
    }
    .firstBtn{
        width: 100%;
        font-size: 18px;
    }
    .firstSec{
        padding-top: 30px;
        padding-bottom: 0;
    }
}