/* :::::::::::::: 000 - Footer Styles :::::::::::::: */
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap');

footer {
     background: #212120;
}

footer .main-content img {
     width: 90px;
}

footer .main-content address {
     color: var(--grey);
     font-family: var(--sans-serif);
     font-style: normal;
     font-size: 16px;
     line-height: 22px;
}

footer .prefooter {
     display: flex;
     justify-content: space-between;
     padding: 80px 120px 40px;
     column-gap: 10px;
}

/* .prefooter .footer-column:nth-child(2){
  margin-top: 25px;
} */
/* .prefooter .footer-column:nth-child(3){
     margin-top: 25px;
} */

/* .prefooter .footer-column:nth-child(4){
margin-top: 25px;
} */
   

.footer-column {
     max-width: 266px;
     /* padding: 10px; */
     /* margin-bottom: 40px; */
    
}



.footer-column a {
     display: block;
     color: #A0A09B;
     font-family:'Fira Sans';
     font-style: no̦rmal;
     font-weight: 400 !important;
     font-size: 18px;
     line-height: 28px;
     margin-bottom: 10px;
}

footer .social-icons {
     display: inline-block;
}

footer .social-icons img {
     width: 24px ;
     margin-right: 10px;
}

.social-center {
     margin-top: 20px;
}

.footer-column .footer-logo {
     width: 69px;
}

.prefooter.pb-0 {
     padding-bottom: 0px !important;
}

.prefooter.pt-25 {
     padding-top: 0px !important;
}

.footer-column.address-area p {
     margin-top: 25px;
     font-weight: 400;
     font-size: 16px;
     line-height: 25px;
     color: #A0A09B;
}

.footer-column.address-area p.cin {
     color: #deddd9;
    font-family: Fira Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.footer-column.address-area address {
     color:#DEDDD9;
     margin-top: 5px;
}

.footer-column address {
     font-family: 'Fira Sans';
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 22px;
     color:#DEDDD9;
}

.footer-column-heading {
     font-family: var(--sans-serif);
     font-style: normal;
     font-weight: 600;
     font-size: 24px;
     line-height: 32px;
     color: var(--white);
     margin-bottom: 30px;
}

/* .download-center {
 margin-top: 40px;
} */
.download-center h5,
.social-center h5 {
     font-family: 'Fira Sans';
     font-size: 16px;
     line-height: 25px;
     margin-bottom: 10px;
     font-weight: 400 !important;
     color: var(--grey);
     
}

.appstore-icon {
     width: 120px;
     margin-right: 15px;
}

.copyright {
     padding:40px 0px;
     border-top: 2px solid #313236;
}

.copyright .text-center {
     color: #65676D;
     font-family: "League Spartan",sans-serif;
     margin: 0px auto;
}

.copyright .text-grey .mobile-invisible {
     display: inline;
}

.copyright p {
     font-family: "League Spartan",sans-serif;
     font-style: normal;
     font-weight: 300;
     font-size: 14px;
     line-height: 20px;
     text-align: center;
     color:#A0A09B !important;
     margin: auto;
     display: block;
     max-width: 962px;
}

.copyright a {
     color: #898B90 !important;
}


#appmodal {
     position: fixed;
     top: 25%;
     left: calc((100vw - 850px) / 2);
     z-index: 1111;
}

#appmodal.hide {
     display: none;
     visibility: hidden;
     -webkit-animation: scaledown 1s;
     animation: scaledown 1s;
     transition: -webkit-animation 0.5s ease;
     transition: animation 0.5s ease;
     transition: animation 0.5s ease, -webkit-animation 0.5s ease;
}

#appmodal .modal-wrap {
     width: 700px;
     background: url("../images/modal-bg.png");
     background-size: cover;
     background-position: center;
     padding: 25px 40px;
     border-radius: 20px;
     -webkit-animation: scaleup 1s;
     animation: scaleup 1s;
     transition: -webkit-animation 0.5s ease;
     transition: animation 0.5s ease;
     transition: animation 0.5s ease, -webkit-animation 0.5s ease;
}

#appmodal .modal-wrap .flex-center {
     position: relative;
     justify-content: center;
     margin-bottom: 20px;
}

#appmodal .modal-wrap .flex-center .icon-center {
     width: 64px;
     margin-right: 20px;
}

#appmodal .modal-wrap .flex-center #close {
     font-size: 22px;
     position: absolute;
     top: 0px;
     right: 0px;
     cursor: pointer;
}

#appmodal .modal-wrap .modal-content {
     display: flex;
     justify-content: space-between;
}

#appmodal .modal-wrap .mobilesection {
     max-width: 300px;
}

#appmodal .modal-wrap .mobilesection p {
     font-size: 18px;
     line-height: 25px;
     color: #313236;
}

#appmodal .modal-wrap .mobilesection .phone-input {
     display: flex;
     flex-direction: row;
     align-items: center;
     width: 240px;
     padding: 15px 18px;
     max-width: 100%;
     gap: 10px;
     background: #FFFFFF;
     border: 1px solid #1A1A1D;
     margin: 15px 0px;
     cursor: pointer;
}

#appmodal .modal-wrap .mobilesection .phone-input:hover {
     box-shadow: 4px 4px 0px #000;
     transition: box-shadow 0.4s ease;
}

#appmodal .modal-wrap .mobilesection .phone-input:active {
     box-shadow: 4px 4px 0px #000;
     transition: box-shadow 0.4s ease;
}

#appmodal .modal-wrap .mobilesection .phone-input:visited {
     box-shadow: 4px 4px 0px #000;
     transition: box-shadow 0.4s ease;
}

#appmodal .modal-wrap .mobilesection .phone-input .country-code {
     font-family: "League Spartan", sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     color: #1A1A1D;
     padding-right: 8px;
     border-right: 2px solid black;
}

#appmodal .modal-wrap .mobilesection .phone-input input {
     font-family: "League Spartan", sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 18px;
     line-height: 22px;
     width: 100%;
     color: #1A1A1D;
}

#appmodal .modal-wrap .qrsection {
     max-width: 400px;
}

#appmodal .modal-wrap .qrsection .flex {
     align-items: flex-end;
}

#appmodal .modal-wrap .qrsection .qr {
     height: 150px;
     width: 150px;
}

#appmodal .modal-wrap .qrsection .qr img {
     height: 100%;
     width: 100%;
}

#appmodal .modal-wrap .qrsection .instructions p {
     font-weight: 300;
     font-size: 18px;
     line-height: 25px;
     margin-bottom: 20px !important;
}

#appmodal .modal-wrap .qrsection .instructions .fact {
     margin-bottom: 15px;
     display: flex;
     align-items: flex-start;
     justify-content: flex-start;
}



#appmodal .modal-wrap .qrsection .instructions .fact .fact-bullet {
     width: 13px;
     height: 13px;
     display: block;
     background: #C6B9FF;
     margin-right: 10px;
}

#appmodal .modal-wrap .qrsection .instructions .fact .fact-text {
     font-weight: 300;
     font-size: 14px;
     line-height: 20px;
     color: #4B4C51;
     margin-bottom: 0px !important;
}

.wrapper-overlay {
     overflow-y: hidden;
}

.wrapper-overlay::before {
     content: "";
     display: block;
     height: 100vh;
     width: 100vw;
     background: rgba(0, 0, 0, 0.35);
     position: fixed;
     top: 0;
     left: 0;
     -webkit-backdrop-filter: blur(5px);
     backdrop-filter: blur(5px);
     z-index: 99;
}

.downloadbtn .caption {
     font-weight: 300 !important;
     font-size: 16px !important;
     line-height: 22px !important;
     color: #fff !important;
}

#appmodal .modal-wrap .mobilesection .appqr {
     width: 200px;
}

#appmodal .modal-wrap .mobilesection {
     max-width: 300px;
}

#appmodal .modal-wrap .qrsection {
     max-width: 400px;
}

#appmodal .modal-wrap .modal-content {
     display: flex;
     justify-content: space-between;
     align-items: center;
}

#appmodal .modal-wrap {
     width: 680px;
     background: url(../images/modal-bg.png);
     background-size: cover;
     background-position: center;
     padding: 25px 40px;
     border-radius: 20px;
     box-sizing: border-box;
     -webkit-animation: scaleUp 1s;
     animation: scaleUp 1s;
     transition: -webkit-animation 0.5s ease;
     transition: animation 0.5s ease;
     transition: animation 0.5s ease, -webkit-animation 0.5s ease;

     animation: scaleUp 1s !important;
     transition: animation 0.5s ease;
}

#appmodal {
     position: fixed;
     top: 25%;
     left: calc((100vw - 700px) / 2);
     z-index: 1111;
}

.copyright p.ria-flexmobile {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
}

.copyright-content{
    margin-top: 20px;
}

.copyright-content p,
.copyright-content a{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #A0A09B;
}

.copyright-content a{
    display: inline-block;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    margin-bottom: 0;
}

.footer-menu-box{
     display: flex !important;
     gap: 20px;
     align-items: baseline;
}

.footer-address-box{
     max-width: 266px;
     /* margin-right: 30px; */
}
.show-mobile {
     display: none;
 }

.footer-social-box a{
     margin-bottom: 0;
}

@keyframes scaleUp {
     0% {
          transform: scale(0);
     }

     100% {
          transform: scale(1);
     }
}

@media screen and (max-width: 540px) {
     .footer-menu-box{
          flex-direction: column;
          align-items: center;
          gap: 60px;
          padding: 0px 27px   ;
     }
     .show-mobile {
          display: flex;
      }
      .show-desktop {
          display: none;
      }
     
     /* footer styles */
     footer .prefooter {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 80px 25px 60px 25px;
          gap: 60px;
     }
     .copyright {
          padding: 60px 0px;
     }

     .footer-column {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          max-width: 100%;
          margin-top: 0px !important;
     }

     .footer-column address {
          text-align: center;
          font-size: 16px;
          line-height: 22px;
          margin-top: 20px;
          font-weight: 500;
          width: 266px;
     }

     .footer-column-heading {
          margin-bottom: 30px;
     }

     /* .footer-column {
           margin-bottom: 60px;
     } */

     .footer-column:last-child {
          margin-bottom: 0;
     }

     .download-center{
margin-top: 0px;
     }
     .footer-column a {
          font-size: 18px;
          line-height: 28px;
     }

     /* .footer-menu {
          margin-bottom: 60px;
     } */

     .download-center h5,
     .social-center h5 {
          text-align: center;
          font-size: 16px;
          margin: 0px auto;
          margin-bottom: 10px;
     }

     .download-center .flex a .appstore-icon {
          width: 120px;
     }


     .copyright p {
          padding: 0px 25px;
          /* margin-top: 15px !important; */
     }

     .footer-column.address-area p {
          text-align: center;
          margin: 5px auto;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px;
     }

     .footer-column.address-area p {
          margin-top: 25px;
     }

     .footer-column a:last-child {
          margin-bottom: 0;
     }

     .download-center a {
          margin: 8px;
          margin-bottom: 0;
     }

     .copyright-content{
        text-align: center;
        margin-top: 30px;
    }

    .reserved{
     margin: auto;
    }

    .copyright-content a{
        margin-bottom: 0;
        font-size: 18px !important;
        line-height: 25px !important;
        text-decoration-thickness: 1px !important;
    }
}

.footer_menu_moneysign{
     position: relative;
}

.footer_menu_moneysign sup{
     position: absolute;
     top: -2px;
     margin-left: 1.73px;
}