/* @media (min-width:992px) and (max-width:1268px) */
@media (min-width:992px) and (max-width:1268px) {

    /* header  */
    header .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }

    header .navbar {
        width: 100%;
    }

    header .navbar .navbar-brand img {
        width: 109px;
        height: 51px;
    }

    .navbar .navbar-nav .nav-item .nav-but {
        padding: 8px 15px;
        font-size: 14px;
    }



    /* payment */
    .payment .left-payment .select {
        display: none;
    }

    .payment {
        width: 95%;
    }

    .right-payment {
        width: 33% !important;
    }

    /* footer */
    footer {
        height: auto;
    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .subscribe-media {
        display: none;
    }
}


/* @media (min-width:320px) and (max-width:991px) */
@media (min-width:320px) and (max-width:991px) {

    /* header  */
    header .navbar {
        width: 99%;
    }

  .wave{
    display: none;
  }

  .banner{
    height: 200px;
  }

  footer{
    background-color: #812990;
  }
    
    header{
        background-image: url("../../assets/images/banner_2.png");
        background-position: 0px 0px ;
        background-size: cover;
    }

    .navbar-nav {
        text-align: center;
        padding: 15px 0px;

    }
    header .navbar .lang .btn{
    color: #49276E !important;
    }
    header .navbar .nav-item.lang {
        color: #0B325C !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }

    header .navbar .nav-item.lang span {
        color: #0B325C !important;
        font-weight: 700;
    }

    .navbar-nav .btn1 {
        background-color: white;
        border: 1px solid  #49276E;
        border-radius: 15px !important;
        font-weight: 700;
        margin-top: 20px;

    }

    .navbar-nav .btn2 {
        background-color: #49276E;
        border-radius: 15px !important;


    }
    .navbar-nav .btn1:hover {
        color: white !important;
        background-color:#49276E ;
    }

    header .navbar .navbar-nav .nav-link {
        color: #0B325C;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.166);
        text-align: center;
    }


    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }

.banner{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner .video video{
width: 420px;
}


header .banner .banner__content  h1{
    font-size: 40px;
    color: white !important;
}
header .banner .banner__content  p{
    font-size: 20px;
}
header .banner .banner__content  .btn-banner{
    font-size: 13px !important;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px 40px !important;
}



    header .banner .banner__content p {
        color: var(--white);
        font-size: 16px;
        font-weight: 700;
        margin-top: 31px;
        margin-bottom: 31px;
    }

  

    .banner-info .banner-info-content {

        margin: 30px;
    }



    


    /* payment */



    .payment {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
    }

    .payment .left-payment,
    .payment .right-payment {
        width: 100%;

    }

    .payment .left-payment {
        padding: 10px 0px;
        margin-bottom: 30px;

    }

    .payment .left-payment .select {
        display: none;
    }

    .payment .left-payment table tr .price {
        color: #095F90;
        font-size: 11px;
        font-style: normal;
        font-weight: 700 !important;
    }

    .payment .left-payment table tr th {
        font-size: 10px;
        padding: 10px;
        color: #095F90;
        text-align: center;
    }

    .payment .left-payment table tr td {
        font-size: 8px;
        color: #095F90;
        padding: 10px;
        font-weight: 700;
        text-align: center;
    }

    /* footer 
    
    */
    footer {
        height: auto;

    }

    footer .media-width {
        width: 100%;
        margin: auto;

    }

    footer .media-width .row {

        display: flex;
        flex-direction: column;
        text-align: right;
    }


    footer .footer-links {
        margin: 0px !important;
    }

    footer .footer-links h6 img {
        width: 205px;
        height: 96px;
        flex-shrink: 0;
        margin-bottom: 30px;

    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media .footer-icons-social {
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        justify-content: space-evenly;

    }


    footer .media .footer-icons-payment {
        width: 99%;
        margin: auto;
    }


    footer .media .footer-icons-payment img,
    footer .media .footer-icons-payment svg {
        width: 50px;
        height: 60px;
    }

    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }


    footer .copyright {
        flex-direction: column !important;
    }

    footer .media .footer-media-contact {
        flex-direction: column;


    }

    footer .subscribe-media {
        display: none;
    }
}