@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Caveat-Regular';
  src: url('../fonts/Caveat-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'OoohBaby-Regular';
  src: url('../fonts/OoohBaby-Regular.ttf') format('truetype');
  font-weight: normal;
}


body {
  font-family: 'Raleway';
  font-weight: normal; /* Применение bold для элементов body */
  background-color: #fff;
}

.navbar{
 height: 700px;
 margin-bottom: 100px;
}

.navbar-brand img{
  margin-right: 50px;
}

.mr-25{
  margin-right: 25px;
}
.mr-5{
  margin-right: 10px;
}


/*-------TEXT COLOR-------*/
.text-white{
  color: #fff;
}
.text-light-gray{
  color: #959598;
}

/*-------FONT SIZE-------*/
h1{
  font-size: 40px;
}
b{
  font-weight: bold;
}
.fs-40{
  font-size: 40px ;
}
.fs-25{
  font-size: 25px ;
}
.fs-18{
  font-size: 18px ;
}
.fs-15{
  font-size: 15px ;
}

.text-banner{

  position: absolute;
  z-index: 5;
 left: 100px; 
  top: 620px;
}

.text-ban{
font-family: 'OoohBaby-Regular';
font-size: 150px;
font-weight: 600;
color: #100e0e;

    }
/*-------BACKGROUND-------*/
.bg-nav-top{
  background-image: url('../img/4.JPG');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-gray{
  background-color: #100e0e;
}

.title{
  margin-bottom: 40px;
}

.section-about , .section-video ,
 .section-music , .section-gallery ,
  .section-contact {
  padding-bottom: 100px;
}




.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.video{
  padding-bottom: 40px;
}

.section-footer{
  padding-top: 30px;
  padding-bottom: 30px;
}



.social-icons .fa{
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.social-icons .fa:hover {
    opacity: 0.7;
}





.fa-youtube-square, .fa-tiktok , .fa-instagram, .fa-yandex , .fa-spotify, .fa-itunes-note , .fa-vk{
 background: #100e0e;
  color: white;
}

.social-icons {
  padding-top: 20px;
}
.social-icons a{
  color:#fff;
  line-height:30px;
  font-size:30px;
  text-decoration:none;
  
}
.social-icons a i{
  line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.button {
  background: #100e0e;
  padding: 20px;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
}

.button:hover {
    opacity: 0.7;
    color: white;
}

.contact-link{
  color: #100e0e;
}


.social-icons-button{
  padding-top: 30px;
}

.social-icons-button .btn{
   background-color: #100e0e; /* Blue background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  font-size: 20px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  border-radius: 12px;
  width: 100%;

  margin-top: 10px;
}

.btn:hover {
    opacity: 0.7;
    color: white;
}