 @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');


 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: 120px;
     position: relative;
 }

 .coming-soon h3 {
     font-size: 60px;
     color: #fff;
     text-transform: uppercase;
     margin-bottom: 0;
 }

 .coming-soon h1 {
     font-size: 110px;
     text-transform: uppercase;
     color: #fff;
     line-height: 100px;
     padding-bottom: 14px;
 }

 .coming-soon p {
     color: #fff;
     width: 70%;
     margin: auto;
 }

 .coming-soon-time {
     text-align: center;
     padding-top: 100px;
 }

 .coming-soon:before {
     content: "";
     width: 44%;
     height: 100%;
     background-color: #fff;
     position: absolute;
     right: 0;
     top: 0;
 }

 .coming-soon form {
     position: relative;
     width: 90%;
     margin-left: auto;
 }

 .coming-soon form p {
     color: #000;
     margin: 0;
 }

 .coming-soon form h2 {
     font-size: 50px;
     font-weight: bold;
     padding-bottom: 10px;
 }

 .coming-soon form input,
 .coming-soon form textarea {
     width: 100%;
     border-radius: 50px;
     height: 60px;
     padding-left: 30px;
     border: 1px solid #b8b8b8;
     margin-bottom: 20px;
     outline: none;
     background-color: #f2f2f2;
 }

 .coming-soon form textarea {
     background-color: transparent;
     height: 160px;
     border-radius: 30px;
     padding-top: 20px;
     margin-bottom: 20px;
 }

 /* 10. social-media */
 ul.social-media a {
     border: 1px solid #d1d1d1;
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     margin-left: 5px;
     color: #000000;
     text-decoration: none;
     transition: .4s all;
 }

 ul.social-media a:hover {
     background-color: #2c3eaf;
     color: #ffffff;
     border-color: #2c3eaf;
 }

 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;
     padding: 0 52px;
     position: relative;
     font-weight: 700;
     text-align: center;
     white-space: pre;
     z-index: 1;
     letter-spacing: 1px;
     border: 0;
     background-color: #2c3eaf !important;
     height: 60px;
     display: inline-flex;
     align-items: center;
     gap: 15px;
     width: 100%;
     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: 90%;
     margin-left: auto;
     margin-top: 50px;
 }

 .follow-us h6 {
     margin-right: 20px;
 }

 li {
     display: block;
 }


 /* countdown */
 #countdown {
     margin-bottom: 0;
     margin-top: 76px;
 }

 #countdown ul li {
     text-align: center;
     width: 74px;
     height: 74px;
     padding: 20px;
     background-color: var(--common-colour);
     border-radius: 150px;
     text-transform: uppercase;
     margin-bottom: 4px;
     background-color: #fff;
 }

 #countdown ul {
     display: flex;
     align-items: center;
     justify-content: start;
     text-align: center;
     margin-bottom: 0;
 }

 #countdown ul li {
     position: relative;
     text-align: center;
     color: #fff;
     margin-right: 10px;
     line-height: 18px;
     display: block;
     padding-top: 150px;
     font-size: 14px;
     background-color: #ffffff17;
     width: 24%;
     height: 100%;
     border-radius: 111px;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
     padding-bottom: 105px;
     display: flex;
     align-items: end;
     margin-bottom: 0;
 }

 #countdown ul li span {
     display: flex;
     font-size: 88px;
     font-weight: bold;
     line-height: 44px;
     margin-top: 8px;
     color: #fff;
     padding: 0;
     padding-bottom: 9px;
 }

 #countdown ul li sub {
     font-size: 45px;
     bottom: 18px;
     left: 10px;
 }

 /* 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;
 }