@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

span,
h2 {
    font-family: "Bungee", sans-serif;
}

body {
    background-color: #eff0f2;
    font-family: "Bricolage Grotesque";
}

.popup.fadedown {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8% 20%;
    position: relative;
}

.form-style {
    text-align: center;
    padding: 80px 70px;
    padding-left: 519px;
}

.form-style span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Bricolage Grotesque';
}

.form-style h2 {
    font-size: 50px;
    margin-bottom: 0;
    padding-bottom: 14px;
    padding-top: 10px;
    color: #ffd810;
}

.subscribe input {
    width: 100%;
    outline: none;
    height: 60px;
    border-radius: 15px;
    /* padding-left: 30px; */
    background-color: #ffffff30;
    border: 1px solid #9d9d9d;
    outline: none;
    text-align: center;
    color: #fff;
}

input::placeholder {
    color: #fff;
}

.cancel {
    position: absolute;
    top: 30px;
    left: 20px;
}

.cancel i {
    transition: .4s all;
    width: 50px;
    height: 50px;
    /* border: 1px solid #c4bfc2; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fff;
}

/* btn */
.btn {
    text-transform: capitalize;
    border-radius: 15px;
    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: #fe6129 !important;
    height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
}

.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%;
}

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: #ffffff;
    text-decoration: none;
    transition: .4s all;
}

ul.social-media a:hover {
    background-color: #fe6129;
    color: #ffffff;
    border-color: transparent;
}

ul.social-media {
    display: flex;
    /* margin-top: 40px; */
    padding: 0;
    margin-bottom: 0;
}

li {
    display: block;
}

.form-style p {
    padding-bottom: 20px;
    COLOR: #FFF;
}

.cancel i:hover {
    color: #fff;
    background-color: #fe6129;
    border-color: transparent;
    transform: rotate(180deg);
}

.mail {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}

h3 {
    color: #fff;
    font-size: 16px;
}

.get-connect {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/* 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;
}