*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');


body{
    font-family:  var(--fontfamily);
    background-color: var(--lightbg);
}
:root{
  --darkblue : #0e1e2c ;
  --darkblue2 : #132738 ;
  --lightbg : #f5f5f5 ;
  --ligthbg2 : #F4F8FB ;
  --linkcolor : #0a66c2 ;
   --bordercolor : #DBE1E5 ;
   --cardbg : #fff ;
   --textcolorlight : #595959 ;
   --textcolordark : #212221 ;
   --cardinnerborder : #CFDDFF ;
   --cardinnerbg : #cfddff33 ;
   --fontfamily : 'Muli', sans-serif ;
   --btncolor:#F27838;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.inquiri_form{
    margin-bottom: 30px;
}
.bgimgblog{
 
    background: linear-gradient(rgba(30, 30, 30, 0.679), rgba(11, 11, 11, 0.69)), url(../media/BLogs.png) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
    width: 100%;
    /* height: 50vh; */
   padding: 20px;
    border-radius: 7px;
    height: 260px;

}
.des-card a{
    font-size: 13px;
}
.blogdes-card{
    background-color:var(--ligthbg2);
    width: 40%;
    padding: 20px 20px 20px 20px;
    border-radius: 7px;
   
}
.blogtag {
    font-weight: bold;
}
.des-card span{
    color: var(--textcolorlight);
    font-size: 14px;

}
.des-card p{
    color: var(--textcolordark);
    font-size: 14px;
    padding-top: 10px;
}

/* =====================tour card secion============ */

.tour-card img{
   border-radius: 7px; 
   width: 100%;
   height: 250px;
   gap: 10px;
}
.tour-title{
    font-size: 20px !important;
    color: var(--linkcolor) !important;
}
.tour-card{
    padding: 5px;
}
.contdubai {
  text-decoration: none !important;
    color: var(--textcolordark);
}
.tour-card h4{
    font-weight: 700;
}
.tour-card span{
    color: var(--textcolorlight);
    font-size: 14px;

}
.tour-card p{
    color: var(--textcolordark);
    font-size: 14px;
    padding-top: 10px;
}
.request h5{
    font-weight: 600;
}
.request p{
    color: var(--textcolorlight);
    font-size: 15px;
}
.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f9f9f9;
}
select, input {
    padding: 10px;
    font-size: 16px;
    border: none;
    background: transparent;
    outline: none;
}
select {
    border-right: 1px solid #ccc;
    cursor: pointer;
}
input {
    flex: 1;
}
.inqueri-form {
    max-width: 400px;
    /* margin: auto; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.inqueri-form input[type="name"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    outline: none;
}
.form-btn{
    background-color: var(--btncolor);
    color: var(--lightbg);
    border: none;
    padding: 5px 7px;
    border-radius: 5px;


}
#blog-side{
    background-color: var(--ligthbg2) ;
    padding: 20px 20px;
    border-radius:5px;
    border: 1px solid var(--cardinnerbg);
    height: fit-content;
}


/* =============== */
/* Default styles */
.maincard {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.innercard {
    flex: 1;
    min-width: 300px;
}



.blogdes-card {
    background:var(--cardbg);
 
    padding: 15px;
    border-radius: 10px;
}

.des-card li {
    list-style: none;
}

.des-card a {
    text-decoration: none;
    color:var(--linkcolor);
  
}

.des-card h5 {
    margin: 10px 0;
}

.des-card p {
    font-size: 14px;
}


/* tour card sec css */

#tour-list-sec,
#tour-list-sec-best,
#tour-list-sec-dept {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.tour-card-main {
  padding: 5px;
  border-radius: 13px;
  border: 1px solid var(--bordercolor);
  transition: all 150ms;
}

.tour-card-main:hover {
  box-shadow: 0 0 20px #00000026;
}

.card-img-sec img {
  height: 90px;
  border-radius: 7px;
  width: 120px;
  object-fit: cover;
}

.card-img {
  width: 100%;
  max-width: 140px;
}

.card-img-sec {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.card-img-sec h2 {
  font-size: 17px !important;
  font-weight: bold;
  margin: 10px 0px 5px 0px !important;
}

.card-img-sec h4 {
  font-size: 14px;
  color: var(--textcolordark);
  font-weight: 900;
}

.card-img-sec h3 {
  margin-top: 10px;
  font-size: 16px;
  color: var(--titlecolor1);
  font-weight: 900;
}
/* tour card price  */

.tour-card-price-main {
  margin: 20px 3px 3px 3px;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--cardinnerbg);
  border: 1px solid var(--cardinnerborder);
}

.tour-card-price-main button {
  margin-top: 15px;
  width: 100%;
  border: none;
  background-color: var(--darkblue);
  padding: 7px 20px;
  border-radius: 5px;
}

.tour-card-price-main button:hover {
  background-color: var(--darkblue2);
}

.tour-card-price-main button a {
  color: var(--lightbg);
  font-size: 16px;
  text-decoration: none;
}

.card-price-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.card-price-sec h5 {
  font-size: 16px;
  font-weight: 900;
  color: var(--textcolordark);
}

.card-price-sec h3 {
  font-size: 16px !important;
  font-weight: 900;
  margin: 5px 0px !important;
}

.card-price-sec h3 a {
  text-decoration: none;
}

.card-price-sec h2 {
  font-size: 18px !important;
  font-weight: 900;
  margin: 0px 0px 5px 0px !important;
  text-align: right;

  .card-price-sec h2 del {
    font-size: 14px;
    color: #777;
  }
}

.card-price-sec h2 span {
  font-size: 13px;
  color: var(--textcolorlight);
}

.card-price-sec p {
  text-align: right !important;
  font-size: 13px;
  font-weight: bolder;
  color: var(--textcolordark);
  max-width: 150px;
  display: none;
}

.card-price-sec h2 del {
  font-size: 14px;
  color: #777;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
   .container {
        max-width: 100% !important;
    }
}
/* Media Queries for Responsive Design */
@media (max-width: 992px) {
    .maincard {
        flex-direction: column;
        align-items: center;
    }

    .innercard {
        width: 90%;

    
    }
   
    .blogdes-card {
        padding: 10px;
        width: 100%;
        height: 210px;
        text-align: start;
    }
    .tourcarddes{
        flex-direction: column;
    }
    .tour-card{
        width: 100%;
        flex-direction: column;
    }
    .inquiri_form{
        width: 100%;
        
    }
    .cardsection{
        flex-direction: column;
    }
   
   
}

@media (max-width: 768px) {
    .innercard {
        width: 100%;
    }

    .blogdes-card h5 {
        font-size: 18px;
    }

    .des-card p {
        font-size: 12px;
    }
     .tourcarddes{
        flex-direction: column;
    }
    .tour-card{
        width: 100%;
        flex-direction: column;
    }
    .inquiri_form{
        width: 100%;
    }
    .bgimgblog{
      
        width: 100%;

    }
    .cardsection{
        flex-direction: column;
    }
   
    
      
    .blogdes-card {
        padding: 10px;
        width: 100%;
        height: 210px;
        text-align: start;
    }
}
   

@media (max-width: 480px) {
    .bgimgblog {
        padding: 10px;
    }

    .blogdes-card {
        text-align: center;
    }

    .des-card h5 {
        font-size: 16px;
    }

    .des-card p {
        font-size: 12px;
    }
    .tourcarddes{
        flex-direction: column;
    }
    .tour-card{
        width: 100%;
    }
    .tour-card{
        width: 100%;
        flex-direction: column;
    }
    .inquiri_form{
        width: 100%;
    }

   
    .blogdes-card {
        padding: 10px;
        width: 100%;
        height: 210px;
        text-align: start;
    }
    .bgimgblog{
        width: 100%;
        height: 250px;
    
    }
    .cardsection{
        flex-direction: column;
    }
   
}


/* =============blog detail============= */
@media (max-width: 768px) {
 .cardsection{
    flex-direction: column;

 }
}


