/* =========================
GLOBAL
========================= */

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


body{
    font-family:Arial, Helvetica, sans-serif;
    color:#222;
}


.container{

    width:90%;
    max-width:1200px;
    margin:auto;

}


.section{

    padding:20px 0;

}


h2{

    text-align:center;
    font-size:38px;
    margin-bottom:45px;
    font-weight:700;

}


img{

    max-width:100%;
    display:block;

}



/* =========================
HERO
========================= */


.hero{

    height:650px;
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;

}


.hero:before{

    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);

}



.hero-overlay{

    position:relative;
    text-align:center;
    color:#fff;
    max-width:800px;

}



.hero-overlay h1{

    font-size:60px;
    font-weight:800;
    margin-bottom:20px;

}


.hero-overlay p{

    font-size:20px;
    margin-bottom:30px;

}



.hero-overlay a{

    background:#fff;
    color:#222;
    padding:15px 40px;
    border-radius:40px;
    text-decoration:none;
    display:inline-block;
    font-weight:600;

}

.hero-section{

position:relative;
height:650px;
margin-bottom:30px;
overflow:hidden;
display:flex;
align-items:center;

}

.hero-image{

position:absolute;
width:100%;
height:100%;

}


.hero-image img{

width:100%;
height:100%;
object-fit:cover;

}



.hero-overlay{

position:absolute;
inset:0;
background:rgba(0,0,0,.45);

}



.hero-content{

position:relative;
z-index:2;
color:#fff;
max-width:700px;

}



.hero-content h1{

font-size:60px;
font-weight:700;

}



.theme-btn{

display:inline-block;
padding:15px 35px;
background:#fff;
color:#000;
border-radius:30px;
text-decoration:none;

}

/* =========================
WHY SECTION
========================= */
.why-book.section {
    background-image: url("https://viaggitours.fr/wp-content/uploads/2022/10/22.png") !important;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.why-book.section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity (0.1 - 0.8) */
    z-index: 1;
}

.why-book.section > * {
    position: relative;
    z-index: 2;
    color: #fff;
}

.why-book h2 {
    color: #fff;
	margin-top: 45px;
}
.why-book .row{

    display:flex;
    flex-wrap:wrap;
	justify-content: center;

}
.feature h4 ul li {
    text-align: left;
    letter-spacing: .8px;
    font-weight: 500;
    color: #fff;
    font-family: Roboto, sans-serif;
    margin-bottom: 5px;
}



.col-md-3{

    width:30%;
    padding:15px;

}


.feature{

    text-align:center;
    padding: 36px;
    border-radius:10px;
    transition:.3s;

}

.feature img{

    width:65px;
    height:65px;
    margin:auto;
    margin-bottom:20px;

}



.feature h4{

    font-size:20px;
    margin-bottom:10px;

}
.feature h4 ul{
	margin-bottom:0px;
}





/* =========================
ABOUT
========================= */


.about img{

    border-radius:15px;

}


.about h2{
	margin-top:10px;
    font-size:26px;
    text-align:center;
	margin-bottom:20px;

}


.about p{
    margin-bottom: 0px;
    font-size:18px;
    line-height:1.8;

}





/* =========================
Cities CARDS
========================= */


.cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.cards.blogs-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.cards.blogs-cards .card img {
    height: 250px;
}
.blogs-cards .card h3{
	font-size:24px;
	padding:0px;
}
.blogs-cards .card p{
	padding:0px;
}
.cities .card{
	border-radius:0px;
	border: 3px solid lightgrey;
	text-align:center;
}
.cities .card img {
    margin: 0px auto;
	width: 100%;
    height: 180px;
    object-fit: cover;
}
.cities .card img:hover {
	 opacity: 1;
    filter: brightness(80%);
}
.cities .card h3{
	font-size:16px !important;
	font-weight: 600;
    font-family: roboto, sans-serif;
}
.cities .card p{
	background-color: #00000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    font-weight: 700;
	margin-bottom: 0px;
	padding: 5px 15px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #444444;
    color: #444444;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #CFCFCF;
    border-radius: 0px 0px 0px 0px;
}
.cities .card p:hover{
	color: #0BB4AA;
    border-color: #0BB4AA;
}
.card{
    background:#fff;
    border-radius:15px;
    transition:.3s;
}



.card:hover{

    transform:translateY(-8px);

}



/* .card img{

    width:100%;
    height:230px;
    object-fit:cover;

} */
.card img {
   margin: 20px auto;
    object-fit: cover;
}



.card h3{

    padding:15px;
    font-size:16px;

}



.card p{

    padding:0 15px 20px;
    color:#666;

}





/* =========================
GRAY BACKGROUND  excursions css
========================= */


.gray{

    background:#f7f7f7;

}
.intro-content{
	text-align:center;
}
.excursions .card{
	text-align:center;
	border-radius: 0px;
	background:none;
	box-shadow:none;
}
.excursions .card img {
    margin: 0px auto;
	border-radius: 15px;
	border: 3px solid #CFCFCF;
	height:180px;
	width: 100%;
    object-fit: cover;
	filter: brightness(80%);
	transition-duration: 0.3s;
}
.excursions .card img:hover {
    background-color: #000000;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    filter: brightness(80%);
}
.excursions .card h3 {
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
    top: -100px;
    color: #fff;
    padding: 0 15px 0px;
    font-family: roboto, sans-serif;
}
.excursions .card p {
	background-color: #00000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
	padding: 5px 15px 5px;
	margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #444444;
    color: #444444;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #CFCFCF;
    border-radius: 0px 0px 0px 0px;
	
}
.excursions .card p:hover {
    color: #0BB4AA;
    border-color: #0BB4AA;
}
.mainbtn-center-btn a {
    background-color: #00000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
	padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #444444;
    color: #444444;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #CFCFCF;
    border-radius: 0px 0px 0px 0px;
}
.mainbtn-center-btn a:hover {
	 color: #0BB4AA;
    border-color: #0BB4AA;
}
.mainbtn-center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}


/* =========================
SERVICES
========================= */


.service-grid{


    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;


}



.service-box{

    border: 3px solid #CFCFCF;
    text-align:center;
    padding: 10px 10px;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 25px rgba(0,0,0,.1);


}



.service-box img{
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    transition-duration: 0.3s;
}
.service-box img:hover{
    opacity: 1;
	border-radius:0px;
    filter: brightness(70%);
}

.service-box h3 {
    margin: 20px 0px;
    font-size: 16px;
    padding-top: 20px;
}
.service-box p{

    display:none;

}


/* =========================
DESTINATION
========================= */
.destination{
	padding:0px 0px;
}
.destination h3{
	font-size:24px;
	margin-bottom:10px;
	text-align: center;
}
.destination p{
	text-align:left;
	padding: 0px 30px;
}
.destination .card{
	background:none;
	border-radius:0px;
	box-shadow:none;
}
.destination .card:hover{
	background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 38px;
    min-height: -webkit-fill-available;
}






/* =========================
BLOG
========================= */


.blog-section .card img{


height:220px;


}
.blog-gray{
	background-color: #F8F8F8;
}
.blogs-cards .card{
	background:none;
	padding:5px;
}


/* =========================
travel
========================= */
.travel .card{
	background:none;
    border-radius:0px;
	box-shadow:none;
}
.travel img{
	width: 100%;
	height:180px;
	margin: 0px auto;
	border-radius:0px;
	overflow:none;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
	filter: brightness(90%);
	transition-duration: 0.3s;
}
.travel img:hover{
	opacity:1;
	filter: brightness(70%);
}
.travel .card h3 {
    position: relative;
    top: -120px;
    color: #fff;
    text-align: center;
}
.travel .mainbtn-center-btn{
	margin-top:0px;
}
.travel .cards{
	margin-bottom:40px;
}





/* =========================
MAP
========================= */


section iframe{

    width:100%;
    border:0;

}



/* =========================
MICE
========================= */
.mice .card img{
	width: 100%;
	margin:0px auto;
	border: 3px solid #CFCFCF;
	transition-duration: 0.3s;
	filter: brightness(80%);
	border-radius:15px;
}
.mice .card img:hover{
	filter: brightness(70%);
	border-radius:0px;
}
.mice .card h3{
	position:relative;
	text-align:center;
	top:-116px;
	color:#fff;
}




/* =========================
MOBILE
========================= */


@media(max-width:992px){


.cards{

grid-template-columns:repeat(2,1fr);

}


.service-grid{

grid-template-columns:repeat(2,1fr);

}


.col-md-3{

width:50%;

}
	
	
	
	
	
	
	
	
	.trip-ideas-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 40px;
    margin-top:30px;
}

.trip-idea-item{
    display:flex;
    align-items:center;
    gap:15px;
}

.trip-idea-image img{
    width:55px;
    height:55px;
    object-fit:cover;
}

.trip-idea-title{
    font-size:22px;
    color:#222;
}


.hero-overlay h1{

font-size:42px;

}


}





@media(max-width:600px){



.section{

padding:20px 0;

}



h2{

font-size:28px;

}



.cards{

grid-template-columns:1fr;

}



.service-grid{

grid-template-columns:1fr;

}



.col-md-3{

width:100%;

}



.hero{

height:450px;

}



.hero-overlay h1{

font-size:32px;

}



.hero-overlay p{

font-size:16px;

}



.card img{

    height:180px;
	width:100%;

}
.cards.blogs-cards {
    grid-template-columns: 1fr !important;
}
.cards.blogs-cards .card img {
    height: 180px;
}
.trip-ideas-oman {
    padding: 15px 0 !important;
}
.trip-ideas-row {
    gap: 20px;
}
h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 15px;
}
.destination img {
      height: 60px;
      width: 60px;
}
	form#b-form {
    display: none !important;
}
.feature {
    padding: 2px;
}
.hero-section {
    height: 300px;  
}
.site-footer .footer-widgets .title {
     text-align: center !important;
}
p.link-more {
    margin-bottom: -2.5rem;
}
.cvs-item.slick-slide {
    width: 150px !important;
}
.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

.slick-list {
    overflow: hidden;
}


}


.hero{
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay{
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.location-title {
    padding: 20px 0px;
    margin-top: 20px;
    text-align: center;
}



.trip-ideas-oman{
    padding:80px 0;
    background:#fff;
}

.trip-ideas-row{
    display:flex;
    align-items:flex-start;
    gap:60px;
}

.trip-left{
    width:67%;
}

.trip-right{
    width:33%;
}

.trip-left h2{
    font-size:30px;
    font-weight:700;
	text-align:left;
    color:#1d1d1d;
    margin-bottom:25px;
}
.trip-left .intro-content p{
	text-align:left;
}

.trip-left .intro-content{
    color:#666;
    line-height:1.9;
    font-size:18px;
    margin-bottom:45px;
}

/* Items */

.trip-items{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px 60px;
}

.trip-item{
    display:flex;
    align-items:center;
}

.trip-thumb{
    width:40px;
    height:25px;
    flex:0 0 55px;
    margin-right:18px;
}

.trip-thumb img{
    width:40px;
    height:25px;
    object-fit:cover;
}

.trip-text h4{
    margin:0;
    font-size:16px;
    font-weight:500;
    color:#111;
}

.trip-desc{
    margin-top:8px;
    font-size:15px;
    color:#777;
    line-height:1.6;
}

/* Slider */

.trip-right iframe,
.trip-right .wpcf7,
.trip-right .testimonial-slider,
.trip-right .swiper{
    width:100%;
}

@media(max-width:991px){

    .trip-ideas-row{
        flex-direction:column;
    }

    .trip-left,
    .trip-right{
        width:100%;
    }

  .trip-items {
    grid-template-columns: repeat(2,1fr);
    gap: 22px 22px;
  }

    .trip-left h2{
        font-size:34px;
    }
}

@media(max-width:576px){

    .trip-left h2{
        font-size:28px;
    }

    .trip-left .intro-content{
        font-size:16px;
    }

    .trip-thumb{
        width:40px;
        height:25px;
        flex:0 0 45px;
    }

    .trip-thumb img{
        width:40px;
        height:25px;
    }

    .trip-text h4{
        font-size:18px;
    }

}
.site-footer .footer-widgets .title {
    color: #fff;
    text-align: left;
}
.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content {
    font-style: italic !important;
    font-size: 16px;
    margin-top: 30px;
    height: 148px !important;
	line-height: 1.6;
    background: transparent;
    overflow-y: scroll;
}
.tss-wrapper .tss-layout3 .item-content-wrapper:before, .tss-wrapper .tss-isotope1 .item-content-wrapper:before, .tss-wrapper .tss-video1 .item-content-wrapper:before, .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    content: "\F10D";
    color: #eaeaea;
    position: absolute;
    left: 10px;
    top: -5px;
    font-family: "tss-font", serif;
    font-size: 30px;
}

.testi-slider-quote p {
    padding-top: 20px;
}



/* .hero-section{
    position:relative;
} */

.hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hero-video iframe{
    width:100%;
    height:100%;
}
.site-content-contain #content{
		padding:0px !important;
	}
.home-page #b-form {
    z-index: 1;
    margin-top: -220px !important;
    background-color: rgba(255,255,255,.6);
    padding: 5px
15px;
    border-radius: 3px;
    border: 1px
solid #d3d3d3;
    box-shadow: 0px 0px 8px 0px #000;
    font-size: 12px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 2%;
    float: left;
    margin-left: 0px !important;
	display:block;
}
.cvs-content {
    display: none;
}

.mice .card {
    background: #fff;
    border-radius: 15px;
    transition: .3s;
    position: relative;
}
.mice .card h3 {
    position: absolute;
    text-align: center;
    top: 65%;
    color: #fff;
    left: 50%;
    transform: translate(-50px, -50px);
}
.travel .card {
    
    position: relative;
}
.travel .card h3 {
    color: rgb(255, 255, 255);
    position: absolute;
    text-align: center;
    top: 65%;
    color: #fff;
    left: 50%;
    transform: translate(-50px, -50px);
}
input[type=phone], input[type=text], textarea {
   margin-bottom: 4px !important;
}
.subbtn {
    margin-top: 15px;
}
p.sp-layer.sp-white.sp-padding.title-in.title-in-bg.hide-small-screen {
    position: absolute;
    top: 123px !important;
}
