.divFilledBG {
background: url("../media/images2/img160.jpg") no-repeat center center / cover;
}
.div2nd{
min-height: 70px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background:linear-gradient(180deg, #0000019e, #000000e6);
flex-direction: column;
backdrop-filter: blur(6px);
}
.div2nd2{
min-height: 70px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background:linear-gradient(180deg, #00000138, #000000e6);
flex-direction: column;
backdrop-filter: blur(6px);
}
.div3rd{
min-height:70px;
width:100%;
display:flex;
justify-content:center;
align-items:center;
flex-direction:row-reverse;
/*background-color:#020101;*/
}
.landmarks{
background:rgb(8 14 13);
}
.divcards{
border: solid thin rgb(56 60 46);
background: linear-gradient(
180deg
, rgb(17 25 21), rgb(0 0 0));
padding-top: 25px;
/*    padding-bottom: 30px;*/
margin: 10px;
border-radius: 10px;
}
.landmarks-slider{
padding:20px 10px 70px;
}
.landmark-card{
background:rgb(232,222,204);
/*    border: solid 2px rgb(165 142 77);*/
border-radius:20px;
overflow:hidden;
box-shadow:
0 10px 30px rgba(0,0,0,.08);
transition:.4s;
}
.landmark-card:hover{
transform:
translateY(-8px);
}
.landmark-card2{
margin:8px;
}
.landmark-card2 img{

/*border: solid 2px rgb(165 142 77);*/
/*margin-top:8px;*/
padding:2px;
width:280px;
height:200px;
border-radius:10px;
object-fit:cover;
}
.landmark-card2:hover{
transform:
translateY(-8px);
}
.landmark-card2h{
margin:8px;
}
.landmark-card2h img{

/*border: solid 2px rgb(165 142 77);*/
/*margin-top:8px;*/
padding:2px;
width:280px;
height:200px;
border-radius:10px;
object-fit:cover;
}
.landmark-card3{
margin:8px;
}
.landmark-card3 img{

/*border: solid 2px rgb(165 142 77);*/
margin-top:8px;
padding:2px;
width:280px;
height:200px;
border-radius:10px;
object-fit:cover;
}
.landmark-card3:hover{
transform:
translateY(-8px);
}
.landmark-card img{
width:100%;
height:280px;
object-fit:cover;
}
.landmark-info{
padding:20px;
}
.landmark-info h3{
color:#0f4c3a;
margin-bottom:10px;
}
.landmark-info p{
color:#777;
}
.swiper-button-next,
.swiper-button-prev{

width:25px;
height:25px;
border-radius:100%;/*8%*/
border:solid thin rgba(69,69,53,1);
background:rgba(23,51,42,1);/*transparent;*/
box-shadow:
0 5px 20px rgba(0,0,0,.15);
transform: scale(1,0.85);
}
.swiper-button-next::after,
.swiper-button-prev::after{
font-size:17px;
color:#f9fbfa;
font-weight:normal;
transform: scale(0.3,0.4);
}
.swiper-pagination-bullet{
width:12px;
height:12px;
}
.swiper-pagination-bullet-active{
background:#d4af37;
}
.cardResize{
width: 210px;
height: 300px;
}
.cardResize2{
width: 210px;
height: 249px;
}
.menuDashboard{
display:flex;
}
.mainLogoDashbrd{
display:flex;
}
.headerTitle{
/*flex-direction:row-reverse;*/
}
.exitclass_div{
display:none;
}
@media(max-width:465px){
.menuDashboard{
display:none;
}
.mainLogoDashbrd{
display:none;
}
.headerTitle{
/*flex-direction:row-reverse;*/
}
.exitclass_div{
display:flex;
}
}
.divcontainer
{
width: 100%;
height: 100%;
}
.atrans2
{
transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
-webkit-transition: all 1s ease;
}
.divtop
{
display: flex;
width: 80vw;
height: 80vh;
margin-top: 10vh;
margin-left: auto;
margin-right: auto;
margin-bottom: 80vh;
}
.divtop ul
{
list-style: none;
width: 100%;
height: 100%;
z-index: 1;
box-sizing: border-box;
}
.divtop ul li
{
position: relative;
float: left;
width: 25%;
height: 25%;
overflow: hidden;
}
.divtop ul li::before
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
content: '';
color: white;
opacity: 0.4;
text-align: center;
box-sizing: border-box;
pointer-events: none;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.divtop ul li:hover::before
{
opacity: 0;
background-color: rgba(0,0,0,0.90);
}
.divtop ul li img
{
width: 100%;
height: auto;
overflow: hidden;
}
.alightbox
{
position: fixed;
width: 100%;
height: 100%;
text-align: center;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.75);
z-index: 999;
opacity: 0;
pointer-events: none;
}
.alightbox img
{
max-width: 90%;
max-height: 80%;
position: relative;
top: -100%;
/* Transition */
transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
-webkit-transition: all 1s ease;
}
.alightbox:target
{
outline: none;
top: 0;
opacity: 1;
pointer-events: auto;
transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
-webkit-transition: all 0.8s ease;
}
.alightbox:target img
{
top: 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}