@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.offset:before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/* Navigation */

.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size:0.9rem;
  letter-spacing: .1rem;
  background:rgba(0, 0,0, 0.6)!important;
}

.navbar-brand img{
  height: 4rem;

}

.navbar-nav li {
  padding-right: .7rem;

}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link:hover {
  color: #56ccff;

}








/*Landing page */
.home-inner {
  background-image: url(img/bar1.jpg);
  z-index: -1;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}


.caption h1 {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;

}

.caption h3 {
  font-size: 2rem;
  text-shadow:.1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}

.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding :.6rem 1.3rem;
  font-size: 1.1rem;
  

}

/* Course Section */


.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;


}

.narrow h1 {
  font-size: 2.4rem;

}

/* buttons */
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-top: .6rem 1.2rem;
  margin: 1rem;
  color:white;
  background-color: #329ecb;
  border-color: #329ecb;

}

.btn-secondary {
 
  background-color: #329ecb;
 
  
}
.btn-outline-light:hover {
  background-color: #329ecb;
  color: white;
}

/* Feature Section */


.jumbotron{
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
  border-radius: 0;

}

h3.heading{
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;


}


.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #329ecb;
  margin: 0 auto 2rem ;

}


.feature svg.svg-inline--fa{
  color: #329ecb;
}

.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;

}

.feature p {
  font-size: 1.1rem;

}

/* Resources Section */

.fixed {
  background-image: url(img/bar.JPG);
  z-index: -1;
}

.dark {
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding:7rem 2rem;
}

.fixed-background h3{
  margin-bottom: 2rem;


}

.fixed-background p {
  margin-top: 1.5rem;

}


/* Clients Section */


.clients img {
  width: 100%;
  
  border-radius: 50%;

}

blockquote .svg-inline--fa {
  color: #329ecb;
  margin: 1rem;
}

clients-hr {
  border-top: .05rem solid #329ecb;

}



/* Contact Section */


footer {
  background-color: #40474e;
  color: white;
  padding: 2rem 0 2rem;
  margin-top: 1rem;
}

footer img {
  height: 3rem;
  margin: 1.5rem 0;

}

footer a {
  color: white;

}

footer svg.svg-inline--fa{
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;

}


footer svg.svg-inline--fa:hover{
  color: #329ecb!important ;

}

hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 3rem;
}


/* Back to Top Button */
/* GLASS Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;

    border-radius: 50%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);

    color: #51cbff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.3s ease;
}

/* Hover effect with more glass */
#backToTop:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-50%) scale(1.05);
}

/* Show button */
#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.lb-close {
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.glightbox-thumbnails-wrapper {
    justify-content: center;  /* ცენტრში ჩასმა */
}

.glightbox-thumbnail {
    border-radius: 5px;       /* კიდეების რბილობა */
    margin: 0 5px;            /* სურათებს შორის დაშორება */
}


/* Media Queries */

@media(max-width: 767px){


.caption h1 {
  font-size: 2.3rem;
 
  letter-spacing: .15rem;
  
  padding-bottom: 0.5rem;

}

.caption h3 {
  font-size: 1.2rem;
  
  padding-bottom: 1.2rem;
}

.btn-lg {

  padding :.5rem 1rem;
  font-size: 1rem;
  
  

}

.narrow h1 {
  font-size: 1.5rem;

}

.clients img {
  max-width: 50%;
  display: block;
  margin:0 auto;

}


}


		@media (max-width: 768px) {
			[data-aos="fade-left"],
			[data-aos="fade-right"] {
				transform: none !important;
				opacity: 1 !important;
			}
		}

.map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
.service-card{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    text-align:center;
    padding:25px 20px;
    height:100%;
}

.service-card h3{
    margin-bottom:20px;
}

.service-card .feature{
    margin:20px 0;
}

.service-card p{
    margin-bottom:25px;
    line-height:1.7;
}

.service-btn{
    margin-top:auto;
    min-width:180px;
    border:2px solid #56ccff;
    color:#56ccff;
    border-radius:30px;
    padding:10px 30px;
    transition:.3s ease;
}

.service-btn:hover{
    background:#56ccff;
    color:#fff;
    border-color:#56ccff;
}
@media (max-width:768px){

    .service-card{
        padding:20px 15px;
    }

    .service-card h3{
        font-size:1.5rem;
    }

    .service-card p{
        font-size:15px;
    }

    .service-btn{
        width:100%;
        max-width:220px;
    }

}