
@font-face {
    font-family: 'cairo-font';
    src: url('/font/cairo/cairo-variablefont_slnt,wght.ttf') format('truetype');
}

body {
    font-family: 'cairo-font';
}


html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%
}

*, ::after, ::before {
    box-sizing: border-box
}

.imageCount {
    top: 3%;
    left: 3%;
}

.todayImageBtn {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
    bottom: 30%;
    background-color: #3facbc;
    left: -16px;
}

.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-item .item {
}

.owl-nav button.owl-nex, .owl-nav button.owl-prev {
    font-size: 50px
}


.mostVisted {
    background-repeat: no-repeat;
    height: 530px;
    background-position: center;
    background-size: cover
}

.todayPhoto {
    margin-right: -45px
}

@media(max-width: 750px) {
    .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 {
        left: 1px;
    }
}
