*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;

}

.banner{
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(./scpimages/Gimnaziya.Fasad/SA1_9244.JPG);
  
}



.loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 100%;
height: 100%;
}

.loader.hidden {
  animation: fadeOut 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
      opacity: 100%;
      visibility: hidden;
  }
}


.navbar{
 
    width: 95%;
    margin: auto;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar img{
    width: 120px;
    cursor: pointer;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-weight: 300;
}
.navbar ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.navbar ul li ::after{
    content:'';
    height: 3px;
    width: 0%;
    background: #fffffff1;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.5s;
}
.navbar ul li :hover::after{
width: 100%;
}
.content{
 position: absolute;
    width: 100%;
    top: 53%;
    transform: translateY(-50%);
    

    text-align: center;
    color: #fff;
}
.content h1{
    font-size: 60px;
    margin-top: 80px;
    animation: moveBanner 1s 0.5s forwards;
}
.content p{
    margin: 20px auto;
    font-weight: 100;
    line-height: 25px;
    animation: moveBanner 1s 0.7s forwards;
}


button{
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 20px 10px;
    font-weight: bold;
    border: 2px solid #fff;
    background: transparent;
    color: #fffaff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    outline: none;
    animation: moveBanner 1s 0.9s forwards;
}
@keyframes moveBanner {
  0% {
    transform: translateY(40rem) rotateY(-20deg);
  }
  100% {
    transform: translateY(0) rotateY(0);
    opacity: 1;
  }
}
.content span{
    background:#fff;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;

}
.content button a{
    text-align: center;
    color: #fffaff;
    text-decoration: none;
   
  
}
@keyframes moveBanner {
  0% {
    transform: translateY(40rem) rotateY(-20deg);
  }
  100% {
    transform: translateY(0) rotateY(0);
    opacity: 1;
  }
}

button:hover span{
width: 100%;
height: 100%;

}


  button:hover a{
color:#000;

}
button:hover{
  border:2px solid #000;
}


.title{
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 50px;
}
.title p{
    color: grey;
    
}
/*slide*/

.row{
  display: flex;
  align-items:center;
  flex-wrap: wrap;
  justify-content: space-around;



}
/*-------services---------*/
#services{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(./scpimages/scpmain.png);
    background-position: center;
    background-size: cover;
    background-color: #efefef !important;
    background-attachment: fixed;
    margin-top: 20px;
    padding-top:50px;
    padding-bottom: 50px;
}
#services h1{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 10px;
}
#services h4{
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
    color:white;
    margin-top: 20px;
    
}
#services h1::after{
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 200px;
    margin: 5px auto 5px;
}
.services{
    margin-top: 40px;
}
.icon{
    font-size: 50px;
    margin: 20px auto;
    height: 100px;
    width: 100px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}
#services p{
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
}
.services .col-md-3:hover{
cursor:pointer;
transition: 0.6s;
}
.services h3{
    color: #fff;
}
.services h2{
    font-weight: bold;
    font-size: 30px;
    color: white;
}
/*hr*/
.glide li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*------------------------------drop-menu--------------------------------------*/

.dropdown {
  position: relative;
  display: inline-block;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
margin-top: 5px;

}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;


}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
/*SHOW CASE*/


/*------------------------brands---------------------------*/
.brands{
  margin: 50px auto;
  margin-bottom: 100px;
}
.col-5{


  width: 160px;
}
.col-5 img{
  

  width: 270px;
    height: 120px;
    float: left;
    margin-left: 12px;
    opacity: 1;
    box-shadow:7px 7px 5px #888888;
    cursor: pointer;
    transition: transform 0.5s;

}


.small-container{
  max-width: 800px;
  margin-left: 45px;
  padding-left: 45px;
  padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.col-5 img:hover{
  transform:translateY(-16px);
}


/*---------------------------Team----------------------------------*/
#team{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;

}
#team h1{
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}
#team h1::after{
    content: '';
    background:#007bff;
    display: block;
    height: 3px;
    width: 170px;
    margin: 5px auto 5px;
}
.profile-pic{
    margin-top: 25px;
}
.profile-pic .img-box{
opacity: 1;
display: block;
position: relative;
}
.profile-pic .img-box img{
    width: 100%;
    height: 400px;
    filter: grayscale(0);

    }

.profile-pic .img-box img:hover{
        filter: grayscale(0);
        cursor: pointer;
}
.profile-pic h2{
    font-size: 22px;
    font-weight: bold;
    margin-top:15px ;
    color:#007bff !important;
}
.profile-pic h3{
    font-size: 15px;
    font-weight: bold;
    margin-top:15px ;
    
}
#team .fa
{
    height: 25px;
    width: 25px;
    color: #007bff !important;
    background:#fff;
    padding:4px;
    border-radius: 50%;
}
    .img-box ul{
        padding: 15px 0;
position: absolute;
z-index: 2;
bottom: 0;
left: 50%;
transform: translateX(-50%);
opacity: 0;
    }
.img-box ul li{
    padding: 5px;
    display: inline-block;
}
.img-box:hover ul{
    opacity: 1;
    
}
.img-box ul, .img-box ul li{
    transition: 0.6s;
}
/*-----------------------------Logo Sliders-----------------------------------*/
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.container h1{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  color: #555 !important;
}
.container h1::after{
  content: '';
  position: absolute;
  width: 195px;
  height: 2.5px;
  background-color: rgb(67, 117, 224);
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------footer----------------------*/

.site-footer
{
  margin-top: 40px;
  background-color:#000;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.footer-col-2{
    flex: 1;
    text-align: center;
  color:#fff;
}
.footer-col-2{
    min-width: 250px;
    margin-bottom: 20px;
}
.site-footer p{
  color: #fff;
}
.site-footer h3{
color: #fff;
margin-bottom: 20px;
}
.site-footer hr
{
  border-top-color:#fff;
  opacity:0.8
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#000
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#fff;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#fff;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:red
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}
/*LOADER Page*/


.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid purple;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid purple;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid purple;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.loader.hidden {
  animation: fadeOut 4s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
      opacity: 0;
      visibility: hidden;
  }
}
@media (max-width:1200px){
  .brands{
    display:none;
  }
}
@media (max-width:991px){
  .navbar
  {
    padding: 10px 20px;
 
  }
  .navbar .navigation{
    display: none;

  }
  .navbar .navigation.active{
    width: 100%;
    height: calc(100% - 0px);
    position: fixed;
    display: flex;
    top: 0px;
    left:  0;
z-index: 999999999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    
  }
  .navbar .navigation li{
    margin-left: 0;
  }
  .navbar .navigation li a{

color: #111;
font-size: 1.6em;

}
  
  .menuToggle{
    position: relative;
    width: 40px;
    height: 40px;
    background: url(./scpimages/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active{
    background: url(./scpimages/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
   color: #000;
filter: invert(1);
    z-index: 9999999999;
 position: fixed;

  }
  .banner .content h1{
    font-size: 3em;
    color: #fff;
  }
}
@media (max-width:480px){
  .banner .content h1{
    font-size: 2.2em;
    color: #fff;
  }
}
@media (max-width:402px){
  .banner .content button{
    margin-bottom: 1%;
  }
}