/*subscribe*/
body {
    margin: 0;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'Amarillo';
    src: url('../font/Amarillo.eot');
    src: url('../font/Amarillo.eot?#iefix') format('embedded-opentype'),
        url('../font/Amarillo.woff2') format('woff2'),
        url('../font/Amarillo.woff') format('woff'),
        url('../font/Amarillo.ttf') format('truetype'),
        url('../font/Amarillo.svg#Amarillo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.modal-backdrop.fade.in {
    z-index: 0;
}

.subscribe .modal-content {
    width: 100%;
}

.subscribe .right img {
    max-width: 100%;
}
.subscribe .right img {
    max-width: 100%;
}

.subscribe .left h3 {
    font-size: 40px;
    color: #bf1212;
    margin-bottom: 10px;
    text-transform:capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 0px;
}

.subscribe .left h3 + p {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 16px;
}

.subscribe .fill {
    margin-bottom: 20px;
}

.subscribe .fill input[type="Submit"] {
    margin: 0;
    padding: 12px 20px;
    width: auto;
    background: #bf1212;
    border-radius: 30px;
    color: #fff;
    outline: none;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
    line-height: 1;
}

.subscribe .remit {
    outline: none;
    width: 100%;
    padding: 12px 20px;
    letter-spacing: 1px;
    border: 1px solid #c0c0c0;
    border-radius: 30px;
    background: #f9f7f7;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1;
}

.subscribe .chk {
    display: flex;
    font-size: 15px;
}

.subscribe .chk input {
    margin-right: 7px;
    letter-spacing: 1px;
}

/*thanks*/
.regard {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f4f4;
    position:relative;
    z-index:1;
    min-height: 100vh;
    height:100%;
}

.regard:before{
    content:"";
    background: url(../images/pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:-2;
    filter: blur(4px);
}

.regard:after{
    content:"";
    background: rgb(0 0 0 / 60%);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:-1;
}

.thank {
    max-width: 600px;
    width: calc(100% - 30px);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 11%);
    padding: 15px;
    height: calc(100% - 60px);
    margin: 30px 15px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
}

.thank .linkz a {color: #000;}

.thank h2 {
    font-family: 'Amarillo';
    margin: 20px 0 40px;
    font-size: 35px;
    color: #bb0000;
}

.thank .you {
    width: 310px;
    display: block;
    margin: auto;
}

.thank ul {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thank ul li {
    list-style: none;
}

.thank .copy-social li a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.thank p {
    margin: 0 0 3px;
}

.thank p + a {
    color: #d30000;
}

.thank h4 {
    margin: 0 0 15px;
}

.thank .copy-social {
    margin: 40px 0 16px;
}

.thank .linkz li {
    margin: 0 5px;
}

.thank .linkz {
    margin: 0 0 8px;
}

.copyright {
    font-size: 12px;
}

/*unsubs*/
.unsubs {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    min-height: 100vh;
    height: 100%;
}
.unsubs .thank{
    padding: 0px 0 30px;
}

.unsubs .thank .top {
    padding: 30px 30px 0;
}
.unsubs .thank h2 {
    color: #000000;
}
.unsubs .thank h4 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.2px;
    padding-top: 20px;
    margin-bottom: 0;
}
.resubs {
    text-align: center;
    background-color: #f1fafe;
    padding: 20px 30px;
    border: 1px solid #dbe4eb;
    border-left: 0px;
    border-right: 0px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 17px;
}
.resubs a {
    color: #1e5a99;
}
@media (min-width: 992px) {
  .subscribe .fill input[type="Submit"], .subscribe .remit{
    font-size: 17px;
  }
}

@media (max-width: 480px){
    br{
        display:none;
    }
    .thank h2{
        font-size: 30px;
    }
}

/*new*/

.modal {
    padding-top: 0px !important;
}

.modal-backdrop {
    z-index: 0;
}
.subscribe .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}
.subscribe .row {
    display: flex;
    align-items: center;
}