:root{
    --color-white:#ffffff;
    --color-black:#000000;
    --color-dark:#030303;
    --color-dark-red:#710707;
    --color-gold:#9d8665;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navbar{
    background-color: var(--color-dark) !important;
}
.navbar-brand{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: Forum;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
    color: var(--color-white) !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.close{
    display: none;
}

.nav-item .nav-link{
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 0.125rem;
    color: var(--color-white);
}
.nav-item .nav-link:hover{
    color: var(--color-gold) !important;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.nav-link:visited{
    color: var(--color-white) !important;
}
/*section welcome*/
.welcome{
    background-color: var(--color-dark);
    margin: 0 !important;
}
.welcome-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.welcome-text-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.welcome-title{
    color: var(--color-white);
    font-family: Forum;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.625rem; /* 112.5% */
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
}
.welcome-text{
    color: var(--color-white);
    font-family: Roboto;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.125rem;
}
.welcome-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    border: none;
    padding: 15px;
    background:var(--color-dark-red);
    color: var(--color-white);
    text-align: center;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.125rem;
}
.welcome-btn:hover{
    background-color: var(--color-gold);
    cursor: pointer;
    transition: all .5s ease-in-out;
}

@media screen and (max-width:1400px){
    .welcome-title{
        font-size: 50px;
    }
}
@media screen and (max-width:768px){
    .welcome-title{
        font-size: 40px;
    }
}
@media screen and (max-width:420px){
    .welcome-title{
        font-size: 28px;
    }
}
@media screen and (max-width:567px){
    .welcome-text{
    font-size: 16px !important;
}
}
@media screen and (max-width:400px){
    .welcome-text{
    font-size: 13px !important;
}
}
.welcome-text{
    color: var(--color-white);
    font-family: Roboto;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.125rem;
}
.welcome-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0.625rem;
    border: none;
    padding: 15px;
    background:var(--color-dark-red);
    color: var(--color-white);
    text-align: center;
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.125rem;
}
.welcome-btn:hover{
    background-color: var(--color-gold);
    cursor: pointer;
    transition: all .5s ease-in-out;
}
/*section tour*/
.tour-title{
    color:var(--color-gold);
    font-family: Forum;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.625rem; /* 112.5% */
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-dark-red);
}
.tour-card-title{
    width: 100%;
    color: var(--color-black);
    font-family: Forum;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--color-dark-red) !important;

}
.tour-card-text{
    color: var(--color-black);
    font-family: Forum;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
}
/*section explore*/
.explore{
    background-color: var(--color-black);
}
.explore-text-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.explore-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.explore-title{
    color: var(--color-white);
    font-family: Forum;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 5.625rem; /* 112.5% */
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-dark-red);
}
.explore-paragraph{
    color: var(--color-white);
    font-family: Roboto;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.40625rem; 
}
/*section video*/
.video-title{
    color:var(--color-gold);
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase; 
    border-bottom: 2px solid var(--color-dark-red);
}
/*gallery*/
.gallery{
    background-color: #030303;
}
.gallery-title {
    color: #FFF;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; 
    letter-spacing: 5px;
    text-transform: uppercase;
}
.gallery-img:hover{
    cursor: pointer;
    transform: scale(0.9);
    transition: all .5s ease-in-out;
}
/*contacts*/
.contacts{
    background: #FFF;
}
.contacts-title{
    color: #9D8665;
    font-family: Forum;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px; /* 112.5% */
    letter-spacing: 5px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-dark-red);
}
.contacts-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-bold{
    color: #000;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.list-item,
.contacts-link{
    color: #000;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}
/*footer*/
.footer{
    background: #030303;
}
.logo-column{
    color: #FFF;
    font-family: Forum;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.menu-list{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.list-unstyled-item{
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: 2px;
}
.list-unstyled-item:hover{
    color: var(--color-gold);
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.social-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.social-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #666;
    box-shadow: 0px 0px 0px 0px #666;
}
.date-column{
    color: #FFF;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    line-height: 22px; /* 100% */
    letter-spacing: 2px;
}
@media screen and (max-width:1400px){
    .explore-title{
        font-size: 50px;
    }
}
@media screen and (max-width:1200px){
    .explore-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:20px;
    }
    .explore-text{
        text-align: center;
    }
    .tour-card-title{
        font-size: 20px !important;
    }
    .explore-title{
        font-size: 50px;
        margin: auto;
    }
    .video-title{
        font-size: 50px;
    }
    .gallery-title,
    .contacts-title{
        font-size: 50px;
    }
}
@media screen and (max-width:992px){
    .welcome-text-column{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .welcome-title{
        text-align: center;
    }
    .welcome-btn{
        display: none;
    }
    .gallery-title {
       text-align: center;
    }
    .date-column,
    .logo-column{
        display: none;
    }
}

@media screen and (max-width:768px){
    .tour-title{
        font-size: 40px;
    }
    .tour-card-title{
        font-size: 22px;
    }
    .explore-title{
        font-size: 40px;
    }
    .video-title{
        font-size: 40px;
    }
    .gallery-title,
    .contacts-title{ 
        font-size: 40px;
    }
}

@media screen and (max-width:420px) {
    .welcome-btn{
        display: none;
    }
    .explore-paragraph{
        display: none;
    }
    .tour-title,
    .video-title{
        font-size: 28px;
    }
    .tour-card-title{
        font-size: 18px;
    }
    .text{
        font-size: 12px !important;
    }
}
@media screen and (max-width:567px){
    .logo{
        width: 35px;
        height: 35px;
    }
    .navbar-brand{
        font-size: 16px !important;
    }
    .explore-title{
        font-size: 30px;
    }
    .video-title,
    .contacts-title{
        font-size: 30px;
    }
    .swiper-slide{
        width: 100%;
    }
    .text-bold{
        font-size: 16px;
    }
    .list-item,
    .contacts-link{
        font-size: 16px;
    }
    iframe{
        width: 100%;
    }
    .menu-list,
    .social-list{
        flex-wrap: wrap !important;
        align-self: center !important;
    }
    .list-unstyled-item{
        font-size: 16px;
    }
   
}
@media screen and (max-width:360px){
      .explore-title{
          font-size: 20px;
      }
      .video-title{
        font-size: 20px;
    }
    .gallery-title,
    .contacts-title {
        font-size: 20px;
    }
  }
@media screen and (max-width:345px){
    .tour-card-title{
        font-size: 15px !important;
    }
}


 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
    cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	transition: all .5s ease-in-out;
}
 figure:hover img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);

}