@font-face {
    font-family: 'cartis';
    src: url('../font/cartis.ttf');	
}

@font-face {
    font-family: 'walsheim';
    src: url('../font/walsheim.ttf');
}


body{
	background: #1e1e1e;
	color: #d7d7d7;
	font-family: 'walsheim';
}

img {
	width:100%;
}

nav li {
    list-style: none;
    display: inline-block;
}

a {
    text-decoration: none;
    color: #d7d7d7;
}

.logo {width: 100px;padding: 20px 0px;}

div#header {
    transition: .5s;
}

div#header.shrink {
    background: #1a1a1ae8;
    transition: .3s;
}

div#header.shrink .logo{
    width: 80px;
    transition: .5s;
}

div#header .logo {
    transition: .3s;
}

.height-100-vh{
	height:100vh;
}

.height-100{
	height:100%;
}

.width-100{
	width:100%;
}

.bottom {
    position: absolute;
    bottom: 50px;
}

.position-relative {
    position: relative;
}

.right {
    right: 0;
}

.carousel-indicators [data-bs-target] {
    height: 8px;
    width: 8px;
}

.carousel-indicators [data-bs-target] {
    border: 2px solid #BBD531;
    border-radius: 99px;
    background: none;
}

.carousel-indicators [data-bs-target].active {
    background: #BBD531;
}

.color-green {
    color: #a4cee6;
}

h1.topic-main {
    font-family: 'cartis';
    /* font-weight: 600; */
    font-size: 44px;
}

.text-on-top{
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index:4;
	background: #020202bd;
	width: 100%;
	padding: 20px 10px;
	text-align: center;
	border-radius: 0px 0px 7px 7px;
}

.blur {
    backdrop-filter: blur(8px)!IMPORTANT;
}

.black-opacity.blur {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #00000059;
}

.border-radius {
    border-radius: 8px;
    overflow: hidden;
}

nav li a {
    font-size: 17px;
}

nav li.active a {
    color: #a4cee6;
    border-bottom: 1px solid #a4cee6;
    padding-bottom: 10px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 50px;
    margin-left: 15%;
    list-style: none;
}

.topic-main {
    font-family: 'cartis';
    /* font-weight: 600; */
}

a.button, button.button {
    border: 2px solid #a4cee6;
    padding: 15px 25px;
    display: inline-block;
    transition:.5s;
    border-radius: 99px;
    min-width: 12rem;
    text-align: center;
    background:none;
    color: #a4cee6;
}

a.button:hover , button.button:hover{
    background: #a4cee6;
    color: #1E1E1E;
}

:hover{
    transition:.3s;
}

.background-dark {
    background-image: url(../images/header/headerb2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.black-opacity-1 {
    background: #000000ad;
}

.big {
    font-size: 55px!important;
}

.height-400 {
    height: 400px;
}

.divider:after {
    content: "/";
    margin: 0px 10px;
    color: #a4cee6;
}

a.button.active {
    background: #BBD531;
    color: #1E1E1E;
}

.gallery.border-radius {
    max-height: 270px;
}

.total-photos {
    position: absolute;
    margin-top: 16px;
    color: #ffffff;
    z-index: 999;
    background: #00000082;
    margin-left: 15px!important;
    /* bottom: 0; */
}

.height-120 {
    max-height: 65px;
    overflow: hidden;
    background: #fff;
    margin-right: 1px;
    margin-top: 1px;
}

.border-radius.border.overflow-hidden {
    background: #181818;
    /* box-shadow: 0px 0px 15px #000; */
}

a.active {
    color: #a4cee6;
}

.cat:after{
    content:"|";
    margin:0px 20px;
    color:#d7d7d7;
}

.cat:last-child:after{
    content:"";
    margin:0px;
}

.height-120 img {
    height: -webkit-fill-available;
    /* width: -webkit-fill-available; */
    background: #000;
}

.image-gallery {
    height: 200px;
    overflow: hidden;
    width: 100%;
}

.image-gallery img {
    /* width: auto; */
}

.photos-grid {
    margin-right: -2px;
}

.border {
    border: 1px solid #3a3a3a!Important;
}

img.zoom:hover {
    transform: scale(1.5);
}

img.zoom {
    transition: .3s;
    width: auto;
    min-height: 320px;
}

.height-120 img:hover {
    transform: scale(1.5);
}

.height-120 img {
    transition: .3s;
}

.border-right {
    border-right: 1px dotted #a4cee6;
}

input.my-design,textarea.my-design {
    width: 100%;
    padding: 10px 20px;
    background: #505050;
    border: none;
    margin-bottom: 20px;
}

.map {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
}

textarea:focus, input:focus{
    outline: none;
}

.height-300 {
    height: 300px;
}

.height-300 img {
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

.whatsapp {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    right: 40px;
    background: #128C7E;
    font-size: 40px;
    padding: 10px 20px;
    border-radius: 99px;
}

.whatsapp:hover {
    background: #0a4e46;
}

p.mb-0.tag {
    display: inline-block;
    background: #3a3a3a;
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 10px;
    color: #d7d7d7;
}

a.walk-3d {
    background: #a4cee6;
    color: #000;
    padding: 10px 15px;
    border-radius: 4px;
}

a.walk-3d:hover {
    background: #668fa7;
    color: #000;
    padding: 10px 15px;
    border-radius: 4px;
}






@media only screen and (max-width: 600px) {
  .col-sm-7.height-100.d-flex.align-items-center.position-relative.pc {
      display: none!important;
  }
  
  h1.topic-main {
    font-size: 33px!important;
}

.justify-content-center.pc {
    width: 100%;
    display: inline-block!important;
}

nav.responsive li {
    display: block;
    text-align: center;
    padding: 20px;
}

nav.pc {
    display: none;
}

nav.mobile .btn {
    font-size: 35px;
    color: #a4cee6;
}
}





@media only screen and (min-width: 600px) {
nav.mobile {
    display: none;
}

nav.mobile .btn {
    font-size: 40px;
    color: #BBD531;
}
}


.footer {
    background: #181818;
}

div#offcanvasRight {
    background: #444!important;
}