/*responsive*/
.goldResponsive{
    display: none;
}
@media screen and (max-width:425px){
    .icon h3,
    .top-text h3,
    .change-calculation h4{
        font-size: 1.2em!important;
    }
    .pi-dollar,
    .pi-euro,
    .pi-pound{
        font-size: 1em!important;
    }
    .change-name{
        margin-left: 3%;
    }
    .text h5{
        font-size: 1em!important;
    }
    .p-card-title{
        font-size: 1rem!important;
    }
    .number{
        font-size: 1rem!important;
    }
    .active,
    .non-active{
        margin: 1% !important;
    }
    .contact-card-seperator{
        display: none;
    }
    .phone-number{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .p-menubar-end{
        display: none;
    }
    .p-menubar-start{
        width:100%
    }
    .pi-phone{
        margin-top: 5%!important;
        font-size: 1.5em!important;
        margin-right: 4%;
    }
    .exchange-usd span{
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .goldInput input{
        width: 85%;
    }
    .goldResponsive{
        display: block;
        margin-top:5% ;
        color: white;
        font-weight: bold;
    }
    .gold{
        float: left;
    }
    .goldName span{
        margin:6%
    }

    .contact-title{
        font-size: 1.2em;
    }

    .pi-phone{
        margin-top: 1%;
        font-size: 1.5em!important;
        margin-right: 4%;
    }
}

@media screen and (max-width:992px) {
    .play-store{
        width: 100% !important;
        margin-bottom: 5%;
        margin-left: 0!important;
    }

    .gold-card {
        width: 100% !important;
        margin-left: 0!important;
        margin-top: 5%;
    }
    .calculation{
        display: block!important;
    }
    .change-calculation,
    .gold-calculation{
        width: 100%!important;
    }
}
@media screen and (max-width:1199px) {
    .mail-contact,
    .location-contact{
        margin-top: 3%!important;
    }
}
@media screen and (max-width:576px){
    .swiper-slide  img{
       width: 100%!important;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px){
    .swiper-slide{
        justify-content: flex-start!important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 576px){
    .swiper-slide{
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) and (min-width: 320px){
    .gold-title{
        display: none!important;
    }
    .gold-name {
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
      }
      .gold-name span{
        background-color: white;
        color: var(--general-color);
        font-weight: bold;
        padding: 15px 20px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
      }
      .gold-input,
      .gold-total {
        float: left;
        width: 50%;
        display: flex;
        justify-content: space-around;
        margin-bottom: 5%;
      }
}

@media only screen and (max-width: 1400px) and (min-width: 921px){
    /* .kurAzalis,
    .kurSabit,
    .kurArtis{
        background-position: right center!important;
    } */
}

/*responsive*/