@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    /*outline: 1px solid red;*/
}
.FooterInfo .menuListextra ul {
    text-align: center;
}
body {
    background-color: #030303;
    /**background: #efefef url("C:\Users\schwa\Documents\IT\Tatus'\thuja_hedge.jpg") repeat fixed top left;
    /**background-color: #030303;
    background-image: linear-gradient(to right, #285430, #5F8D4E, #A4BE7B); **/
}
.wrapper {
    max-width: 120em;
    min-width: 12em;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.navbar{
    text-align: center;
    background-image: linear-gradient(to right, #285430, #5F8D4E, #A4BE7B);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    max-width: 120em;
    margin: 0 auto;
    height: 100px;
    top: 0; left: 0; right: 0;
    z-index: 900;
}
.logo{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 185px;
    height: auto;
    margin-left: 160px;
    padding: 4px;
}
.logo span{
    color: rgb(255, 187, 0);
}
.logo a {
    color: #fff;
}
.logo a:active {
    color: rgb(255, 187, 0) !important;
}
.logo a:visited {
    color: #fff;
}
.menuButton {
    display: none;
}
.navbar ul {
    list-style: none;
    margin-right: 160px;
}
.navbar .menuList li > a {
    max-height: 99.6px;
}
.navbar ul li {
    float: left;
    position: relative;
}
.navbar ul li a {
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 37px 20px;
    color: #fff;
    transition: 0.5s;
}
.navbar ul li a:hover {
    color: rgb(255, 187, 0);
    transition: 0.7s;
}
.navbar ul li:last-of-type a {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.navbar a:active {
    color: rgb(255, 187, 0);
}
.navbar ul li:hover {
    background: #2854302a; /*28543036*/
    transition: 0.7s;
}
.navbar ul li ul {
    opacity: 0;
    position: absolute;
    left: 0;
    top: -150%;
    width: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(135deg, #5f8d4e 50%, #a4be7b);
    /**background: #536941c1;
    background: #37bc9b;**/
    z-index: -950 !important;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: 0.7s;
}
.navbar ul li ul li {
    width: 100%;
}
.navbar ul li ul li:not(:last-of-type) {
    border-bottom: #0303036f 1px solid;
}
.navbar ul li ul li a {
    padding: 10px 0;
}
.navbar ul li:hover ul {
    opacity: 1;
    top: 99%;
}
.arrow {
    display: none;
}
.container {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    background: #030303;
    padding: 160px;
    padding-top: 100px;
}
.SliderIndicator {
    display: block;
    width: 30%;
    margin-left: 70%;
    background-color: #030303;
    margin-top: 20px;
    padding: 20px;
}
.Main_Images img:not(:first-child) {
    display: none;
}
.numberOfslides {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.SlideArrows {
      width: 200px;
      position: relative;
      margin-left: 15px;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: rgb(255, 187, 0);
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.dot.active, .dot:hover {
    background-color: #5F8D4E;
}
  /* анимация */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
} 
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.Main {
    position: absolute;
    display: inline-block;
    z-index: 10;
    top: 0;
    left: 0;
    width: 600px;
    height: 100%;
    background-image: linear-gradient(to right, #030303 62%, #030303c2 77%, #03030300);
}
.Main div {
    display: block;
    margin-right: 50px;
}
.Main .Welcome {
    font-size: 32px;
    color: #fff;
    margin-left: 160px;
    margin-top: 310px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.Main .Button {
    margin-left: 250px;
}
.greeting {
    font-family: 'Bad Script', cursive;
    text-transform: none;
    line-height: 70px;
    color: rgb(255, 187, 0);
}
.container img {
    width: 100%;
    height: auto;
}
#HiddenMenu {
    display: none;
}
.MainGrid {
    display: grid;
    grid-template-rows: 45px 1fr;
    row-gap: 10px;
    background-color: #fff;
}
section {
    padding: 0;
}

.subcategory {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    column-gap: 46px;
    row-gap: 15px;
}
.grass {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
}
.subcategory .subcategories {
    max-width: fit-content;
    text-align: center;
}
.subcategory .subcategories div {
    width: 100%;
    height: 33px;
    font-size: 26px;
    text-align: center;
    color: #285430;
    background-color: #ffffffae;
    /*background-color: #70de84a5;*/
    /*background-color: #70de846a;*/
    position: relative;
    top: -36px;
    transition: all 0.4s;
}
.subcategory .subcategories:hover div {
    height: 60px;
    background-color: #c9f3b9d5;
    /*background-color: #70de8462;*/
    font-size: 46px;
}
.subcategory .subcategories:hover .nana {
    font-size: 42px;
}
.subcategory img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 2px;
}
.subcategory img:hover {
    opacity: 0.9;
}
.subcategory a:active img {
    transform: scale(0.94, 0.94);
}
.subcategory a {
    color: #fff;
}
.subcategory a:active {
    color: #fff;
}
.subcategory a:visited {
    color: #fff;
}

.ContentArea section:nth-child(odd) {
    background-color: #030303;
}
.ContentArea section:nth-child(even) {
    background-color: #fff;
    color: #030303;
    font-size: 24px;
    margin-top: 15px;
    padding: 10px;
}
.Headings {
    color: #030303;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bolder;
    display: block;
    padding: 15px 160px;
    margin: 0 2px 0 2px;
}
.Places {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 160px;
    margin-right: 160px;
    column-gap: 40px; 
    row-gap: 100px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: #5f8d4ed3 4px solid;
    background-color: #fff;
    color: #030303;
    font-weight: 28px;
}
.Places img {
    width: 100%;
}
.PlaceName {
    text-transform: uppercase;
    width: 70%;
    font-size: 32px;
    font-weight: bolder;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: #710707 3px solid; 
}
.Places p {
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.CastleGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    background-color: #030303;
    padding: 10px 160px 40px 160px;
}
.CastleGrid .Heading {
    color: #fff;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bolder;
    padding-bottom: 20px;
    border-bottom: #5f8d4ed3 4px solid;
}
.Castle {
    display: grid;
    grid-template-rows: 45px 1fr;
    width: 100%;
    row-gap: 60px;
    padding: 45px 0;
}
.Castle .Info {
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
}
.Castle .Info p {
    padding-bottom: 25px;
}
.CastlePicture {
    display: grid;
    margin: 50px 50px;
}
.CastlePicture img {
    width: 100%;
}
.PlacesVideo {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    margin-left: 160px;
    margin-right: 160px;
    column-gap: 40px; 
    row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 45px;
    color: #030303;
    font-weight: 28px;
}
.PlacesVideo div:nth-child(1) {
    grid-row: 1;
}
.Videos {
    width: 100%;
}
.Videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    justify-content: center;
}
#watchmore {
    display: none;
}
.Gallery {
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 18px;
}
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
} 
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    transition: all 0.9s;
    z-index: 2;
}
.column img:hover {
    transform: scale(1.09);
    z-index: 5;
}
section:nth-of-type(5) .Heading{
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bolder;
    margin: 25px 5px 25px 5px;
    padding-left: 160px;
}
.Reservation .Places {
    grid-template-columns: 1fr 1fr !important;
}
.MakeReservation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 4;
}
.MakeReservation .Choose, .ReservationData {
    border: none;
    padding-top: 0;
    font-size: 28px;
    width: 100%;
    text-transform: none;
}
.Choose input {
    margin-right: 20px;
}
input[type=radio] {
    accent-color: #030303;
}
.ReservationData {
    text-align: right;
}
.InputData {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-left: 50%;
}
.InputData div:first-child{
    text-align: left;
    margin-bottom: 10px;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}  
input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.number-input {
    border: 3px solid #030303;
    display: inline-flex;
}
.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input button:before,
  .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
} 
.number-input input[type=number] {
    font-family: sans-serif;
    max-width: 60%;
    padding: 2px;
    margin-top: auto;
    margin-bottom: auto;
    border: none;
    font-size: 28px;
    height: 100%;
    font-weight: bold;
    text-align: center;
}
.date-input {
    display: flex;
    flex-direction: row-reverse;
}
.date-input div {
    width: 30%;
}
.date-input input[type='date'] {
    height: 30px;
    border: 3px solid #030303;
    padding: 4px;
}
.date-input input[type='number'] {
    height: 30px;
    border: 3px solid #030303;
    padding: 4px;
}
#Date {
    width: 70%;
}
#Days {
    width: 70%;
}
.ReservationData .book {
    font-size: 22px;
    transform: none;
    -ms-transform: none;
}
.ReservationData .book:hover {
    font-size: 22px;
}
.separation.reveal {
    position: relative;
    transform: translateY(0px) !important;
    opacity: 0;
    transition: all 1.6s ease;
}
.separation.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}
.separation {
    width: 100%;
}
.separation img {
    width: 100%;
}
.Reservation .Places:last-child {
    grid-template-columns: 1fr 2fr !important;
    column-gap: 200px;
    padding-bottom: 80px;
}
.Reservation .Places:last-child div:last-child {
    margin-right: 0;
}
.Address .PlaceName {
    text-transform: none !important;
    border: none;
    width: 100%;
}
#afterSeparation {
    column-gap: 25px !important;
    padding-bottom: 40px;
}
.FooterGrid ul {
    width: max-content;
    display: inline !important;
}
.FooterInfo {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    column-gap: 15px;
    padding: 30px 0 30px 0;
    margin-left: auto;
    margin-right: auto;
}
.FooterInfo .logo {
    margin-left: 170px;
    padding: 0;
}
.FooterInfo a:active {
    color: rgb(255, 187, 0);
}
.FooterInfo ul {
    list-style: none;
    margin-left: auto !important;
    margin-right: auto !important;
}
.FooterInfo ul li{
    float: left;
    position: relative;
    height: 100%;
}
.FooterInfo ul li a{
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 10px;
    position: relative;
    color: #fff;
    transition: 0.3s;
}
.FooterInfo ul li a:hover{
    background: #201f1f00; /**#201f1fb1;**/
    color: rgb(255, 187, 0);
    transition: 0.7s;
}
.viber- {
    color: white;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.SocialMedia {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-end;
    margin-right: 170px;
}
.COPYRIGHT {
    max-width: 90em;
    font-size: 22px;
    color: #fff;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 200px;
    padding-right: 200px;
    margin-top: 40px;
    align-content: center;
}
.COPYRIGHT div:nth-child(2) {
    text-align: center;
}

@media screen and (max-width: 101em) {
    .MakeReservation {
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
    }
    .InputData {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .ReservationData {
        text-align: center;
    }
    .MakeReservation .Choose, .ReservationData {
        width: 100%;
    }
    .date-input {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .date-input div {
        display: inline-block;
        width: 80%;
    }
    #Date {
        width: 70%;
    }
    #Days {
        width: 70%;
    }
    .FooterInfo {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .FooterGrid ul {
        display: flex !important;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (max-width: 90em) {
    .logo{
        margin-left: 5px;
    }
    .navbar ul{
        margin-right: 0;
    }
    .container {
        padding: 20px;
        padding-top: 100px;
    }
    .Main {
        top: 0;
        left: 20px;
        width: 40%;
    }
    .Main .Welcome {
        margin-left: 30px;
        margin-top: 310px;
        font-size: 26px;
    }
    .Main .Button {
        margin-left: 120px;
    }
    .Headings {
        padding-left: 160px;
        padding-right: 160px;
    }
    .CastleGrid {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
    }
    .CastleGrid .Heading {
        text-align: left;
        padding-top: 20px;
    }
    .Castle {
        padding: 5px 0;
    }
    .Castle .Info p {
        padding-bottom: 10px;
    }
    .PlacesVideo .Videos {
        grid-row: 2;
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
        width: 100%;
    }
    #Hotel {
        transition: 0.6s;
    }
    #Hotel:hover {
        transform: scale(1.2) translateX(200px);
    }
    .Reservation .Places {
        grid-template-columns: 2fr 1fr !important;
        margin-left: 30px;
        margin-right: 30px;
        padding: 50px 0;
        column-gap: 0;
    }
    .Reservation {
        margin-left: auto;
        margin-right: auto;
    }
    .MakeReservation {
        grid-template-columns: 1fr;
    }
    .ReservationData {
        font-size: 24px;
    }
    .date-input {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .date-input div {
        width: 30%;
    }
    .Choose {
        display: none;
    }
    .Address .PlaceName {
        font-size: 28px;
    }
    .FooterInfo .logo {
        padding: 0;
        margin-left: 20px;
    }
    .SocialMedia {
        padding-right: 0;
        margin-right: 20px;
        justify-content: end;
        column-gap: 32px;
    }
    .COPYRIGHT {
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px;
        column-gap: 35px;
    }
}

@media screen and (max-width: 81em) {
    .SliderIndicator {
        display: block;
        width: 50%;
        margin-left: 50%;
    }
    .Videos div {
        height: 100%;
    }
    .Reservation .Places {
        grid-template-columns: 1fr !important;
        justify-content: center;
        border-top: #710707 4px solid;
    }
    .MakeReservation {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: center;
    }
    .ReservationData {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    #Hotel {
        width: 80%;
        transition: 0.5s;
    }
    #Hotel:hover {
        transform: scale(1.2) translateY(180px) translateX(90px);
    }
    #beforeSeparation {
        border: none;
        row-gap: 25px;
        padding-top: 0;
    }
    #afterSeparation {
        column-gap: 10px;
        grid-template-columns: 250px 1fr !important;
    }
    .Address {
        width: 90%;
    }
    .Map {
        text-align: right;
    }
    .Map iframe {
        width: 750px;
        height: 350px;
    }
    .date-input {
        justify-content: center;
    }
    .date-input div:not(:last-child) {
        width: 100%;
    }
    .date-input div:nth-child(2) {
        width: 80%;
    }
}

@media screen and (max-width: 65em) {
    .SliderIndicator {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 50%;
        margin-left: auto;
        margin-top: 40px;
    }
    .menuList {
        display: flex;
        flex-direction: column;
        position: fixed;
        font-size: 18px;
        box-shadow: 4px 4px 26px 7px rgba(0, 0, 0, 0.7);
        background-image: linear-gradient(135deg, #285430, #5F8D4E);
        border-bottom-right-radius: 9px;
        width: 290px;
        top: 100px;
        left: -110%;
        z-index: 15;
        transition: 0.6s ease;
        padding: 0;
    }
    .menuList.active {
        left: 0;
    }
    .navbar ul li a{
        font-size: 20px;
        text-align: left;
        display: block;
        padding: 10px 30px 10px 12px !important;
        position: relative;
        color: #fff;
        transition: 0.3s;
    }
    .navbar ul li a:hover{
        color: rgb(255, 187, 0);
        background: #2854304a;
        transition: 0.7s;
    }
    .navbar ul li:hover {
        background: #2854307e;
        transition: 0.7s;
    }
    .navbar ul li:hover ul {
        opacity: 1 !important;
        left: 289.5px;
        top: 0;
    }
    .arrow {
        display: block;
        float: right;
        color: #fff;
        margin-right: 7px;
        font-weight: bolder;
        transition: 0.3s;
    }
    .navbar ul li a:hover .arrow {
        color: rgb(255, 187, 0);
        font-weight: bolder;
        transform: scale(1.4);
    }
    .accordion {
        width: 94%;
    }
    .navbar ul li ul {
        opacity: 0;
        position: absolute;
        left: -289.5px;
        top: 0;
        width: min-content;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
        background-image: linear-gradient(115deg, #285430, #5f8d4e, #a4be7b 82%);
        /**background: #536941c1;
        background: #37bc9b;**/
        float: left;
        z-index: 4;
    }
    .navbar ul li:last-of-type a {
        border-bottom-right-radius: 9px;
    }
    .navbar ul li:last-of-type {
        border-bottom-right-radius: 9px;
    }
    .navbar ul li ul {
        border-radius: 2px !important;
        border-bottom-right-radius: 6px !important;
    }
    .navbar ul li ul li:first-of-type {
        border-top-right-radius: 2px !important;
        border-top-left-radius: 2px !important;
    }
    .navbar ul li ul li:last-of-type {
        border-bottom-right-radius: 6px !important;
        border-bottom-left-radius: 2px !important;
    }
    .navbar ul li ul li:first-of-type a {
        border-top-right-radius: 2px !important;
        border-top-left-radius: 2px !important;
    }
    .navbar ul li ul li:last-of-type a {
        border-bottom-right-radius: 6px !important;
        border-bottom-left-radius: 2px !important;
    }
    .navbar ul li ul li:not(:last-of-type) {
        border-bottom: #03030340 0.6px solid;
    }
    .navbar ul li ul li a:hover .dot {
        background-color: #00acee;
    }
    .hamburger rect {
        fill:#fff;
        stroke:(0,0,0);
    }
    .hamburger:hover rect {
        fill:rgb(255, 187, 0);
        stroke:(0,0,0);
    }
    .menuButton {
        background: #5F8D4E;
        border: 2px solid transparent;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 25px; 
        top: 25px; 
        z-index: 10;
        transition: 0.4s;
    }
    .menuButton:hover {
        cursor: pointer;
        border: 2px solid #fff;
    }
    .menuButton .line {
        transition: 0.6s;
        transform-origin: center;
    }
    /* .active .top {
        y: 48;
        x: 16;
        rotate: 45deg;
    }
    .active .bottom {
        y: 50;
        x: 9;
        rotate: -45deg;
    } 
    */
    .active .top {
        y: 48;
        x: 14;
        rotate: 45deg;
    }
    .active .bottom {
        y: 48;
        x: 8;
        rotate: -45deg;
    }
    .active .middle {
        opacity: 0;
    }
    .Main {
        top: 0;
        left: 0;
        width: 37%;
        height: 100%;
        background-image: linear-gradient(to right, #030303 77%, #030303c2 87%, #03030300);
    }
    .Main div {
        margin-right: 5px;
    }
    .Main .Welcome {
        font-size: 22px;
        color: #fff;
        margin-left: 10px;
        margin-top: 70%;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    .Main .Button {
        margin-left: 110px;
    }
    .greeting {
        line-height: 50px;
    }
    .Headings {
        padding-left: 50px;
        padding-right: 50px;
    }
    .Places {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 50px;
        margin-right: 50px;
        padding: 50px 65px;
        column-gap: 100px; 
        row-gap: 45px;
        background-color: #fff;
    }
    .CastleGrid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .Places p {
        font-size: 26px;
    }
    .PlacesVideo {
        display: grid;
        margin-left: 50px;
        margin-right: 50px;
        padding: 10px 15px;
        column-gap: 35px;
        row-gap: 25px;
    }
    .Videos {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
    }
    .Videos div {
        width: 100%;
        height: 50%;
    }
    .Reservation .Places {
        grid-template-columns: 1fr !important;
        justify-content: center;
        border-top: #710707 4px solid;
    }
    .MakeReservation {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: center;
    }
    .ReservationData {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .Date div:first-child {
        display: none;
    }
    .Date div:last-child {
        margin-top: 35px !important;
    }
    .date-input {
        display: none;
    }
    #Hotel {
        width: 50%;
        transition: 0.6s;
    }
    #Hotel:hover {
        transform: scale(1.5) translateY(100px) translateX(140px);
    }
    #afterSeparation {
        column-gap: 10px;
        grid-template-columns: 250px 1fr !important;
    }
    .Address {
        width: 90%;
    }
    .Map iframe {
        width: 540px;
        height: 260px;
    }
    .FooterGrid ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .FooterInfo {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        padding: 30px 0 30px 0;
    }
    .FooterInfo a:active {
        color: #fff;
    }
    .FooterInfo .arrow {
        display: none;
    }
    .FooterInfo ul {
        list-style: none;
    }
    .FooterInfo ul li{
        float: left;
        position: relative;
        height: 100%;
    }
    .FooterInfo ul li a{
        font-size: 20px;
        text-align: center;
        display: block;
        padding: 10px;
        position: relative;
        color: #fff;
        transition: 0.3s;
    }
    .FooterInfo ul li a:hover{
        background:#201f1f;
        color: rgb(255, 187, 0);
        transition: 0.7s;
    }
    .COPYRIGHT {
        grid-template-columns: 1fr 1fr;
        column-gap: 30%;
        font-size: 24px;
    }
    .COPYRIGHT div:first-child {
        text-align: center;
    }
    .COPYRIGHT div:last-child {
        display: none;
    }
}