.intro {
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('Images\\Pataky\\Pataky-6-web.jpg');
    position: absolute;
}

.second-intro {
    height: 50%;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('Images\\Pataky\\intro3.jpg');
    position: absolute;
}

.height {
    height: 50%;
}

.front-height {
    height: 100%;
}

.foglalas {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.intro2 {
    background-image: url('Images\\Pataky\\Pataky-27-web.jpg');
    filter: brightness(55%);
}

.title {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #414040;
    font-size: 5rem;
    text-align: center;
}

.second-title {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #eed588;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 4rem;
}

.subtitle {
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 300;
}

.second-subtitle {
    color: #d2bb78;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    position: absolute;
    left: 30%;
    top: 80%;
    text-align: left;
    font-weight: 300;
}

.reserval {
    color: #d2bb78;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 300;
    padding-top: 2rem;
}

body, html {
    height: 100%;
    background-color: #fafdfe !important;
    font-size: 1.2rem;
    font-family: 'Montserrat' !important;
    font-size: 22px;
}

.aboutus {
    text-align: justify;
    padding-top: 5rem;
}

.container {
    background-color: #fafdfe;
}

.card {
    margin: 0 auto;
    /* Added */
    float: none;
    /* Added */
    margin-bottom: 10px;
    /* Added */
}

.rooms {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.contact-circle {
    height: 40px;
    width: 40px;
    background-color: #b2c1ca;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.contact-icon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #a06d2f;
}

.contact-text {
    color: white;
}

.contact {
    text-align: center;
}
.divider-circle {
    height: 40px;
    width: 40px;
    background-color: #b2c1ca;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.divider-icon {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #a06d2f;
}

.divider-text {
    color: #a06d2f;
}

.divider {
    text-align: center;
}
.divider-padding {
    padding-top: 10%;
}

.section {
    height: 100%;
}

.custom-footer {
    background-color: rgb(34, 33, 33) !important;
    color: white;
    font-size: 0.6rem;
    margin-bottom: 2rem;
}

.form-control {
    background-color: #f8e9ba !important;
    color: black !important;
}

.contact-padding {
    padding-top: 10%;
}

.btn-submit {
    background-color: #f8e9ba !important;
}

.btn-submit:hover {
    background-color: #b9a66b !important;
}

.btn-reserval {
    background-color: #d2bb78 !important;
    font-size: 0.8rem !important;
}

.btn-reserval:hover {
    background-color: rgb(160, 144, 96) !important;
}

.copyright {
    background-color: rgb(27, 27, 27) !important;
    width: 100% !important;
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    color: rgb(46, 46, 46)
}

.service {
    font-weight: 500;
}

.service span {
    vertical-align: middle;
    padding-left: 0.5rem;
}

.service .fas {
    vertical-align: middle;
}

.service-title {
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.service-col {
    padding-bottom: 3rem;
}

.profile-card-2 {
    max-width: 350px;
    min-height: 450px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

.profile-card-2 img {
    transition: all linear 0.5s;
}

.profile-card-2 .profile-name {
    position: absolute;
    left: 30px;
    bottom: 70px;
    font-size: 30px;
    color: #FFF;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #FFF;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-username {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #FFF;
    font-size: 13px;
    transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
    margin: 5px;
}

.profile-card-2:hover img {
    filter: blur(3px);
}

.profile-card-2:hover .profile-name {
    bottom: 80px;
}

.profile-card-2:hover .profile-username {
    bottom: 60px;
}

.profile-card-2:hover .profile-icons {
    right: 40px;
}

.card-body {
    text-align: justify;
    font-size: 0.8rem;
}

.reserve {
    position: relative;
    display: inline-block;
    background: rgb(160, 144, 96) !important;
    color: #212529;
    border: none;
    border-radius: 0;
    padding: 0.8rem 1.6rem;
    font-size: 0.6rem;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateZ(0);
    transition: color 0.3s ease;
    letter-spacing: 0.0625rem;
}
.big{
    padding: 1rem 1.8rem !important;
    font-size: 1rem !important;
}

.reserve:hover::before {
    transform: scaleX(0);
}

.reserve::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d2bb78 !important;
    transform: scaleX(1);
    transform-origin: 0 50%;
    transition: transform 0.3s ease-out;
}

.information-table-1 .fa-sun {
    margin-top: auto;
    margin-bottom: auto;
    color: rgb(255, 187, 0);
    margin-left: 0.3rem;
}

.information-table-1 {
    font-size: 1rem;
    padding: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
}

.information-second {
    font-size: 0.9rem;
    margin-top: auto;
    margin-bottom: auto;
}

.information-primary {
    font-weight: 800;
    margin-top: auto;
    margin-bottom: auto;
}

.information-tooltip {
    font-size: 0.5rem;
}

.information-table-1 .fa-bed {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.3rem;
}

.information-table-1 .fa-home {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0.3rem;
}
.number{
    font-size: 2.2rem;
    font-weight: 800;
    color: #414040;
    text-align: center;
}
.number-text{
    text-align: center;
}


