
@font-face {
    font-family: 'ibmplexsans-regular';
    src: url('/font/ibm_plex_sans/ibmplexsans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ibmplexsans-medium';
    src: url('/font/ibm_plex_sans/ibmplexsans-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ibmplexsans-light';
    src: url('/font/ibm_plex_sans/ibmplexsans-light.ttf') format('truetype');
}

@font-face {
    font-family: 'ibmplexsans-bold';
    src: url('/font/ibm_plex_sans/ibmplexsans-bold.ttf') format('truetype');
}

.bold {
    font-family: 'ibmplexsans-bold';
}

body {
    font-family: 'ibmplexsans-regular';
}

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%
}

*, ::after, ::before {
    box-sizing: border-box
}

.imageCount {
    top: 3%;
    right: 3%;
}

.bar1 {
    width: 35px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px auto;
    transition: 0.4s;
}

.bar2 {
    width: 27px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px auto;
    transition: 0.4s;
}

.bar3 {
    width: 19px;
    height: 3px;
    background-color: #ffffff;
    margin: 6px auto;
    transition: 0.4s;
}

/* .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  
  } */


.style {
    background-color: #389db4;
    color: white;
    width: max-content;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.style1 {
    background-color: #389db4;
    color: white;
    width: fit-content;
    padding: 6px 12px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}


.c-dark {
    background-color: #0e0e1b;
}




.edit-1 {
    max-width: 100%;
}




.i {
    color: white;
    font-size: 40px;
}

.ii {
    color: #000000;
    font-size: 40px;
}

.bgi {
    background-color: white;
    border-radius: 30px;
    height: 43px;
    padding-top: 4px;
}

.cutom-bg::placeholder {
    color: #808080;
    opacity: 1; /* Firefox */
}

.cutom-bg::-ms-input-placeholder { /* Edge 12 -18 */
    color: #808080;
}


.carousel-control-next, .carousel-control-prev {
    /*  position: unset*/
    width: 7%
}

    .carousel-control-next .carousel-control-next-icon, .carousel-control-prev .carousel-control-prev-icon {
        height: 54px;
        border-radius: 5px;
        background-color: #9d9d9dd1
    }


.owl-nav button.owl-next span, .owl-nav button.owl-prev span {
    font-size: 50px
}

.mostVisted {
    background-repeat: no-repeat;
    height: 530px;
    background-position: center;
    background-size: cover
}

.todayPhoto {
    margin-left: -65px
}

.todayImageBtn {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    bottom: 30%;
    background-color: #3facbc;
    right: -16px;
}

@media(max-width: 758px) {
    .responsive-1 {
        width: 13rem !important;
        height: 33px;
    }

    .responsive-2 {
        width: 100% !important;
    }

    .img-respo {
        width: 100%;
    }

    .edit-1 {
        max-width: 100%;
        height: 26.9rem;
    }

    .todayImageBtn {
        right: 1px;
    }
}
