@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Russo+One&display=swap');

/* font-family: 'Oswald', sans-serif;
font-family: 'Russo One', sans-serif; */

html, body {
    /* height: 100%; */
    margin: 0;
    overflow-x: hidden;
    font-family: 'Oswald', sans-serif;
    background-color: black;
    /* font-size: 1.1em; */
}


.name-logo{
    color: orange;
    font-weight: 600;
    font-size: 1.2em;
    font-family: 'Oswald', sans-serif;
    position: relative;
    top: 5px;
}

.nav-brand{
    transform: scale(1.2);
    position: relative;
    top: 6px;
}

.nav-m{
    color: white !important;
    font-weight: 300;
    font-size: 1em;
}

.nav-m:hover{
    color: orange  !important;
    cursor: pointer;

}

@media (max-width: 768px) {
    
    .pos-name-logo{
        font-size: 16px;
        margin-left: -28px;
    }
}

#btn_top {
    display: none;
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 100%;
    transition: all .2s ease-in-out;
}

.arrow-top{
    top: -5px;
    position: relative;
}

#btn_top:hover {
    background-color: orange;
}

.tag {
    background-color: black;
    color: white;
    border-radius: 3px 3px;
    /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);*/
    padding: 3px;
    font-size: 16px;
    margin-right: 3px;
    margin-top: 3px;
    display:inline-block;
}


.label-bottom {
    margin-top: 50%;
}

.size-mobile{
    font-size: 20px;
    color:white;
}

.label-size{
    padding-top: 30%;
    padding-bottom: 10%;
}

@media (max-width: 768px) {
    /* .size-mobile {
        font-size: 10px;
    } */
    .label-size{
        padding-top: 45%;
        padding-bottom: 30%;
    }
}


/* PAGE */
.lan-navbar-brand {
    display: inline-block;
    padding-top: 3px; 
    padding-bottom: 3px;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
   
}

.lan-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: .5rem 1rem; */
}

.time-work{
    position: relative;
}
.time-label{
    /* color: white; */
    font-size: 1.4rem;
    font-weight: 400;
    /* padding: 0 80px; */
    font-weight: 700;
}

.club-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.club-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.3);
    border-color: rgba(255,152,0,0.4) !important;
}
.club-card .btn:hover {
    background: #ff6f00 !important;
    transform: scale(1.02);
}
.detail-item {
    transition: all 0.2s ease;
}
.detail-item:hover {
    background: rgba(255,255,255,0.08) !important;
}

.feature-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 16px rgba(0,136,204,0.3);
    background: rgba(0,136,204,0.1) !important;
}
#telegram_bot .btn:hover {
    background: #006699 !important;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,136,204,0.4);
}

.time{
    
    margin: auto;
    margin-right: 0;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 80px;
    font-weight: 700;
}
.line-time{
    /* transition: all .2s ease-in-out; */
    /* background-image: url('../img/bg-img/panel.png') !important; */
    /* background: no-repeat;
    background-position: center;
    background-size: cover; */
    color: white;
}

.line-time:hover{
    /* transform: scale(1.1); */
    color: #90b502 !important;
}

.icon-soc{
  font-size: 30px;
  color: #fcebff;
}

.icon-soc:hover{
    color: orange !important;
    transform: scale(1.2)
}

.bg-white{
    background-color: white;
}


.font-text{
    font-family: 'Oswald', sans-serif;
}

.f-black{
    color: black;
}
.f-gray{
    color: gray;
}
.f-bold{
    font-weight: 700;
}

.bg-main-color{
    background-color: black;
}

.bg-dark-orange{
    background-color: chocolate;
}

.bg-main-dark{
    background-color: #222222;
}
.main-color{
    color: #d291bc;
}
.f-color-white{
    color: white;
}
.f-color-orange{
    color: #90b502;
}
.btn-main-color{
    background-color: #d291bc;
    color: white;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
 }

.f-16{
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}
.f-20{
    font-size: 20px;
}
.f-22{
    font-size: 22px;
}
.f-24{
    font-size: 24px;
}

.relative{
    position: relative;
}

.timework{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


hr {
    border-top: 1px solid #e0c9ce;
    margin: 3px 0;
    width: 100%;
  }


#map{
    position: relative;
}


.phone{
    text-decoration: none !important;
}
.font-number{
    color: #444444;
    font-weight: 600;
}

.number-phone{
    padding: 20px;
    font-size: 16px;
    border-radius: 100%;
    color: white;
    background-color: #cf2e4e;
}

.text-img{
   
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important;
    background-image: url('../img/bg-img/bg-red.jpg');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    /* background-attachment: unset; */
}


.club-card{
    transition: all .2s ease-in-out;
    background-color: #003535;
    border: 1px solid #007f80;
}

.club-card:hover{
    background-color: #800000;
}

.masthead-text{
    font-family: 'Russo One', sans-serif;
    color: white;
}
.bg-black{
    background-color:rgba(0,0,0,0.85); 
    height: 100%;
}

.masthead{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed !important;
    /* background-position: 60em !important;  */
    /* background-position: center; */
    /* background-position: center !important;
    background-size: 60% !important; */
}



.shadow {
    box-shadow: 0 0.0125rem 0.875rem 0 rgba(0, 0, 0, 0.3) !important;
  }

.shadow-card {
    box-shadow: 0 0.0125rem 4.875rem 0 rgba(0, 0, 0, 0.1) !important;
  }

.navbar-nav{
    padding-left: auto !important;
}

.masthead {
    text-align: center;
    color: white;
    /* background-image: url("../img/header-bg.jpg"); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
  }
  
  .masthead .intro-text {
    padding-top: 220px;
    padding-bottom: 220px;
  }
  
  .masthead .intro-text .intro-lead-in {
    font-size: 18px;
    font-weight: 100;
    line-height: 22px;
    margin-bottom: 25px;
    /*font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  */}
  
  .masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 0.95em;
    margin-bottom: 25px;
    /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  */}
  
  @media (min-width: 768px) {
    masthead .intro-text {
      padding-top: 300px;
      padding-bottom: 200px;
    }
    .masthead .intro-text .intro-lead-in {
      font-size: 22px;
      font-weight: 100;
      line-height: 40px;
      margin-bottom: 25px;
      /* font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
    }
    .masthead .intro-text .intro-heading {
      font-size: 150px;
      font-weight: 700;
      line-height: 0.9em;
      margin-bottom: 50px;
      /* font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; */
    }
  }


.img-gallery-btn{
    font-size: 60px;
    color: white;
}
.img-remove{
    position: absolute;
    left: 10px;
    top: 10px;
    color: white;
    background: black;
    padding: 5px;
    border: 1px solid;
}

.img-remove:hover{
    color: red;
    cursor: pointer;
}

.btn-set-img-gallery{
    max-width: 115px;
    height: 120px;
}

.bg-gallery{
   background-color: #fcebff;
}

.gallery-block{
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}