body{
        font-family: 'Open Sans';

    background-color: #ececee;
    margin: 0;
    overflow-x: hidden;
}

.header-part{
    display: flex;
    margin-left: 15px;

}

.arm-header{
     text-indent: px;
     font-size:20px;
     font-family: 'Open Sans';
     
}


a.arm-header:visited{
    text-decoration: none;
    color: black;
}
   

.search-bar{
    border: 1px solid #ccc;
    border-radius: 12px 0px 0 12px;
    height: 40px;
    width: 750px;
    margin-top: 10px;
    position: relative;
       
}
.search-butt{
    background-color: rgb(168, 81, 15);
    color: white;
    height: 43.032px;
    border-radius: 0 12px 12px 0;
    width: 90px;
    border:0px solid ;
    margin-top:10px ;
    position: absolute;

}
.search-input{
    font-size: 0;

}

.popular{
    height: 30px;
    display: flex;
    margin-top: 5px;
  
    
}
.pop{
    margin-top: 4px;
    font-size:12px;
    color:#b4afaf;
}


.buttonp{
    background-color: rgb(241 245 249 / 1);
    border: none;
    border-radius: 18px;
    color: rgb(0, 0, 0);
    padding: 0px 8px 0px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px;
    cursor: pointer; 
}

.buttonp:hover{
    background-color: #ccc;
    border: none;
    border-radius: 18px;
    color: rgb(0, 0, 0);
    padding: 0px 8px 0px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px;
    cursor: pointer; 
}



.button1{
    font-size: 10px;
}

.language{
    padding-left: 190px;
    padding-top:20px;
    position: absolute;
    
}
.signin{
    margin-bottom: 10px;
    margin-left: 100px;
    color:white;
    background-color:rgb(168, 81, 15);
    height: 29px;
    border-radius:8px;
    border:none; 
    margin-top:15px;
    width:70px;
    position: absolute;
   

} 
.signin:hover{

   box-shadow: 0px 0px 0px 2px rgb(168, 81, 15);

}
.lan-sign{
    display: flex;
    
}
.disc{
    object-fit:cover;
    margin-top: 15px;
    height: 198px;
    width:99%;
    opacity: 0.6;
    display: block;
}


.hero-section {
  position: relative;
}

.hero-image {
 position: absolute;
  inset: 0;
  width: 1920px;
  height: 300px;

  object-fit: cover;
  padding-top: 10px;
   transform: scaleX(-1);
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  height: 200px;
  /* background: linear-gradient(to right, rgba(75, 0, 130, 0.7), rgba(63, 81, 181, 0.5), rgba(255, 193, 7, 0.4)); */
  margin-top: 10px;
}

.content-container {
  position: relative;
  max-width: 7xl;
  margin: 0 auto;
  padding: 10px 16px;
}

.title {
  font-size: 19px;
  font-weight: 800;
  margin-top: 90px;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  position: absolute;
 width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

p.description {
  color: rgba(255, 255, 255, 0.95);
  width: 800px;
  margin-top: 170px;
  font-size: 13px;
  position: absolute;

  left: 46.4%;
  transform: translateX(-50%);
 
}

@media (min-width: 768px) {
  .title {
    font-size: 30.9px;
  }

  .content-container {
    padding: 12px;
  }
}

.filter-div{
    margin-top: 22px;
    background-color: white;
    border-radius: 1px;
    height: 800px;
    width:301px;
    margin-left: 13px;
    position: absolute;
   
}

.fil{
    padding-top:10px;
    padding-left: 20px;

}




p.region{
    color:rgba(56,65,85,1);


}

select.region{
    
     /* border:; */
     border-radius: 5px;
     border:none;
     background-color: rgba(239,239,239,1);
     width:250px;
     height:40px;
}

div.region{
    
     padding-left: 20px;
}


p.country{
    color:rgba(56,65,85,1);


}

select.country{
    
     /* border:; */
     border-radius: 5px;
     border:none;
     background-color: rgba(239,239,239,1);
     width:250px;
     height:40px;
}

div.country{
    
     padding-left: 20px;
     padding-top: 5px;
}

p.city{
    color:rgba(56,65,85,1);


}

select.city{
    
     /* border:; */
     border-radius: 5px;
     border:none;
     background-color: rgba(239,239,239,1);
     width:250px;
     height:40px;
}

div.city{
    
     padding-left: 20px;
     padding-top: 5px;
}


p.section{
    color:rgba(56,65,85,1);
    

}

div.sections{
    position: absolute;
    margin-left:25px ;
}

button.section{
     width:250px;  
    height:40px;
    border-radius: 5px;
    border:0.1px solid white;
    margin-top:5px;
    text-align:left;
   
       
}


button.section:hover{
     width:250px;  
    height:40px;
    border-radius: 5px;
    border:0.1px solid #ccc;
    margin-top:5px;
    text-align:left
       
}

.cards{
  color:black;
  margin-top:23px;
  margin-left: 20px;
  background: linear-gradient(120deg, #ccd7f3, #ffff, #ffff);
   width:260px;
  height: 166px;
  border-radius:15px;
  text-align: left;
  
}

.cards:hover{
  color:black;
  margin-top:23px;
  margin-left: 20px;
  background-color:rgb(214, 211, 211);
  width:260px;
  height: 166px;
  border-radius:15px;
  text-align: left;
  box-shadow: 1px 1px 3px 2px rgba(68, 68, 68, 0.5);
  
}



p.sect{
    padding-top: 10px;
    padding-left:10px;
    width: 300px;
    color:black;
    font-size: 15.5px;
    
    
}

p.desc{
     /* padding-left:35px; */
     font-size:13px;
     color:#2b2a2a;
     text-align: center;
      

}

.buttone{
    margin-left:35px;
    
}


.map{
    margin-left:5px;
    border-radius: 10px;
    height: 30px;
    width:50px;
    border:1px solid rgb(148, 143, 143);

}

.map:hover{
    margin-left:5px;
    border-radius: 10px;
    height: 30px;
    width:50px;
    border:1px solid rgb(49, 48, 48);

}

.contribute{
    margin-top:10px;
    border-radius:10px;
    height: 30px;
    border: 1px solid rgb(148, 143, 143);
    width:100px;
}

.contribute:hover{
    margin-top:10px;
    border-radius:10px;
    height: 30px;
    border: 1px solid rgb(49, 48, 48);
    width:100px;
}

.explore {
  background-color: rgb(168, 81, 15);
  border-radius: 10px;
  border: none;
  height: 30px;
  width: 214px;
  color: white;

  display: block;
  margin: 0 auto;
}


.explore:hover{

    background-color: rgb(138, 61, 3);
    /* border-radius:10px;
    border:none;
     height:30px;
    width:214px; */
    color:white;
}


.all-sections{
    margin-top: 290px;
    display: flex;
    
  
}

span.items{
    font-size:12px;
    color:#2b2a2a;
    padding-top:28px;
    margin-left: -110px;
}

.span-p{
    display:flex;

}

.sections-cards1{
   display: grid;
  grid-template-columns: repeat(4, 1fr); 
  justify-items: center; 
  margin-top: 40px;
  margin-left: 306px;
}

    



div.ed-card{
    margin-top: 50px;
    border-radius: 15px;
    height:260px;
    width: 322px;
    background-color: white;
}

p.ed-card{
    margin-left: 10px;
    font-size: 12.4px;
    color: rgb(100 116 139 / 1);
}
h4.ed-card{
      margin-left: 10px;
      margin-top:-13px;
      font-size: 14.4px;
}

p.ed-card1{
    color: rgb(100 116 139 / 1);
     margin-left: 10px;
     margin-top: -20px;
     font-size: 14.4px;
}

.ed-img{
    height:145px;
    width: 322px;
    border-radius:15px 15px 0 0 ;
    object-fit:cover;

}
a.ed-card{
    margin-left: 10px;
    color:rgb(168, 81, 15);
    text-decoration: none;
    font-size: 13.2px;
    margin-right: 30px;
    

}

.editorial{
    display: flex;
    margin-left: 345px;
    margin-top: 50px;
}


div.adds{
    margin-top: 100px;
    background-color: #E1E0E1;
    width: 100%;
    height: 476px;
    margin-bottom: 100px;
}

div.desc-title{
    position: absolute;
    margin-top: 10px;
    margin-left: 85px;
    color: #7A1E25;
}
div.add-cards{
    margin-top: 140px;
    margin-left: 85px;
    position: absolute;
    gap: 15px;
}

div.add-card{
   background-color: white;
   width:380px;
   height:325px; 
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
   border-bottom-right-radius:14px ;
   border-bottom-left-radius: 14px;
}

.add-img{
 width: 380px;
 object-fit: contain;
 border-top-left-radius: 12px;
   border-top-right-radius: 12px;
}

.add-title{
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}
.add-desc{
    margin-left: 10px;
    margin-top: 30px;
    width: 370px;
}

.add-button{
    border-radius: 12px;
    margin-left: 10px;
    height:25px ;
    width: 100px;
    background-color: #272D6E;
    border: 2px solid #092F4A;
    color: white;

}
.arrow {
    position: absolute;
    margin-top: -10px;
    margin-left: 225px;
    background-color: white;
    border: none;
    font-size: 30px;
}

div.footer{
    height: 250px;
    width:100%;
    background-color: white;
    margin-top: 20px;
   
}

.footer-logo{
    margin-left: 130px;
    padding-top: 60px;
}
a.footer-logo-href{
    text-decoration: none;
}
a.footer-logo-href:visited{
 color:black;
 text-decoration: none;
}
.logo-desc{
    margin-top: -15px;
    font-size: 12px;
    color: rgb(71 85 105 / 1);
}

.footer-explore{
    margin-left: 470px;
    margin-top: -50px;
}

.exp{
    font-size: 14px;
     color: rgb(71 85 105 / var(--tw-text-opacity, 1));
     margin-top: -10px;
}

.footer-community{
     margin-left: 610px;
     margin-top: -135px;
}

.comm{
    font-size: 14px;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
     margin-top: -10px;
}

.newsletter{
     margin-left: 900px;
     margin-top: -180px;

}

input.email{
    width: 200px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px 0px 0px 5px;
    border:1px solid #ccc
    /* display: flex; */
}

.subscribe{
     height:34px;
     position:absolute;
     margin-top:-5px;
     background-color:rgb(168, 81, 15);
     border:none;
     border-radius: 0px 5px 5px 0px;
     color:white;
     
}

.subscribe:hover{
     height:34px;
     position:absolute;
     margin-top:-8px;
     background-color:rgb(168, 81, 15);
     border:none;
     border-radius: 0px 5px 5px 0px;
     box-shadow: 0px 0px 0px 0.6px rgb(168, 81, 15);
     color:white;
     
}

button.calendar{
    margin-left: 970px;
    font-size: 15px;
    color:rgb(168, 81, 15);
    border:none;
    background-color: rgb(236 236 238);
    margin-top: 35px;
    height: 20px;
    margin-bottom: 7px;
    
}
button.calendar:hover{
    color:rgb(102, 47, 5)
}














