html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
  
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}


.nav-link {
    text-align: left;
    font-family: Alumni Sans;
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.gallery-img{
    position:relative;
    min-width: 100%; 
    flex-shrink: 0;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-img{
    position:relative;
    width: 100%; 
    height: 260px;
    border-radius: 20px;
}

.main-img{
    position:relative;
    min-width: 100%; 
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.tour-full-img{
    position:relative;
    width:100%;
    height: 75vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


hr{
    background: #CDCDCD;
    
}
h1{
    color: #FFF;
    font-family: Alumni Sans;
    font-size: 118px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%
}

h2{
    color: #2F2D2D;
    font-family: Inter;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
}

h3 {
    color: #2F2D2D;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
}

h4 {
    color: #2F2D2D;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
}

h2 i{
    color: #2F2D2D;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.h-st-1{
    color: #F3BD45;
    font-family: Inter;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}


.h-st-1 i{
    color: #8B8585;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.48px;
}

.ht-st-2 {
    color: #2d3340;
    font-family: Alumni Sans;
    font-size: 47px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}
.ht-st-2 i{
    color: #2d3340;
    font-family: Alumni Sans;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
    text-transform: uppercase;
}

.form-group label{
    position:relative;
    color: #2F2D2D;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.form-controlis-invalid {
    position:relative;
    padding: 3%;
    border-radius: 13px;
    border: none;
    background: #F5F5F5;
    color: #403E52;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    outline:none !important;
    box-shadow: none !important;
}

.form-control{
    position:relative;
    padding: 3%;
    border-radius: 13px;
    border: none;
    background: #F5F5F5;
    color: #403E52;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    outline:none !important;
    box-shadow: none !important;
}

.modal-content-st-1{
    border-radius: 25px;
    border: 1px solid rgb(34, 35, 58);
    box-shadow: 0px 14px 8px 0px rgba(34, 35, 58, 0.11);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #75747D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #75747D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #75747D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #75747D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #75747D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

::placeholder { /* Most modern browsers support this now. */
    color: #75747D;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.card-title{
    position:relative;
    color: #0d0925;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 129.63% */
    text-transform: uppercase;
}

.card-title-2{
    position:relative;
    color: #0d0925;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.title-text-st{
    position: absolute;
    top: 33%;
    right: 0px;
    left: 13%;
    bottom: 0px;
}

.p-st-1{
    color: #2F2D2D;
    text-align: center;
    font-family: Alumni Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-st-2{
    position:relative;
    color: #2F2D2D;
    text-align: center;
    font-family: Alumni Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.p-st-3{
    color: #403e52;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; 
    letter-spacing: 0.48px;
}

.card{
    position:relative;
    background: #FFF;
    box-shadow: 0px 14px 8px rgba(34, 35, 58, 0.1);
	padding: 25px;
	border-radius: 25px;
}

.card-text{
    position:relative;
    color: #403e52;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.card-text i{
    position:relative;
    color: #403e52;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

.form-check-label {
    position:relative;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.form-check-label i {
    position:relative;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-price{
    position:relative;
    color: #403e52;
    font-family: Inter;
    font-size: 33px;
    font-style: normal;
    font-weight: 500;
}

.btn-st-1{
    position:relative;
    padding: 20px;
    flex-shrink: 0;
    text-align: center; 
    color: #F3BD45;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    word-wrap: break-word;
    border-radius: 20px;
    border: 2px solid #F3BD45;
    background-color: #ffffff;
    transition: 0.4s;
}

.btn-st-2{
    position:relative;
    padding: 18px;
    flex-shrink: 0;
    text-align: center; 
    color: #ffffff;
    font-family: Alumni Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    word-wrap: break-word;
    border-radius: 20px;
    border: 2px solid #ffffff;
    background-color: #F3BD45;
    transition: 0.4s;
}

.btn-st-3{
    position:relative;
	display: inline-flex;
	background-image: linear-gradient(147deg, #feaa39 0%, #f3bd45 74%);
	padding: 18px 35px;
    border: 1px solid #ffffff;
	border-radius: 50px;
	color: #fff;
	font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    word-wrap: break-word;
	text-decoration: none;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
	transition: all 0.4s ease-out !important;
}

.btn-st-4{
    position:relative;
	display: inline-flex;
	background-image: linear-gradient(147deg, #fff 0%, #fff 74%);
    color: #f3bd45;
	padding: 18px 35px;
    border: 1px solid #F3BD45;
	border-radius: 50px;
	font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    word-wrap: break-word;
	text-decoration: none;
	justify-content: center;
	text-align: center;
	letter-spacing: 1px;
	transition: all 0.4s ease-out !important;
}


@media screen and (max-width: 576px)  {
    .btn-st-3{
        width:100%;
    }
    .btn-st-4{
        width:100%;
    }
}

.btn-st-1:hover{
    background-color: #F3BD45;
    color: #ffffff;
    transition: 0.4s;
}
.btn-st-2:hover{
    background-color: #ffffff;
    color: #F3BD45;
    border: 2px solid #F3BD45;
    transition: 0.4s;
}

.btn-st-3:hover{
    background-image: linear-gradient(147deg, #fff 0%, #fff 74%);
    color: #f3bd45;
    border: 1px solid #F3BD45;
    transition: all 0.4s ease-out !important;
}

.btn-st-4:hover{
	background-image: linear-gradient(147deg, #feaa39 0%, #f3bd45 74%);
    color: #fff;
    border: 1px solid #ffffff;
    transition: all 0.4s ease-out !important;
}

.select-tour-type-1 {
    flex-shrink: 0;
    border-radius: 10px;
    height: 780px;
    min-width: 100%; 
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.select-tour-type-2 {
    flex-shrink: 0;
    border-radius: 10px;
    height: 780px;
    min-width: 100%; 
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.select-tour-type-1:hover::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #58AAD940;
    border-radius: 10px;
    z-index: 0;
}

.select-tour-type-2:hover::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #58AAD940;
    border-radius: 10px;
    z-index: 0;
}

.gallery-img:hover::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #58AAD940;
    border-radius: 10px;
    z-index: 5;
}

.logo-img {
    position:relative;
    width:160px;
}

.number {
    display: inline-block;
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 130px;
    border: 1px solid #ddd;
    height: 55px;
}

.number-minus, .number-plus {
    display: block;
    height: 26.5px;
    line-height: 27px;
    background: #faf4f2;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: arial;
    color: #3e1e02;
    text-decoration: none;
}

.number-minus {
    left: 0;
}
.number-plus {
    right: 0;
}
.number-minus:hover, .number-plus:hover {
    background: #fffcfb;
}
.number-minus:active, .number-plus:active {
    background: #e8e4e2;
}
.number-text{
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 33px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #29160a;
    background: #fff;
    outline: none;
    border: none;
    text-align: right;
}

.number-unit {
    display: inline-block;
    font-size: 13px;
    color: #29160a;
    line-height: 55px;
    height: 55px;

}

.number-controls {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    border-left: 1px solid #ddd;
}

/* tablet */
@media (min-device-width: 1024px) and (max-device-width: 1240px)  {
    .card-img{
        position:relative;
        width: 100%; 
        height: 100%;
    }
}


/* mobile */
@media (max-device-width: 768px) {
    h1{
        font-size: 65px;
    }
    h2{
        font-size: 45px;
        line-height: 45px;
    }
    .select-tour-type-1 {
        height: 445px;
    }
    .select-tour-type-2 {
        height: 445px;
    }
    .tour-full-img{
        height:280px;
    }
    .main-img{
        height: 400px;
    }
    .card-img{
        width: 100%; 
        height: 265px;
    }
    .gallery-img{
		min-width: 100%; 
        height: 350px;
	}
	.logo-img {
        width:140px;
    }
}

/* iPad in portrait & landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px)  {
    
    .card-img{
        position:relative;
        width: 100%; 
        height: 265px;
    }


}    

/* iPad in landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    
    .card-img{
        position:relative;
        width: 100%; 
        height: 200px;
    }
    .card-title{

        font-size: 21px;

    }
    .card-text{

        font-size: 17px;

    }
    .card-text i{

        font-size: 17px;

    }

}

/* iPad in portrait */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  
}

/* Retina iPad in portrait & landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina iPad in landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* Retina iPad in portrait */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad 1 & 2 in portrait & landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){}

/* iPad 1 & 2 in landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad 1 & 2 in portrait */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

/* iPad mini in portrait & landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad mini in landscape */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPad mini in portrait */
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1)  {}

/* iPhone 5 in portrait & landscape */
@media (min-device-width: 320px) and (max-device-width: 568px) {
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 40px;
        line-height: 45px;
    }
    .card-title-2{
        margin-top: 20px;
        font-size: 33px;
        text-align:center;
    }
    .select-tour-type-1 {
        height: 445px;
    }
    .select-tour-type-2 {
        height: 445px;
    }
    .main-img{
        height: 350px;
    }
    .card-img{
        width: 100%; 
        height: 325px;
    }
    .gallery-img{
		min-width: 100%; 
        height: 315px;
	}
	.logo-img {
        width:120px;
    }
}

/* iPhone 5 in landscape */
@media (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {}

/* iPhone 5 in portrait */
@media (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {}

/* iPhone 2G-4S in portrait & landscape */
@media (min-device-width: 320px) and (max-device-width: 480px) {
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 40px;
        line-height: 45px;
    }
    .select-tour-type-1 {
        height: 445px;
    }
    .select-tour-type-2 {
        height: 445px;
    }
    .main-img{
        height: 350px;
    }
    .card-img{
        width: 100%; 
        height: 225px;
    }
    .gallery-img{
		min-width: 100%; 
        height: 300px;
	}
	.logo-img {
        width:120px;
    }
}

/* iPhone 2G-4S in landscape */
@media (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {}

/* iPhone 2G-4S in portrait */
@media (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {}


