@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Quicksand:wght@300..700&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Nunito Sans", serif;
    list-style: none !important;
    text-decoration: none !important;
    /* text-transform: capitalize; */
}

body {
    overflow-x: hidden !important;
    width: 100%;
}

input::-webkit-inner-spin-button{
    display: none !important;
}


.heading {
    margin: 20px 0px;
    text-align: center;
}


.heading h3 {
    color: #013b5c;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}

.hero-heading h3::after {
    content: '';
    display: block;
    width: 150px; /* Line width */
    height: 3px; /* Line height */
    background-color: #ef7f1a; /* Line color */
    margin: 10px 0 0; /* Space around the line */
    border-radius: 2px; /* Optional for rounded edges */
}

.heading h3:after {
    content: '';
    display: block;
    width: 150px; /* Line width */
    height: 3px; /* Line height */
    background-color: #ef7f1a; /* Line color */
    margin: 10px auto 0; /* Space around the line */
    border-radius: 2px; /* Optional for rounded edges */
}


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: white;
    padding: 30px 30px;
    /* box-shadow: 0 6px 30px rgba(0, 0, 0, 0.6); */
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
}

header .logo div h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: bolder;
    font-family: "Quicksand", sans-serif;
}


header .logo div p {
    margin: 0;
    font-size: 14px;
    font-weight: 200;
}

header .logo img {
    width: 60px;
}

header .btns {
    display: flex;
    align-items: center;
    justify-content: center;
  
}

header .btns button {
    background: transparent;
    border: 1px solid #013b5c;
    /* padding: 10px 15px; */
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: 5px;
    font-style: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #013b5c;
    color: #fff;
}


header .btns button:hover::after {
    left: 0;
    z-index: -1;
}

header .btns a i {
    font-size: 20px;
    color: #013b5c;
}

.nav-wp {
    width: 40px;
    margin: 0px 10px;
}

.nav-wp img {
    width: 100%;
    height: 100%;
}


.nav-tabs .nav-pills .nav-link {
    color: #013b5c;
    /* padding: 0;
    margin: 0; */
    border: none;
    outline: none;
}

.nav-tabs {
    border-bottom: 0;
    margin: auto;
}

.nav-tabs .nav-pills .nav-link {
    padding: 3px 10px;
    font-size: 14px;
    text-align: start;
    background-color: whitesmoke;
}

.nav-tabs .nav-pills .nav-link:hover {
    background-color: whitesmoke;
    border: none;
    outline: none;
}

.nav-tabs .nav-pills .nav-link.active {
    background-color: #013b5c;
    color: #fff;
}




.whatsapp {
    position: fixed;
    left: 10px;
    bottom: 30px;
    z-index: 100000;
}

.whatsapp img {
    width: 50px;
}

.checkout {
    text-align: center;
}

.checkout img {
    width: 78px;
}

.checkout p {
    margin-top: 10px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

.card-category {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048) !important;
    border-radius: 10px;
}

.card-category img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.card-category h3 {
    font-size: 22px;
    padding: 15px 6px;
}

.home-info h3 {
    color: #013b5c;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.home-info ul li {
    padding: 7px 0px;
    list-style: disc !important;
    color: #000;
}



.counter-section{
    background:  url('../img/bg-img-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.item {
    text-align: center;
    padding: 35px 40px;
    min-height: 200px;
    border-radius: 14px;
    background: #e0e0e0;
    /* box-shadow: 25px 25px 91px #c7c7c7,
        -25px -25px 91px #f9f9f9; */
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item h3 {
    color: #000;
}

.item h6 {
    color: #013b5c;
    text-transform: capitalize;
}

.home-card {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    border-radius: 14px;
}

.home-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}


.home-card .destinations-name {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}


.home-card .destinations-name h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.testimonial {
    background-color: white;
    box-shadow: 0px 4px 17px 0px rgba(85, 85, 85, 0.1);
    padding: 40px 15px;
    position: relative;
}

.testimonial::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #013b5c;
    bottom: 0;
    left: 0;
}

.testimonial .rating i {
    color: #f9d20e;
}

.testimonial p {
    padding: 20px 0px;
}

.testimonial .profile {
    display: flex;
    align-items: center;
}

.testimonial .profile img {
    border-radius: 50%;
}

.testimonial .profile .user-info {
    padding-left: 20px;
}

.testimonial .profile .user-info h4 {
    font-size: 24px;
    color: rgb(18, 18, 53);
    font-family: "Quicksand", sans-serif;
}


.testimonial .profile .user-info p {
    margin: 0;
    padding: 0;
    color: #8e9fc0;
}

.contact {
    background-color: white;
    /*box-shadow: 25px 25px 91px #c7c7c7,*/
    /*    -25px -25px 91px #f9f9f9;*/
    /* margin: 50px 0px; */
}

.contact .contact-info h3 {
    color: #013b5c;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 28px;
}

.contact .contact-info span {
    color: #013b5c;
    font-weight: bold;
}



.contacts ul li {
    white-space: nowrap;
}

.contacts span {
    color: #ffff;
}

.contacts .social i {
    padding: 10px 10px;
    font-size: 17px;
    color: #ffff;
}

.quick-search h3 {
    color: #013b5c;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
}

.discount {
    position: absolute;
    right: 0 !important;
    top: 20px;
    right: 20px;
}

.add-to-cart {
    text-decoration: none;
    color: #013b5c;
    border: 1px solid #013b5c;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.3s linear;
}

.add-to-cart:hover {
    text-decoration: none;
    background-color: #013b5c;
    color: #fff;
    border: 1px solid #013b5c;
    padding: 10px 20px;
    border-radius: 50px;
}

.product-menu {
    border: 1px solid #013b5c;
    border-radius: 10px;
}

.product-card {
    border-bottom: 1px solid #013b5c;
    text-align: center;
    padding: 10px 0px;
}

.product-card h5 {
    font-size: 16px;
    text-transform: capitalize;
}

.product-card p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.price {
    padding: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.btn-cart {
    margin: 15px 0px;
}

.btn-cart button {
    width: 100%;
    margin: 10px;
    padding: 10px;
    border: 1px solid #013b5c;
    background-color: #013b5c;
    color: #fff;
}

.price-bg-light {
    padding: 20px 0px;
    margin: 20px 0px;
    border-radius: 10px;
}

.quick-links {
    border: 1px solid #013b5c;
    border-radius: 10px;
}

.quick-links {
    width: max-content;
}

.quick-links .nav-link {
    padding: 10px 15px;
}

.quick-links .nav-link.active,
.quick-links .show>.nav-link {
    color: white;
    background-color: #013b5c;
    border-radius: 0;
}

.quick-links .nav-link,
.quick-links .show>.nav-link {
    border-radius: 0;
    color: #013b5c;
}

.quick-links .nav-item {
    border-right: 1px solid #013b5c;

}

.quick-links .nav-item:last-child {
    border: 0;

}


.footer {
    background: linear-gradient(to bottom, #013b5c 0%, #013b5c 100%);
    min-height: 50vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;

}

.footer-logo h2 {
    font-size: 24px;
    font-weight: 600;
    color: #ffff;
}

.footer-logo {
    z-index: 1000;
}

.footer-logo p {
    color: #f9f9f9;
    padding: 20px 20px 0px 0px;
}

.links h3 {
    font-size: 22px;
    position: relative;
    padding-bottom: 4px;
    color: #ffff;
}

.links h3::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #ffff;
    bottom: 0;
    left: 0;
}

.links ul {
    padding: 20px 0px 0px 0px;
}

.links ul li {
    padding-bottom: 7px;
    list-style: none;
}

.links ul li i {
    color: #ffff;
}

.links ul li a {
    text-decoration: none;
    color: #ffff;
}

.bg-img {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/bg-home.jpg');
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    color: #fff;
}

.bg-color {
    background: #013b5c;
    width: 100%;
    height: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
    color: #fff;
}



.quick-search-pills {
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    list-style-type: none;
    /* padding: 10px; */
    overflow: hidden;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;

    box-sizing: border-box;
}


.quick-search-pill li button,
.quick-search-pills li button {
    width: 100%;
}

.quick-search-pill .nav-item .nav-link.active,
.quick-search-pills .nav-item .nav-link.active {
    background-color: #013b5c !important;
    border-radius: 0;
    color: #fff;
}

.quick-search-pill .nav-item .nav-link,
.quick-search-pills .nav-item .nav-link {
    color: #013b5c;
}

.quick-search-pill {
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    list-style-type: none;
    /* padding: 10px; */
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;

    box-sizing: border-box;
}

.quick-search-pill li,
.quick-search-pills li {
    /* padding: 10px; */
    height: 100%;
    border-right: 1px solid #013b5c;
    text-align: center;
}


.quick-search-pill li:last-child,
.quick-search-pills li:last-child {
    border: 0px;
}

.quick-search-pill li,
.quick-search-pills li {


    text-decoration: none;
    color: #fff;

}

@media (max-width:1150px) {
    header .btns {
        display: none;
    }

    .whatsapp {
        display: none;
    }

}

@media (max-width:870px) {
    .logo-info {
        display: none;
    }

    .footer {
        margin-bottom: 80px;
    }

    header .nav-tabs {
        padding-left: 25px;
    }

    .nav-tabs .nav-pills .nav-link {
        padding: 1px 7px;
        font-size: 11px;
        text-align: start;
        background-color: whitesmoke;
    }

}



.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}