 @import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&amp;display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;display=swap');

 :root {
     --primary-color: #f6ff00;
 }

 body {
     font-family: "Bricolage Grotesque";
     overflow-x: hidden;
 }

 .bg-img {
     position: relative;
     z-index: -11;
 }

 img.bg {
     top: 0;
     position: fixed;
     width: 100%;
     height: 100vh;
     object-fit: cover;
 }

 h1,
 h3 {
     font-family: "Big Shoulders Display";
 }

 input {
     color: #fff;
 }

 .coming-soon {
     padding-top: 180px;
     position: relative;
     padding-bottom: 90px;
     overflow: hidden;
     background-image: linear-gradient(118deg, #d43c7a, #4334e0);
     margin: 100px 28%;
     padding: 0 53px;
     padding-top: 100px;
     padding-bottom: 80px;
 }

 .coming-soon h3 {
     font-size: 34px;
     color: #ffffff;
     text-transform: uppercase;
     margin-bottom: 0;
     font-weight: 600;
     letter-spacing: 2px;
 }

 .col-lg-7 {
     position: relative;
     z-index: 11;
 }

 .coming-soon h1 {
     font-size: 76px;
     text-transform: uppercase;
     color: var(--primary-color);
     font-weight: bold;
     border-radius: 80px;
     /* width: max-content; */
 }

 .coming-soon p {
     width: 80%;
     color: #fff;
     padding-bottom: 30px;
     padding-top: 10px;
     line-height: 28px;
     margin: auto;
     margin-bottom: 20px;
 }

 .coming-soon-time {
     text-align: center;
 }

 /* 10. social-media */
 ul.social-media a {
     border: 1px solid #ffffff;
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     margin-left: 5px;
     color: #ffffff;
     text-decoration: none;
     transition: .4s all;
 }

 ul.social-media a:hover {
     background-color: var(--primary-color);
     color: #000000;
     border-color: var(--primary-color);
 }

 ul.social-media {
     display: flex;
     justify-content: center;
     margin: 0;
     padding: 0;
 }

 /* btn */
 .btn {
     text-transform: capitalize;
     border-radius: 50px;
     color: #000000 !important;
     line-height: 16px;
     overflow: hidden;
     position: relative;
     font-weight: 700;
     text-align: center;
     white-space: pre;
     z-index: 1;
     letter-spacing: 1px;
     border: 0;
     background-color: var(--primary-color) !important;
     display: inline-flex;
     align-items: center;
     gap: 15px;
     justify-content: center;
 }

 .btn:after {
     background-color: #00000024;
     border-radius: 50%;
     content: '';
     height: 167px;
     min-width: 167px;
     position: absolute;
     top: 100%;
     transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
     width: 100%;
     z-index: -1;
     left: 0;
 }

 .btn:hover:after {
     transform: scale(2.47) translateY(0);
     top: 100%;
 }

 .follow-us {
     z-index: 1111;
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;
     margin-left: auto;
     margin-top: 50px;
     justify-content: center;
     /* margin-bottom: 50px; */
 }

 .follow-us h6 {
     margin-right: 20px;
     color: #fff;
 }

 li {
     display: block;
 }

 .connect-with {
     width: 100%;
 }

 .connect-with h4 i {
     padding-right: 13px;
 }

 .connect-with h4 {
     color: #fff;
     font-size: 23px;
     font-weight: bold;
     text-align: center;
     margin-bottom: 20px;
 }

 .subscribe input {
     width: 100%;
     height: 65px;
     border-radius: 50px;
     outline: none;
     border: 0;
     background-color: #ffffff26;
     border: 1px solid #ffffff;
     padding-left: 30px;
 }

 .subscribe input::placeholder {
     color: #fff;
 }

 .subscribe {
     position: relative;
     display: flex;
 }

 .subscribe button {
     position: absolute;
     right: 6px;
     top: 6px;
     padding: 18px 50px;
 }

 /* swal */
 .swal-icon:before {
     z-index: -1;
     background-color: #fff;
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     left: 0;
     font-family: 'Bricolage Grotesque' !important;
 }

 .swal-icon.swal-icon--error:before {
     background-color: #f27474;
 }

 .swal-title {
     font-family: 'Bricolage Grotesque' !important;
     font-size: 44px;
 }

 .swal-modal {
     text-align: center;
     border-radius: 20px;
 }

 .swal-text {
     float: none;
     text-align: center;
     font-size: 18px;
 }

 .swal-button-container {
     width: 100%;
     margin: 0;
 }

 .swal-footer {
     padding: 22px 30px;
 }

.swal-button {
    background-color: #000;
    width: 100%;
    border-radius: 50px;
}
.swal-button:hover {
    background-color: #a4db85 !important;
} 

 .swal-modal:before {
     content: "";
     width: 100%;
     height: 100%;
     background-image: url(../images/thankyou-bg.png);
     top: 0;
     left: 0;
     position: absolute;
     object-fit: cover;
     background-size: 500px;
     border-radius: 20px;
 }

 .swal-icon--error {
     border-color: #f2747400;
     -webkit-animation: animateErrorIcon .5s;
     animation: animateErrorIcon .5s;
 }

 .swal-icon--error__line {
     background-color: #fff;
 }