
/*
 Theme Name: FLS
 Theme URI: https://flscompany.by/ 
 Author: FLS Company
 Description: FLS Comapany Landing page
 Version: 1.0 
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html 
*/


body {
    padding:0; 
    margin:0;
    font-size:16px;
    
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.decor {
    position:absolute;
    box-sizing:border-box;
    max-width:100%;
    padding:20px;
}

.wrapper {
    padding:30px;
    box-sizing: border-box;
}

.bg-animation {
  position: relative;
    opacity:0.4;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background: #000428;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000428, #004e92);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000428, #004e92);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}
.bg-animation .bg-object {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-animation .circle-1 {
  height: 161.8px;
  width: 161.8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.bg-animation .circle-2 {
  height: 323.6px;
  width: 323.6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  animation: orbit 20s linear infinite;
}
.bg-animation .circle-2:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-2:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-3 {
  height: 485.4px;
  width: 485.4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 25s linear infinite;
}
.bg-animation .circle-3:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-3:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-4 {
  height: 647.2px;
  width: 647.2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 33s linear infinite;
}
.bg-animation .circle-4:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-4:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-5 {
  height: 809px;
  width: 809px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 18s linear infinite;
}
.bg-animation .circle-5:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-5:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-6 {
  height: 970.8px;
  width: 970.8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 250s linear infinite;
}
.bg-animation .circle-6:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-6:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-7 {
  height: 1132.6px;
  width: 1132.6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 20s linear infinite;
}
.bg-animation .circle-7:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-7:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-8 {
  height: 1294.4px;
  width: 1294.4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 21s linear infinite;
}
.bg-animation .circle-8:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-8:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-9 {
  height: 1456.2px;
  width: 1456.2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 50s linear infinite;
}
.bg-animation .circle-9:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-9:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-10 {
  height: 1618px;
  width: 1618px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  animation: orbit 16s linear infinite;
}
.bg-animation .circle-10:before {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  left: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
.bg-animation .circle-10:after {
  content: '';
  display: block;
  position: absolute;
  background: white;
  height: 20px;
  width: 20px;
  right: -10px;
  top: calc(50% - 15px);
  border-radius: 100%;
  opacity: 0.3;
}
@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Header*/
header {
    background-color:#555;
    background: url('./img/header-bg.webp') center no-repeat;
    background-size: cover;
    height:100vh;
    display:flex;
    justify-content: center;
    align-items: center;

}

.lang_switcher {
  position:absolute;
  font-size:15px;
  top:30px;
  right:30px;
  color:#ffffff44;
  z-index: 100;
}
.lang_switcher a{
  color:#ffffffaa;
}
.lang_switcher a:hover{
  color:#ffffff;
  cursor: pointer;
}

h1 {
    font-size:3em;
    color:#fff;
    text-align:center;
    width:60%;
    max-width: 100%;
    padding:0 20;
    box-sizing: 20px;
    margin:auto;
}

h3.subheader {
    color:#fff;
    font-size: 1.5em;
    font-weight: 300;
    width:1200px;
    max-width: 100%;
    margin:0 auto;
    text-align:center;
    padding:30px 0;
}

.block_title {
    font-size: 2em; 
    text-align: center; 
    line-height:1.3;
    max-width: 80%;
    margin: 30px auto;
}

.block_subtitle_title {
    font-size: 1.5em;
    font-weight: 300;
    opacity:0.7;
    text-align:center;
}



/*Advantages*/

.advantages {
    background: #2A7B9B;
    background: linear-gradient(0deg,rgba(42, 123, 155, 1) 0%, rgba(4, 19, 133, 1) 50%, rgba(36, 6, 61, 1) 100%);
    color:#fff;
    padding: 60px 0 120px 0;
    box-sizing: border-box;
}

.advantages_list {
    max-width:100%;
    width:1200px;
    margin:40px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    box-sizing: border-box;
    list-style: none;
    box-sizing: border-box;
    padding:0 20px;
}

.advantages_list li {
   background-color:#ffffff11;
    border-radius: 20px;
    padding:40px 40px 40px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.2em;
    line-height: 1.5;
    box-sizing: border-box;
}

.advantages_list li span {
    position: absolute;
    top:20px;
    left:20px;
    font-size: 5em;
    opacity:0.1;
}

/*Servicess*/
.services {padding:100px 30px;}

.servicess_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:40px;
    list-style:none;
    width:1200px;
    max-width: 100%;
    margin: 50px auto;
    box-sizing: border-box;
    padding: 0;
}

.servicess_list li {
    padding:30px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 5px 80px rgb(26, 13, 171, 0.1);
    position: relative;
    text-align: center;
    font-size:1em;
    line-height: 1.5;
}

.servicess_list li img {
    left:30px;
    display: block;
    width:140px;
    margin:0 auto 20px auto;
}

/*FORM*/

.form {
    background-image: url(./img/header-bg.webp);
    color:#fff;
}
.block_blend {
    padding:40px 20px;
    box-sizing: border-box;
    background-color: #00042888;
}

.form_wrapper {
    width:400px;
    max-width:100%;
    margin: 40px auto;
    padding:30px;
   box-sizing: border-box;
   background: #ffffff22;
   border-radius:20px; 
}

label {font-size:14px;}

input {
    height:30px;
    width:100%;
    margin:6px 0 0 0;
    box-sizing: border-box;
    padding:5px 10px;
    border:none;
    border-radius:5px;
}
textarea {
    height:120px;
    width:100%;
    margin:6px 0 0 0;
    box-sizing: border-box;
    padding:5px 10px;
    border:none;
    border-radius:5px;
}

.wpcf7-submit {
    background-color:#2f7f3a;
    color:#fff;
    box-shadow: 0 1px 2px #00000055 ;
     transition: 0.2s;
}
.wpcf7-submit:hover {
    background-color:#1e6728;
    cursor:pointer;
   
}

.about_wrapper {
  margin:0 auto;
  width:1200px;
  max-width: 100%;
  font-size:1em;
  line-height: 1.5;
}

.about_wrapper a {color:#fff;}

/* Footer */
footer {
    padding:20px;
    text-align: center;
    background:#151165;
    color:#fff;
}

@media only screen and (max-width: 800px) {
   
    body{font-size:14px;}
    .wrapper{padding:0 20px; box-sizing: border-box;}
    .advantages_list {
        grid-template-columns: 1fr; 
        padding:20px; 
        box-sizing: border-box;
    }
    .advantages {padding: 30px 0 40px 0; box-sizing: border-box;}

    .services {padding:60px 20px; box-sizing: border-box;}
    .servicess_list {
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin: 30px auto;
    }  
}

@media only screen and (max-width: 480px) {
   
    body{font-size:13px;}
    .advantages {padding: 30px 0 40px 0; box-sizing: border-box;}
    .servicess_list {
    grid-template-columns: 1fr ;
    font-size: 1.2em;

}
    
}
