@font-face {
    font-family: Poppins-Thin;
    src: url("../fonts/Poppins/Poppins-Thin.ttf");
}

@font-face {
    font-family: Poppins-Semibold;
    src: url("../fonts/Poppins/Poppins-Semibold.ttf");
}

@font-face {
    font-family: Poppins-ExtraLight;
    src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
}

@font-face {
    font-family: Yanone-ExtraLight;
    src:url("../fonts/Yanone/YanoneKaffeesatz-ExtraLight.ttf");
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins-Thin;
}

a {
    color: inherit;
    text-decoration: none;
}

#first-section {
    background-image: linear-gradient(rgba(3, 8, 20, 0.6), rgba(3, 8, 20, 0.6)), url('../img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    color: white;
}

.contest-wrapper {
    border-radius: 5px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background-color: white;
    margin-top: 300px;
}

.contest {
    font-size: 48px;
    padding: 6px 20px;
    color: black;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.contest-wrapper:hover {
    background-color: transparent;
}

.contest:hover {
    color: white;
    cursor: pointer;
}

.languages {
  text-align: center;
  background-color: inherit;
  font-size: 24px;
  padding: 80px;
  background-color: #f4f4f5;
}

.languages .language-title {
  padding-bottom: 50px;
}

.languages .col-3 {
  background-color: inherit;
  font-weight: bold;
  color: #92A9BD;
}

.map-section {
  padding: 50px;
}

#first-map-section .left-side img {
  margin-right: 100px;
}

#first-map-section .right-side {
  width: 400px;
  font-size: 24px;
}

#first-map-section h2 {
  font-size: 40px;
  padding-bottom: 20px;
}

#first-map-section .right-side p {
  font-size: 20px;
}

#second-map-section {
    background-color: #f4f4f5;
}

#second-map-section .left-side {
    width: 400px;
    margin-right: 100px;
}

#second-map-section h2 {
    font-size: 40px;
    padding-bottom: 20px;
}

#second-map-section .left-side p {
    font-size: 20px;
}

#second-section {
    background-color: #ededed;
}

#news-section {
    background-color: #f4f4f5;
    padding: 30px;
}

.news-header {
    text-align: center;
    padding-bottom: 20px;
}

#news-section .card {
    margin-right: 50px;
}

#news-section {
    font-weight: 700;
}

#news-section h5 {
    font-weight: 700;
}

@media screen and (min-width: 800px) {
    #second-section {
        padding-top: 20px;
        padding-bottom: 24px;
    }
}

#contact-section .container-fluid {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

#contact-section img {
    width: 40%;
    border-radius: 100%;
}

.telegram-picture {
    flex-shrink: 0;
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
}

.telegram-picture:hover {
    background-color: lightgray;
}

.telegram-accounts {
    margin-left: -12px;
    margin-right: -12px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.telegram-accounts::-webkit-scrollbar {
    display: none;
}

footer {
  background-color: rgb(60,60,60);
  padding: 50px;
}

@media screen and (max-height: 900px) and (max-width: 1200px) {
    #first-section {
        height: initial;
    }
}

@media screen and (max-width: 800px) {
    #contact-section .container-fluid {
        flex-direction: column;
    }

    .telegram-picture {
        flex-shrink: 0;
        width: 240px;
    }
}

@media screen and (max-width: 400px) {
    .contact-us {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-us__text {
        font-size: 18px;
    }
}

footer {
  color: #a7a7a7;
  font-size: 24px;
}
footer * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.row {
  padding: 1em 1em;
}
.row.primary {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  align-items: stretch;
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2em;
  min-height: 15em;
}
footer h3 {
  width: 100%;
  text-align: left;
  color: white;
  font-size: 1.4em;
  white-space: nowrap;
}
ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
li:not(:first-child) {
  margin-top: 0.8em;
}
ul li a {
  color: #a7a7a7;
  text-decoration: none;
}
ul li a:hover {
  color: #2a8ded;
}
.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}
input,
button {
  font-size: 1em;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
}
button {
  background-color: #c7940a;
  color: #ffffff;
}
div.social {
  display: flex;
  justify-content: space-around;
  font-size: 2.4em;
  flex-direction: row;
  margin-top: 0.5em;
}
.social i {
  color: #bac6d9;
}

.copyright {
  padding: 0.3em 1em;
  background-color: #25262e;
}
.footer-menu{
  float: left;
    margin-top: 10px;
}

.footer-menu a{
  color: #cfd2d6;
  padding: 6px;

  text-decoration: none;
}
.footer-menu a:hover{
  color: #27bcda;
}
.copyright p {
  font-size: 0.9em;
  text-align: right;
}
@media screen and (max-width: 850px) {
  .row.primary {
    grid-template-columns: 1fr;
  }

}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #2196F3;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }


.switch-toggle {
    padding: 10px;
}

.loader-wrapper {
    height: 100vh;
    text-align: center;
    background-color: #242F3F;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    top: 50%;
    animation: loader 2s infinite ease;
  }

  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }

  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }

    25% {
      transform: rotate(180deg);
    }

    50% {
      transform: rotate(180deg);
    }

    75% {
      transform: rotate(360deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes loader-inner {
    0% {
      height: 0%;
    }

    25% {
      height: 0%;
    }

    50% {
      height: 100%;
    }

    75% {
      height: 100%;
    }

    100% {
      height: 0%;
    }
  }

  #topBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 50px;
	width: 10%;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #c7940a;
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
  }

#topBtn:hover {
  background-color: #ba8a09;
}

.subscribe button:hover {
  background-color: #ba8a09;
}

  .btn-primary {
    background-color: #c7940a !important;
    border-color: #c7940a !important;
  }

  .btn-primary:hover {
    background-color: #ba8a09 !important;
    border-color: #ba8a09 !important;
  }
