@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	
}
h1, h2, h5, a {
	font-family: 'Alata', sans-serif;
}
.banner-section {
	background-image: url("../img/bg-banner.jpeg");
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
}
.banner-section .row {
	align-items: center;
    height: 530px;
    justify-content: center;
	
}
.logo {
	
	position: relative;
	z-index: 2;
}
.logo a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	transition: 0.5s ease;
	font-weight: bold;
}
.logo:hover {
	color: #fdcd19;
}
.ban-text {
	color: #fff;
	position: relative;
	z-index: 5;
	text-align: center;
	margin: auto;
}
/*.ban-text h6 {
	background-image: linear-gradient(to right, #fdcd19, #0000);
	padding: 6px 47px 5px 8px;
	max-width: max-content;
	font-size: 13px;
}*/
.ban-text h1 {
	    margin-bottom: 15px;
    color: #ffffff;
    font-size: 75px;
    line-height: 86px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
.ban-text p {
    max-width: 82%;
    line-height: 26px;
    /* margin-bottom: 160px; */
    margin: auto;
    margin-bottom: 33px;
    margin-top: 26px;
    font-size: 20px;

}
p.block.fw400 {
    color: #fff;
    position: relative;
    text-align: center;
}
p.block.fw400 span.notoSerif.italic.fw600 {
    font-weight: bold;
    font-style: italic;
}
/*.ban-text a {
	color: #fff;
font-weight: 400;
letter-spacing: 2px;
transition: 0.5s ease;
}*/
/*.ban-text a:hover {
	color: #fff;
}*/
.over-lay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: #000000ad;
	/*opacity: 0.6;*/

}
.form-btn {
	letter-spacing: 0.5px;
    background-image: linear-gradient(to right, #fdcd19, #fdcd19a6);
    padding: 10px 30px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.9s ease;
    border-radius: 30px;
    text-transform: uppercase;
}
.form-btn:hover {
	color: #000;
	background: #fff;
}
.form-btn .fa {
	position: relative;
	animation: example 0.9s linear infinite alternate;
	left: 5px;
}
@keyframes example {
  0%   {left:5px; top:0px;}
  25%  {left:8px; top:0px;}
  50%  {left:5px; top:0px;}
  75%  {left:8px; top:0px;}
  100% {left:5px; top:0px;}
}

section.banner-section.pt-3.thanksyou h1 {
    font-size: 45px;
    font-weight: 100;
    line-height: 1;
    padding: 15px 0;
}
img.thankstick {
    width: 12%;
    padding-bottom: 14px;
}
a.goto-back {
    background: #FFC107;
    color: #131212;
    text-decoration: none;
    padding: 13px 28px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 43px;
}
section.banner-section.pt-3.thanksyou .ban-text {
    transform: translate(0, -50%);
    top: 50%;
    position: relative;
}
section.banner-section.pt-3.thanksyou .over-lay {
    background: #000000e8;
    display:none;
}
section.banner-section.pt-3.thanksyou 
{
        background-image: url(../img/form-bg-img.png);
    
}