/* ======= General style ======= */
* {
    padding: 0;
    margin: 0
}
body {
    background-color: #fff;
    font-family: 'Jost', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    line-height: 1.7em;
    color: #333;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
.bg-light2{background-color: #f1f1f1}
.title h2 {
    font-size: 40px;
    margin: 0;
    line-height: 1.1em;
}
.title span {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #f21e4e;
    font-weight: 400;
    letter-spacing: 5px;
}
img {
    border: none;
    outline: none;
    max-width: 100%
}
ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}
b {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.h11 {
    font-size: calc(1.485rem + 2.82vw);
    line-height: 1.25;
}
@media (min-width: 1200px) {
  .h11 {
        font-size: 3.6rem;
    }
}
p,
li,
a,
span {}
p {
    margin-bottom: 12px;
    line-height: 1.7em;
    font-family: 'Jost', sans-serif;
    -webkit-font-smoothing: antialiased;
}
a,
a:hover {
    text-decoration: none
}
a:focus {
    outline: 0;
    text-decoration: none
}
.display-table {
    width: 100%;
    height: 100%;
    display: table
}
.table-cell {
    display: table-cell;
    vertical-align: middle
}
.btn {
    --bs-btn-border-width: 2px;
    --bs-btn-border-radius:0;
}
.btn-danger{background-color: #710821}

/* =======  Navbar style  ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    background: transparent;
    z-index: 9;
    min-height: 70px;
    padding: 20px;
}
.navbar-second{position: relative;}
.main-navigation .nav-link {
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #101010;
    margin: 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    padding: 15px 5px;
}
.navbar .dropdown-menu {
    border-top: 0.1875rem solid #377dff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main-navigation .active {
    color:#710821 !important;
}
.nav-item {
    position: relative;
}
.submenu {
    opacity: 0;
    visibility: hidden;
    display: block;
    min-width: 180px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding: 5px;

}
.nav-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.nav-item > .submenu a {
    color: #101010
}
.nav-item > .submenu a:hover {
    color: #710821;
}
.nav-scroll {
    background: rgba(255,255,255,0.97);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    padding: 5px 20px;
    z-index: 999;
}
.nav-scroll .icon-bar {
    color: #101010;
}
.nav-scroll .main-navigation .nav-link {
    color: #101010;
}
.nav-scroll .logo {
    padding: 0;
    color: #101010;
}
.main-navigation .submenu .nav-link {
    padding: 0;
    margin: 0;
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
}
.logo {
    position: relative;
}
.logo-eugeniu{height: 70px;}

/*mobile-navigation*/
.mobile-navigation {
    display: none;
    cursor: pointer;
}
.menu-btn-icon {
    text-align: center;
    display: inline-block;
    height: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    line-height: 7px;
    position: relative;
    width: 24px;
    cursor: pointer;
}
.menu-btn-icon span {
    background-color: #710821;
    vertical-align: middle;
    display: inline-block;
    height: 2px;
    width: 24px;
}
.nav-scroll .menu-btn-icon span {
    background-color: #710821;
}
@media screen and (max-width: 1024px) {
    .mobile-navigation {
        display: inline-block;
    }
    #primary-navigation {
        display: none;}
}


/* ======= Homepage style ======= */
.hero-img {
    background-image: url("../images/hero-bg2.jpg?v=3");
   background-color: #e3e3e3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1900px;
    width: 100%;
    height: 760px;

}
.rudy-hero-content {}
.rudy-hero-content h1 {
    color: #101010;
    line-height: 1em;
    font-size: 5rem;
    font-weight: 600;
}
.rudy-hero-content p {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #101010;
    font-size: 20px;
    margin-bottom: 0px;
}
.banner-bg {
    width: 100%;
    height: 200px;
    background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
    .rudy-hero-content p{font-size: 18px;}
    .rudy-hero-content h1{font-size: 4rem; margin-bottom: 40px;}
    .top-contacts a{display: block; width: 100%;}
    .hero-img{background-image: none; background-color: #e3e3e3; height: 480px;}
    .table-cell{vertical-align: bottom}
}

/* ======= About style ======= */
.rudy-about-section {
    display: block;
    margin-top: -80px;
    padding-bottom: 80px
}
.rudy-about-section .container {
    position: relative
}
.rudy-about-wrapper {
    background-color: #710821;
    padding: 60px 30px;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.rudy-about-wrapper h2 {
    color: #fff;
}

.rudy-about-wrapper p {
    color: #fff;
}
.rudy-about-items {
    margin-bottom: 20px;
}
.rudy-about-items p {
    margin-bottom: 0;
}
.rudy-about-items .col-md-6 {
    padding: 15px 10px
}
.rudy-about-items .rudy-about-item h3 {
    color: #fff;
    margin: 0;
    font-size: 17px;
}
.rudy-about-items .rudy-about-item p {
    color: #fff;
}
.rudy-about-items .rudy-about-item a {
    color: #710821;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    font-weight: 700
}
.rudy-about-items .rudy-about-item a:hover {
    color: #710821;
}
.rudy-about-social-link {
    display: inline-block;
    margin-bottom: 20px;
}
.rudy-about-social-link li {
    display: inline-block;
    text-align: center;
    transition: all 0.3 ease-in-out;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rudy-about-social-link li:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #710821;
}
.rudy-about-social-link li svg{
    fill: #fff;
    height: 35px;
    width: 35px;
}
.my-projects{display: flex; flex-wrap: wrap; gap: 15px;}
.my-projects a{font-size: 1.5rem; color: #fff;}

/* ======= Banner style ======= */
.rudy-banner {
    position: relative;
}
.rudy-banner .text-center {
    padding: 0 15px;
}
.rudy-banner h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 1;
    line-height: 1em;
}
.rudy-banner h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #710821;
}
.rudy-section-padding {
    padding: 120px 0;
}
/* ======= Footer style ======= */
.rudy-footer-section {
    background: #101010;
    padding: 160px 0;
    width: 100%;
}
.rudy-footer-section .brand {
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.rudy-footer-section .brand span {
    color: #710821;
}
.rudy-footer-social-link {
    display: inline-block;
    margin: 10px 0;
}
.rudy-footer-social-link li {
    display: inline-block;
    background-color: #151515;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3 ease-in-out;
    border: 2px solid #710821;
    font-size: 15px;
    margin-left: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rudy-footer-social-link li:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #710821;
}
.rudy-footer-social-link li i {
    color: #fff;
}
.rudy-footer-section p {
    font-weight: 400;
    color: #fff;
}
.rudy-footer-section p.copyright {
    color: #999;
}
@media screen and (max-width: 991px) {
}
/* img hover css */
.hover-img {
    overflow: hidden;
    position: relative;
}
.hover-img:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hover-img .img {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.countdown{display: flex; justify-content: start;align-items: center; margin-bottom: 30px; line-height: 1.2; }
.countdown>div{border:2px solid #710821; margin: 0 5px; padding: 10px; width: 60px; font-size: 28px; font-weight: 700; color: #333;}
.countdown>div i{display: block; font-weight: 400; font-size: 18px; text-align: center}
.text-contor{font-weight: 700; font-size: 34px; text-align: center; margin-bottom: 20px; line-height: 1; color: #fff; }
.text-contor span{color: #f13e40; }
/* ======= Button style ======= */
.rudy-btn {
    font-family: 'Jost', sans-serif;
    padding: 8px 20px;
    border: 2px solid #710821 !important;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.rudy-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #710821;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.rudy-btn:hover,
.rudy-btn:focus {
    border-color: #710821;
    color: #fff !important;
}
.rudy-btn:hover:after,
.rudy-btn:focus:after {
    width: 100%;
}
.rudy-btn2 {
    font-family: 'Jost', sans-serif;
    padding: 8px 24px;
    border: 2px solid #710821 !important;
    background-color: #710821;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.rudy-btn2:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #710821;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.rudy-btn2:hover,
.rudy-btn2:focus {
    border-color: #710821;
    color: #fff !important;
    background-color: transparent;
}
.rudy-btn2:hover:after,
.rudy-btn2:focus:after {
    width: 100%;
}

.top-contacts a{color: #000;}
.top-contacts svg{fill: #000; height: 30px}

.bg-slide-images{
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    height: 700px;
}
.text-bordo{color: #710821}
.time{width: 60px; flex: 0 0 60px;}
.title{flex: 0 1 auto}

.pachet-info-list{min-height: 500px;}
.pachet-info-list span{font-size: 26px; font-weight: 700; color: #000;}
.pachet-info-list .p1{position: absolute; top: 0; left: 0}
.pachet-info-list .p2{position: absolute; top: 50%; left: 20%}
.pachet-info-list .p3{position: absolute; top: 20%; right: 5%}

.pachet{padding: 2rem 2.5rem; border-radius: 20px;}
.pachet-1{background-color: #a6a6a6;}
.pachet-2{background-color: #700720;}
.pachet-3{background-color: #d49b02;}
.pachet ul{list-style: initial; margin-left: 2rem;}
.pachet .btn{background-color: #fff}
.pachet .btn:hover{background-color: #000;}

.bg-experienta{background: url(../tenerife/experienta-noastra1.jpg) no-repeat center; background-size: cover;}
.bg-dece{background: url(../wine24/dece.jpg) no-repeat center; background-size: cover; padding: 4rem 0;}
.bg-program{background: url(../wine24/bg-program.jpg) no-repeat center; background-size: cover;}
.bg-marturii{background: url(../wine24/bg-test.jpg) no-repeat; background-position: bottom right; background-size: contain;}
.bg-tarif{background: url(../wine24/bg-tarif.jpg) no-repeat; background-position: bottom right; background-size: cover; padding: 4rem 0;}

.card-dece{
    --bs-card-border-radius: 0;
    --bs-card-border-width: 0;
}


.carousel-control-next-icon, .carousel-control-prev-icon{width: 4rem; height: 4rem;}



@media screen and (max-width: 991px) {
    .top-contacts a{color: #fff;}
    .top-contacts svg{fill: #fff; height: 30px}
    .rudy-footer-section{padding: 60px 0}
    .bg-slide-images{height: 300px}
    .time{width: 60px; text-align: center;}
    .countdown{display: flex; justify-content: center;}

    .pachet-info-list .p1{position: relative; top: 0; left: 0; margin-bottom: 2rem; text-align: center}
    .pachet-info-list .p2{position: relative; top: 0; left: 0; margin-bottom: 2rem; text-align: center}
    .pachet-info-list .p3{position: relative; top: 0; right: 0; margin-bottom: 2rem; text-align: center}
    .pachet-info-list span{font-size: 26px; font-weight: 700; display: block; padding-top: 10px; text-align: center}
    .wine-reload img{height: auto; width: 100%;}
    .wine-reload img.bizzz{height: auto; width: auto; max-width: 210px;}
    .wine-reload img.sunl{height: auto; width: auto; max-width: 100px;}
    .bg-marturii h3 br{display: none}
    .bg-marturii{background-image: none}
}