/*pitesc cokkie consent*/
.cc-banner.cc-bottom {
    display: none !important;
}
/*sfarsit pitesc cokkie consent*/

body {
    font-family: 'PT sans', sans-serif;
    padding-top: 56px;
}
body.han,
body.cota {
    padding-top: 0px;
    margin-top: -10px;
}
body.han .navbar {
    background-color: #10173F;
}

body.han .navbar-accent.han,
body.cota .navbar-accent.cota{
    position: relative;
    top: 66px;
}
/*------------------------------------------------------------- navbar */
body .navbar-accent {
    background-color: #e7ad44;
    height: 10px;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    z-index: 160
}
.navbar {
    background-color: #125b64;
    font-weight: bold;
}
.logo-container {
    position: relative;
}

.logo-container > a > img {
    z-index: 1040;
    position: absolute;
    top: -87px;
    left: 50px;
}

.navbar ul {
    margin: 0px auto;
}

.navbar a {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link{
    transition: all 200ms ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #e7ad44;
}

/*--------------------------------------------------------------- home top logo */
.home-logo{
    position: absolute;
    top: -10px;
    left: 40px;
    z-index: 160;
}
.home-logo > a > img {
    width: 100px;
}
/*-------------------------------------------------------- cota  & han header */

.header-hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 42px;
}
.header-hero.cota{
    background-image: url('../images/cota1000-color.jpg');
    color: #125b64;
}
.header-hero > a > img {
    transition: all 300ms ease-in-out;
}
.header-hero > a:first-of-type > img {
    max-width: 200px;
}
.header-hero > a:last-of-type > img {
    max-width: 140px;
}
.header-hero.cota > a:last-of-type > img{
    width: 90px;
    opacity: .4;
}
.header-hero.han > a:first-of-type > img{
    width: 120px;
    opacity: .4;
}
.header-hero.cota > a:hover > img,
.header-hero.han > a:hover > img{
    opacity: 1;
}
.header-hero.han{
    background-image: url('../images/hanul-cu-ursi-color.jpg');
    color: #10173F;
}

.header-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: center;
}
.header-menu.cota ul{
    background-color: #125b64;
}
.header-menu.han ul{
    background-color: #10173F;    
}
.header-menu ul li a {
    display: inline-block;
    color: #fff;
    padding: 10px 0px;
    font-size: 18px;
    margin: 0px 30px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.header-menu ul li a i {
    padding-right: 5px;
    width: 20px;
}
.header-menu ul li a:hover {
    color: #e7ad44;
}

/*--------------------------------------------------------- checking */
.check-container{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    border: 1px solid #ccc;
    max-height: 100%;
    height: 190px;
    font-size: 20px;
    color: #125b64;
    padding: 0;
    position: relative;
    text-align: center;
    line-height: 40px;
}
.check-container::before{
    position: absolute;
    top: -34px;
    left: -50%;
    right: -50%;
    font-size: 16px;
}
div.check-wrapper form {
    display: contents;
}
div.check-wrapper form > div:first-of-type > .check-container::before{
    content: "Check-in";
}
div.check-wrapper form > div:nth-of-type(2) > .check-container::before{
    content: "Check-out";
}
div.check-wrapper form > div:nth-of-type(3) > .check-container::before{
    content: "Persoane";
}
div.check-wrapper form > div:nth-of-type(3) > .check-container input{
    font-size: 50px;
    border: 0;
    text-align: center;
    color: #125b64;
    padding-left: 20px;
    position: relative;
}

.check-container.pick-it > input {
    position: absolute;
    top: 0;
    border: 0;
    height: 0;
    padding: 0;
}
.check-container input:focus{
    outline: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.check-container i {
    background-color: #125b64;
    border-bottom: 5px solid #e7ad44;
    color: #fff;
    padding: 10px 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.check-container span.date-day {
    font-size: 50px;
    line-height: 47px;
}

/*---------------------------------------------------- subtitle accent */
.title-accent {
    position: relative;
    padding-left: 80px;
    color: #125b64;
    margin-bottom: 20px;
    font-weight: bold;
}
.title-accent::before {
    content: " ";
    display: block;
    border: 1px solid #b7cdb8;
    position: absolute;
    width: 70px;
    top: 12px;
    left: 0px;
}
h1.title-accent{
    margin: 30px 0px;
}

/*--------------------------------------------------------- services */
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.services-wrapper > a {
    text-decoration: none;
    
}
.services-wrapper > a:hover span {
    color: #e7ad44;
}
.services-wrapper > a > div {
    margin: 0px 10px;
    max-width: 270px;
}

.services-wrapper > a > div > span{
    position: relative;
    top: -40px;
    left: 30px;
    font-size: 20px;
    color: #fff;
    transition: all 300ms ease-in-out;
    text-shadow: 1px 1px 5px rgba(0,0,0, 1);
}
/*------------------------------------------------------------- facilities page */
.facilities-wrapper ul{
    list-style: none;
}
.facilities-wrapper ul li::before{
    content: '\2611';
    color: #125b64;
    padding-right: 5px;
}
.facilities-gallery{
    text-align: right;
}
.facilities-gallery h5{
    margin-bottom: 0px;
}
.facilities-gallery a{
    text-decoration: none;
    color: #125b64;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 30px;
}
.facilities-container ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
 }
 .facilities-container ul li {
     margin: 10px;
     padding: 20px;
     border: 4px solid #125b64;
     border-radius: 50%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 150px;
     width: 150px;
     position: relative;
     transition: all 300ms ease-in-out;
 }
 .facilities-container ul li i {
     font-size: 36px;
 }
 .facilities-container ul li::after{
     content: '';
     display: block;
     border: 3px solid #125b64;
     border-radius: 50%;
     width: 95%;
     height: 95%;
     position: absolute;
 }
 .facilities-container ul li::before{
     content: '';
     display: none;
     border: 3px solid #125b64;
     border-radius: 50%;
     width: 108%;
     height: 108%;
     position: absolute;
 }
 .facilities-container ul li a {
     text-decoration: none;
     color: #000;
     font-weight: bold;
     /*cursor: auto;*/
     text-align: center;
 }
 .facilities-container ul li:hover{
     background-color: #125b64;
     color: #fff;
     border-color: #fff;
 }
 .facilities-container ul li:hover::after{
     border-color: #fff;
 }
 .facilities-container ul li:hover::before{
     display: block;
 }
 .facilities-container ul li:hover a{
     color: #fff;
 }
/*------------------------------------------------------------- events page */
.events-wrapper {
    align-items: center;
    margin: 20px 0 0;
}

.events-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}

.events-wrapper > div > img {
    width: 100%;
}

.events-wrapper > div > p {
    padding: 20px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    max-width: 400px;
    color: #125b64;
}
/*---------------------------------------------------------------------- hotels section */
.hotels-section {
    margin: 0px;
}
.hotels-section > div:first-of-type{
    background-image: url("../images/cota1000-color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid #fff;
}
.hotels-section > div:last-of-type{
    background-image: url("../images/hanul-cu-ursi-color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 1px solid #fff;
}
.hotels-section > div:first-of-type > a  img {
    float: right;
}
.hotels-section > div:last-of-type > a  img {
    float: left;
}
.hotels-section a {
    font-size: 30px;
    font-weight: bold;
    display: block;
    height: 150px;
    line-height: 70px;
    position: relative;
    transition: all 300ms ease-in-out;
}
.hotels-section > div:first-of-type > a {
    color: #125b64;
}
.hotels-section > div:last-of-type > a  {
    color: #10173F;
}
.hotels-section > div:first-of-type > a:hover,
.hotels-section > div:last-of-type > a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.hotels-section > div > a > div {
    line-height: 30px;
}

/*------------------------------------------------------------- tourist attractions page */
.tourist-attractions-wrapper {
    align-items: center;
    margin: 20px 0 0;
}

.tourist-attractions-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}
.tourist-attractions-wrapper > div > div > h4{
    text-align: center;
}
.tourist-attractions-wrapper > div > img {
    width: 100%;
}

.tourist-attractions-wrapper > div > div {
    padding: 20px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    max-width: 550px;
    color: #125b64;
}
/*------------------------------------------------------------- restaurant page */
.restaurant-wrapper {
    align-items: center;
    margin: 20px 0 0;
}

.restaurant-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
}

.restaurant-wrapper > div > img {
    width: 100%;
}

.restaurant-wrapper > div > p {
    padding: 20px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    max-width: 400px;
    color: #125b64;
}
/*-------------------------------------------------------------------- jobs-wrapper */
.jobs-wrapper h3 {
    color: #125b64;
    font-weight: bold;
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
/*-------------------------------------------------------------------- cazare */
.cazare-wrapper {
    background-color: #fff;
    color: #125b64;
    padding-top: 30px;
}
.cazare-wrapper h2 > span{
    float: right;
    font-size: 16px;
}
.cazare-wrapper h2 > span a {
    color: #e7ad44;
}

.camere-container{
    position: relative;
    padding: 20px 0px;
}
.camere-container h3{
    font-size: 22px;
}
.camere > div {
    justify-content: center;
}
.camere > div > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    max-width: 220px;
}
.camere a {
    color: #125b64;
    text-decoration: none;
}
/* .camere-container::after{
    content:'';
    display: block;
    border: 1px solid #c7c5c5;
    width: 40px;
    position: absolute;
    top: 50px;
    left: 0px;
} */
.camere-container > h5 {
    color: #9e8a8a;
    font-size: 16px;
}
.camere-container > h5 > i {
    font-size: 10px;
    height: 15px;
    width: 15px;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    margin: 0px 5px;
}
.camere-container > i {
    float: right;
    font-size: 5px;
}
.camere-container > i,
.camere-container > span {
    color: #e7ad44;
    font-weight: bold;
}
/*---------------------------------------------------------------------------------------- parallax */
.parallax {
    background-image: url('../images/overlay.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 500px;
}
.parallax > div {
    background-color: rgba(18,91,100, .7);
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.parallax > div > span {
    color: #fff;
    font-size: 28px;
    font-style: italic;
    max-width: 900px;
    display: block;
    margin: 0px auto;
}
/*----------------------------------------------------------------------------------- notification */
.notification{
    background-color: #e7ad44;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.notification > div > div {
    align-items: center;
}
.notification i {
    font-size: 86px;
    color: #fff;
}
.notification span {
    color: #000;
}

/*----------------------------- Notification H*/
.notification_green{
    background-color: #125b64;
    color: #fff;
    padding: 20px!important;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

.notification_green > div > div {
    align-items: center;
}
.notification_green i {
    font-size: 86px;
    color: #fff;
}
.notification_green span {
    color: #ffc107;
}
/*------------------------------------------------------------------------------------ newsletter */
.newsletter-wrapper{
    position: relative;
    text-align: center;
    font-size: 22px;
    margin: 0px auto;
    padding: 20px;
    background-color: #e7ad44;
    color: #125b64;
}
.newsletter-wrapper > div:last-of-type{
    max-width: 700px;
    margin: 0px auto;
}
.newsletter-wrapper input,
.newsletter-wrapper button {
    border-radius: 0px;
}

.newsletter-wrapper button {
    background-color: #125b64;
    color: #fff;
    transition: all 400ms ease-in-out;
}
.newsletter-wrapper button:hover{
    background-color: transparent;
    color: #125b64;
    border: 1px solid #125b64;
}
/*-------------------------------------------------------------------------------- camere page cota1000 */
.special-offer.cota table tr td,
.special-offer.han table tr td{
    vertical-align: middle;
}
.special-offer.cota table tr td:first-of-type,
.special-offer.han table tr td:first-of-type{
    width: 200px;
}
.special-offer.cota table tr td:first-of-type .gallery-room > a:first-child,
.special-offer.han table tr td:first-of-type .gallery-room > a:first-child {
    width: 200px !important;
}
.special-offer.cota table tr td:first-of-type .gallery-room > a,
.special-offer.han table tr td:first-of-type .gallery-room > a {
    width: 50px !important;
    overflow: hidden;
    margin: 2px;
}
.special-offer.cota table tr td:first-of-type .gallery-room,
.special-offer.han table tr td:first-of-type .gallery-room{
    display: flex;
    flex-wrap: wrap;
}
/*----------------------------------------------------------------------------------- image branding */
.branding-cota,
.branding-han {
    position: relative;
}
.branding-cota::before{
    content: '';
    background: url("../images/logo-cota1000.png") no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 140px;
    right: -15px;
}
.branding-han::before{
    content: '';
    background: url("../images/logo-hanul.png") no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width: 60px;
    height: 90px;
    bottom: 130px;
    right: 0px;
}
.restaurant.branding-cota::before{
    width: 130px;
    height: 130px;
    bottom: 15px;
    left: -15px;
}
.restaurant.branding-han::before{
    width: 90px;
    height: 130px;
    bottom: 12px;
    right: 6px;
}
/*---------------------------------------------------------------------------------- carousel */
.carousel-wrapper{
    position: relative;
}
.carousel-container {
    background-image: url("../images/slide1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    text-align: center;
    background-position: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.carousel-container:nth-of-type(2) {
    background-image: url("../images/slide4.jpg");
}

.carousel-container:nth-of-type(3) {
    background-image: url("../images/slide3.jpg");
}
.carousel-container:nth-of-type(4) {
    background-image: url("../images/slide2.jpg");
}

.carousel-text {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-text span {
    text-align: center;
}
.carousel-text span small {
    font-size: 34px;
}
.carousel-text span > span {
    font-size: 24px;
    line-height: 28px;
    display: block;
}
.carousel-text b {
    font-size: 48px;
    line-height: 52px;
    display: block;
}
.carousel-text a {
    color: #000;
    text-shadow: none;
    background-color: #e7ad44;
}
/*--------------------------------------------------------------------------------- scrolldown */
.scrolldown-wrapper {
    position: relative;
}
.scrolldown {
    width: 30px;
    position: absolute;
    top: 88px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    margin: 0px auto;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    box-shadow: 0px 0px 20px 3px #000000;
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
    box-shadow: 0px 0px 20px 3px #000000;
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 65px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
    text-shadow: 2px 2px 5px #000000;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}
/*--------------------------------------------------------------------------------- btn border 0 */
.btn {
    border-radius: 0px;
}
/*----------------------------------------------------------------------------------- about */
.about-wrapper > div > div {
    padding: 20px;
}
/*----------------------------------------------------------------------------------- gallery */
.gallery-wrapper{
    background-color: #fff;
    color: #125b64;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}
.gallery-container{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
/*------------------------------------------------------------------------------------ footer */
.footer {
    background-image: url("../images/slide1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.footer-wrapper {
    padding: 20px 0px;
}
.footer-wrapper a {
    color: #fff;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.footer-wrapper a:hover{
    color: #e7ad44;
}
.footer-wrapper b {
    font-size: 20px;
    padding-bottom: 5px;
    display: inline-block;
}

.footer-wrapper ul {
    list-style: none;
    padding: 0;
}
.copyright{
    padding: 10px;
    background-color: #125b64;
    color: #fff;
}
.copyright_han{
    padding: 10px;
    background-color: #10173F;
    color: #fff;
}
.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
/*--------------------------------------------------------------------------------------- contact */
.contact-table a {
    color: #125b64;
    font-weight: bold;
    text-decoration: none;
}
.contact-table tr td:first-of-type{
    text-align: center;
}
.contact-table a:hover{
    color: #e7ad44;
}
/*---------------------------------------------------------------------------------- contact rainbow */
#contact-rainbow {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0px;
    z-index: 100;
}

#contact-rainbow > div > a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact-rainbow > div > a:hover {
    text-decoration: none;
}

#contact-rainbow > div > a > span {
    color: #fff;
}

#contact-rainbow > div {
    border-right: 1px solid #666;
}

#contact-rainbow > div:last-of-type {
    border-right: none;
}

.rainbow-icon {
    padding: 12px;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
}

#contact-rainbow > div {
    background-color: #125b64;
}
/*-------------------------------------------------------------------------------------- scroll */
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 8px;
    background-color: #e7ad44;
}

::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e7ad44;
}
textarea {
    resize: vertical;
}

.bg-warning { background: #e7ad44 !important; }

.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
}

@-webkit-keyframes pulsate {
    0% { 
        color: #fff;
        font-size: inherit;
    }
    50% { 
        color: #e7ad44;
        font-size: 1.05em;
    }
    100% { 
        color: #fff;
        font-size: inherit;
    }
}

@media screen and (max-width: 369px){
    .camere-container > h5 {
        font-size: 18px;
    }
    .special-offer table th,
    .special-offer table td{
        font-size: 12px;
    }
}
@media screen and (max-width: 576px){
    .hotels-section > div:first-of-type{
        border-bottom: 1px solid #fff;
        border-right: none;
    }
    .hotels-section > div:last-of-type{
        border-top: 1px solid #fff;
        border-left: none;
    }
    .hotels-section a {
        height: 90px;
    }
    .footer-wrapper {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .check-container > b {
        font-size: 60px;
    }
    .check-wrapper > div > div{
        padding: 0;
    }
}
@media screen and (max-width: 648px){
    .header-menu ul{
        text-align: justify;
    }
    .header-menu ul li a {
        display: block;
        padding: 15px;
        font-size: 18px;
        margin: 0px;
    }
    .header-menu ul li {
        min-width: 156px;
        display: block;
    }
    .carousel-container{
        height: 580px;
    }
    .carousel-text {
        font-size: 30px;
    }
    .carousel-text b {
        font-size: 42px;
    }
}
@media screen and (max-width: 680px){
    .hotels-section > div:first-of-type > a > img{
        width: 45px;
    }
    .hotels-section > div:last-of-type > a > img {
        width: 55px;
    }
}
@media screen and (min-width: 681px){
    .hotels-section > div:first-of-type > a > img{
        width: 50px;
    }
    .hotels-section > div:last-of-type > a > img {
        width: 65px;
    }
}
@media screen and (max-width: 768px){
    .title-accent {
        font-size: 26px;
    }
    .events-wrapper > div,
    .restaurant-wrapper > div,
    .tourist-attractions-wrapper > div {
        margin-top: 20px;
    }

    .events-wrapper > div > p,
    .restaurant-wrapper > div > p,
    .tourist-attractions-wrapper > div > div {
        padding: 20px;
        margin: 0px;
        font-size: 16px;
    }
    .facilities-container ul li {
        height: 120px;
        width: 120px;
    }
    .facilities-container ul li i {
        font-size: 22px;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .camere-container h2 {
        font-size: 26px;
    }
    .camere-container h5{
        font-size: 13px;
    }
    .services-wrapper > div {
        flex: 1 1;
    }
}
@media screen and (min-width: 1200px){
    #contact-rainbow {
        display: none;
    }
    .hotels-section > div:first-of-type > a > img{
        width: 75px;
    }
    .hotels-section > div:last-of-type > a > img {
        width: 90px;
    }
    .home-logo{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .hero-section > img:first-of-type {
        position: absolute;
        top: 93px;
        left: 15px;
        height: 175px;
    }
    .hero-section > img:last-of-type {
        position: absolute;
        top: 93px;
        right: 5px;
        height: 175px;
    }
    nav.navbar{
        text-align: center;
    }
    .main-wrapper > div:first-of-type{
        margin-bottom: 30px;
    }
    div.hero-section img {
        z-index: 100;
    }
    .copyright{
        margin-bottom: 47px;
    }
    .events-wrapper > div > p,
    .restaurant-wrapper > div > p,
    .tourist-attractions-wrapper > div > div {
        padding: 10px;
        margin: 0px;
        font-size: 14px;
    }
    .hotels-section a {
        height: 100px;
    }
    .hotels-section a {
        filter: opacity(1);
    }
    .logo-container img {
        display: none;
    }
    #navbars{
        padding-top: 20px;
    }
    .hotels-section a {
        line-height: 45px;
    }
    .scrolldown-wrapper {
        display: none;
    }
    .notification {
        font-size: 18px;
    }
    
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .services-wrapper > div {
        flex: 1 1;
    }
}

@media screen and (min-width: 992px) and (max-width: 1500px){
    .logo-container > a > img {
        top: -56px;
        left: 20px;
        width: 80px;
    }
}

.btn-warning-pulsate {
  background-color: #FFC107;
  border: 0;
  display: inline-block;
  font-size: 1.1em;
  padding-left: 30px !important;
  padding-right: 30px !important;
}


/* .btn-warning-pulsate {
  background-color: #FFC107;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  border: 0;
  display: inline-block;
  font-size: 1.1em;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@keyframes color {
  0% {
    background-color: #FFC107;
  }
  50% {
    background-color: #17A2B8;
  }
  100 {
    background-color: #FFC107;
  }
} */
