@font-face {
    font-family: Causten-regular;
    src: url('/fonts/causten-regular.otf');
}

@font-face {
    font-family: Causten-semibold;
    src: url('/fonts/causten-semibold.otf');
}

@font-face {
    font-family: Causten-bold;
    src: url('/fonts/causten-bold.otf');
}

body {
    margin: 0;
	padding: 0;
    font-weight: 300;
    color: #060606;
    font-family: Causten-regular;
    background-color: #F5E7FC;
}

/* body.animation { 
    opacity: 0; 
    transition: opacity ease-in-out 1.4s;
    transition-timing-function: ease-in;
} 

html {
    scroll-behavior: smooth;
} */

.section1 {
    background: linear-gradient(to bottom, #F5E7FC, #DAD0E5, #B4AFC5);
    /* transition: linear .5s; */
    /* background-size: 100%; */
    /* background-attachment: fixed; */
}

.section2 {
    background:linear-gradient(to bottom, #B4AFC5, #313F56);
    padding-top: 10%;
    /* transition: linear .10s; */
    /* background-size: 100%; */
    /* background-attachment: fixed; */
}

.section3 {
    background: linear-gradient(to bottom, rgb(35 51 74 / 93%), #071B33);
    padding-top: 10%;
    /* transition: linear .15s; */
    /* background-size: 100%; */
    /* background-attachment: fixed; */
}

img {
	width: 100%;
	height: auto;
}

h1,h2, h3,h4,h5,h6 {
	margin-top: 0;
}

.h1, h1 {
    font-size: 60px;
    font-family: Causten-semibold;
}

.h2, h2 {
    font-size: 120px;
    font-family: Causten-bold;
    color: #EF0363;
    line-height: 100px;
}

.h3, h3 {
    font-size: 40px;
    font-family: Causten-bold;
}

.h4, h4 {
    font-size: 60px;
    font-family: Causten-bold;
}

p,
li,
a {
	font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #FFF;
}

strong {
    font-weight: 700;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.h-100 {
    height: 100vh!important;
}

.h-50 {
    height: 50vh!important;
}

/* .border-bottom {
    border-bottom: 1px solid #000!important;
} */

.logo img {
    width: 60%;
}

.wht-bg {
    background-color: #fff;
}

.bg-dark {
    background-color: rgba(0,0,0,0.3)!important;
}

.red-txt, .red-txt:hover {
    color: #FA5B55;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 20px!important;
    background-color: #6EBF5E;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #6EBF5E!important;
    border-color: transparent;
    border: none;
    box-shadow: none!important;
}

/* .people-img {
    width: 70%;
} */

.quote-section {
    padding:20% 0;
}

/* .footer {
    padding: 20% 0;
} */

.footer p {
    letter-spacing: 1px;
}