/*------------------------------------------------------------------
[Table of contents]

1. Body - Main CSS / body
2. Buttons / .btn-primary
3. Navigation / .navbar
4. Hero Section / .hero
5. Features Section / .features
6. Screenshots Section / .screenshots
7. News Section / .news
8. Download Section / .download
9. Footer / .main_footer
10. Modal Start / .modal-content

-------------------------------------------------------------------*/
@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
    font-style: normal;
}

/* 1. Body - Main CSS Start */
body {
    font-family: 'Cairo', sans-serif;
}

h1 {
     padding-top: 50px;
}

*:hover, *:focus, *:active {
    outline: none;
}
section.section{
    float: left;
    width: 100%;

}


/* 1. Body - Main CSS End */

/* 2. Buttons Start */
.btn-primary {
    height: 42px;
    border-radius: 21px;
    background-color: #dfab29;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border:0;
    min-width: 135px;
    font-size: 14px;
    line-height: 28px;
    color: #1e2127;
}
.btn-primary.btn-lg {
    min-width: 206px;
    height: 52px;
    font-size: 16px;
    border-radius: 26px;
    line-height: 34px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus{
    background-color: #c49624;
    border:0;
    outline: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn.btn-outline-primary {
    min-width: 206px;
    height: 52px;
    border-radius: 26px;
    border: solid 2px #dfab29;
    color: #dfab29;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-outline-primary:hover{
    outline: none;
    border: solid 2px #c49624;
    background-color: #c49624;
    color:#1e2127;
}
/* Buttons End */


/* 3. Navigation Start */


nav.navbar {
    margin-top: 45px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding:10px 17px;
}
.header_btn {
    margin-left: 34px;
}
.dropdown-toggle::after {
    content:"";
    background-image: url('../icons/dropdown.svg');
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    border: 0;
    margin-top: 6px;
    float: right;
    background-size: 8px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 5px;
    background-color: #304483;
    margin-top: -1px;
    border: 0;
    border-top-left-radius: 0;
}
.navbar .dropdown-item {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    padding:5px 17px;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item:active{
    background: #374d8e;
}
.navbar .nav-link.dropdown-toggle[aria-expanded=true]{
    background-color: #304483;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.receivePayToText {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
/* Navigation End */

/* 4. Hero Section Start */
.walletTag {
    color:#dfab29;
}

#addressSelector .nav-link{
    color: #fff;
    border-radius: 20px;
}

#addressSelector .nav-link.active{
    color: #000;
    background-color: #dfab29;
}

#qrCodeLightning, #qrCodeOnchain {
    border-radius: 20px;
    margin-top: 25px;
    border: 10px solid white;
    background: white;
}

.addressText {
    border-radius: 30px;
    font-size: 0.75rem;
    padding: 0.75rem;
    margin-top: 25px;
    background: lightgrey;
}

.openInWallet {
    margin-top: 25px;
    margin-bottom: 25px;
}

section.hero{
    background-image: url(../icons/hero_bg.svg);
    height: 1170px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.payPage{
    background: radial-gradient(circle at 50% 50%, #575757, #4f4f50, #474749, #3f4043, #37383c, #2f3136, #272a2f, #202329);
    height: 100vh;
}

@media (max-width: 767px){
    .main_logo img {
        max-width: 250px;
    }
}

@media (min-width: 768px){
    .main_logo img {
        max-width: 400px;
    }
}

.section_title {
    text-align: center;
    font-size: 34px;
    color: #1c1f28;
    margin: 15px 0;
}
.section_desription {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #7a7c82;
}

.hero .iphones {
    position: relative;
    margin-top:67px;
}
.hero .iphones > div {
    width: 738px;
    height: 738px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}
.hero .iphones .iphone_1 {
    background-image: url(../images/hero_iphone_4_wos.png);
    top:52px;
}

.hero .iphones .iphone_2 {
    background-image: url(../images/hero_iphone_5_wos.png);
    left:144px;
}

.hero_row > div {
    padding: 0;
}
.hero_row {
    margin: 0;
}

.hero h1 {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
}

.hero h4 {
    color: #ffffff;
}

.hero .hero_text {
    margin-top: 100px;
}
.hero .hero_text h6 {
    margin-top: 30px;
}
.hero .hero_text p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #fffbfb;
    margin:26px 0 30px 0;
}
.hero .hero_text .buttons > a {
    float: left;
}
.hero .hero_text .btn-icon {
    color: #ffffff;
    padding:11px 30px;
}
.hero .hero_text .btn-icon:hover {
    opacity: 0.7;
}
.hero .hero_text .btn-icon i {
    font-size: 30px;
    float: left;
    display: inline-block;
}
.hero .hero_text .btn-icon span {
    float: left;
    display: inline-block;
    margin:4px 10px;
}
/* Hero Section Start */

@media (max-width: 1100px){
    #businessHome {
      height:100% !important;
      padding-bottom: 100px !important;
    }
}

/* 5. Features Section Start */
.features .feature_item img {
    width: 70px;
    height: 80px;
    object-fit: contain;
}
.features .feature_item {
    text-align: center;
}
.features h2 {
    margin-bottom: 150px;
}
.features .feature_item h3 {
    font-size: 24px;
    margin-top: 37px;

}
.features .feature_item p {
    font-size: 16px;
    text-align: center;
    color: #9b9ea7;
}
section.section.features {
    padding-bottom: 120px;
}
/* Features Section End */

/* 6. Screenshots Section Start */

section.screenshots {
    background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
    position: relative;
    margin-bottom: 20px;
}
section.screenshots:after {
    background-image: url(../icons/screenshots_bottom.svg);
    width: 100%;
    height: 140px;
    background-size: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: -140px;
    background-repeat: no-repeat;
}
.screenshots .screenshot.active,
.screenshots .screenshot:hover{
    opacity: 1;
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.04), 0 15px 11px 0 rgba(0, 0, 0, 0.05);

}
.screenshots .screenshot {
    width: 100%;
    height: 228px;
    border-radius: 15px;
    background-color: #ffffff;
    padding:30px 32px;
    opacity: 0.5;
    margin-top: 88px;
    margin-bottom: 4px;
    box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03), 0 15px 11px 0 rgba(0, 0, 0, 0.03);
    cursor: pointer;
    transition: .3s;

}
.screenshots .screenshot i {
    background-color: rgba(38, 71, 174, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #dfab29;
    padding: 21px 18px;
    text-align: center;
}
.screenshots .screenshot h3 {
    font-size: 21px;
    margin-top:19px;
}
.screenshots .screenshot p {
    color: #7a7c82;
}

.screenshots .iphone_x:before {
    background-image: url(../icons/iphone_x.png);
    width: 444px;
    height: 787px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: -17px;
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.screenshots .row {
    margin: 0 0 50px 0;
}
.screenshots .row > div {
    padding: 0;
}

.screenshots .screenshots_row > div.first,
.screenshots .screenshots_row > div.last {
    max-width: 350px;
    float: left;
    width: 100%;
}

.screenshots .screenshots_row > div.iphone {
    width: 410px;
    float: left;
    position: relative;
    height: 787px;
}

.screenshots .screenshots_row > div.first >div:first-child,
.screenshots .screenshots_row > div.last >div:first-child{
    margin-top: 120px;
}
.screenshots .iphone_x #screen_slider {
    position: absolute;
    width: 300px;
    height: 700px;
    margin: 61px 55px;
}
.screenshots .iphone_x #screen_slider > div {
    height: 700px;
}
.screenshots .iphone_x img {
    width: 305px;
    border-radius: 5%;
}
.owl-dots {
    display: none;
}
.section_button {
    margin: 20px 0;
}
/* Screenshots Section End */

/* 7. News Section Start */
.news h2 {
    margin-top: 150px;
}
.news_block .news_item {
    border-radius: 16px;
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.035);
    width: 100%;
    float: left;
    transition: .3s;
}
.news_block .news_item:hover{
    text-decoration: none;
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.07);

}
.news .news_block {
    margin-top: 86px;
}
.news_block .news_item .content {
    background-color: #ffffff;
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    text-align: center;
    padding:21px 38px 23px;
}
.news_block .news_item img {
    width: 100%;
    max-width: 350px;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.news_block .news_item h3 {
    font-size: 20px;
    color: #1c1f28;
}
.news_block .news_item p {
    color: #a1a4ac;
    font-size: 16px;
}
.news .news_block {
    margin-right: -20px;
    margin-left: -20px;
}
.news_block > div {
    padding-right: 20px;
    padding-left: 20px;
}
.news .section_button {
    margin-top:130px;
}
/* News Section End */
/* FAQ Section */
.faq {
  margin-top:50px !important;
}

.faq .container h1 {
  text-align: center !important;;
}

.faq .card-header {
  background-color: transparent !important;;
  color: #1e2127;
  text-align: center !important;;
}

.faq .card-header .btn {
  background-color: transparent !important;;
  color: #1e2127;
  white-space: normal;
}

.faq .card {
  color: #1e2127;
  box-shadow: 0 10px 50px 0 rgba(7, 42, 68, 0.03), 0 15px 11px 0 rgba(0, 0, 0, 0.03) !important;
}

/* 8. Download Section Start */
.main_footer .download {
    /*height: 340px;*/
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 10px 20px 60px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    border-top:4px solid #dfab29;
    margin-top: -16px;
    padding:59px;
    text-align: center;
}
.main_footer .download h3 {
    font-size: 24px;
}
.main_footer .download p {
    color: #a1a4ac;
    font-size: 16px;
    max-width: 516px;
    margin: 0 auto;
}
.download .download_links {
    /*margin-top:59px;*/
}

@media (max-width: 767px){
  .download .download_links img {
      height: 45px;
      margin:0 5px 15px;
  }
}

@media (min-width: 768px){
  .download .download_links img {
      height: 64px;
      margin:0 5px 15px;
  }
}

.download .download_links a {
    color: darkblue !important;
}

.download .download_links a:hover {
    text-decoration: none;
    color: blue !important;
}
/* Adding media query for screens smaller than 993px */
@media (max-width: 992px) {
    .download .download_links a {
        color: lightskyblue !important;
    }

    .download .download_links a:hover {
        color: deepskyblue !important;
    }
}
/* Download Section End */

/* 9. Footer Start */
.main_footer {
    background-image: url(../icons/footer_bg.svg);
    width: 100%;
    height: 997px;
    background-repeat: no-repeat;
    float: left;
    margin-top:130px;
    color:#fff;
    background-size: cover;
    background-position: left;
}

.pay_footer {
    width: 100%;
    float: left;
    margin-top:130px;
    color:lightgrey;
}

.footer_logo {
    text-align: center;
}

@media (max-width: 767px){
    .footer_logo img {
        width: 300px;
    }
}

@media (min-width: 768px){
    .footer_logo img {
        width: 400px;
    }
}

.footer_content {
    margin-top:133px;
    margin-bottom:75px;
}
.footer_links h5{
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 13px;
}
.footer_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_links ul li {
    padding: 6px 0;
}
.footer_links ul li a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    color: #ffffff;
}
.footer_links > div {
    float: left;
}
.footer_links {
    display: flex;
    justify-content: space-between;
    margin-top:80px;
}
.footer_bottom {
    float: left;
    width: 100%;
    margin-top:40px;

}
.footer_bottom p {
    display: inline-block;
    float: left;
    font-size: 15px;

}

.footer_bottom p a {
    color: #dfab29 !important;
}
.social_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.social_links li {
    float: left;
    margin-right: 20px;
}
.social_links li:last-child {
    margin-right: 0;
}
.social_links li a {
    color:#18285D;
    background: white;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
/* Footer End */

#mediaHome p a {
    color: #dfab29 !important;
}

#posHome .hero_text a {
    color: #dfab29 !important;
}
/* 10. Modal Start */
.modal-content {
    background: transparent;
    border: 0;
}
.modal-body {
    background: transparent;
    padding: 0;
    flex: auto;
}
.modal-body .close {
    background-image: url(../icons/hamburger_icon_close.svg);
    width: 17px;
    height: 17px;
    margin: 10px 0;
    opacity: 1;
    background-size: 17px;
}
.modal-body .close:hover {
    outline: none;
}

/* Modal End */
