@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&display=swap');


img.card__image {
    width: 100%;
}

@media(max-width:767px){
    
    li {
    font-size: 14px !important;
}
.swiper-button-next, .swiper-button-prev{
    
    top: 66%;
}

.feature_text.testi_slider p {
    font-size:16px !important;
}


}

.feature__text {
    margin-top: -18px;
}


/*.feature {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*        align-items: center;*/
/*}*/
.feature .feature__text {
     margin-left: 10px;
}
.feature .feature__text strong {
    font-size: 20px;
}
.feature img.feature__image{margin: 0;}
.small_text{background: #1e1e1e;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;}
.author_detail {
    margin-left: 15px;
}
.star{color: #334eac; font-weight: 700; margin-left: -40px;}
.star span{background: #1e1e1e; padding: 6px 25px 6px 35px; border-radius: 30px;}
.author_name{line-height: 1.1; margin: 0;}
img.quote {
    position: absolute;
    right: -10px;
    bottom: -35px;
    z-index: 999999;
}

.accordion-title h5{font-weight: 100;}
#block-1698405801855 a:hover, .footer a.link-list__link:hover{color: #334eac;}
/*
.header a.link-list__link:hover {
    border-bottom: 2px solid #334eac;
    padding-bottom: 24px;
}*/
.header a.link-list__link {
    position: relative;
    text-decoration: none;
}

.header a.link-list__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Adjust the thickness of the border */
    background-color: #334eac;
    transition: width 0.3s ease; /* Smooth transition for hover effect */
}

.header a.link-list__link:hover::after {
    width: 100%;
}



.header a.link-list__link{
    padding: 24px 0;
}