body {
  color: var(--bs-white);
  background-color: #141423;
  font-size: 16px;
  line-height: 26px;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
	border-radius: 0 !important;
}

a, a:hover {
    text-decoration: none;
/*    color: #fff;*/
}

.navbar-nav > li.active a,
.navbar-nav > li:hover a{
    border-bottom: 2px solid #CEAC51;
}

#gold {
	color: #bf983d!important;
}
#first {
    background-size: 100% 100%;
   height: 100vh;
	position: relative;
    background-size: contain;
	overflow: hidden;
}

#first:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: rgba(3, 3, 21, 0.74);
	z-index: 1;
}

#map {
  height: 50vh;
}

@media only screen and (max-width: 768px){
	.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0.7) !important;
	}
	.world-times {
	    bottom: 100px!important;
	}
	#grafic {
		top: 6vh!important;
	}
	.world-times .time {
    font-size: 1.8em!important;
	}
	#first {
    background-size: 100% 100%;
   height: 140vh;
   }
}

@media only screen and (max-width: 992px) {
   .diamond-container {
	  width: 20vw; /* Ширина відсотків від ширини екрану */
	  height: 20vw; /* Висота відсотків від ширини екрану */
   }
}

@media only screen and (max-width: 576px){
   .diamond-container {
	  width: 60vw; /* Ширина відсотків від ширини екрану */
	  height: 60vw; /* Висота відсотків від ширини екрану */
	  margin-bottom: 30px;
   }
}
@media only screen and (min-width: 1024px){
	
   .diamond-container {
	  width: 20vw; /* Ширина відсотків від ширини екрану */
	  height: 20vw; /* Висота відсотків від ширини екрану */
	  }
}

.nav-item > li.active a, .main-navigation > li:hover a {
    border-bottom: 2px solid #CEAC51;
}

.dropdown-menu {
    border-top: 2px solid #CEAC51;
    position: absolute;
    top: 4.5vw;
    left: 0;
    background: #464655;
}
.nav-link > li a {
    border-bottom: 2px solid transparent;
}

.start-logo {
    position: absolute;
    top: 40vh;
    left: 0;
    right: 0;
    margin: 0 36.5%;
}
.world-times {
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    height: 6vw;
    z-index: 1;
    padding: 0.5vw 15px;
}
.world-times:before {
    content: "";
    background: url(../img/world.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    display: block;
	z-index: -1;
}
.world-times .time {
    font-family: 'Orbitron', sans-serif;
    font-size: 2.2em;
    text-shadow: 0px 0 15px rgba(255, 255, 255, 0.8);
    margin: 0.6vw 0 0.4vw;
}
.world-times .city {
    color: #8D89FF;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 700;
}

.world-times span {
    display: block;
}
footer {
    background: #191927;
    padding: 4vw 0 0;
}
.footer-logo img {
    width: 50%;
/*    margin: -3.5vw 0 0;*/
}
.footer-contacts a {
    opacity: 0.6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    color: #fff;
    display: block;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li a {
    color: #fff;
    opacity: 0.6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    padding: 0 0 1.2vw;
    display: inline-block;
    min-width: 50%;
}
.footer-contacts {
    border-left: 1px solid #474654;
    border-right: 1px solid #474654;
    padding-left: 7%;
}
.footer-contacts .text-end i {
    color: #bf983d;
    font-size: 18px;
    margin: 4px -15px 0 0;
}
.footer-contacts .row:not(:last-child) {
    margin: 0 0 0.75vw;
}
.footer-form input {
    background: #262632;
    border: none;
    padding: 6px 15px;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid transparent !important;
}
.btn-secondary {
    border: 2px solid #CEAC51!important;
}
	  .diamond-container {
	  margin: 1vw; /* Відступ відсотків від ширини екрану */
	  overflow: hidden;
	  position: relative;
	  transform: rotate(45deg); /* Додано поворот */
	}

    .diamond {
      width: 100%;
      height: 100%;
      
      overflow: hidden;
      position: relative;
    }

    .diamond img {
      width: 150%;
      height: auto;
      object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); /* Коригування повороту */
    }

    .border-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 10px solid rgba(0, 0, 0, 0.5); /* Десатурація через rgba(0, 0, 0, 0.5) */
      box-sizing: border-box;
      z-index: 1;
    }

    .yellow-border {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      position: absolute;
      top: 10px;
      left: 10px;
      border: 2px solid yellow;
      box-sizing: border-box;
      z-index: 2;
    }
.card text-bg-dark {
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
} 
    
 .card-img, .card-img-top {
    width: 100%;
    height: 25vh;
    object-fit: cover;
  }
  
  .table>thead {
  	vertical-align: middle;
  	font-size: 16px;
  }
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 0.5;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}