@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap");

@font-face {
    font-family: 'Roboto';
    src: url('https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxMFT13tB7_bak.woff2') format('woff2');
    font-display: swap;
  }  
@font-face {
    font-family: "SFP-r";
    src: url("../fonts/SFPRODISPLAYREGULAR.OTF");
}

@font-face {
    font-family: "SFP-b";
    src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}

:root {
    --main-clr: #e4001b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    width: 100%;
}

input:focus,
select:focus {
    outline: none;
}

.d-none{
    display: none;
}

.navbar-section {
    background: whitesmoke;
    position: fixed;
    width: 100%;
    z-index: 11;
}

.navbar-contacts {
    background: whitesmoke;
}

.navbar-contacts .contacts p {
    margin-bottom: 0;
}

.navbar-contacts .contacts {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-link {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: black;
    transition: color 0.3s ease-out;
    margin-right: 50px;
}

.nav-link:after {
    display: block;
    content: "";
    border-bottom: 2px solid var(--main-clr);
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.nav-link:hover:after {
    transform: scaleX(1);
}
.nav-link.selected:after  {
    transform: scaleX(1);
}

.nav-link:hover {
    color: var(--main-clr);
}

.navbar-collapse {
    flex-grow: initial;
}

.navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navbar-brand img {
    height: 40px;
}

.navbar .contacts {
    display: flex;
    width: 94%;
    justify-content: end;
}

.container-fluid {
    background: white;
    height: 70px;
}

.contact {
    margin-right: 30px;
}

.contact a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: black;
}

.contact p {
    font-size: 11px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.contact img {
    height: 100%;
    margin-right: 10px;
}

.dropdown {
    margin-top: 4px;
    margin-right: 50px;
}

.dropdown-toggle,
.dropdown-item,
.dropdown-menu {
    background: none;
    border: none;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

#button-sign {
    padding: 8px 36px;
    background: var(--main-clr);
    border-radius: 8px;
    color: white;
    position: relative;
    border: 2px solid var(--main-clr);
    transition: all 0.3s;
}

#button-sign:hover {
    background: white;
    color: var(--main-clr);
}

.full {
    box-shadow: 0 0 0 100vmax #fff;
    clip-path: inset(0 -100vmax);
}

.snavigation {
    transform: translateY(-40px);
    transition: transform 0.3s ease;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* End navbar */

.main-banner {
    background: whitesmoke;
    height: 100vh;
    display: flex;
    align-items: center;
}

.mb-img img {
    width: 100%;
}

.mb-title h1 {
    font-size: 72px;
    font-family: "SFP-b";
}

.mb-title {
    margin-top: 100px;
    margin-bottom: 60px;
}

.mb-question {
    margin-bottom: 50px;
}

.mb-title h1 span {
    color: var(--main-clr);
    text-decoration: underline;
}

.mb-question p {
    font-size: 20px;
    font-family: "SFP-r";
}

.mb-question p a {
    color: var(--main-clr);
}

.mb-search-date {
    display: flex;
    padding: 31px 20px;
    background: white;
    position: absolute;
    border-radius: 8px;
}

.btn-book {
    background: var(--main-clr);
    color: white;
    font-size: 0.8rem;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    white-space: nowrap;
    border: 2px solid var(--main-clr);
    border-radius: 8px;
    transition: 0.3s ease-out;
}

.btn-book:hover {
    background: transparent;
    color: var(--main-clr);
}

.location {
    margin-right: 40px;
}

.location-select {
    height: 46px;
    width: 180px;
    background: whitesmoke;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 15px 15px 15px 15px;
}

.main-banner .nav-link {
    margin-right: 0;
}
/* End main banner */

.fc-title {
    font-family: "SFP-r", sans-serif;
}

.fc-title h1,
.fc-title h2 {
    font-size: 32px;
}

.fc-title h1 span,
.fc-title h2 span {
    color: var(--main-clr);
}

.fc-button-link {
    text-decoration: none;
}

.fc-btn {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
    padding: 20px 75px;
    color: var(--main-clr);
    border: 1px solid var(--main-clr);
    border-radius: 15px;
    background: transparent;
    transition: all 0.3s;
}

.fc-btn:hover {
    cursor: pointer;
    color: white;
    background: var(--main-clr);
}

.fc-button {
    float: right;
}

.car-block {
    padding: 1.75rem 1.4375rem;
    background: whitesmoke;
    border-radius: 30px;
    margin-top: 30px;
}

.cb-title {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: "SFP-r", sans-serif;
}

.cb-title p:first-child {
    color: black;
}

.cb-title p:last-child {
    font-family: "SFP-b", sans-serif;
    color: var(--main-clr);
}

.cb-title p:last-child span {
    color: black;
    font-family: "SFP-r", sans-serif;
    font-size: 20px;
}

.cb-img img {
    width: 100%;
    border-radius: 15px;
}

.cb-line {
    height: 2px;
    width: 100%;
    background: #929292;
    margin-bottom: 24px;
}

.cb-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.cb-details div {
    font-family: "SFP-r", sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.cb-details div small:first-child {
    color: #929292;
}

.car-block .fc-btn {
    width: 100%;
    padding: 16px 0;
    border: 2px solid var(--main-clr);
    font-size: 16px;
}

.argument-block {
    margin-top: 121px;
    background: whitesmoke;
    height: 130vh;
    display: flex;
    align-items: center;
}

.ab-img img {
    width: 100%;
}

.reason h1,
.reason h2 {
    font-size: 24px;
    font-family: "SFP-b", sans-serif;
}

.reason p {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
}

.ab-button {
    margin-top: 70px;
}

.argument-bk {
    margin-top: 60px;
    padding: 41px 39px 41px 20px;
    background: white;
    border-radius: 30px;
}

.abk-img {
    width: 55px;
    height: 47.5px;
}

.abk-img img {
    width: 100%;
}

.abk-text h3 {
    font-size: 24px;
    margin-top: 30px;
    font-family: "SFP-b", sans-serif;
}

.abk-text p {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
}

.about-us-block {
    height: 100vh;
    display: flex;
    align-items: center;
}

.blade-about .about-us-block {
    height: auto;
}

.statistics {
    display: flex;
    flex-direction: column;
    margin-top: 78px;
}

.statistics p {
    font-family: "SFP-r", sans-serif;
}

.statistics p:first-child {
    font-size: 32px;
    color: var(--main-clr);
}

.statistics p:last-child {
    font-size: 20px;
}

.about-us-text p {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
}

.aub-button {
    margin-top: 60px;
}

.about-img img {
    width: 100%;
}

.offer-section {
    background-image: url(../images/businessman-signing-car.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 33.1875rem;
    margin-bottom: 90px;
    display: flex;
    align-items: center;
}

.os-title h1,
.os-title h2 {
    font-family: "SFP-r", sans-serif;
    font-size: 64px;
    color: white;
}

.os-button .fc-btn {
    background: var(--main-clr);
    margin-top: 30px;
    color: #fff;
}

.os-button .fc-btn:hover {
    background: transparent;
    color: var(--main-clr);
}

.images-margin {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text-recomendation {
    padding: 80px;
}

.text-recomendation p {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
}

.r-author {
    margin-top: 40px;
}

.r-author p {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: "SFP-b", sans-serif;
}

.r-author small {
    font-size: 16px;
    font-family: "SFP-r", sans-serif;
}

.image-carousel img {
    width: 100%;
}

.map-contacts {
    width: 50%;
}

#map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}

.contacts .fc-title {
    margin-bottom: 2rem;
}

.info-block {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem;
}

.info-block img {
    height: 100%;
}

.info-block p {
    font-size: 20px;
    margin-left: 20px;
    font-family: "SFP-r", sans-serif;
}

.footer-first {
    padding: 47px 121px 120px 47px;
    background: #1e1e1e;
}

.footer-block .footer-title {
    font-size: 22px;
    font-family: "SFR-b", sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.footer-block p {
    font-size: 16px;
    font-family: "SFP-r", sans-serif;
    color: #fff;
}

.footer-block p a {
    text-decoration: none;
    color: white;
}

.footer-second {
    padding: 32px 130px;
    background: #000;
}

.footer-second p,
.footer-second div {
    font-size: 16px;
    font-family: "SFP-r", sans-serif;
    color: white;
}

.footer-second div a {
    text-decoration: none;
    color: white;
}

.contacts .contact-us {
    padding-left: 7rem;
}

.footer-b {
    padding-left: 80px;
}

.fs-company {
    display: flex;
    justify-content: end;
}

/* Product page */

.product-filter {
    background: whitesmoke;
}

.p-title {
    margin-bottom: 2rem;
}

.contacts2 .p-title {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.product-filter .fc-title {
    margin-bottom: 30px;
}

.p-title small {
    font-size: 14px;
    font-family: "SFP-b", sans-serif;
}

.filter-features {
    display: flex;
    justify-content: space-between;
}

.filter-features input,
.filter-features select,
.filter-features label {
    font-size: 16px;
    font-family: "SFP-r", sans-serif;
}

.filter-feature {
    height: 3rem;
    width: 9.3rem;
    background: whitesmoke;
    border: none;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    padding: 10px;
}

.form-check-input {
    border: 1px solid var(--main-clr);
}

.form-check-input:focus {
    border-color: var(--main-clr);
    outline: 0;
    box-shadow: 0 0 10px var(--main-clr);
}

.form-check-input:checked {
    background-color: var(--main-clr);
    border: 1px solid var(--main-clr);
    box-shadow: 0px 0px 10px var(--main-clr);
}

.product-filter .col-md-12 {
    margin-bottom: 50px;
}

.pf-button #button-sign {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 1rem;
}

.pf-button #button-sign:hover {
    background-color: transparent;
}

.checbox-engine {
    background: white;
    display: flex;
    width: 8rem;
    height: 3rem;
    padding: 11px 14px 0px 14px;
    justify-content: space-between;
    border-radius: 10px;
}

.filter-features .location {
    margin-right: auto;
}

.cars {
    margin-top: 70px;
    margin-bottom: 100px;
}

.cars .col-md-12 {
    display: grid;
    place-items: center;
}

.cars-button {
    margin-top: 60px;
}

.product-section {
    background: whitesmoke;
    padding-bottom: 30px;
}

.product-image-loader {
    display: flex;
}

.product-image-loader .col-md-4 {
    padding-left: 1rem;
}

.car_img {
    width: 100%;
}

.car-imgs {
    height: 100%;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}

.snavigation {
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.car-imgs img {
    width: 100%;
    align-self: center;
}

.date-pickers {
    display: flex;
}

.date-picker h3 {
    font-size: 1.4rem;
    font-family: "SFP-r", sans-serif;
}

.date-picker .location-select {
    background: white;
    margin-top: 11px;
    margin-bottom: 2.4rem;
}

.product-section .col-md-4 .col-md-12 {
    display: flex;
    justify-content: space-between;
}

.price-total {
    font-size: 1.4rem;
    font-family: "SFP-r", sans-serif;
}

.product-section .cb-line {
    background: var(--main-clr);
    height: 1px;
    margin-top: 22px;
    margin-bottom: 22px;
}

.product-section .fc-button-link {
    width: 100%;
}

.product-section .fc-btn {
    width: 100%;
}

.extra-features h3 {
    font-size: 1.4rem;
    font-family: "SFP-r", sans-serif;
    margin-bottom: 22px;
}

.extra-features div {
    margin-bottom: 22px;
}

.product-section .form-check-input {
    width: 1.8rem;
    height: 1.8rem;
}

.extra-features label {
    font-family: "SFP-r", sans-serif;
    font-size: 1.4rem;
}

.ve-title {
    font-size: 20px;
    font-family: "SFP-b", sans-serif;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.eq-feature {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.4rem;
}

.eq-feature img {
    height: 100%;
    margin-right: 2rem;
}

.eq-feature h3 {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
}

.car-features {
    display: flex;
}

.general-feature {
    display: flex;
    align-items: end;
    margin-bottom: 1.4rem;
}

.general-feature img {
    height: 100%;
    margin-right: 2rem;
}

.general-feature h3 {
    font-size: 20px;
    font-family: "SFP-r", sans-serif;
}

.recomandation .col-md-6 {
    margin-top: 5rem;
}

.lightbox-photo {
    display: block;
    width: 100%;
    height: 100%;
}

#div_imp_t {
    padding-right: 13px;
}

.general-features {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bi-chevron-right {
    right: -5% !important;
}

.bi-chevron-left {
    left: -5% !important;
}

.services-description {
    display: flex;
    margin-bottom: 2rem;
}

.fc-sub-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-family: "SFP-b";
}

.service-advantage {
    display: flex;
    align-items: start;
}

.service-advantages p {
    font-size: 1.1rem;
    font-family: "SFP-b";
}

.service-advantage p {
    font-size: 1.1rem;
    font-family: "SFP-b";
}

.comfortable {
    font-size: 1.1rem;
    font-family: "SFP-b";
    margin-top: 3rem;
    margin-bottom: 1.1rem;
}

.service-advantage img {
    height: 100%;
    margin-top: 0.6rem;
    margin-right: 2rem;
}

.services .fc-title {
    margin-bottom: 3rem;
}

.services {
    background: whitesmoke;
}

.sa-t {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    font-family: "SFP-b";
    margin-bottom: 1.5rem;
}

.services-list {
    font-size: 1.3rem;
    font-family: "SFP-r";
}

.services-note {
    margin-top: 2rem;
    font-size: 1.3rem;
    font-style: italic;
}

.service-img {
    height: 100%;
    width: 100%;
}

.service_button {
    margin-top: 2.3rem;
    margin-bottom: 6rem;
}

.FAQ {
    background: whitesmoke;
}

#accordion_personal {
    padding: 0;
}

#accordion_personal li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    font-family: "SFP-r", sans-serif;
}

#accordion_personal li label {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: "SFP-b", sans-serif;
}

#accordion_personal li label span {
    transform: rotate(90deg);
}

#accordion_personal label + input[type="radio"] {
    display: none;
}

#accordion_personal .content {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    font-size: 1rem;
}

#accordion_personal label + input[type="radio"]:checked + .content {
    max-height: 120px;
}

.service-contact {
    margin: 6rem auto;
    padding-left: 4rem;
}

.margin-need {
    margin-top: 5.2rem;
}

.table-div {
    margin: 2rem auto;
}

.table {
    font-family: "SFP-r";
    font-size: 1rem;
}

.column_title {
    font-family: "SFP-b";
    font-size: 1.2rem;
}

tr {
    border-color: inherit;
}



/*
** Main page filter
*/
.mp-filter{
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 150%;
    position: relative;
    z-index: 1;
}
.mp-filter label{
    font-size: 13px;
    margin-bottom: 0;
}
.mp-filter input{
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    background-color: #f7f7f7;
    border: none!important;
}
.mp-filter select{
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    background-color: #f7f7f7;
    border: none!important;
}
.mp-filter button{
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    border-width: 2px;
    border-color: var(--main-clr);
}
.mp-filter button:hover{
    background-color: var(--main-clr);
}
/*
** Cars Filter
*/
.filter-main-item select{
    background-color: #fff;
    border: none;
    height: 50px;
    font-weight: 700;
}
.filter-main-item input{
    background-color: #fff;
    border: none;
    height: 50px;
    font-weight: 700;
}
.filter-main-item label{
    font-size: 13px;
    font-weight: 600;
}
.filter-item{
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 0 20px;
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
}
.filter-item input{
    margin: 0;
}
.filter-item label{
    cursor: pointer;
    user-select: none;
}



/*
** Rezerve modal
*/
#bookingModal .car-img{
    width: 100%;
    border-radius: 12px;
}




/*
** Spinner
*/
.spin-load{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--main-clr);
    border-color: var(--main-clr) transparent var(--main-clr) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.image-carousel img {
    height: 500px;
    object-fit: cover;
}

/*
** Auth page
*/
.auth-page {
    padding-top: 300px;
    padding-bottom: 100px;
    width: 100%;
    min-height: 100vh;
}
.auth-page .row {
    display: flex;
    justify-content: center;
}
.auth-form {
    width: 450px;
    background-color: #fff;
    padding: 30px 55px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .375);
}
.auth-form .logo {
    margin-bottom: 25px;
}
.auth-form .logo img {
    width: 140px;
}
.auth-form h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #141414;
}
.auth-form .auth-field {
    width: 100%;
    position: relative;
    display: flex;
}
.auth-form .auth-field input {
    width: 100%;
    margin: 20px 0;
    height: 50px;
    border-radius: 35px;
    border: 1px solid #141414;
    padding-left: 65px;
}
.auth-form .auth-field span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.auth-form .auth-field span img {
    width: 25px;
}
.auth-form .auth-action button {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    background-color: var(--main-clr);
    border-color: var(--main-clr);
    border: 1px solid var(--main-clr);
    color: #141414;
    transition: 0.5s;
}
.auth-form .auth-action button:hover {
    background-color: transparent;
    border: 1px solid var(--main-clr);
}
.auth-form .auth-forgot a {
    color: #141414;
    text-decoration: none;
    border-bottom: 1px solid #141414;
    font-weight: 500;
}
.auth-page ul li {
    text-align: left;
}
.register-field {
    margin-top: 15px;
    display: flex;
    justify-content: end;
}
.register-field h6 {
    text-align: center;
    font-weight: 100;
}
.register-field h6 a {
    color: #141414;
    font-weight: 700;
}
.auth-check-forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.auth-check-forgot .form-check {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.auth-field-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.auth-field-checkbox label {
    margin-top: 2px;
}
.auth-field-checkbox a {
    border-bottom: 1px solid #141414;
}
.auth-form .auth-field input[type="checkbox"] {
    margin: 0;
    height: 15px;
    width: 15px;
    border-radius: 5px;
    border: 1px solid #141414;
    padding-left: 0;
    margin-right: 10px;
}
.auth-form .auth-field input[type="checkbox"]:checked {
    background-color: var(--main-clr) !important;
    border-color: var(--main-clr) !important;
}
.auth-form .auth-field label {
    text-align: left;
    line-height: 1;
}
.swal2-actions button{
    box-shadow: 0 0 0 transparent!important;
}

/* BLOG PAGE & BLOG DETAIL PAGE */
.title {
    margin-bottom: 40px;
}
.title h1, 
.title h2 {
    font-size: 48px;
    padding-bottom: 5px;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 60px;
}
.blog-detail-page .title h1 {
    font-size: 24px;
}
.blog-detail-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
}
.blog-detail-text {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.blog-image img {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    object-fit: cover;
}
.blog-text {
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #000;
    transition: .5s;
}
.blog-box {
    text-decoration: none;
}
.blog-box:hover .blog-text {
    color: var(--main-clr);
}
.blog-text h3 {
    font-size: 20px;
}
.share {
    padding: 50px 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.share p {
    margin-bottom: 0;
}
.share a {
    min-width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.share a:hover {
    background-color: var(--main-clr);
}
.share a path {
    transition: .5s;
}
.share a path {
    fill: #000;
}
.share a:hover path {
    fill: #fff;
}
.relevant-news {
    padding: 70px 0 0;
}