* {
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: Mulish;
    background: #F5FAFE;
    color: #333333;
}

.container {
    width: 1105px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button:hover {
    cursor: pointer;
}

/* info panel */

.infoPanel .container {
    display: flex;
    align-items: center;
    height: 60px;
}

.infoPanel a {
    font-style: normal;
    font-size: 10px;
    line-height: 13px;
    color: #333333;
}

.infoPanel a:nth-child(2),
.infoPanel a:last-child {
    padding-left: 37px;
    background-image: url(img/gift.png);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    line-height: 17px;
    margin-left: auto;
}

.infoPanel a:last-child {
    background-image: url(img/star.png);
    background-size: 17px 16px;
    margin-left: 99px;
}

/* End info panel */

/* Header styles */
header {
    background: #fff;
    min-width: 1105px;
}

header .container {
    display: flex;
    height: 120px;
    align-items: center;
    overflow: hidden;
}

header a:first-child {
    font-family: "Luckiest Guy";
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
    margin-right: 108px;
}

header a:first-child span {
    color: #EC1F46;
}

.inputButton button {
    width: 65px;
    height: 40px;
    border-radius: 0px 6px 6px 0px;
    border: 0;
    background: #EC1F46 url(img/search.png) center no-repeat;
    text-indent: -9999px;
}

.inputButton input {
    width: 285px;
    height: 40px;
    background: #F5FAFE;
    border-radius: 6px 0 0 6px;
    border: 0;
    padding-left: 23px;
    padding-right: 23px;
}

header .container a:last-of-type {
    width: 34px;
    height: 34px;
    margin-left: auto;
    background: url(img/shopping-cart.png) bottom left no-repeat;
    text-indent: -9999px;
    position: relative;

}

header .container a:last-of-type span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background: #EC1F46;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

header .profile {
    margin-left: 53px;
    display: flex;
    align-items: center;
    padding-right: 3px;
}

header .profile:hover {
    cursor: pointer;
}

header .profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    margin-right: 18px;
}

header .profile span {
    font-size: 14px;
    line-height: 18px;
}

header .profile i {
    text-indent: -9999px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 10px;
    height: 10px;
    margin-left: 24px;
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}

/* End header styles */

/* nav style */

.navbar {
    background: #0A223D;
    min-width: 1105px;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.navbar a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

/* end nav style */

.breadCrumb {
    height: 50px;
    display: flex;
    align-items: center;
}

.breadCrumb .container p {
    font-size: 10px;
    color: #333333;
}

/* Bread Crumb */

/* Hotel info */

.hotelInfoTop .container {
    height: 100px;
    position: relative;
}

.star {
    display: flex;
    padding-top: 23px;
}

.star i {
    width: 6px;
    height: 6px;
    margin-right: 3px;
    background: url(img/Star-ratting.png);
    text-indent: -99999px;
}

.star i:last-child {
    margin-right: 0;
}

.hotelInfoTop h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 0;
}

.flashOffer {
    background: #EC1F46;
    border-radius: 3px;
    width: 70px;
    height: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 39px;
    left: 282px;
}

.hotelInfoTop p {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

.userRattings {
    width: 65px;
    height: 45px;
    background: #EC1F46;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 29px;
}

.userRattings p:first-child {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
    margin: 0;
    padding: 8px 0 2px;
}

.userRattings p:last-child {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

.userRattings p span {
    font-size: 10px;
}

.hotelInfoBottom .container {
    position: relative;
    height: 450px;
}

.sliderGradient {
    background: linear-gradient(180deg, rgba(0, 122, 223, 0.48) 0%, rgba(255, 255, 255, 0.128) 100%);
    position: absolute;
    width: 728px;
    height: 450px;
    border-radius: 8px;
}

.map {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 213px;
}

.map iframe {
    border-radius: 10px;
}

.booking {
    font-family: Nunito;
}

.container .booking {

    width: 350px;
    height: 210px;
    background: #0A223D;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 33px 29px 0 26px;
    margin: 0;
}

.price {
    float: left;
}

.price p:nth-child(2) {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
}

.price p:first-child {
    font-size: 10px;
    line-height: 14px;
}

.price p:last-child {
    font-size: 12px;
    line-height: 16px;
}

.personRoom {
    float: right;
    font-size: 12px;
    line-height: 16px;
}

.personRoom p:first-child {
    background: url(img/user.png) no-repeat;
    padding-left: 20px;
}

.personRoom p:last-child {
    background: url(img/home.png) no-repeat;
    padding-left: 20px;
    margin-top: 8px;
}

.callCenter {
    clear: both;
    padding: 9px 0 17px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
}

.callCenter a {
    background: url(img/phone-call.png) center no-repeat;
    color: #fff;
    padding-left: 85px;
}

.booking button {
    width: 295px;
    height: 45px;
    background: #EC1F46;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-family: Nunito;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

/* End Hotel info */

/* Cards Menu */

.cardsMenu .container {
    display: flex;
    justify-content: space-between;
}

.cardsMenu .container a {
    margin: 68px 0 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 18px;
    color: #333333;
}

.cardsMenu .container a:hover {
    border-bottom: 3px solid #EC1F46;
    text-decoration: none;
    color: #EC1F46;
    padding-bottom: 15px;
}

/* End Cards Menu */

/* Package Summery */

.packageSummery .container {
    position: relative;
    margin-bottom: 65px;
}

.packageSummery .container h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 29px;
}

.textStyle p {
    font-size: 12px;
    line-height: 18px;
}

.circleCheck p {
    background: url(img/circle-check-full.png) no-repeat;
    padding-left: 39px;
}

.packageHighlights div:first-child {
    width: 538px;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background: #0A223D;
    border-radius: 4px 4px 0px 0px;
    text-indent: 24px;
    line-height: 50px;
}

.packageHighlights div:last-child {
    width: 538px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    padding: 27px 24px 6px 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.packageHighlights p {
    margin-bottom: 21px;
}

.offerDetails {
    position: absolute;
    top: 59px;
    right: 0;
}

.offerDetails div:first-child {
    width: 538px;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background: #0A223D;
    border-radius: 4px 4px 0px 0px;
    text-indent: 24px;
    line-height: 50px;
}

.offerDetails div:last-child {
    width: 538px;
    height: 150px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    padding: 29px 28px 18px 25px;
    display: flex;
    justify-content: space-between;

}

.offerDetails p:first-child {
    width: 215px;
}

.offerDetails p:last-child {
    background: url(img/calendar.png) no-repeat;
}

.offerDetails span {
    font-size: 10px;
    line-height: 13px;
    margin-top: 30px;
    font-style: italic;
}

.packageSummeryDetailsTop {
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background: #0A223D;
    border-radius: 4px 4px 0px 0px;
    text-indent: 24px;
    line-height: 50px;
    margin-top: 33px;
}

.packageSummeryDetailsBootom {
    height: 500px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    padding: 38px 24px 0 24px;

}


.packageSummeryDetailsBootom h6 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #EC1F46;
    width: 353px;
}

.packageSummeryDetailsBootom p {
    margin-top: 21px;
}

.packageCardTop {
    display: flex;
    justify-content: space-between;
}

.packageCardBootom {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #E0E0E0;
    margin-top: 44px;
    padding-top: 33px;
}

/* End Package Summery */

/* Other Packages */



.tripCardBig {
    display: flex;
    margin-bottom: 30px;
}

.tripCard .container h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tripCardInfo {
    width: 364px;
    height: 500px;
    background: #0A223D;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
    position: relative;
}

.tripCardInfo p {
    width: 299px;
    font-size: 14px;
    line-height: 160.6%;
    margin-left: 44px;
}

.tripCardInfo h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 27px 43px;
}

.tripCardInfo .star {
    padding: 0;
    margin: 46px 0 5px 43px;
}


.tripCardPersonRoom p:nth-last-child(5) {
    font-size: 12px;
    line-height: 15px;
    background: url(img/map-pin.png) no-repeat;
    padding-left: 28px;
    margin-top: 55px;
}

.tripCardPersonRoom p:nth-last-child(4) {
    font-size: 12px;
    line-height: 15px;
    background: url(img/user.png) no-repeat;
    padding-left: 28px;
    margin-top: 11px;
}

.tripCardPersonRoom p:nth-last-child(3) {
    font-size: 12px;
    line-height: 15px;
    background: url(img/home.png) no-repeat;
    padding-left: 28px;
    margin-top: 11px;
}

.tripCardPersonRoom p:nth-last-child(2) {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    margin-top: 24px;
}

.tripCardPersonRoom p:nth-last-child(1) {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
}

.tripCardButton button {
    width: 120px;
    height: 40px;
    background: #EC1F46;
    border-radius: 4px;
    border: 0;
    position: absolute;
    right: 21px;
    bottom: 30px;
    text-align: center;
    line-height: 38px;
    font-family: Nunito;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.tripCardBigImg {
    border-radius: 8px 0px 0px 8px;
    position: relative;
}

.tripCardFlashOffer {
    background: #EC1F46;
    border-radius: 0px 4px 4px 0px;
    width: 95px;
    height: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 26px;
}

.tripCardSmall .tripCardInfo {
    width: 350px;
    border-radius: 8px;
}

.tripCardSmall .tripCardFlashOffer {
    width: 60px;
    height: 18px;
    font-size: 8px;
    line-height: 18px;
}

.tripCardSmall .tripCardPersonRoom p:nth-last-child(5) {
    margin-top: 23px;
}

.tripCardSmall .tripCardInfo h5 {
    margin-top: 30px;
}

.tripCardSmall .tripCardButton button {
    position: absolute;
    bottom: 25px;
}

/* End Other Packages */

/* Guest Review */

.guestReviewArrov i:hover {
    cursor: pointer;
}

.guestReviewArrov i:first-child {
    border-left: 2px solid #828282;
    border-bottom: 2px solid #828282;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    top: 250px;
    left: 30px;
}

.guestReviewArrov i:last-child {
    border-left: 2px solid #828282;
    border-bottom: 2px solid #828282;
    width: 14px;
    height: 14px;
    transform: rotate(225deg);
    position: absolute;
    top: 250px;
    right: 30px;
}

.guestReview .container {
    position: relative;
}

.guestReview .container h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
}

.guestReviewPackageCard {
    width: 731px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 115px;
    position: relative;
}

.packageCardBody p {
    width: 537px;
    font-size: 12px;
    line-height: 160%;
    text-align: justify;
    margin: 0 auto;
    position: absolute;
    top: 136px;
    left: 99px;
}

.packageCardBody img {
    position: absolute;
    bottom: 113px;
    right: 60px;
    opacity: 0.4;
}

.packageCardBody img:first-child {
    position: absolute;
    top: 13px;
    left: 64px;
    opacity: 0.4;
    transform: rotate(180deg);
}

.packageCardProfileCard {
    text-align: center;
    position: absolute;
    top: -45px;
    right: 319px;
}

.packageCardProfileCard img {
    border-radius: 50%;
}

.packageCardProfileCard h6 {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #EC1F46;
}

.packageCardProfileCard p {
    font-size: 10px;
    line-height: 13px;
    color: #000000;
    margin-top: 10px;
}

.packageCardProfileCard .star {
    padding: 4px 0 0 27px;
}

/* End Guest Review */

/* Newsletter */

.newsletter {
    height: 260px;
    margin-top: 70px;
    position: relative;
    min-width: 1105px;
}

.newsletterImage {
    background: rgba(10, 34, 61, 0.8);
    position: absolute;
    height: 260px;
    width: 100%;
    overflow: hidden;
}

.newsletter .container {
    color: #FFFFFF;
    position: relative;

}

.newsletter .container p {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 98px;
    left: 187px;
}

.newsletter .container h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    position: absolute;
    top: 128px;
    left: 187px;
}

.newsletterInput {
    position: absolute;
    top: 108px;
    right: 187px;
}

.newsletterInput input {
    width: 285px;
    height: 55px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-left: 33px;
    border-radius: 4px 0 0 4px;
    border: 0;
}

.newsletterInput button {
    width: 65px;
    height: 55px;
    background: #EC1F46;
    border-radius: 0px 4px 4px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border: 0;
}

/* End Newsletter */

/* Activities */

.activities h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 60px;
}

.activitiesGroup p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 143px;
    padding-left: 27px;
    position: absolute;
}

.activitiesGroup {
    display: flex;
    justify-content: space-between;
}

.activitiesGroup div {
    width: 255px;
    height: 255px;
    border-radius: 6px;
    margin-top: 57px;
    position: relative;

}

.activitiesGroup button {
    position: absolute;
    top: 201px;
    left: 26px;
    width: 100px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
}

.activitiesGroup img {
    position: absolute;
}

.activitiesGroup span {
    width: 255px;
    height: 255px;
    background: linear-gradient(179.83deg, rgba(196, 196, 196, 0) 35.34%, #0A223D 99.85%);
    border-radius: 6px;
    position: absolute;
}

/* End Activities */

/* Footer */

footer {
    height: 900px;
    background: #0A223D;
    margin-top: 98px;
    min-width: 1105px;
}

.footerTop {
    display: flex;
    justify-content: space-between;
}

.footerTopLogo {
    width: 166px;
    padding-top: 139px;
}

.footerTopLogo a {
    font-family: "Luckiest Guy";
    font-size: 64px;
    line-height: 64px;
    color: #fff;
    text-decoration: none;
}

.footerTopLogo a span {
    color: #EC1F46;
}

.footerTop h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 108px;
}

.footerTop ul {
    padding-left: 0;
}

.footerTop li {
    list-style-type: none;
    margin-top: 2px;
}

.footerTop li a {
    font-size: 14px;
    line-height: 160%;
    color: #BDBDBD;

}

.footerTop p {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.footerToopSocial {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.footerToopSocial a {
    display: block;
    margin-left: 10px;
}

.footerToopSocial a:nth-of-type(1) {
    width: 24px;
    height: 24px;
    background: url(img/facebook.png) no-repeat;
    text-indent: -9999px;
    margin-left: 41px;
}

.footerToopSocial a:nth-of-type(2) {
    width: 24px;
    height: 24px;
    background: url(img/yout.png) no-repeat;
    text-indent: -9999px;

}

.footerToopSocial a:nth-of-type(3) {
    width: 24px;
    height: 24px;
    background: url(img/inst.png) no-repeat;
    text-indent: -9999px;
}

.footerContact {
    margin-top: 89px;
    display: flex;
    justify-content: space-between
}

.foterContactDetails h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 28px;
}

.foterContactDetails p,
a {
    font-size: 14px;
    line-height: 22px;
    color: #BDBDBD;
    display: block;
}

.container .footerContact a {
    padding-left: 41px;
}

.container .footerContact a:nth-of-type(1) {
    background: url(img/map.png) no-repeat;
    margin-top: 28px;
    margin-bottom: 28px;
}

.container .footerContact a:nth-of-type(2) {
    background: url(img/call.png) no-repeat;
    background-size: 20px 20px;
}

.container .footerContact a:nth-of-type(5) {
    background: url(img/mail.png) no-repeat;
    margin-top: 28px;
    background-size: 18px 18px;
}

.foterContactForm {
    width: 550px;
}

.foterContactForm h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 34px;
    color: #FFFFFF;

}

.foterContactForm input {
    width: 255px;
    height: 50px;
    border-radius: 4px;
    border: 0;
    font-size: 12px;
    line-height: 15px;
    padding-left: 23px;
}

.foterContactForm input:nth-of-type(2) {
    margin-left: 30px;
}

.foterContactForm textarea {
    width: 544px;
    height: 123px;
    border-radius: 4px;
    margin-top: 15px;
    padding: 23px 18px;
    font-size: 12px;
    line-height: 15px;
    resize: none;
}

.foterContactForm input:nth-of-type(3) {
    width: 160px;
    height: 50px;
    background: #EC1F46;
    padding: 0;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 22px;

}

.foterContactForm input:nth-of-type(3):hover {
    cursor: pointer;
}

.foterContactForm span {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #E0E0E0;
    text-decoration: none;
    margin-left: 282px;
}

.footerBottom {
    margin-top: 92px;
    display: flex;
    justify-content: center;
    position: relative;
}

.footerBottom img {
    position: absolute;
    right: 0;
}

.container .footerBottom a {
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding-left: 15px;
}

/* End Footer */