@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: "K2D", sans-serif;
	color: #0D2046;
}
.container{
	max-width: 1380px;
}
p.banner-above-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 66px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
}
h1.hero-title {
    font-size: 72px;
    font-family: "K2D", sans-serif;
    line-height: 74px;
    font-weight: 700;
}
.hero-banner figure {
    max-width: 520px;
    margin-left: auto;
    position: relative;
}
.hero-banner figure img {
    width: 100%;
    height: max-content;
}
section.hero-banner {
    background: url(../images/banner.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 24px;
    @media (min-width: 768px) {
          padding-bottom: 130px;
    }
}
.banner-text-wrap {
    padding-top: 24px;
    
    @media (min-width: 768px) {
        padding-top: 114px;
    }

}
.banner-text {
    font-size: 28px;
    color: #fff;
    line-height: 36px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    max-width: 758px;
}
.hero-banner img.star-img {
    max-width: 165px;
    position: absolute;
    bottom: -90px;
    left: 63px;
}
h3{
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	font-family: "K2D", sans-serif;
}
ul.about-list li {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 34px;
}
ul.about-list li:hover {
    color: #B134FF;
}
section.content-sec {
    padding: 24px 0;
    @media (min-width: 768px) {
        padding: 116px 0;
    }
}
p.body-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
}
.about-text {
    padding-top: 0;
    @media (min-width: 768px) {
        padding-top: 80px;
    }
}
h2.theme-heading {
    font-size: 56px;
    font-weight: 700;
    line-height: 74px;
}
.help-sec {
    background: url(../images/help-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 90px;
}
.help-box {
    background: url(../images/light-star.svg) #fff;
    min-height: 315px;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 40px; max-width: 420px;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    background-position: bottom 20px right 20px;
}
.help-box:hover{
	border-color: #0099FF;
}
.help-box img {
    margin-bottom: 28px;
}
.help-box p {
    font-size: 22px;
    font-family: "K2D", sans-serif;
    font-weight: 400;
    line-height: 28px;
}
h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 74px;
}
section.about-sec h2 {
    padding-bottom: 65px;
    display: block;
}
footer {
    background: url(../images/footer-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 25px 0;
}
.footer-socialmedia {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    column-gap: 35px;
}
p.fotr-copytext {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
}
section.about-sec {
    padding-bottom: 100px;
}
.footer-socialmedia li a {
    color: #fff !important;
}
.footer-socialmedia li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
}
@media (max-width: 991px){
	h1.hero-title {
	    font-size: 51px;
	    font-family: "K2D", sans-serif;
	    line-height: 59px;
	    font-weight: 700;
	}
}
@media (max-width: 767px){
	p.banner-above-title {
	    font-size: 40px;
	    line-height: 47px;
	}
	h1.hero-title {
	    font-size: 37px;
	    line-height: 50px;
	}
	.hero-banner .row {
	    flex-direction: column-reverse;
	}
	ul.about-list li {
	    font-size: 20px;
	    line-height: 32px;
	    font-weight: 700;
	    padding-bottom: 20px;
	}
	ul.about-list {
	    padding-top: 42px !important;
	    padding-left: 15px !important;
	}
	p.body-text {
	    font-size: 20px;
	    font-weight: 400;
	    line-height: 36px;
	}
	h2.theme-heading {
	    font-size: 43px;
	    font-weight: 700;
	    line-height: 74px;
	}
	h2 {
	    font-size: 56px;
	    font-weight: 700;
	    line-height: 74px;
	}
	section.about-sec h2 {
	    padding-bottom: 30px;
	    display: block;
	    padding-top: 30px;
	}
	p.fotr-copytext {
	    color: #fff;
	    font-size: 18px;
	    line-height: 36px;
	    font-weight: 400;
	    text-align: center;
	}
	.footer-socialmedia {
	    display: flex;
	    list-style: none;
	    justify-content: flex-end;
	    align-items: center;
	    column-gap: 20px;
	    flex-wrap: wrap;
	    justify-content: center;
	    margin-top: 7px !important;
	}
	section.about-sec {
	    padding-bottom: 60px;
	}

}














