/*
Theme Name: EA Web
Theme URI: 
Author: 
Author URI: 
Description: EA Web - EA Web, .... Template
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --fontFamily_Montserrat:"Montserrat", sans-serif;
    --body_font-size: 16px;
    --line-height30: 30px;
    --main_color: #26275a;
    --yello_color: #f1cb17;
    --paragraph_color: #26275a;
    --white_color: #ffffff;
    --black_color: #000000;
}

.bluelight_bg {
    background: var(--bluelight_color);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--fontFamily_Montserrat);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph_color);
    font-family: var(--fontFamily_Montserrat);
    line-height: var(--line-height30);
    font-size: var(--body_font-size);
    background-color: var(--white_color);
    min-height: 100vh;
    padding-right: 0 !important;
}

/* ::selection {
    background: transparent;
    color: var(--button_color);
} */

h1 {
    font-size: 86px;
    line-height: 1.2333333333;
}

h2 {
    font-size: 42px;
    line-height: 1.3380952381;
}

h3 {
    font-size: 32px;
    line-height: 1.3833333333;
}

h4 {
    font-size: 28px;
    line-height: 1.3380952381;
}

h5 {
    font-size: 24px;
    line-height: 1.3380952381;
}

h6 {
    font-size: 18px;
    line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black_color);
    font-family: var(--body_font);
    line-height: normal;
    font-weight: normal;
}

.text-gradiant {
    background: var(--main-background-color-gradiant);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    --text-fill-color: transparent;
}

p {
    color: var(--paragraph_color);
    font-family: var(--links_font);
    margin-bottom: 10px;
}
@media(max-width:1199px){
    p{
        font-size: 14px;
    }
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    letter-spacing: 0.25px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    color: var(--main_color);
}

pre {
    word-break: break-word;
}

img {
    max-width: 100%;
    height: auto;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

ol li {
    list-style: none;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

button:hover,
button:active,
button:focus {
    outline: 0;
}

button:focus:not(:focus-visible) {
    box-shadow: none;
}

.btn:focus {
    box-shadow: none;
}


/* Header */
header.header{
    position: relative;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
    color: var(--main_color);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right:10px ;
    transition: all .6s ease;
    font-weight: 500;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link:hover{
    font-weight: 600;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    height: 2px;
    width: 0px;
    transition: all .6s ease;
    background: var(--yello_color);
}
.navbar.navbar-expand-lg .navbar-nav .nav-link:hover::after{
    opacity: 1;
    width: 80%;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link.active::after{
    opacity: 1;
    width: 80%; 
}
@media(max-width:991px){
    .navbar.navbar-expand-lg .navbar-nav .nav-link::after{
        display: none;
    }
}
.imageflow{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    min-height: 300px;
    max-height: 300px;
}

.imageflow img{
    transition: transform .6s;
    object-fit: cover;
    height: 300px;
    width: 100%;
}
.imageflow img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
/* top_title */
.top_title h1,
.top_title h2,
.top_title h3{
    font-size: 40px;
    font-weight: bold;
    color: var(--main_color);
}
@media(max-width:991px){
    .top_title h1,
    .top_title h2,
    .top_title h3{
        font-size: 26px;
    }
}
/* page_content */
.page_content h4.title{
    font-weight: bolder;
    margin-bottom: 15px;
    font-size: 34px;
    color: #252659;
    line-height: 40px;
}
@media(max-width:991px){
    .page_content h4.title{
        font-size: 22px;
    }
}
@media(max-width:768px){
    .page_content h4.title{
        font-size: 18px;
    }
}
/* container-login100 */
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(../images/skyscrapers-from-low-angle-view.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.container-login100::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    min-height: 100vh;
    width: 100%;
}
.wrap-login100 {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    z-index: 1;
    align-items: stretch;
    /* flex-direction: row-reverse; */
}
.wrap-login100 h1{
    color: var(--white_color);
    font-weight: bold;
    font-size: 52px;
}
.wrap-login100 p{
    text-wrap: balance;
}

@media(min-width:1300px){
    .wrap-login100 .container{
        max-width: 50%;
        margin: 0 auto 0 5%;   
    }
}
@media(min-width:768px){
    .navbar{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media(max-width:991px){
    .wrap-login100 h1{
        font-size: 38px;
    }
}
@media(max-width:768px){
    .wrap-login100 h1{
        font-size: 28px;
    }
    .wrap-login100{
        padding: 0;
    }
}
.wrap-login100 .btn-btnflo{
    height: 52px;
    padding-left: 7%;
    padding-right: 7%;
    background-color:var(--yello_color);
    font-weight: bold;
    color: var(--white_color);
    border-width: 2px;
}
.wrap-login100 .btn-btnflo:focus,
.wrap-login100 .btn-btnflo:hover{
    background:transparent;
    border-color: var(--yello_color);
}
.wrap-login100 .btn-outline-btnflo{
    height: 52px;
    padding-left: 7%;
    padding-right: 7%;
    border:solid 2px var(--yello_color);
    font-weight: bold;
    color: var(--white_color);
}
.wrap-login100 .btn-outline-btnflo:hover,
.wrap-login100 .btn-outline-btnflo:focus{
    background-color: var(--yello_color);
}

@media(max-width:575px){
    .wrap-login100 .btn-outline-btnflo{
        width: 100%;
    }
    .wrap-login100 .btn-btnflo{
        margin-bottom: 10px;
        width: 100%;
    }
}
/* contactForm */
.contactForm .form-control{
    border-width: 2px;
    color: #b1d7de;
    border-color:#b1d7de;
    font-size: 14px;
    height: 44px;
}
.contactForm .input-group-text{
    background-color: transparent;
    border-width: 2px;
    border-color:#b1d7de;
    border-right: 0;
}
.contactForm .form-control:focus{
    box-shadow: none;
    outline: none;
    border-color:#b1d7de;
}
.contactForm .btn-submit{
    height: 52px;
    max-width: 215px;
    min-width: 215px;
    background-color:var(--yello_color);
    font-weight: bold;
    color: var(--white_color);
}
@media(max-width:991px){
    .contactForm .btn-submit{
        max-width: 100%;
        min-width: 100%;
    }
}
.footer h4{
    font-weight: bold;
    font-size: 14px;
    color: #4f5c67;
}
.footer .fnav-link{
    font-size: 12px;
    color: #4f5c67;
}




