@import url('bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('../css/icons/all.css');
@import url('../css/icons/solid.css');
@import url('../css/icons/regular.css');

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

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

/*** Header ***/

header {
    background-color: fff;
    position: relative;
    box-shadow: 3px 2px 12px  #ede9e0;
}

.header-logo {
    width: 170px;
padding: 25px 0;
}

.header-box {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-header {
    background-color: #e52028;
    color: #fff;
    padding: 15px 35px;
    display: block;
    font-size: 18px;
    border-radius: 0;
    font-weight: bold;
    outline: none;
    border-radius: 50px;
}

.btn-header:hover {
    background-color: #333;
    color: #fff;;
}

.btn-header:focus{
    box-shadow: none;
}

.btn-danger {
    background-color:#e52028;
    border: 0;
    color: #fff;
    padding: 15px 35px;
    display: block;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    outline: none;
    border-radius: 50px;
}
.btn-danger:hover {
    background-color: #333;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    font-weight: 800;
}


/*** Main ***/

.hero-main {
    padding: 100px 0;
}

.big-title-h1 {
    font-size: 50px;
    line-height: 75px;
    color:red ;
    font-weight: 700;
}

.hero-main {
    background-color: #fcfcfc;
}

.hero-main-p {
    color: #6b2e36;
    font-size: 18px;
    line-height: 28px;
}

.hero-main-h {
    color: #6b2e36;
    font-size: 32px;
text-align: left;
line-height: 45px;
font-weight: 600;
}

p {
    font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 15px 35px;
    font-size: 18px;
}
/*** Footer ***/

footer {
    background-color:#407338;
    position: relative;
    padding: 10px 0;
}

.footer-p {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0;
    line-height: 28px;
    font-weight: normal;
    color: #fff;
}

.fab {
    font-size: 20px;
}

.pdl-20 {
    padding-left: 20px;
}

.sci {
    position: fixed;
    right: 0;
    top: 50%;
}

.sci-twojawww {
    font-size: 60px;
}

/*** Mobile Styles ***/

@media (max-width: 992px) {
    .big-title-h1 {
        font-size: 40px;
        line-height: 65px;
        color: red;
        font-weight: 700;
    }
    .footer-p {
        font-size: 16px;
        margin-bottom: 0;
        padding: 10px 0;
        line-height: 28px;
        font-weight: normal;
        text-align: center;
    }
    .header-logo {
        width: 50%;
    }
    header {
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }
    .pt-165 {
        padding-top: 165px;
    }
    .btn-header {
        margin-right: 20px;
        padding: 15px 25px;
        display: block;
        font-size: 15px;
    }
    .header-logo {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {

    .hero-main-p {
        color: #ffffff;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }
    
    .hero-main-h {
        color: red 
        font-size: 32px;
        text-align: left;
        line-height: 45px;
        font-weight: 600;
        text-align: center;
    }
    .btn-primary { 
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 620px) {
    .big-title-h1 {
        font-size: 35px;
        line-height: 48px;
        color: red
        font-weight: 700;
    }
}