@font-face {
    font-family: "Bookerly Display";
    src: url(../font/Bookerly-Display/Bookerly\ Display.ttf);
}

@font-face {
    font-family: "Amazon Ember";
    src: url(../font/amazon-ember/Amazon\ Ember.ttf);
}

/*
font-family: "Bookerly Display";
font-family: "Amazon Ember"; 
*/
* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* scrol-bar */

/* ::-webkit-scrollbar{
    background-color: #FBD34A;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: #000000;
} */

/* scrol-bar */
:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --dark-brown-color: #474b4e;
    --orange-color: #ff8000;
}

.py {
    padding: 4.5rem 0;
}

a {
    font-family: "Amazon Ember";
    transition: 0.3s ease-in-out !important;
    text-decoration: none !important;
    font-size: 16px;
    color: var(--black-color);
}

a:hover {
    color: var(--orange-color);
}

ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
}

.dark-brown-color {
    color: var(--dark-brown-color);
}

.black-color {
    color: #000000;
}

.orange-color {
    color: var(--orange-color);
}

.white-color {
    color: var(--white-color);
}

.heading-1 {
    font-family: "Bookerly Display";
    font-size: 75px;
    font-weight: 600;
    line-height: 70px;
}

.heading-2 {
    font-family: "Bookerly Display";
    font-size: 50px;
    font-weight: 500;
    line-height: 61px;
}

.heading-3 {
    font-family: "Bookerly Display";
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.heading-4 {
    font-size: 50px;
    font-weight: 500;
    line-height: 32px;
}

.heading-5 {
    font-size: 40px;
    font-weight: 500;
    line-height: 25px;
}

.heading-6 {
    font-size: 35px;
    font-weight: 400;
    line-height: 30px;
}

.para-1 {
    font-size: 16px;
    line-height: 25px;
    font-family: "Amazon Ember";
}

.para-2 {
    font-size: 16px;
    line-height: 25px;
    font-family: "Amazon Ember";
}

@keyframes move {
    0% {
        transform: translate(-400px, -90px);
    }

    25% {
        transform: translate(-220px, 0px);
    }

    50% {
        transform: translate(-60px, -90px);
    }

    75% {
        transform: translate(-220px, -180px);
    }

    100% {
        transform: translate(-400px, -90px);
    }
}

.py {
    padding: 3rem 0;
}

/* custome-btn */
/* custome-btn */

/* header */

header {
    padding: 10px 0;
}

.main-header .dropdown-menu {
    width: 1350px;
    position: absolute;
    top: 55px;
    left: -339px;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    border-top: 1px solid #d1d2d4;
    padding: 25px 0 5px 0;
    border-bottom: 1px solid #d1d2d4;
}

.main-header .main-header-dropdown {
    border-bottom: 1px solid #d1d2d4;
    padding-bottom: 45px;
}

.main-header img.img-fluid {
    height: 65px;
}

.main-header .nav-link {
    color: var(--dark-brown-color) !important;
    padding: 0 !important;
    margin-left: 22px;
}

.main-header .nav-link:hover {
    color: var(--orange-color) !important;
}

.ui.main-header-dropdown {
    display: flex;
    justify-content: space-around;
}

.ui.main-header-dropdown h3 {
    font-family: "Bookerly Display";
    margin: 0 0 4px;
    font-size: 23px;
}

.ui.main-header-dropdown .heading-3 {
    font-family: "Bookerly Display" !important;
    font-size: 42px;
    line-height: 39px;
    margin-bottom: 13px;
}

.ui.main-header-dropdown p {
    font-family: "Amazon Ember";
}

.four.wide.column li a {
    color: var(--black-color);
}

.four.wide.column li a:hover {
    color: var(--orange-color) !important;
}

.four.wide.column li a:hover {
    color: var(--orange-color) !important;
}

.b-button:before {
    border: 1px solid #fff;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all .2s;
}

.button--primary:hover:before,
.button--primary:focus:before {
    border: 1px solid var(--orange-color);
}

.b-button {
    font-family: "Amazon Ember", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: 12px 16px;
    position: relative;
    transition: all .2s;
    text-align: center;
}

.b-button:hover,
.b-button:focus {
    box-shadow: -8px 6px 20px -3px rgba(0, 0, 0, 0.2);
    color: var(--orange-color);
}

.button--primary {
    background-color: transparent;
    border: 1px solid var(--orange-color);
    color: var(--orange-color);
}

.main-icons {
    display: flex;
    align-items: center;
    padding: 0 0 0 15px !important;
    gap: 10px;
}

.main-icons .icon i {
    font-size: 24px;
    color: var(--dark-brown-color);
    transition: 0.2s ease-in-out;
}

.main-icons .icon.facebook i:hover {
    color: #3b5998;
}

.main-icons .icon.twiter i:hover {
    color: #1ea1f3;
}

.main-icons .icon.instagram i:hover {
    color: #d8408a;
}

/* header */

/* section-1 */
/* section-1 */

/* section-2 */
.section-2-text img {
    height: 80px;
}
.u-divider {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0 20px;
    width: 40px;
}

.section-2-text {
    position: relative;
    z-index: 1;
}

.section-2-text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #ffffffc9;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-shadow: 0 0 10px 10px #ffffffc9;
}

.section-2-img {
    /* background-image: url(../images/12.webp); */
    width: 130%;
    height: 524px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -30%;
    z-index: 0;
}

.section-2-img a img {
    position: relative !important;
    z-index: 1;
}

/* section-2 */


/* section-3-*/
.section-3-text img {
    height: 105px;
}
.section-3-main-text .main-border .header {
    border: 1px solid #d1d2d4;
    border-left: none;
    color: #474b4e;
    font: 400 10px / 16px "Amazon Ember", sans-serif;
    letter-spacing: 1px;
    padding-left: 0;
    width: 90px;
}

.section-3-main-text td a {
    font-size: 14px;
    color: #474b4e;
}

.section-3-main-text td a:hover {
    font-size: 14px;
    color: var(--orange-color);
}

.section-3-main {
    display: flex;
    gap: 25px;
}

.width-20 {
    width: 20%;
}

.width-80 {
    width: 80%;
}

.book-table {
    border: 1px solid #d1d2d4;
    border-right: none;
    padding: 6px 8px;
    font-size: 14px;
    padding: 8px 12px;
}

.img-shadow {
    box-shadow: -18px 1px 6px -2px rgba(0, 0, 0, 0.2), -30px 1px 16px -4px rgba(0, 0, 0, 0.2);
}

.section-3-text-inner-border {
    border-bottom: 1px solid var(--orange-color);
    border-top: 1px solid var(--orange-color);
    padding: 5px 0;
}

.section-3-text-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid var(--orange-color);
    border-top: 1px solid var(--orange-color);
}

.section-3-text-inner .border-line {
    border-right: 1px solid var(--orange-color);
}

.section-3-text {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 41px 10px;
}

.section-3-text p {
    margin: 0;
}

.width-50 {
    width: 50%;

}

.section-3-main-text .heading-3 {
    font-size: 25px;
}

/* section-3- */

/* .section-4 */
.section-4-text img{
    height: 26px;
}
.section-4-img {
    background-image: url(../images/section-4-img-1.jpg);
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-inner-img-text {
    display: flex;
    align-items: center;
}

.section-4-inner-img-text .para-1 {
    font-size: 14px;
    margin: 0;
}

.section-4-main .img-shadow {
    transition: 0.4s ease-in-out;
}

.section-4-main .img-shadow:hover {
    box-shadow: -30px 1px 18px 0 rgba(0, 0, 0, 0.3), -48px 1px 32px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transform: translate(4px, -9px) rotate(0.001deg);
}
.section-4-inner-img-text img {
    height: 65px;
}
/* section-4 */

/* section-5 */
.section-5-img {
    background-image: url(../images/stock-photo-kyiv-ukraine-june-people-are-interested-in-books-at-the-book-arsenal-in-kyiv-2336768167.png);
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* section-5 */

/* section-6-text */
.section-6 td.book-table a {
    font-size: 14px;
    color: #474b4e;
}

.section-6 td.book-table a:hover {
    color: var(--orange-color);
}

.section-6-text .border-lines {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 6px;
    width: 60px;
}

.section-6-text .heading-2 {
    font-size: 45px;
    font-weight: 600;
    padding: 10px 0 30px 0;
}

.section-3-main-text a h3:hover {
    color: var(--orange-color);
}

.section-3-main-text a h3 {
    transition: 0.2s ease-in-out;
}

.section-6 .main-text {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}

.section-6 .main-text img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.section-6 .main-text p {
    margin: 0;
}

.width-25 {
    width: 25%;
}

.width-75 {
    width: 75%;
}

.section-6 .padding-right {
    padding-right: 30px;
}

.section-6 .padding-left {
    padding-left: 30px;
}

/* section-6-text */

/* footer */
.width-30 {
    width: 30%;
}

.width-70 {
    width: 70%;
}

.footer-text p a {
    border-bottom: 1px solid var(--orange-color);
}

.footer-text p {
    margin: 0;
}

.footer-text {
    padding: 20px 0;
}

.footer-text ul.footer__list li a {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.footer-text ul.footer__list {
    width: 100% !important;
}

.footer-text svg.footer__link-arrow {
    width: 35px;
}

.footer-text-inner-border {
    border-bottom: 1px solid #d1d2d4;
    border-top: 1px solid #d1d2d4;
    padding: 5px 0;
}

.section-footer-text-inner {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d1d2d4;
    border-top: 1px solid #d1d2d4;
    align-items: start;
}

.section-footer-text-inner .border-line {
    border-left: 1px solid #d1d2d4;
}

.footer__list a {
    font-size: 40px;
    padding: 18px 0px 18px 25px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all .2s;
    font-family: "Bookerly Display" !important;
    margin-left: 10px;
}

.footer__link--one:hover {
    border-top: 1px solid #f15e28;
    border-bottom: 1px solid #f15e28;
    color: #f15e28;
}

.footer__link--one:focus {
    border-top: 1px solid #f15e28;
    border-bottom: 1px solid #f15e28;
    color: #f15e28;
}

.footer__link--two:hover {
    border-top: 1px solid #30a9d7;
    border-bottom: 1px solid #30a9d7;
    color: #30a9d7;
}

.footer__link--two:focus {
    border-top: 1px solid #30a9d7;
    border-bottom: 1px solid #30a9d7;
    color: #30a9d7;
}

.footer__link--three:hover {
    border-top: 1px solid #d94452;
    border-bottom: 1px solid #d94452;
    color: #d94452;
}

.footer__link--three:focus {
    border-top: 1px solid #d94452;
    border-bottom: 1px solid #d94452;
    color: #d94452;
}

.footer__link--fourth:hover {
    border-top: 1px solid #86c779;
    border-bottom: 1px solid #86c779;
    color: #86c779;
}

.footer__link--fourth:focus {
    border-top: 1px solid #86c779;
    border-bottom: 1px solid #86c779;
    color: #86c779;
}

.footer__list a:focus .footer__link-arrow {
    opacity: 1;
    transform: translateX(0);
}

.footer__list a .footer__link-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.5s ease-in-out;
}

.footer__list a:hover .footer__link-arrow {
    opacity: 1;
    transform: translateX(0);
}

.footer__link--fourth {
    margin-bottom: 40px;
}


/* footer */

.popover__wrapper {
    position: relative;
    margin-top: 0;
    display: inline-block;
  }
  .popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 75px;
    left: 0px;
    transform: translate(0, 10px);
    border: 1px solid #ff7f00;
    border-radius: 0;
    box-shadow: -24px 16px 24px 0 rgba(0, 0, 0, 0.2);
    width: 335px;
    padding: 1.5rem;
    background-color: white;
  }
  .popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 4px;
    top: -10px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: #00000000 transparent #fe8d1b transparent;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .popover__message {
    text-align: center;
  }
  .sign-to-btn-text .heading-5{
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-brown-color);
  }
  .sign-to-btn-text .para-1{
    font-size: 15px;
    margin: 0 0 9px 0;
    color: var(--dark-brown-color);
  }
  .sign-to-btn-text .para-1 a{
    border-bottom: 1px solid var(--orange-color);
  }


.main-section-r{
    position: relative;
    z-index: 0;
}

.beast.main-after{
    display: none;
}
.beast.main-after.main-book-inner{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -37px;
    width: 130%;
    z-index: 2;
    left: -20%;
    padding: 25px 20px;
}
.main-after-text .heading-3{
    font-size: 26px;
}
.main-after-text .para-2{
    font-size: 15px;
    font-family: "Amazon Ember";
    margin: 0 0 6px 0;
}
.main-after-text .para-1{
    font-size: 14px;
    font-weight: 600;
    font-family: "Bookerly Display";
    margin: 0 0 6px 0;
    color: #474b4e;
}
.main-after-text-anker a{
    border-bottom: 1px solid var(--orange-color);
    font-family: "Bookerly Display";
    font-weight: 600;
}

.beast-2.main-after{
    display: none;
}
.beast-2.main-after.main-book-inner-2{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 100%;
    z-index: 2;
    left: 0;
    padding: 25px 20px;
}

.beast-3.main-after{
    display: none;
}
.beast-3.main-after.main-book-inner-3{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-4.main-after{
    display: none;
}
.beast-4.main-after.main-book-inner-4{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-5.main-after{
    display: none;
}
.beast-5.main-after.main-book-inner-5{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.beast-6.main-after{
    display: none;
}
.beast-6.main-after.main-book-inner-6{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-7.main-after{
    display: none;
}
.beast-7.main-after.main-book-inner-7{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.beast-8.main-after{
    display: none;
}
.beast-8.main-after.main-book-inner-8{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-9.main-after{
    display: none;
}
.beast-9.main-after.main-book-inner-9{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.beast-10.main-after{
    display: none;
}
.beast-10.main-after.main-book-inner-10{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-11.main-after{
    display: none;
}
.beast-11.main-after.main-book-inner-11{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.bg-dark-btn {
    background-image: linear-gradient(180deg, #fff, #b8c5d3);
    border: none;
}
.btn-dark-new {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
}

.section-1 {
    background-image: url('../images/orange-pattern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8rem;
    background-position: top;
}


.section-6 {
    position: relative;
    z-index: 0;
}

.section-6:before {
    background-image: url('../images/book-circle.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    content: "";
    z-index: 99;
    left: 100px;
    top: -40px;
    width: 100px;
    height: 100px;
    opacity: 1;
}

.section-6:after {
    background-image: url(../images/book-circle.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    content: "";
    z-index: 99;
    right: 100px;
    bottom: -40px;
    width: 100px;
    height: 100px;
    opacity: 1;
}