/****@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap);***/
@import url(../css/clash-display);

:root{
    --primary: #065dfb;
    --light: #fff;
    --warning: #f06804;
}

/*********************
#Custom CSS

*********************/
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    box-sizing: border-box;
}

body{
    background: white;
}

body, input text, a{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
}

/*******************
#Header CSS
*******************/

header{
    position: absolute;
    z-index: 99999;
    width: 100%;
}
header .nav-item .nav-link{
    font-size: 14px;
    color: var(--light);
    font-weight: 600;
    margin-left: 20px;
}
header .nav-item .nav-link:hover{
    background:#3aa4ea;
}

navbar-toggler{
    outline: none!important;
    border: none!important;
    color: var(--warning);
    box-shadow: none!important;
    border-radius: none!important;
}


/*************************************
#hero section
*************************************/
.hero{
    width: 100%;
}

.hero .carousel-item img{
    height: 668px;
    width: 100%;
    background-size: cover!important;
    background-position: center;
    background-repeat: no-repeat;
}

.hero .carousel-item::before{
    content: '';
    background-color: #040f28;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .4;
}

.hero .carousel-container{
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    color: var(--light);
}

.carousel-container h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
}

.carousel-container p{
    width: 50%;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0 auto 30px auto;
}

.buttons .button1{
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    padding: 12px 30px;
    line-height: 1;
    margin: 10px 10px;
    color: var(--light);
    border: 1px solid var(--light);
    border-radius: 50px;
}
.button1:hover{
    background: #3aa4ea;
}



/*************************************
#About section
*************************************/

.trust .trust-box{
    margin-bottom: 30px;
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.trust .trust-box .icon{
    margin-bottom: 21px;
}

.trust .trust-box .h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trust .trust-box .p{
    font-size: 14px;
    text-align: justify;
}

h4{
    color:#065dfb;
}

h1{
    color:#e98a1d;
    font-size: 20px;
    font-weight: 600;
}
col{
    align-items: center;
}
/*************************************
#Footer section
*************************************/
#contact{
    width: 100%;
    padding: 10px;
}
.box-wapper{
    position: relative;
    display: table;
    width: 1100px;
    margin: auto;
    margin-top: 35px;
    border-radius: 30px;
}

.info-wrap{
    width: 35%;
    height: 551px;
    padding: 40px;
    float: left;
    display: block;
    border-radius: 30px 0px 0px 30px;
    background: linear-gradient(144deg, rgba(126,39,156,1)0%, rgba(49,39,157,1)100%);
    color: #fff;
}
.info-title{
    text-align: left;
    font-size: 28px;
    letter-spacing: 0.5px;
}
.info-sub-title{
    font-size: 18px;
    font-weight: 300;
    margin-top: 17px;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.info-details{
    list-style: none;
    margin: 60px 0px;
}
.info-details li{
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
}
.info-details li i{
    background: #e98a1d;
    padding: 12px;
    border-radius: 50px;
    margin-right: 5px;
}
.info-details li a{
    color: #fff;
    text-decoration: none;
}
.info-details li a:hover{
    color: #e98a1d;
}
.social-icons{
    list-style: none;
    text-align: center;
    margin: 20px 0px;
}
.social-icons li{
    display: inline-block;
}
.social-icons li i{
    background: #e98a1d;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    border-radius: 22%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all .5s;
}
.social-icons li i:hover{
    background: #fff;
    color: #000;
}
.form-wrap{
    width: 65%;
    float: right;
    padding: 40px 25px 35px 25px;
    border-radius: 0px 30px 30px 0px;
    background: #ecf0f3;
}
.form-title{
    text-align: left;
    margin-left: 23px;
    font-size: 28px;
    letter-spacing: 0.5px;
}
.form-fields{
    display: table;
    width: 100%;
    padding: 15px 5px 5px 5px;
}
.form-fields input,
.form-fields textarea{
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    color: #555;
    padding: 20px 10px 20px 5px;
    width: 100%;
}
.form-fields textarea{
    height: 130px;
    resize: none;
}
.form-group{
    width: 46%;
    float: left;
    padding: 0px 30px;
    margin: 14px 12px;
    border-radius: 25px;
    box-shadow: inset 8px 8px 8px #cbc3d1, inset -8px -8px 8px #ffffff;
}
.form-fields .form-group:last-child{
    width: 96%;
}
.submit-button{
    width: 96%;
    height: 60px;
    margin: 0px 12px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #e09d59;
    box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #ffffff;
    transition: .5s;
}

.submit-button:hover{
    background: #3aa4ea;
}


/********************************
#Phones CSS
*******************************/

@media only screen and (max-width: 767px){
    .carousel-container h2{
        font-size: 35px;
    }
    
    .carousel-container p{
        font-size: 13px;
    }
    
    .buttons .button1{
        font-size: 13px;
        padding: 9px 30px;
    }
    
    nav{
        color: #cbc3d1!important;
    }
    .box-wapper{
        width: 100%;
    }
    .info-wrap,
    .form-wrap{
        width: 100%;
        height: inherit;
        float: none;
    }
    .info-wrap{
        border-radius: 30px 30px 0px 0px;
    }
    .form-wrap{
        border-radius: 0px 0px 30px 30px;
    }
    .form-group{
        width: 100%;
        float: none;
        margin: 25px 0px;
    }
    .form-fields .form-group:last-child,
    .submit-button{
        width: 100%;
    }
    .submit-button{
        margin: 10px 0px;
    }

}
