@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Fjalla+One&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  
}

body {
  font-family: 'Fjalla One';
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

img {
  max-width: 100%;
}

.logo{
    width: 50px;
    border-radius: 50px;
}

h1{
  margin-bottom: 15px;
  font-family: 'Fjalla One';
}

.aboutText{
    font-family: 'sans-serif';

}


ul {
  list-style-type: none;
}

.contain {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.menuBar {
  background: #000;
  color: #fff;
  height: 60px;
  position:fixed;
  width:100%;
  z-index:1;
  top:0;
}

.menuBar .logo {
  font-size: xx-large;
  font-weight: bold;
}

.menuBar a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Fjalla One', sans-serif;
  transition: 1s;
}

.menuBar a:hover {
  color: rgb(255, 154, 1);  transition: 0.4s;
}



.menuBar .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.menuBar ul {
  display: flex;
}

.menuBar ul li {
  margin-left: 20px;
}

.header {
  background-color: #fff;
  color: #000;
  min-height: 400px;
}

.header h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.header img {
  max-width: 400px;
}

.header .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Menu */
.menuHeader {
    background-color: #fff;
    color: #000;
  }
  
  .menuHeader h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  .menuHeader img {
    max-width: 400px;
  }
  
  .menuHeader .menuContain {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menuContain {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .menuBar .menuContain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }

/* Menu */

/*Video*/

.menuHeader {
    background-color: #fff;
    color: #000;
  }
  
  .menuHeader h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
  }
  
  .menuHeader img {
    max-width: 400px;
  }
  
  .menuHeader .videoContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .videoContainer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .menuBar .videoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }


/*Video*/



.aboutLogo{
    border-radius: 350px;
    padding: 50px;
}

.box-wrap .contain {
  display: flex;
  justify-content: space-between;
}

.box {
  flex-direction: column;
  margin: 20px 10px;
  padding-top: 1px;
  border: solid 2px rgb(235, 135, 160);
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  background: #fff;
  border-radius: 4px;

  

}

.boxSM {
    flex-direction: column;
    margin: 20px 10px;
    padding-top: 1px;
    border: solid 2px rgb(135, 178, 235);
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    background: #fff;
    border-radius: 4px;
    
  
  }
  .boxIG {
    flex-direction: column;
    background: #fff;
    padding-top: 1px;
    border: solid 2px rgb(250, 117, 64);
    text-align: center;
    border-radius: 4px;
    margin: 20px 10px;
    
  
  }
  .boxIG {
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    border: solid 2px rgb(253, 106, 7);
    text-align: center;
    margin: 20px 10px;
    padding-top: 1px;
    
  
  }
  .boxIG1 {
    flex-direction: column;
    background: #fff;
    border: solid 2px rgb(107, 252, 11);
    text-align: center;   
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin: 20px 10px;
    padding-top: 1px;
 
  
  }

  .boxIG2 {
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    border: solid 2px rgb(251, 255, 0);
    text-align: center;
    margin: 20px 10px;
    padding-top: 1px;
    
  
  }
  .boxTW {
    flex-direction: column;
    background: #fff;
    border: solid 2px rgb(135, 215, 235);
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin: 20px 10px;
    padding-top: 1px;

    
  
  }
  .boxFB {
    flex-direction: column;
    background: #fff;
    border: solid 2px rgb(252, 18, 174);
    text-align: center;
    border-radius: 4px;
    margin: 20px 10px;
    padding-top: 1px;
    
  
  }

  .boxFB1 {
    flex-direction: column;
    background: #fff;
    border: solid 2px rgb(18, 252, 96);
    text-align: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    margin: 20px 10px;
    padding-top: 1px;

  }

  .contactText{
    font-family: "sans-serif";
  }

  .contactTextTel{
    color: blue;
  }

@media (max-width: 768px) {
  .header .contain {
    flex-direction: column;
    padding-top: 20px;
    text-align: center;
  }

  .box-wrap .contain {
    display: block;
    text-align: center;
  }

  .videoContainer{
      width: 720px;
  }
}

@media (max-width:540px){
    .videoContainer{
        width: 470px;
    }

    .aboutLogo{
      display: none;
  }
}

@media (max-width:500px){
    .videoContainer{
        width: 420px;
    }
    .aboutLogo{
        display: none;
    }
}

@media (max-width:420px){
    .videoContainer{
        width: 350px;
    }
}

@media (max-width:375px){
    .videoContainer{
        width: 320px;
    }

   

    .aboutLogo{
        display: none;
    }
}


.footer-section{
    background: rgb(243, 157, 157);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font-family: 'Fjolla One';
    padding: 55px 50px;
}

.footer-section .footer-leftSide,
.footer-section .footer-middle,
.footer-section .footer-rightSide{
    display: inline-block;
    vertical-align: top;
    font-family: 'Fjalla One';

}

/* Footer left */

.footer-section .footer-leftSide{
    width: 40%;
}



.footer-section h3 span{
    color:  white;
    font-weight: bold;
}

/*  Links */

.footer-section .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-section .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  black;
    font-family: 'Fjalla One';

}

.footer-section .footer-baza{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/*  Middle */

.footer-section .footer-middle{
    width: 35%;
}

.footer-section .footer-middle i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-section .footer-middle {
    font-size: 17px;
    line-height: 38px;
}

.footer-section .footer-middle p{
    display: inline-block;
    color: black;
    font-weight:400;
    vertical-align: middle;
    font-family: "Fjalla One";

    margin:0;
}

.footer-section .footer-middle p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-section .footer-middle p a{
    color:  black;
}
.footer-section .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: black;
  display: inline-block;
  padding-right: 5px;
  font-family: "Fjalla One";

}

.footer-section .footer-links .link-1:before {
  content: none;
}

/* Right */

.footer-section .footer-rightSide{
    font-family: 'Fjalla One';

    width: 20%;
}

.footer-section .footer-company-about{
    line-height: 20px;
    color:  black;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-section .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Fjalla One';
}

.footer-section .footer-social{
    margin-top: 25px;
}

.footer-section .footer-social a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-logo{
    border-radius: 200px;
    height: 100px;
}
.timesText{
    font-family: 'Fjalla One';
    padding-bottom: 4px;
}
/* responsive*/

@media (max-width: 880px) {

    .footer-section{
        font: bold 14px sans-serif;
    }

    .footer-section .footer-leftSide,
    .footer-section .footer-middle,
    .footer-section .footer-rightSide{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-section .footer-middle i{
        margin-left: 0;
    }

    .fa_fa-envelope{
        color: white;
    }

    .footer-rightSide{
        color: black;
    }

    .timesText{
        font-family: 'Fjalla One';
        padding-bottom: 4px;
    }

}