@font-face {
    font-family: 'BPG_Arial_0';
    src: url('https://mothersday.clp.ge/assets/includes/fonts/bpg_arial_0/BPG_Arial_0.eot');
    src: url('https://mothersday.clp.ge/assets/includes/fonts/bpg_arial_0/BPG_Arial_0.ttf') format('truetype'),
    url('https://mothersday.clp.ge/fonts/assets/includes/bpg_arial_0/BPG_Arial_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3b5dab;
}

html, body {
    padding: 0;
    margin: 0;
}

html {
    cursor: url(https://mothersday.clp.ge/assets/includes/img/cursor-hover.png), pointer;
}

a:hover {
    cursor: url("https://mothersday.clp.ge/assets/includes/img/cursor.png"), auto;
}

body {
    height: 100%;
    background: linear-gradient(0deg, rgba(226, 226, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

a {
    text-decoration: none;
}

a:visited {
    color: unset;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

* {
    font-family: 'BPG_Arial_0', sans-serif;
}

p {
    margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.slider {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95vw;
    max-width: 1140px;
    max-height: 90vh;
    display: none;
    background-color: white;
    z-index: 1001;
}

.slider .slider-photo {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 80vh;
}

.slider .description {
    display: inline-flex;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
    height: 30px;
    width: 100%;
}

.close-slider {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
    transition: color .2s;
}

.slider-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    display: none;
}

.slider-open {
    filter: blur(2px);
}

.slider-backdrop.show {
    display: block;
}

.text-center {
    text-align: center;
}

.left-banner {
    background-color: white;
    height: 100%;
    width: 100%;
}

#crop-image {
    margin-top: 20px;
    padding: 0.375rem 1.75rem;
    font-size: 20px;
}

.swal2-styled.swal2-confirm {
    background-color: #3B5DAB !important;
}

.swal2-title {
    font-size: 18px !important;
}

.h-100 {
    height: 100%;
}

.left-banner a {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.left-banner img {
    position: sticky;
    top: 20px;
    height: 95vh;
    width: 100%;
}


.right-banner {
    background-color: white;
    height: 100%;
    width: 100%;
}

.right-banner a {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.right-banner img {
    position: sticky;
    top: 20px;
    height: 95vh;
    width: 100%;
}

.position-relative {
    position: relative;
}

.header {
    width: 100%;
}

.header-btns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-btn:visited {
    color: #3b5dab;
}

.header-btn {
    text-align: center;
    display: block;
    width: 230px;
    background-color: #99D7E3;
    padding: 15px 10px;
    font-family: BebasNeue-Bold, sans-serif;
    color: #404040;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    transition: background-color .2s, color .2s;
    letter-spacing: 1px;
}

.header-btn:visited {
    color: #404040;
}

.header-btn:hover {
    transition: background-color .2s, color .2s;
    background-color: #E895C0;
    color: white;
    cursor: pointer;
}

.welcome-text {
    color: #212529;
    line-height: 150%;
}

.welcome-text p {
    margin-bottom: 10px;
}

.welcome-text a {
    color: #3b5dab;
}

.welcome-text a:hover {
    color: #e7392a;
}

/*HR LINES*/
.divider-fade {
    position: relative;
    height: 3px;
    margin: 20px 0;
}

.red {
    color: #e7392a !important;
}


.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(59, 93, 171), transparent);
}

.red:before {
    background-image: linear-gradient(to right, transparent, rgb(231, 57, 42), transparent);
}


.responsive-header {
    width: 100%;
    max-width: 1110px;
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background-color: #E895C0;
    border-bottom: 1px solid rgb(59, 93, 171);
    border-right: 1px solid rgb(59, 93, 171);
}

.responsive {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.search input {
    padding: 6px 12px;
    border: 0;
    background-color: transparent;
    width: 100%;
    color: #E895C0;
    border-bottom: 1px solid #22A2DC;
    box-shadow: 0 1px 0 0 #22A2DC;
    font-size: 1rem;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.search input:focus {
    outline: none;
    box-shadow: 0 3px 0 0 #22A2DC;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.search input::placeholder {
    color: #22A2DC;
}

.card {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    height: 300px;
    overflow: hidden;
}

.card img {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    padding: 1rem;
    color: #212529;
    line-height: 1.3;
}

.card-title {
    color: #22A2DC;
    font-weight: bold;
    margin-bottom: .75rem;
}

.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
}

.load-more-btn {
    border-radius: 30px;
    color: white;
    background-color: #e7392a;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: background-color .2s;
}

.load-more-btn:hover {
    cursor: pointer;
    background-color: #c83f3f;
    transition: background-color .2s;
}

.load-more-btn:focus {
    outline: none;
}

footer {
    background-color: #3b5dab;
    height: 80px;
}

footer .container {
    height: 100%;
    position: relative;
}

.footer {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
}

.footer img {
    position: absolute;
    left: 0;
}

.footer .social-icons {
    color: white;
    transition: color .2s;
}

.footer .social-icons a:link {
    color: white;
    transition: color .2s;
}

.footer .social-icons a:hover {
    color: #e7392a;
    transition: color .2s;
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.footer, .darker-footer {
    cursor: default;
}

.darker-footer {
    background-color: #34468d;
    height: 25px;
    width: 100%;
}

.darker-footer .container {
    height: 100%;
}

.darker-footer .copyright {
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*END OF HR LINES*/


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 9999999;
    text-align: center;
}

#loading-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}


/*INNER CLASSES*/
.inner-text {
    display: block;
    margin: auto;
    text-align: left;
    color: #212529;
    /*max-width: 700px;*/
    line-height: 150%;
}

.yeartext {
    text-align: right;
    color: dimgray;
}

.photo img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.bg-white {
    background-color: #fff !important;
}

.rounded {
    border-radius: .25rem !important;
}

.photo {
    position: relative;
    cursor: pointer;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.hearts {
    cursor: url(https://mothersday.clp.ge/assets/includes/img/cursor-hover.png), pointer;
    position: absolute;
    right: -40px;
    top: -30px;
    width: 100px;
}

.copyright-text {
    font-size: 1rem;
    color: #3b5dab;
    text-align: right;
}

.parent-name {
    color: #21A2DC;
}

.edit-photo {
    background-color: #E895C0;
    padding: 5px 10px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: white;
    font-family: "BPG_Arial_0", sans-serif;
    cursor: pointer;
    transition: background-color .2s ease;
}

.edit-photo:hover {
    background-color: #99D7E3;
    transition: background-color .2s ease;
}

.upload {
    position: relative;
    width: 50%;
    height: 630px;
    background-color: #99D7E3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .2s ease;
}

.upload:hover {
    background-color: #E895C0;
    transition: background-color .2s ease, transform .2s ease;
}

.upload:hover .upload-btn {
    transform: scale(1.2);
}


.upload .upload-btn {
    display: flex;
    color: white;
    align-items: center;
    border-radius: 10px;
    border: 2px solid white;
    padding: 10px;
    transition: transform .2s ease;
}

.upload-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #3B5DAB;
    z-index: 1100;
    display: none;
}

.swal2-container {
    z-index: 2147483647 !important;
}

/*END OF INNER CLASSES*/

::selection {
    background: #e7392a; /* WebKit/Blink Browsers */
    color: white;
}

::-moz-selection {
    background: #e7392a; /* Gecko Browsers */
    color: white;
}

.left-arrow {
    padding: 6px 5px;
    width: 26px;
    font-size: 20px;
    text-align: center;
    background-color: #3b5dab;
    position: absolute;
    top: 40%;
    left: -26px;
    color: white;
    cursor: pointer;
    transition: left .2s, background-color .2s;
    z-index: 999;
}

.left-arrow:hover {
    background-color: #e7392a;
    transition: background-color .2s;
}


.right-arrow {
    padding: 6px 4px;
    width: 26px;
    font-size: 20px;
    text-align: right;
    background-color: #3b5dab;
    position: absolute;
    top: 40%;
    right: -26px;
    color: white;
    cursor: pointer;
    transition: background-color .2s;
    z-index: 999;
}

.right-arrow:hover {
    background-color: #e7392a;
    transition: background-color .2s;
}

.swipe-alert {
    display: none;
}

.arrows-alert-desktop {
    display: none;
}


@media screen and (min-width: 1260px) {
    .slider .left-arrow {
        font-size: 40px;
        width: 45px;
        left: -45px;
        padding: 8px 5px;
    }

    .slider .right-arrow {
        font-size: 40px;
        width: 45px;
        right: -45px;
        padding: 8px 5px;
    }
}

@media screen and (max-width: 1260px) {
    .slider .left-arrow {
        left: -12px;
    }

    .slider .right-arrow {
        right: -12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-btn {
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {

    .arrows-alert-desktop {
        display: table;
        background-color: dimgray;
        color: white;
        position: fixed;
        text-align: center;
        padding: 5px 10px;
        width: auto;
        z-index: 1002;
        left: 50%;
        transform: translateX(-50%);
        transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .arrows-alert-desktop div {
        display: table-cell;
        vertical-align: middle;
    }

    .arrows-alert-desktop.show {
        bottom: 5px;
        transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .arrows-alert-desktop.hide {
        bottom: -100px;
        transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }
}

@media screen and (max-width: 992px) and (orientation: landscape) {
    .slider {
        top: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
    }

    .slider .slider-photo {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-height: 70vh;
    }
}


@media screen and (max-width: 992px) {

    .card {
        height: 320px;
    }

    .card-text {
        -webkit-line-clamp: 3;
    }


    .slider .description {
        padding: 10px;
        height: 50px;
    }

    .close-slider {
        width: 10px;
        right: 5px;
        top: 0;
    }

    .parent-name {
        font-size: 16px;
    }

    .swipe-alert {
        display: table;
        background-color: dimgray;
        color: white;
        position: fixed;
        text-align: center;
        padding: 5px 10px;
        width: auto;
        z-index: 1500;
        left: 50%;
        transform: translateX(-50%);
        transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .swipe-alert div {
        display: table-cell;
        vertical-align: middle;
    }

    .swipe-alert.show {
        bottom: 5px;
        transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .swipe-alert.hide {
        bottom: -100px;
        transition: bottom 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .hidden-sm {
        display: none !important;
    }

    .text-center-lg {
        text-align: center;
    }


    .header-btns {
        text-align: center;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    .header-btn {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    footer {
        height: 100%;
    }

    .footer {
        display: unset;
        text-align: center;
    }

    .footer img {
        display: block;
        position: unset;
        margin: 10px auto 20px auto;
    }

    .social-icons {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 425px) and (max-width: 576px) {
    .header-btn {
        width: 300px;
        font-size: 16px;
        padding: 12px 15px;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .header-btn:first-child {
        margin-right: 10px;
    }

    .header-btn {
        width: 48%;
        font-size: 16px;
        padding: 15px 10px;
    }

    .header-btns a:last-child {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 1200px) {
    .hearts {
        right: -30px;
        top: 13px;
        width: 100px;
    }
}

@media screen and (max-width: 320px) {
    .header-btn {
        width: 142px;
        font-size: 10px;
        padding: 10px 5px;
    }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
    .header-btn {
        width: 300px;
        font-size: 16px;
        padding: 12px 15px;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    .header-btn {
        width: 300px;
        font-size: 16px;
        padding: 12px 15px;
    }
}

@media screen and (max-width: 414px) {
    .photo + div {
        flex-direction: column !important;
    }

    .parent-name {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .hearts {
        width: 80px;
    }
}

@media screen and (max-width: 600px) {
    .hearts {
        right: -12px;
        width: 60px;
    }
}

@media screen and (max-width: 442px) {
    .hearts {
        width: 60px;
    }
}

@media screen and (max-width: 576px) {

    .swipe-alert {
        font-size: 11px;
        line-height: 150%;
    }

    .left-arrow {
        left: -12px;
    }

    .right-arrow {
        right: -12px;
    }
}