body {
    padding: 0;
    margin: 0;
    background-color: #f7f6ee;
    font-family: 'Myriad Pro';
}


/* font-face */

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

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

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

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

/* font-face */


h1 {
    font-size: 62px;
    color: #8d4608;
}


h2 {
    font-size: 44px;
    color: #8d4608;
    font-family: 'Cinzel';
    line-height: 44px;
}


h3 {
    font-size: 22px;
    color: #000000;
    font-family: 'Myriad Pro';
}


h4 {
    font-size: 26px;
    color: #000;
    font-family: 'Cinzel';
}


h5 {
    font-size: 16px;
    color: #000;
    font-family: 'Cinzel';
}



p {
    font-size: 18px;
    color: #676765;
    font-family: 'Myriad Pro';
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
}


ul,li {
    margin: 0;
    padding: 0;
}

.ctb {
    background-image: linear-gradient(to right, #e8a20c, #dc9a09, #d09207, #c58a05, #b98203);
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: none !important;
    font-weight: bold;
    font-family: 'Cinzel';
}

#donate{
    background: #be0000;
    padding: 10px 20px;
}

.submit-ctb {
    background-image: linear-gradient(to right, #e8a20c, #dc9a09, #d09207, #c58a05, #b98203);
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: none !important;
    font-weight: bold;
    font-family: 'Cinzel';
}

.donate {
    background-image: linear-gradient(to right, #e8a20c, #dc9a09, #d09207, #c58a05, #b98203);
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    width: 100%;
    font-family: 'Cinzel';
}

    @keyframes glowing {
        0% {
        background-color: #be0000;
        }

        50% {
        background-color: #f93a3a;
        }

        100% {
        background-color: #be0000;
        }
    }
        
    .blink{
        animation: glowing 1300ms infinite;
    }

/* header menu */



.navigation {
    background-color: #d79507;
    height: 55px;
    padding: 4px 10px;
    position: relative;
}

.navigation .social-media a {
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    display: inline-block;
}

.navigation .navbar {
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 0 10px;
    height: 60px;
    border-radius: 4px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;

}

.navbar .navbar-nav li {
    margin-left: 15px;
}

.navbar .navbar-nav li a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar .navbar-nav li a:hover {
    color: #8d4608;
}

.navbar .navbar-nav .active a {
    color: #8d4608;
}

/* header menu */

/* new pop up area */

.pop-up {
    position: fixed;
    right: 0px;
    top: 10%;
    width: 350px;
    z-index: 99999;
    background-color: #0000004f;
    padding: 20px;
    display: block;
    background-image: url(../images/drag.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

.pop-up .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -1px;
    top: 5px;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999999;
    display: block;
}

.pop-up::after:active {
    display: none;
}

.pop-up .content {
    width: 100%;
    background-color: #00000077;
    backdrop-filter: blur(10px);
    padding: 10px;
}

.pop-up h4 {
    font-size: 20px;
    color: #ffcc12;
    text-align: center;
    margin-bottom: 6px;
    line-height: 20px;
}

.pop-up .price-list {
    background: #fff;
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.pop-up .total {
    padding: 5px 10px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    color: #fff;
}

.pop-up .price-list a {
    color: red;
    font-size: 14px;
    line-height: 26px;
}


.pop-up .price-list a,
.pop-up .total b {
    float: right;
}

.pop-up input[type="number"] {
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    margin: 6px 0;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}


.pop-up input[type]:focus {
    outline: none;
}


.pop-up input::-webkit-outer-spin-button,
.pop-up input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.pop-up label {
    color: #fff;
    font-size: 18px;
    display: inline;
    line-height: 0px;
}


.pop-up .content #cart_details{
    max-height: 180px;
    overflow: auto;
}

/* new pop up area */


/*banner area css */

.modal h4.modal-title {
    font-size: 20px;
    color: #000;
    font-family: 'Myriad Pro';
    line-height: 20px !important;
    padding: 10px 0;
} 

.modal-body:after {
    content: '';
    height: 15px;
    display: block;
    position: absolute;
    background: white;
    bottom: 16px;
    width: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.canvas {
    background: url(../images/main-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: overlay;
    height: 530px;
    overflow-x: hidden;
}

.canvas::-webkit-scrollbar {
    width: 8px;
    height: 15px;
    position:absolute;
    right:0;
    top:0;
    background-color: #fcf6e2;
  }
  
  .canvas::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  .canvas::-webkit-scrollbar-thumb {
    background: #fce48e;
    border-radius: 10px;
  }
  
  .canvas::-webkit-scrollbar-thumb:hover {
    background: #ffcc12;
  }

  /* for mozila */

  .canvas::-moz-scrollbar {
    width: 8px;
    height: 15px;
    position:absolute;
    right:0;
    top:0;
    background-color: #fcf6e2;
  }
  
  .canvas::-moz-scrollbar-track {
    border-radius: 10px;
  }
   
  .canvas::-moz-scrollbar-thumb {
    background: #fce48e;
    border-radius: 10px;
  }
  
  .canvas::-moz-scrollbar-thumb:hover {
    background: #ffcc12;
  }


.modal.custom-modal {
    --bs-modal-width: 1250px;
    z-index: 9999;
}

.custom-modal .modal-header  {
    padding: 0 10px;
    background-color: #ffcc12;
    border: none;
}

.cell {
    position: relative;
    cursor: pointer;
    flex: 0 0 5%;
    max-width: 4%;
    height: 54px;
}

.cell > .front {            
    -webkit-backface-visibility: hidden;
    backface-visibility:hidden;
    -webkit-transform-style:preserve-3d;
    transition:all .3s;
}

.cell:not(.flipped) > .back {
    -webkit-transform:rotateY(90deg);
}

.cell.flipped > .front {
    -webkit-transform:rotateY(180deg);
}

.cell > .back {
    position:absolute;
    text-align:center;
    font-size:16px;
    color:#000;    
    left:0;
    top:0;    
    transition:all .3s;   
}

.cell > .back:before {
    content: '';
    position: absolute;
    left: -17px;
    top: -2px;
    background: url(../images/puzzle.svg);
    background-size: contain !important;
    width: 74px;
    height: 74px;
    pointer-events: none;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.cell:nth-child(25n) > .back:before {    
    background: url(../images/puzzle3.svg);
}

.cell:nth-child(25) > .back:before {    
   background: url(../images/puzzle4.svg);
}

.cell:nth-child(-n+24) > .back:before {
    background: url(../images/puzzle2.svg);
}

.cell > .back .amt {
    font-size: 14px;
    text-align: center;
    position: absolute;
    z-index: 9;
    left: -14px;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 62px;
}

.cell > * {
    box-sizing:border-box; 
    width:100%;
    height:100%;
}

.svg {
    position: absolute;
    width: 0;
    height: 0;
}

.banner {
    position: relative;
    width: 100%;
    z-index: 9;
    min-height: 602px;
    background-image: url(../images/banner-image-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.banner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/cloud-2.png);
    background-repeat: no-repeat;
    display: block;
    height: 602px;
    z-index: 3;
    width: 701px;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/cloud-1.png);
    background-repeat: no-repeat;
    display: block;
    height: 602px;
    z-index: 3;
    width: 100%;
}

.banner div {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 5;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 590px;
}


.banner div button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24%;
    border: none;
    /* background-image: linear-gradient(to right, #e8a20c, #dc9a09, #d09207, #c58a05, #b98203); */
    background: #be0000;
    font-size: 16px;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
    z-index: 9992;
    padding: 8px 20px;
    width: 150px;
    color: #fff;
    font-family: 'Cinzel';
    font-weight: bold;
}


.banner div button a {
    text-decoration: none;
    color: #2d1817;
    display: block;
}

.banner img {
    position: relative;
    height: 530px;
}

.banner .main-para {
    font-size: 18px;
    color: #fff;
    width: 410px;
    position: absolute;
    bottom: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 24px;
    font-family: 'Myriad Pro';
    font-weight: bold;
}



.banner .sub-para {
    font-size: 14px;
    color: #fff;
    width: 410px;
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 18px;
}

.banner .sub-para a {
    color: #d79507;
}



.banner .sub-para img {
    width: 50px;
    height: 20px;
}


/*banner area css */



/*Section-one area css */

.section-one {
    margin: 100px 0;
    /*background-image: url(../images/cloud-bird.png);*/
    background-repeat: no-repeat;
    background-position: top left;
}

.section-one img.chuch-image {
    border-radius: 20px;
}


.section-one .donate-area {
    margin: 20px 0 40px 0;
}

.section-one .donate-area h4 {
    font-family: 'Myriad Pro';
}

.section-one .donate-area .progress {
    border-radius: 50px;
    background-color: #dfded7;
    margin-bottom: 20px;
}


.section-one .donate-area .progress .progress-bar {
    background-color: #b2bb00;
}


.section-one .donate-area ul {
    margin-bottom: 10px;
}

.section-one .donate-area ul li {
    display: inline-block;
}

.section-one .donate-area ul li h5 {
    font-weight: bold;
}

.section-one .donate-area ul .end {
    float: right;
}

.section-one .donate-area h4 span {
    font-size: 32px;
    color: #b2bb00;
    font-weight: bold;
}


.section-one .donate-area h4 b {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}


.section-one .donate-area .ctb {
    margin-top: 20px;
}



/*Section-two area css */


.section-two {
    background-color: #eae6d2;
    margin: 100px 0;
    background-image: url(../images/church-overly.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 560px;
}


.section-two .box-image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    height: 640px;
    margin-top: -40px;
}


.section-two .box-image img {
    text-align: center;
}


.section-two .ctb a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}


/* footer area css */


.footer {
    background: #e3c175;
    background-image: url(../images/footer-bg.png);
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}


.footer .menu-section {
    padding: 20px 0;
    border-top: 1px solid #ad8b40;
    border-bottom: 1px solid #ad8b40;
    margin-top: 50px;
}


.footer .footer-nav {
    text-align: left;
    margin: 0;
    padding: 0;
}


.footer .footer-nav-sec {
    text-align: right;
    margin: 0;
    padding: 0;
}


.footer .footer-nav li {
    margin-right: 40px;
    display: inline-block;
    list-style: none;
}


.footer .footer-nav-sec li {
    display: inline-block;
    list-style: none;
}


.footer .footer-nav li a,
.footer .footer-nav-sec li a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
}


.footer .copyright-section {
    padding-top: 30px;
    text-align: left;
}


.footer .copyright-section p {
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}


.footer .copyright-section p span {
    font-weight: bold;
}

.footer .copyright-section p span a {
    color: #000;
    text-decoration: none;
}

.footer .copyright-section .social-media {
    float: right;
}

.footer .copyright-section .social-media a {
    color: #76560d;
    font-size: 16px;
    margin: 0 10px;
    display: inline-block;
}


/* footer area css */



/* Inner page css */ 

.inner-page-banner {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    position: relative;
}


.inner-page-banner img {
    text-align: center;
    max-width: 100%;
}


.inner-page-banner::before {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


.inner-page-banner .page-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    font-family: 'Cinzel';
    font-weight: bold;
}


.About-section-one, 
.About-section-three {
    background: #fffdf0;
    padding: 100px 0;
}


.About-section-one img,
.About-section-three img {
    border: 10px solid #fff;
}


.About-section-two {
    background-color: #f1eac9;
    padding: 100px 0;
}


.About-section-two h2 {
    text-align: center;
    margin-bottom: 50px;
}


.About-section-two .icon-box {
    text-align: center;
    background: #fdf7da;
    padding: 15px;
    border-radius: 10px;
}


.About-section-two .icon-box h4 {
    margin-top: 20px;
}


.About-section-two .icon-box .icon {
    height: 100px;
    width: 100px;
    background: #e9dda1;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
}


.contact-area {
    padding: 100px 0;
}


.contact-area h3 {
    font-size: 36px;
    font-family: 'cinzel';
}


.contact-area form label {
    display: inline;
    width: 50%;
}


.contact-area form label input[type] {
    width: 48%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    outline: none;
    margin: 6px 5px;
    height: 50px;
    padding: 0;
}


.contact-area form label textarea {
    width: 98%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    outline: none;
    margin: 20px 5px;
    height: 100px;
    padding: 0;
    resize: none;
}

.contact-area form .submit-ctb
{
    float: right;
    margin-right: 10px;
}


.address-area {
    border-left: 1px solid rgb(160, 160, 160);
    padding-left: 30px;
}


.address-area div {
    margin-bottom: 15px;
}


.address-area p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}


.address-area h4 {
    margin-bottom: 0;
}


.address-area a {
    color: #e8a20c;
    font-size: 18px;
    text-decoration: none;
}

/* checkout page */


.checkout-content {
    padding: 70px 0;
    background: url(../images/chckout-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

/*

.checkout-body {

    background: #ffffff9c;

    padding: 0;

    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);

    -moz-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);

    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 10%);

    position: relative;

    z-index: 1;

}

*/

.checkout-content .form-area {
    padding: 0 20px 0px 10px;
}

.checkout-content .checkout-body h3 {
    font-family: 'Cinzel';
    font-weight: bold;
}

.checkout-content .form-area label {
    display: block;
}

.checkout-content .form-area .name {
    width: 49.5%;
}

.checkout-content .form-area input {
    margin: 10px 0px;
    height: 50px;
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(116, 116, 116);
}

.checkout-content .form-area input:focus,
.checkout-content .form-area input:active {
    outline: none;
    border: 1px solid #f1ac0b;
    box-shadow: none;
}

.checkout-content .form-area input[type="checkbox"] {
    height: 18px;
    width: 18px;
    display: inline;
    float: left;
}

.checkout-content .form-area .checkbox {
    float: left;
    line-height: 38px;
    margin-left: 10px;
}



.checkout-content .form-area .price-table {

    width: 100%;

}



.checkout-content .form-area .price-table b {

    float: right;

    color: #d79507;

}



.checkout-content .form-area .payment-option {

    margin: 10px 0;

}



.checkout-content .form-area .payment-option p {

    margin-bottom: 0px;

}



.checkout-content .form-area .payment-option ul li {

    display: inline-block;

    margin-right: 10px;

    position: relative;

    

}



.checkout-content .form-area .payment-option ul li label {

    padding-left: 5px;

    display: block;

    cursor: pointer;

    border-radius: 10px;

    background: rgb(213,213,213);

    background: linear-gradient(0deg, rgba(213,213,213,1) 0%, rgba(240,240,240,1) 100%);

    padding: 15px 20px;

    border: 1px solid #d5d5d5;

}



.checkout-content .form-area .payment-option ul li input[type="radio"] {

    visibility: hidden;

    position: absolute;

}



.checkout-content .form-area .payment-option ul li input[type="radio"]:checked + label {

    background: rgb(213,213,213);

    background: linear-gradient(180deg, rgba(213,213,213,1) 0%, rgba(240,240,240,1) 100%);

    display: block;

    border-radius: 10px;

    color: #fff;

    border: 1px solid #4186f4;

}



.checkout-content .form-area .payment-option ul li label img {

    width: 80px;

    padding-bottom: 2px;

}



.checkout-content .donate-price {

    padding: 0 35px;

    height: 100%;

    border-right: 1px solid #ccc;

    position: relative;

}



.checkout-content .donate-price .donate-list {

    margin-bottom: 20px;

}



.checkout-content .donate-price .donate-list .list {

    margin: 10px 0;

}



.checkout-content .donate-price span,

.checkout-content .donate-price b {

    display: inline;

    font-size: 18px;

    color: rgb(73, 73, 73);

}



.checkout-content .donate-price b {

    float: right;

}



.checkout-content .donate-price .custom-donate {

    padding: 10px 0;

    width: 100%;

    border-top: 1px solid #959595;

    margin-top: 10px;

    color: rgb(73, 73, 73);

    font-size: 18px;

}



.checkout-content .donate-price .total {

    padding: 10px 0;

    width: 100%;

    border-top: 1px solid #959595;

    border-bottom: 1px solid #959595;

    margin-bottom: 10px;

    color: #000;

}



.checkout-content .donate-price .total span,

.checkout-content .donate-price .total b {

    font-size: 22px;

}



.checkout-content .donate-price .donation-content {

    margin-top: 10px;

}



.checkout-content .donate-price .donation-content textarea {

    width: 100%;

    height: 150px;

    resize: none;

    padding: 10px;

}



.checkout-content .donate-price .donation-content textarea:focus,

.checkout-content .donate-price .donation-content textarea:active {

    outline: none;

    border: 1px solid #f1ac0b;

}



.checkout-content .donate-price .back{
    width: 88%;
    height: 50px;
    background-color: white;
    border: 1px solid #c58a05;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Cinzel';
}



.checkout-content .donate-price .back a{
    color: #c58a05;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
}



/* checkout page */

.privacy-policy {
    padding: 70px 0;
}

/* Inner page css */ 




/* Thank You page css */ 



.thankyou {

    position: relative;

    height: 625px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-image: url(../images/church-draw2.png);

    background-repeat: no-repeat;

    background-size: contain;

    background-position: right bottom;

}



.thankyou::before {
    content: "";
    background: url(../images/flower-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 516px;
    width: 457px;
    position: absolute;
    right:0;
    top: 0;
}


.thankyou::after {
    content: "";
    background: url(../images/flower-bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 516px;
    width: 457px;
    position: absolute;
    left:0;
    bottom: 0;
    z-index: -1;
}


.thankyou .text {
    text-align: center;
    position: relative;
}

.thankyou h1 {
    font-size: 80px;
    font-family: 'Cinzel';
    font-weight: bold;
    line-height: 56px;
}


.thankyou h3 {
    font-size: 40px;
    font-family: 'Cinzel';
}


.thankyou a {
    color: #c58a05;
    text-decoration: none;
    font-size: 18px;
}


.thankyou .preyer-request {
    background-color: #f4f4af;
    padding: 20px;
    margin: 20px;
    border: 2px dashed #4f472d;
}


.thankyou .preyer-request h3 {
    font-size: 32px;
}



.thankyou .preyer-request p {
    color: #656425;
}


.thankyou .preyer-request textarea {
    background: transparent;
    border: 1px dashed #4f472d;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
}


.thankyou .preyer-request textarea::-webkit-input-placeholder {
    color: #4f472d;
}


.thankyou .preyer-request textarea:-moz-placeholder {
    color: #4f472d;
}


.thankyou .preyer-request textarea:-ms-input-placeholder {
    color: #4f472d;
}


.thankyou .preyer-request textarea:focus,
.thankyou .preyer-request textarea:active {
    outline: none;
}


.thankyou .text .play {
    border: none;
    background: #c58a05;
    border-radius: 3px;
    color: #fff;
}


.thankyou .text .stop {
    border: 1px solid #c58a05;
    background: transparent;
    border-radius: 3px;
    color: #c58a05;
}
/* Thank You page css  */



/* Thank You page css */ 

.modal.price-modal {
    z-index: 99999;
}



#priceRangeShow {
    text-align: center;
}


.price-modal .modal-header{
    padding: 3px 15px;
}


.price-modal #priceRangeShow div {
    display: inline-block;
    margin-bottom: 3px;
    background-color: #dfdfdf;
    position: relative;
    border-radius: 5px;
    margin: 5px;
}



.price-modal #priceRangeShow div input {
    visibility: hidden;
    position: absolute;
}


.price-modal #priceRangeShow div > input + label {
    cursor:pointer;
    border:2px solid transparent;
    padding: 10px 15px;

}


.price-modal #priceRangeShow div > input:checked + label {
    background-color: #e8a20c;
    display: block;
    border-radius: 5px;
    color: #fff;
}


.price-modal .modal-content {
    background-color: #484848;
    border-radius: 0 !important;
    border: 10px solid #d795079e;
}


.price-modal .modal-header h4 {
    color: #fff;
}



.price-modal  .btn-close {
    background-image: url(../images/close.svg);
}



/*card details*/

.card-details {
    width: 75%;
    margin: 90px auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.1);
}

.card-details .card-details-right {
    padding: 30px 30px 30px 20px;
}

.card-details h1 {
    font-size: 34px;
    font-family: 'Cinzel';
}

.card-panel .alert-dismissible {
    top: 46px;
}

.card-details .panel form label {
    font-size: 16px;
}

.card-details #expiration-date #expiration-month {
    width: 80px;
}

.card-details #expiration-date #expiration-year {
    width: 130px;
    margin-left: 10px;
}

.card-details #expiration-date input {
    display: inline-block;
}

.card-details .cvv {
    width: 200px;
    float: right;
}

.card-details #pay-now {
    margin-top: 15px;
    margin-bottom: 0;
}

.card-details .form-group input,
.card-details .form-group select {
    border-radius: 5px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.card-details .form-group input:focus,
.card-details .form-group select:focus {
    outline: none;
    border-color: #dc9a09;
    box-shadow: none;
}

.card-details .cvv input[type="number"]::-webkit-outer-spin-button,
.card-details .cvv input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.card-details .CVV input[type=number] {
  -moz-appearance: textfield;
}

.card-details .card-details-right .form-group {
    margin: 15px 0;
}

.card-details .date,
.card-details .cvv {
    display: inline-table;
    margin: 0px !important;
}

.card-details .content-left {
    background: url(../images/church-puzzle.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-color: #f3e7c9;*/
    position: relative;
}

.card-details .content-left .price {
    position: absolute;
    background-color: #00000094;
    padding: 10px;
    width: 100%;
    left: 0;
    right: 0;
    top: 25px;
}

.card-details .content-left p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.card-details .content-left span {
    color: #f7ae12 !important;
}

.ctb-back {
    background: transparent;
    padding: 9px 25px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 1px solid #dc9a09;
    font-weight: bold;
    display: inline-block;
}

.card-details .card-details-right #pay-now {
    float: right;
    width: 75%;
}

.card-details .card-details-right .submit-ctb {
    width: 100%;
}

.card-details .card-details-right #back a {
    color: #dc9a09;
    text-decoration: none;
    font-family: 'cinzel';
}



/* Mobile responsive css */

@media screen and (min-width: 2500px) {

    .banner {
        min-height: 991px;
    }

    .banner::before {
        height: 991px;
    }

    .banner::after {
        height: 991px;
    }

}

@media screen and (max-width: 1199px) {

    .card-details {
        width: 100%;
        margin: 70px auto;
    }

    .card-details .card-details-right .cvv {
        width: 25%;
    }

    .card-details #expiration-date #expiration-year {
        width: 60%;
    }

    .card-details #expiration-date #expiration-month {
        width: 36%;
    }

    .card-details .card-details-right #pay-now {
        float: left;
        width: 100%;
    }

    .card-details .card-details-right #back a {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    
}

@media screen and (min-width: 1025px){
    .cell > .back:hover:before {
        scale: 1.5;
        z-index: 9999;
    }
    
    .cell > .back .amt:hover {
        font-size: 24px;
        z-index: 99999;
        line-height: 54px;
    }

    .cell:nth-last-child(-n+24) > .back .amt:hover {
        line-height: 59px;
    }
}

@media screen and (max-width: 1024px) {

    .canvas {
        overflow: auto;
        overflow-x: hidden;
    }

    .cell {
        flex: 0 0 10%;
        max-width: 10%;
        height: 102px;
    }
    
    .cell > .back:before {
        width: 136px;
        height: 136px;
        left: -32px;
    }

    .cell > .back .amt {
        font-size: 22px;
        left: -14px;
        line-height: 102px;
    }

    .modal-body:after {
        height: 30px;
        bottom: 14px;
    }

    .cell > .back:before {
        background: url(../images/puzzle.svg);
    }

    .cell:nth-child(n+11) > .back:before {
        background: url(../images/puzzle.svg);
    }

    .cell:nth-child(10n) > .back:before {    
        background: url(../images/puzzle3.svg);
    }
    
    .cell:nth-child(-n+9) > .back:before {
        background: url(../images/puzzle2.svg);
    }

    .cell:nth-child(10) > .back:before {    
        background: url(../images/puzzle4.svg);
    }

    .section-two {
        height: 100%;
    }

    .section-two .box-image {
        margin-top: 0;
    }
    
}

@media screen and (max-width: 991px) {
    .card-details .card-details-right .cvv {
        width: 100%;
    }
}


@media screen and (max-width: 912px) {

    .navbar {
        position: relative;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 99999;
        background-color: #fff;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
    }

    .navbar .navbar-nav li {
        margin: 0;
    }

    .navbar .navbar-nav li a {
        padding: 20px 20px 15px 20px !important;
    }

    .cell > .back .amt {
        line-height: 92px;
    }

    .cell {
        flex: 0 0 10%;
        max-width: 10%;
        height: 90px;
    }
    
    .cell > .back:before {
        width: 122px;
        height: 122px;
        left: -26px;
        top: -8px;
    }

    .cell > .back .amt {
        font-size: 22px;
        left: -14px;
        line-height: 102px;
    }

    .modal-body:after {
        height: 26px;
        bottom: 14px;
    }

    .modal-body:after {
        height: 27px;
        bottom: 13px
    }

    .section-two {
        height: 100%;
        padding-bottom: 100px;
        margin-bottom: 0;
    }

    .section-two .box-image {
        margin-top: 40px;
    }

    .footer .footer-nav li {
        margin-right: 30px;
    }

    .card-details {
        width: 100%;
        margin: 70px auto;
    }

    .card-details .card-details-right .cvv {
        width: 100%;
        margin-top: 15px !important;
    }

    .card-details #expiration-date #expiration-year {
        width: 60%;
    }

    .card-details #expiration-date #expiration-month {
        width: 36%;
    }

    .card-details .card-details-right #pay-now {
        float: left;
        width: 100%;
    }

    .card-details .card-details-right #back a {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .thankyou::before {
        background-image: none;
        display: none;
    }

    .thankyou::after {
        background-image: none;
        display: none;
    }

    .thankyou h1 {
        font-size: 76px;
        line-height: 50px;
    }

    .thankyou h3 {
        font-size: 32px;
    }

}


@media screen and (max-width: 820px) {

    .cell {
        flex: 0 0 10%;
        max-width: 10%;
        height: 82px;
    }

    .cell > .back:before {
        width: 115px;
        height: 115px;
        left: -30px;
        top: -5px;
    }

    .cell > .back .amt {
        line-height: 85px;
    }

}


@media screen and (max-width: 767px) {

    .navbar {
        position: relative;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 99999;
        background-color: #fff;
    }

    .navbar .navbar-nav {
        margin-top: 10px;
    }

    .navbar .navbar-nav li {
        margin: 0;
    }

    .navbar .navbar-nav li a {
        padding: 20px 20px 15px 20px !important;
    }


    .banner div img {
        width: 60%;
        position: relative;
    }
    
    .section-one {
        margin: 60px 0;
    }


    .section-two {
        height: auto;
        margin: 0;
        padding: 60px 0;
    }


    .section-two .box-image {
        height: auto;
        margin-top: 30px;
    }


    .footer .footer-nav {
        text-align: center !important;
    }


    .footer .footer-nav-sec {
        text-align: center !important;
        margin-top: 20px;
    }


    .copyright-section {
        text-align: center !important;
    }


    .copyright-section .social-media {
        float: none !important;
        margin-top: 20px;
    }
    
    .checkout-content .donate-price {
        padding: 0 10px;
        border-right: none;
    }
    
    .checkout-content .donate-price .back {
        width: 100%;
        position: relative;
    }
    
    .inner-page-banner {
        height: 200px;
    }
    
    .contact-area form label input[type] {
        width: 97%;
    }
    
    .address-area {
        border-left: none;
        padding-left: 0;
        text-align: center;
        margin-top: 40px;
    }
    
    .inner-page-banner img {
       max-width: auto;
       height: 100%;
    }
    
    .About-section-one, .About-section-three {
        padding: 60px 0;
    }

    .canvas {
        max-height: 550px;
        overflow: auto;
        overflow-x: hidden;
    }
    
    .pop-up .content #cart_details {
        max-height: 100px;
    }
    
    .pop-up {
        right: 0px;
        left: 0;
        width: 90%;
        top: auto;
        padding: 16px;
    }
    
    .pop-up .content {
        padding: 5px;
    }

    .cell {
        flex: 0 0 10%;
        max-width: 10%;
        height: 75px;
    }

    .cell > .back:before {
        width: 103px;
        height: 103px;
        left: -24px;
    }

    .cell > .back .amt {
        font-size: 18px;
        left: -14px;
        line-height: 82px;
    }

    .modal-body:after {
        height: 22px;
        bottom: 15px;
    }

    .card-details .content-left {
        height: 400px;
        background-position: bottom;
        width: calc(100% - 23px);
        margin-left: 12px;
    }

    .card-details .card-details-right {
        padding: 30px 30px 30px 30px;
    }

    .card-details .content-left .price {
        bottom: 0;
        top: auto;
    }

    .card-details .card-details-right .form-group {
        width: 100%;
    }

    .card-details #expiration-date #expiration-month {
        width: 37.5%;
    }

    .card-details #expiration-date #expiration-year {
        width: 60%;
    }

    .card-details .cvv {
        width: 100%;
        margin-top: 20px !important;
    }

    .card-details .card-details-right #pay-now {
        width: 100%;
    }

    .card-details .card-details-right #pay-now .ctb {
        padding: 10px 15px;
    }

    .card-details .card-details-right #back a {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .card-details {
        width: 100%;
        margin: 70px auto;
    }

}



@media screen and (max-width: 700px) {

    .banner div img {
        width: 70%;
    }

}



@media screen and (max-width: 627px) {

    .banner div img {
        width: 75%;
    }

}



@media screen and (max-width: 540px) {

    .banner div img {
        width: 94%;
    }

    .cell {
        flex: 0 0 20%;
        max-width: 20%;
        height: 100px;
    }

    .cell > .back:before {
        width: 140px;
        height: 140px;
        left: -35px;
    }

    .cell > .back .amt {
        font-size: 20px;
        left: -14px;
        line-height: 115px;
    }

    .modal-body:after {
        height: 30px;
        bottom: 14px;
    }

    .cell > .back:before {
        background: url(../images/puzzle.svg);
    }

    .cell:nth-child(n+6) > .back:before {
        background: url(../images/puzzle.svg);
    }

    .cell:nth-child(5n) > .back:before {    
        background: url(../images/puzzle3.svg);
    }
    
    .cell:nth-child(-n+4) > .back:before {
        background: url(../images/puzzle2.svg);
    }

    .cell:nth-child(5) > .back:before {    
        background: url(../images/puzzle4.svg);
    }

    .section-one h2 {
        margin-top: 40px;
    }

    .footer-nav li:last-child {
        margin-right: 0;
    }

    .thankyou h1 {
        font-size: 62px;
        line-height: 46px;
    }

    .thankyou h3 {
        font-size: 32px;
        font-family: 'Cinzel';
    }

    .thankyou .text {
        margin-top: 50px;
    }

}


@media screen and (max-width: 480px) and (min-width: 415px) {
    .banner div img {
        width: 100%;
    }

    .banner .main-para {
        width: 330px;
        bottom: 34%;
    }

    .banner .sub-para {
        width: 390px;
        bottom: 15%;
    }

    .cell > .back:before {
        width: 106px;
        height: 106px;
        left: -24px;
    }

    .cell {
        height: 78px;
    }

    .cell > .back .amt {
        line-height: 85px;
    }
    .card-details #expiration-date #expiration-month {
        width: 37%;
    }

}


@media screen and (max-width: 414px) {

    .banner div img {
        width: 100%;
    }

    .banner .main-para {
        width: 350px;
        bottom: 32%;
    }

    .banner .sub-para {
        width: 390px;
        bottom: 15%;
        line-height: 16px;
    }

    .cell {
        flex: 0 0 20%;
        max-width: 20%;
        height: 75px;
    }

    .cell > .back:before {
        width: 102px;
        left: -25px;
        background: url(../images/puzzle.svg);
    }

    .cell > .back .amt {
        font-size: 18px;
        left: -15px;
        line-height: 77px;
    }

    .cell > .back .amt {
        font-size: 18px;
        left: -14px;
        line-height: 80px;
    }

    .modal-body:after {
        height: 56px;
        bottom: 14px;
    }

    .cell:nth-child(5n) > .back:before {    
        background: url(../images/puzzle3.svg);
    }
    
    .cell:nth-child(5) > .back:before {    
       background: url(../images/puzzle4.svg);
    }
    
    .cell:nth-child(-n+4) > .back:before {
        background: url(../images/puzzle2.svg);
    }

    .card-details #expiration-date #expiration-month {
        width: 35%;
    }

    .card-details #expiration-date #expiration-year {
        width: 60%;
    }

    .card-details .cvv {
        width: 100%;
        margin-top: 20px !important;
    }

    .card-details .card-details-right #pay-now {
        width: 100%;
    }

    .card-details .card-details-right #pay-now .ctb {
        padding: 10px 15px;
    }

    .card-details .card-details-right #back a {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

}

@media screen and (max-width: 375px) and (min-width: 281px) {

    .banner .main-para {
        width: 325px;
        bottom: 33%;
        line-height: 20px;
        font-weight: 500;
    }

    .banner div button {
        bottom: 25%;
    }

    .thankyou h1 {
        font-size: 42px;
        line-height: 35px;
    }

    .banner .sub-para {
        width: 302px;
        bottom: 16%;
        line-height: 15px;
    }

    .thankyou h3 {
        font-size: 24px;
        font-family: 'Cinzel';
    }

    .footer .footer-nav li {
        margin-right: 15px;
    }
    .navbar .navbar-brand {
        width: 70%;
    }
}

@media screen and (max-width: 280px) {

    h2 {
        font-size: 44px;
    }

    .navbar .navbar-brand {
        width: 68%;
    }

    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }

    .banner {
        min-height: 400px;
    }

    .banner div img {
        height: auto;
    }

    .banner .main-para {
        width: 240px;
        bottom: 59%;
        font-size: 12px;
        line-height: 16px;
    }

    .banner div button {
        bottom: 53%;
        font-size: 14px;
        padding: 5px 20px;
        width: 140px;
    }

    .banner .sub-para {
        width: 250px;
        bottom: 40%;
        line-height: 16px;
        background-color: rgba(0, 0, 0, 0.616);
        padding: 5px;
    }

    .banner::before {
        height: 400px;
    }

    .banner::after {
        height: 400px;
    }

    .cell > .back:before {
        width: 65px;
        left: -15px;
        background: url(../images/puzzle.svg);
    }

    .cell {
        flex: 0 0 20%;
        max-width: 20%;
        height: 50px;
    }

    .cell > .back .amt {
        line-height: 50px;
    }

    .modal-body:after {
        height: 88px;
    }

    .card-details #expiration-date #expiration-month {
        width: 34%;
    }

    .thankyou h1 {
        font-size: 32px;
        line-height: 35px;
    }

    .thankyou h3 {
        font-size: 20px;
        font-family: 'Cinzel';
    }

    .footer .footer-nav li {
        margin-right: 15px;
    }
}