@import url('https://fonts.googleapis.com/css2?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Rock+Salt&family=Shadows+Into+Light&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

p{
    font-weight: 300;
    color: #111;
}

/*body{
    min-height: 1000px;
} */

.topbar{
    background: #111;
    color: #d3d3d3;
    padding: 0.30rem 0;
    position: relative;
    display: flex;
}

.topbar a{
    color: #d3d3d3;
}

.topbar .icons a{
    margin: 0.6rem;
}

.topbar .auth .divider{
    padding: 0 0.4rem;
}

.topbar .auth i{
    margin-right: 0.35rem;
}

.topbar .auth a{
    color: #d3d3d3;
    text-decoration: none;
    padding: 0 1rem;
    letter-spacing: 0.3px;
    cursor: auto;
}

.topbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.topbar .auth{
    display: flex;
}

hr.top-hr{
    border:none;
    border-top:1px dashed #111;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:100%;
}

.banner{
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(img/Background2.jpeg);
    background-size: cover;
}

.banner .content{
    max-width: 900px;
    text-align: center;
}

.banner .content h2{
    font-family: 'Marck Script', cursive;
    letter-spacing: 0.2rem;
    font-size: 3em;
    color: #fff;
}

.banner .content h3{
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #fff;
    margin-top: 20px;
}

.btn{
    font-size: 1em;
    color: #32cd32;
    background: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 60px;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
}

.btn:hover{
    letter-spacing: 5px;
}

header{
    position: fixed;
    left: 0;
    top: 1;
    width: 100%;
    padding: 20px 70px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

header.sticky{
    background: #fff;
    padding: 2px 70px;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

header .logo{
    color: #32cd32;
    font-family: 'Quantico', sans-serif;
    font-weight: bolder;
    font-size: 1.95em;
    letter-spacing: 0.06rem;
    text-decoration: none;
}

header .logo img{
    height: 40px;
    width: 36px;
    margin-right: 6px;
}

header .logo span{
    color: #ff4500;
    font-size: 3rem;
}

header.sticky .logo{
    color: #111;
}

header.sticky .logo span{
    color: #08fb98;
}

header .navigation{
    position: relative;
    display: flex;
}

header .navigation li{
    list-style: none;
    margin-left: 30px;
}

header .navigation li a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

header.sticky .navigation li a{
    color: #111;
}

header .navigation li a:hover{
    color: #32cd32;
}

header.sticky .navigation li a:hover{
    color: #32cd32;
}

.space-btw{
    margin: 50px;
}

.space-btw2{
    margin: 200px;
}

.text-block1 {
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-align: left;
    align-items: center;
    width: 90%;
    padding-right: 1rem; 
    margin: 20px 5%;
    border: 2px solid #d3d3d3;
    display: inline-block;
    background: #f0f8ff;
}

.text-block1 .comBr a{
    text-decoration: none;
    color: #111;
    margin-right: 5rem;
    margin-left: 3rem;
    padding: 1rem 0;
    font-weight: bold;
}

.text-block1 .comBr a i{
    margin: 0 0.6rem;
}

h5.color{
    color: #32cd32;
    text-align: left;
    letter-spacing: 0.09rem;
    font-size: 1.5rem;
    padding: 8px;
    margin: 0.7rem 2rem;
}

h5.black{
    color: #111;
}

.text-block1 p{
    margin: 1rem 0;
}

button {
    padding: 10px 30px;
    margin: 0 1rem;
    border: none;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 16px;
    color:#32cd32;
    border: 1px solid #32cd32;
    text-transform: uppercase;
    background-color: #fff;
    width: 160px;
}

button.clr-bg{
    color: #fff;
    background: #32cd32;
}

.img {
    float: left;
    align-items: center;
    height: 270px;
    width: 320px;
    margin-right: 1.5rem;
}

.footer-tp{
    background: #32cd32;
    color: #fff;
    padding: 10px 20px;
    margin-top: 30px;
}

.footer-tp table{
    text-align: center;
    width: 90%;
    margin: 0 5%;
}

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    background: #111;
    color: #fff;
    padding-top: 10px;
}

.footer-top{
    background: #32cd32;
    color: #fff;
    margin-right: 0.5rem;
    display: flex;
}

.main-content{
    display: flex;
}

.main-content .box{
    flex-basis: 50%;
    padding: 10px 20px;
}

.box h2{
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #32cd32;
}

.box .content{
    margin: 16px 0 0 0;
}

.left .content .social-links{
    margin: 20px 0 0 0;
}

.left .content .social-links a{
    padding: 0 2px;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.6px;
}

.left .content .social-links i{
    margin-right: 0.35rem;
    color: #32cd32;
    font-size: 1rem;
}

.center .content .facebook, .instagram, .youtube{
    margin: 20px 0 0 0;
}

.center .content .facebook .text, .instagram .text, .youtube .text{
    padding: 0 2px;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.6px;
}

.center .content .facebook .fab, .instagram .fab, .youtube .fab{
    margin-right: 0.35rem;
    color: #32cd32;
    font-size: 1rem;
}

.right .content p{
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.6px;
}

.right .content .email input{
    width: 70%;
    padding: 7px 20px;
    margin: 3px 0;
}

.right .content .btn1{
    font-size: 1rem;
    background: #32cd32;
    display: inline-block;
    width: 70%;
    padding: 7px 25px;
    margin-top: 7px;
    letter-spacing: 1.5px;
    transition: 0.5s;
    text-align: center;
}

.right .content .btn1 a{
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}  

.right .content .btn1:hover{
    letter-spacing: 2px;
}

.footer-bottom{
    padding: 10px 30px;
    text-align: center;
    background: #fff;
    color: #111;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.footer-bottom .bg-grn{
    color: #32cd32;
}