 @import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

 :root {
     --primary-color: #ff253f;
 }

 body {
     font-family: "Bricolage Grotesque";
     overflow-x: hidden;
 }

 .bg-img {
     position: relative;
     z-index: -11;
 }

 h1,
 h3 {
     font-family: "Big Shoulders Display";
 }

 img.bg {
     position: absolute;
 }

 .coming-soon {
     padding-top: 139px;
     position: relative;
     padding-bottom: 70px;
     overflow: hidden;
 }

 .coming-soon:before {
     background-image: linear-gradient(118deg, #fca65e, #ff7c81, #2e2f86);
     content: "";
     position: absolute;
     width: 1070px;
     height: 872px;
     top: 0;
     left: 0;
     border-radius: 650px;
     border-bottom-left-radius: 0;
 }

 .coming-soon h3 {
     font-size: 34px;
     color: #ffffff;
     text-transform: uppercase;
     margin-bottom: 0;
     font-weight: 600;
     padding-bottom: 10px;
     letter-spacing: 2px;
 }

 .col-lg-7 {
     position: relative;
     z-index: 11;
 }

 .coming-soon h1 {
     font-size: 76px;
     text-transform: uppercase;
     font-weight: bold;
     width: max-content;
     margin-bottom: 16px;
     background-image: -webkit-linear-gradient(14deg, rgb(253, 154, 105) 0%, rgb(124, 76, 132) 80%);
     background-clip: text;
     -webkit-text-fill-color: transparent;
     position: relative;
     border-radius: 80px;
     padding: 1px 15px;
 }

 .coming-soon h1::before {
     content: "";
     position: absolute;
     width: 100%;
     background-color: rgb(255, 255, 255);
     height: 100%;
     right: 0px;
     z-index: -4;
     border-radius: 51px;
 }

 .coming-soon p {
     width: 70%;
     color: #fff;
 }

 .coming-soon-time {
     text-align: start;
 }

 /* 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: #ffffff;
     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: #fff !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: #1c1e21;
     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; */
 }

 .follow-us h6 {
     margin-right: 20px;
     color: #fff;
 }

 li {
     display: block;
 }

 #countdown {
     margin-bottom: 80px;
     width: 90%;
 }

 #countdown ul li {
     text-transform: uppercase;
 }

 #countdown ul {
     display: flex;
     align-items: center;
     justify-content: start;
     text-align: center;
     padding: 0;
     margin-top: 50px;
     font-family: 'Big Shoulders Display';
     margin-left: -55px;
 }

 #countdown ul li {
     width: 25%;
     color: #fff;
     font-size: 22px;
     font-weight: bold;
     letter-spacing: 3px;
 }

 #countdown ul li span {
     display: flex;
     justify-content: center;
     font-size: 80px;
     font-weight: bold;
     line-height: 80px;
     margin-top: 0;
     color: #fff;
     padding: 0;
     padding-bottom: 0;
     height: auto;
     width: 100%;
     padding-top: 0;
     letter-spacing: normal;
 }

 .connect-with {
     width: 90%;
 }

 .connect-with h4 {
     color: #000000;
     margin-bottom: 0;
     background-color: #ffffff;
     width: max-content;
     font-size: 16px;
     padding: 6px 25px;
     margin-left: 30px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }

 .subscribe input {
     width: 100%;
     height: 63px;
     border-radius: 51px;
     padding-left: 30px;
     outline: none;
     padding-right: 164px;
     border: 0;
     background-color: #ffffff33;
     border: 1px solid #fff;
     color: #FFF;
 }

 .subscribe input::placeholder {
     color: #fff;
 }

 .subscribe {
     position: relative;
     display: flex;
 }

 .subscribe button {
     position: absolute;
     right: 6.5px;
     top: 5.6px;
     padding: 18px 50px;
 }

 #countdown ul li:not(:last-child) {
     border-right: 1px solid;
 }

 /* 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;
 }