/*---------------- Font -------------------*/


[class^="icofont-"],
[class*=" icofont-"] {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/*---------------- Basic Section -------------------*/

html {
    animation: fadeSiteIn 0.85s ease forwards;
}

html.fadeSiteOut {
    animation: fadeSiteOut 0.85s ease forwards;
}

@keyframes fadeSiteIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeSiteOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

html {
    font-size: 10px;
}

body {
    font-family: "Trirong", serif;
    font-size: 1.5rem;
    overflow-x: hidden;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Trirong", serif;
    font-weight: normal;
}

h2 {
    margin-bottom: 26px;
    font-size: 3.2rem;
}

h3 {
    font-size: 3.2rem;
}

h4 {
    font-size: 1.6rem;
}

.section-sd h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

.white-txt {
    color: #fff;
}

.btn {
    font-size: 1.6rem;
    background: none;
    border: 1px solid #666;
    border-radius: 0;
    color: #666;
    font-family: "Jost", sans-serif;
    font-size: 20px;
}

.btn:hover {
    color: #231f1f;
    background-color: #fff0;
}

.btn-ar {
    margin-top: 74px;
    display: block;
}

.input__label--style {
    width: 100% !important;
}

.btn-outline {
    background: none !important;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 7px 46px;
}

.btn-outline:hover {
    background-color: #ffffff !important;
    color: #333 !important;
}

.modal-body {
    position: relative;
}

.colose-section-img {
    position: absolute;
    right: 0;
    top: 0;
    overflow: visible;
    z-index: 999;
    opacity: 0.8;
    border: none;
}

.close-section {
    position: absolute;
    right: -6px;
    top: -9px;
    overflow: visible;
    z-index: 999;
    opacity: 0.8;
    border: none;
}

.close-section .btn {
    border: none;
}

.modal-body {
    padding: 15px;
}

.modal-body-pt {
    padding: 0px;
}

.modal-content.active {
    /*displays pop-up when "active" class is present*/
    visibility: visible;
    text-align: center;
}

.modal-body.active {
    visibility: visible;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    max-width: 700px;
}

.modal-dialog-img {
    min-height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width: 400px;
    left: 35%;
    top: 20%;
    margin: 0px;
    /* margin-top: 35rem; */
    bottom: 0%;
    overflow-x: hidden;
}

.banner-badge {
    max-width: 120px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15%;
}

.carousel-control-next, .carousel-control-prev{
    top:30px;
}

@media (max-width: 768px) {
    .modal-dialog {

    }
}

#circle {
    margin-top: 14px;
    margin-right: 14px;
    border-radius: 50%;
    background-color: black;
    height: auto;
}

#video-circle{
        /*margin-top: 14px;*/
    /*margin-right: 14px;*/
    border-radius: 41%;
    background-color: black;
    height: auto;
    width: 30px;
    position: absolute;
    right: -15px;
    top: -14px;
    z-index: 9999999999;
}

#img-circle{
    border-radius: 41%;
    height: auto;
    width: 21px;
    position: absolute;
    right: 1px;
    top: -8px;
    z-index: 9999999999; 
}

#img-circle button svg{
    color: #000;
}

.deals {
    position: fixed;
    top: 37%;
    left: 50px;
    width: 400px;
    bottom: 15px;
    z-index: 9;
    background: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 20px 3px #3333334d;
}

.deals .close {
    position: absolute;
    right: 0px;
    top: 10px;
    opacity: 1;
    color: #fff;
    border: none;
    border-radius: 100%;
}

.deals .cover_img {
    height: auto;
    overflow: hidden;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    z-index: 99999999999999999999999;
}

.deals .cover_img img {
    width: 100%;
}

.carousel-control-prev {
    z-index: 99999999999999999999999999999999;
}

.carousel-control-next {
    z-index: 99999999999999999999999999999999;
}

.close {
    border-radius: 100%;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 0px 1px 10px #000;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    z-index: 999;
    font-size: 2.5rem;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    /*background-color: #000;*/
}

.D-prev {
    position: fixed;
    z-index: 99;
    left: -25px;
    top: 40%;
}

.D-next {
    position: fixed;
    z-index: 99;
    right: 61%;
    top: 40%;
}

.side-icon-block{
    position: fixed;
    left: 20px;
    bottom: 75px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    z-index: 9;
}

.side-icon-block li{
    margin-bottom: 5px;
    cursor: pointer;
}


@media only screen and (max-width: 991px) {
    body .deals {
        width: 50%;
        right: 50px;
        bottom: auto;
    }

    .D-prev {
        left: 0px;
    }

    .D-next {
        right: 0px;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    body .deals {
        bottom: auto;
        top: 35%;
        max-width: 320px;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1023px){
    .D-prev {
        left: 53px;
        top: 70%;
    }

    .D-next {
        right: 64%;
        top: 70%;
    }

}

@media screen and (min-device-width: 1024px) and (max-device-width: 1050px){
     .D-prev {
        left: 57px;
        top: 70%;
    }

    .D-next {
        right: 65%;
        top: 70%;
    }
}

@media screen and (min-device-width: 1050px) and (max-device-width: 1119px){
     .D-prev {
        left: 70px;
        top: 70%;
    }

    .D-next {
        right: 68%;
        top: 70%;
    }
}

@media screen and (min-device-width: 1120px) and (max-device-width: 1200px){
     .D-prev {
        left: 70px;
        top: 70%;
    }

    .D-next {
        right: 70%;
        top: 70%;
    }
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1300px) {
    body .deals {
        bottom: auto;
        top: 33%;
        max-width: 400px;
    }
}

@media screen and (min-device-width: 1201px) and (max-device-width: 1240px){
    .D-prev {
        left: 5%;
        top: 65%;
    }

    .D-next {
        right: 64%;
        top: 65%;
    }
}

@media screen and (min-device-width: 1241px) and (max-device-width: 1300px){
    .D-prev {
        left: 5%;
        top: 65%;
    }

    .D-next {
        right: 66%;
        top: 65%;
    }
}


@media screen and (min-device-width: 1300px) and (max-device-width: 1400px) {
    body .deals {
        bottom: auto;
        top: 35%;
        max-width: 500px;
    }
}

@media screen and (min-device-width: 1301px) and (max-device-width: 1350px){
    .D-prev {
        left: 5%;
        top: 65%;
    }

    .D-next {
        right: 68%;
        top: 65%;
    }
}

@media screen and (min-device-width: 1351px) and (max-device-width: 1400px){
    .D-prev {
        left: 5%;
        top: 65%;
    }

    .D-next {
        right: 69%;
        top: 65%;
    }
}

/*@media screen and (min-device-width: 1300px) and (max-device-width: 1500px) {
    body .deals {
        bottom: auto;
        top: 25%;
        max-width: 500px;
    }
}*/

@media screen and (min-device-width: 1401px) and (max-device-width: 1450px){
    .D-prev {
        left: 5%;
        top: 65%;
    }

    .D-next {
        right: 70%;
        top: 65%;
    }
}

@media screen and (min-device-width: 1451px) and (max-device-width: 1500px){
    .D-prev {
        left: 5%;
        top: 65%;
    }

    .D-next {
        right: 71%;
        top: 65%;
    }
}

@media screen and (min-device-width: 1501px){
    body .deals {
        bottom: auto;
        top: 40%;
        left: 5%;
        max-width: 500px;
    }

    .D-prev {
        left: 6%;
        top: 65%;
    }

    .D-next {
        right: 70%;
        top: 65%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    body .deals {
        bottom: auto;
        top: 60%;
        max-width: 250px;
    }

    .D-prev {
        left: 8%;
        top: 75%;
    }

    .D-next {
        right: 63%;
        top: 75%;
    }
}

@media screen and (min-device-width: 801px) and (max-device-width: 900px) {
    .D-prev {
        left: 8%;
        top: 75%;
    }

    .D-next {
        right: 67%;
        top: 75%;
    }
}

@media screen and (min-device-width: 901px) and (max-device-width: 991px) {
    .D-prev {
        left: 8%;
        top: 75%;
    }

    .D-next {
        right: 71%;
        top: 75%;
    }
}

@media screen and (min-device-width: 220px) and (max-device-width: 767px) {
    body .deals {
        bottom: auto;
        top: 70%;
        max-width: 300px;
    }
     .D-prev {
        display: none;
    }

    .D-next {
        display: none;
    }
}
#modal-popup-image .modal-content{
    width:90%;
}





