﻿/* ------------------------------
Destinations  styles
---------------------------- */

.destinations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.destination-item {
    max-width: 350px;
}

.destination-item img {
    width: 100%;
}
.destinations .destination-content-wrap .tab {
border: 1px solid #e9e9e9;
}

.destinations .destination-content-wrap .tab li {
width: 20%;
height: 100px;
line-height: 100px;
border-right: 1px solid #e9e9e9;
margin: 0;
position: relative;
}

.destinations .destination-content-wrap .tab li:last-child {
border: none;
}

.destinations .destination-content-wrap .tab li a {
padding: 20px 0 0 0;
color: #a5a0a0;
margin: 0;
display: block;
height: 100px;
border: none;
border-radius: 0;
text-align: center;
transition: all 0.5 ease;
font-size: 12px;
text-transform: uppercase;
font-family: "Open Sans";
font-weight: bold;
}

.destinations .destination-content-wrap .tab li a span.fa {
display: block;
margin-bottom: 13px;
font-size: 36px;
}

.destinations .destination-content-wrap .tab li a:hover, .destinations .destination-content-wrap .tab li a:focus {
color: #ffffff;
border: none;
border-radius: 0;
transition: all 0.5 ease;
background: #f4b843;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.destinations .destination-content-wrap .tab li a:hover:after, .destinations .destination-content-wrap .tab li a:focus:after {
bottom: -17px;
content: '';
width: 0;
height: 0;
border-left: 17px solid transparent;
border-right: 17px solid transparent;
border-top: 17px solid #f4b843;
position: absolute;
left: 37%;
}

.destinations .destination-content-wrap .tab li.active a {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
color: #ffffff;
background: #f4b843;
}

.destinations .destination-content-wrap .tab li.active a:after {
bottom: -17px;
content: '';
width: 0;
height: 0;
border-left: 17px solid transparent;
border-right: 17px solid transparent;
border-top: 17px solid #f4b843;
position: absolute;
left: 37%;
}

.destinations .destination-content-wrap .tab-content {
margin-top: 40px;
}

.destinations .destination-content-wrap .tab-content .panel {
background-color: #f7f7f7;
font-size: 15px;
padding: 50px;
}

.destinations .destination-content-wrap .tab-content .panel strong {
font-weight: bold;
}

.destinations .destination-content-wrap .tab-content iframe {
border: 0;
width: 100%;
height: 400px;
}

.destinations .destination-content-wrap .tab-content .tab-details {
width: 100%;
border: 1px solid #ddd;
border-radius: 4px;
padding: 20px;
background-color: #f7f7f7;
box-sizing: border-box;
}

/* Responsive .tab-details */
@media (max-width: 991px) {
.destinations .destination-content-wrap .tab-content .tab-details {
    padding: 15px;
}
}

@media (max-width: 767px) {
.destinations .destination-content-wrap .tab-content .tab-details {
    padding: 12px;
    border-radius: 3px;
}
}

@media (max-width: 480px) {
.destinations .destination-content-wrap .tab-content .tab-details {
    padding: 10px;
    border-radius: 2px;
    margin: 0 -5px;
    width: calc(100% + 10px);
}
}

.destinations .destination-content-wrap .tab-content ul {
padding: 0;
margin: 0;
list-style: none;
}

.destinations .destination-content-wrap .tab-content ul li {
margin-bottom: 10px;
font-size: 15px;
line-height: 18px;
}

.destinations .destination-content-wrap .tab-content ul li:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
margin-right: 10px;
color: #f4b843;
}

.destinations .destination-content-wrap .destination-content {
margin-top: 40px;
}

.destinations .destination-content-wrap .destination-content .thumbnail {
padding: 0;
border: none;
width: 100%;
}

.destinations .destination-content-wrap .destination-content .thumbnail img {
padding: 0;
width: 100%;
}

.destinations .destination-content-wrap .destination-content h1 {
margin-bottom: 30px;
text-transform: uppercase;
font-size: 24px;
}

.destinations .destination-content-wrap .destination-content blockquote {
border-left: 5px solid #f4b843;
font-family: "Playfair Display";
font-size: 18px;
line-height: 30px;
font-weight: bold;
font-style: italic;
}

.destinations .destination-content-wrap .destination-content p {
font-size: 15px;
line-height: 26px;
}

.destinations .destination-content-wrap .destination-content img {
padding: 30px 15px 30px 0;
}

.destinations .destination-sidebar-wrap {
margin-bottom: 80px;
}

.destinations .destination-sidebar-wrap .sidebar-header {
background-color: #3f3c3c;
}

.destinations .destination-sidebar-wrap .sidebar-header h3 {
color: #ffffff;
}

.destinations .destination-sidebar-wrap .sidebar-book {
border-bottom: 1px solid #e9e9e9;
}

.destinations .destination-sidebar-wrap .sidebar-book .form .form-group {
margin-bottom: 30px;
}

.destinations .destination-sidebar-wrap .sidebar-book .form .form-group .input-icon .input-addon {
top: 15px;
}

.destinations .destination-sidebar-wrap .sidebar-book .form input, .destinations .destination-sidebar-wrap .sidebar-book .form select {
height: 55px;
line-height: 55px;
}

.destinations .destination-sidebar-wrap .sidebar-book .form input::-webkit-input-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
opacity: 1;
color: #222222;
}

.destinations .destination-sidebar-wrap .sidebar-book .form input:-moz-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
opacity: 1;
color: #222222;
}

.destinations .destination-sidebar-wrap .sidebar-book .form input::-moz-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select::-moz-placeholder {
/* Mozilla Firefox 19+ */
opacity: 1;
color: #222222;
}

.destinations .destination-sidebar-wrap .sidebar-book .form input:-ms-input-placeholder, .destinations .destination-sidebar-wrap .sidebar-book .form select:-ms-input-placeholder {
/* Internet Explorer 10-11 */
opacity: 1;
color: #222222;
}

.destinations .destination-sidebar-wrap .sidebar-book .form button[type="submit"] {
height: 60px;
}

.destinations .destination-sidebar-wrap .sidebar-order h3.title {
color: #333333;
font-size: 18px;
font-weight: 500;
text-align: center;
margin-top: 0;
margin-bottom: 15px;
}

.destinations .destination-sidebar-wrap .sidebar-order .form {
margin-bottom: 35px;
}

.destinations .destination-sidebar-wrap .sidebar-order .form input {
border: none;
width: 100%;
height: 55px;
line-height: 55px;
background-color: #f7f7f7;
font-size: 15px;
text-align: center;
padding: 0 10px;
}

.destinations .destination-sidebar-wrap .sidebar-order .price .box-price {
font-size: 15px;
}

.destinations .destination-sidebar-wrap .sidebar-order .price .box-price span.number {
color: #f4b843;
font-size: 36px;
font-weight: bold;
}

.destinations .destination-sidebar-wrap .sidebar-order .price .box-price.right {
text-align: right;
}

.destinations .destination-sidebar-wrap .sidebar-order .price .box-price.right span.number {
color: #959595;
}

.destinations .destination-rivew-wrap {
background-color: #f7f7f7;
padding: 50px 25px;
}

.destinations .destination-rivew-wrap h3.title {
text-align: center;
font-family: "Open Sans";
font-size: 24px;
line-height: 26px;
font-weight: bold;
font-style: normal;
margin: 0 0 30px 0;
}

.destinations .destination-rivew-wrap .destination-rivew-slider {
list-style: none;
padding: 0;
}

.destinations .destination-rivew-wrap .destination-rivew-slider li p {
text-align: center;
font-size: 15px;
line-height: 26px;
}

.destinations .destination-rivew-wrap .destination-rivew-slider li img {
border-radius: 50%;
display: block;
margin: 20px auto;
width: 80px;
height: 80px;
}

.destinations .destination-rivew-wrap .destination-rivew-slider li span {
color: #f4b843;
text-align: center;
display: block;
font-family: "Playfair Display";
font-size: 14px;
line-height: 24px;
font-weight: bold;
font-style: italic;
}

/* ------------------------------
Check out styles
---------------------------- */
.checkout .checkout-content-wrap {
border-left: 1px solid #ddd;
}

.checkout .checkout-content-wrap .box {
padding: 0 40px 30px 40px;
}

.checkout .checkout-content-wrap .box .box-title {
position: relative;
}

.checkout .checkout-content-wrap .box .box-title h2 {
margin-bottom: 20px;
font-size: 24px;
text-transform: capitalize;
}

.checkout .checkout-content-wrap .box .box-title h2 span.sort {
position: absolute;
left: -15px;
top: -5px;
text-align: center;
height: 50px;
width: 50px;
line-height: 50px;
font-size: 24px;
color: #ffffff;
background-color: #f4b843;
margin: 0 20px 0 -50px;
border-radius: 50%;
}

.checkout .checkout-content-wrap .box .box-content .form-group input, .checkout .checkout-content-wrap .box .box-content .form-group select {
height: 45px;
}

.checkout .checkout-content-wrap .box .box-content ul.list-social {
margin-bottom: 30px;
}

.checkout .checkout-content-wrap .box .box-content ul.list-social li {
list-style: none;
display: inline-block;
}

.checkout .checkout-content-wrap .box .box-content ul.list-social li a {
display: inline;
}

.checkout .checkout-content-wrap .box .box-content ul.list-social li a .icon.icon-visa:before {
content: "";
height: 45px;
display: block;
width: 62px;
background-repeat: no-repeat;
background: url("../images/visa.png");
}

.checkout .checkout-content-wrap .box .box-content ul.list-social li a .icon.icon-mastercard:before {
content: "";
height: 45px;
display: block;
width: 62px;
background-repeat: no-repeat;
background: url("../images/mastercard.png");
}

.checkout .checkout-content-wrap .box .box-content ul.list-social li a .icon.icon-paypal:before {
content: "";
height: 45px;
display: block;
width: 62px;
background-repeat: no-repeat;
background: url("../images/paypal.png");
}

.checkout .checkout-content-wrap .box .box-content ul.list-social li a .icon.icon-jbc:before {
content: "";
height: 45px;
display: block;
width: 62px;
background-repeat: no-repeat;
background: url("../images/jbc.png");
}

.checkout .checkout-content-wrap .box.box-payment {
padding-bottom: 0;
}

.checkout .checkout-content-wrap label.control-label {
font-weight: normal;
font-size: 15px;
}

.checkout .checkbox {
margin-bottom: 15px;
padding-left: 15px;
}

.checkout .checkbox label {
display: inline-block;
cursor: pointer;
position: relative;
padding-left: 25px;
margin-left: 25px;
margin-right: 15px;
font-size: 13px;
}

.checkout .checkbox input[type=radio],
.checkout .checkbox input[type=checkbox] {
display: none;
}

.checkout .checkbox label:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 10px;
position: absolute;
left: 0;
border-radius: 8px;
bottom: 4px;
border: 2px solid #f4b843;
}

.checkout .checkbox .radio label:before {
border-radius: 8px;
}

.checkout .checkbox .checkbox label {
margin-bottom: 10px;
}

.checkout .checkbox .checkbox label:before {
border-radius: 8px;
}

.checkout .checkbox input[type=radio]:checked + label:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
color: #f4b843;
font-size: 30px;
text-align: center;
line-height: 18px;
}

.checkout .checkbox input[type=checkbox]:checked + label:before {
font-family: "FontAwesome";
content: "";
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none;
color: #f4b843;
font-size: 5px;
text-align: center;
line-height: 13px;
}

.checkout .checkbox input {
width: auto;
}

.checkout .checkbox a {
font-weight: bold;
color: #222222;
}

.checkout .checkbox a:hover {
text-decoration: underline;
}

.checkout .btn-book {
margin-left: 45px;
}

.checkout .checkout-sidebar-wrap .sidebar-header {
border-bottom: 1px solid #ddd;
}

.checkout .checkout-sidebar-wrap .sidebar-content ul li {
margin-bottom: 15px;
}

.checkout .checkout-sidebar-wrap .sidebar-content ul li .title {
color: #222222;
font-weight: 600;
font-size: 20px;
margin-bottom: 5px;
}

.checkout .checkout-sidebar-wrap .sidebar-content ul li .title span {
width: 20px;
}

.checkout .checkout-sidebar-wrap .sidebar-content ul li .details {
font-size: 14px;
padding-left: 26px;
}

.checkout .checkout-sidebar-wrap .sidebar-content ul li:last-child {
margin-bottom: 0;
}

.checkout .checkout-sidebar-wrap .sidebar-footer {
padding: 30px 0;
text-align: center;
color: #ffffff;
background-color: #f4b843;
font-size: 18px;
}

.checkout .checkout-sidebar-wrap .sidebar-footer span.blod {
font-weight: bold;
}
