html {
    scroll-behavior: smooth;
}   

body {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
}
#head {
    width: 100%;
    height: 1050px;
    margin: 0;
}
.navbar {
    position: absolute;
    z-index: 1;
    background-color: rgba(37, 44, 38, 0.047);
    width: 100%;
    height: 85px;
}
.hamburger {
    display: none;
}
.logo img {
    float: left;
    margin: 10px 0 0 60px;
    width: 110px;
    height: 110px;
}
.menu ul {
    float: right;
    display: flex;
    margin: 32px 50px 0 0;
    font-size: 20px;
}
.menu ul li {
    list-style: none;
    margin-right: 60px;
}
.menu ul li a {
    color: rgb(194, 252, 227);
    text-decoration: none;
    cursor: pointer;
    font-weight: 200;
}
.menu ul li a:hover {
    color: white;
}
.content {
    position: relative;
    width: 100%;
    height: 550px;
    display: flex;
    box-shadow: 0 10px 20px 10px rgb(39, 47, 41);
}
.content-img {
    position: relative;
    width: 700px;
    height: 550px;
    background-size: cover;
}
.content-img img {
    width: 700px;
    height: 550px;
    background-size: cover;

}
.content-text {
    position: relative;
    background-color: rgb(40, 40, 40);
    width: 100%;
    height: 550px;
}
.content-title-1 p {
    width: 60px;
    height: 25px;
    font-size: 20px;
    font-weight: 250;
    border-bottom: 2px solid rgb(176, 251, 219);
    color: white;
    padding: 0 0 6px 55px;
}
.content-title {
    position: absolute;
    width: 600px;
    top: 150px;
    bottom: 0;
    left: -50px;
    right: 0;
}
.content-title h1 {
    color: white;
    padding-left: 60px;
    font-weight: 200;
    font-size: 38px;
}

.content-box1 {
    position: absolute;
    top: 490px;
    right: 0;
    bottom: 0;
    left: 30%;
    background-color: rgb(49, 109, 99);
    border: 2px solid rgb(176, 251, 219);
    border-radius: 7px;
    width: 360px;
    height: 180px;
    color: white;
    text-align: center;
}
.content-box2 {
    position: absolute;
    top: 490px;
    right: 0;
    bottom: 0;
    left: 30%;
    background-color: rgb(49, 109, 99);
    border: 2px solid rgb(176, 251, 219);
    border-radius: 7px;
    width: 360px;
    height: 180px;
    text-align: center;
    color: white;
}
.content-box1 h2, .content-box2 h2 {
    margin: -10px 0 40px 0;
    font-weight: 350;
}
.button-box a{
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 2.2px solid rgb(176, 251, 219);
    color: white;
    margin: 0 7px;
    text-decoration: none;
}
.button-box a:hover {
    border: 2px solid white;
}
.article {
    width: 60%;
    height: 220px;
    display: flex;
    margin: 240px auto 0 auto;
}
.article-box {
    text-align: center;
    font-size: 36px;
    color: rgb(49, 109, 99);
    width: 190px;
    height: 200px;
    margin: 0 70px;
}
.article-box h4 {
    font-size: 20px;
    color: rgb(49, 109, 99);
    text-align: center;
    margin: 7px 0 -5px 0;
}
.article-box p {
    font-style: italic;
    text-align: center;
    font-size: 17px;
    color: rgb(49, 109, 99);
}
                                       /* about  */
#about {
    width: 100%;
    background-color: rgb(34, 39, 36);
}
.about-content {
    width: 95%;
    height: 850px;
    margin: 0 auto;
    position: relative;
}
.about-title h2 {
    width: 55px;
    color: white;
    margin-left: 100px;
    padding: 50px 0 8px 25px;
    font-weight: 200;
    border-bottom: 2px solid rgb(176, 251, 219);
}
.about-aside-1 {
    width: 635px;
    position: absolute;
    top: 250px;
    left: 60px;
}
.about-aside {
    width: 625px;
    height: 520px;
    border: 1.5px solid white;
    border-radius: 5px;
    background-color: rgb(49, 109, 99);
}
.aside-title h2 {
    width: 400px;
    color: white;
    font-weight: 200;
    font-size: 32px;
    margin: 30px 0 0 40px;
}
.aside-title h2::after {
    content: " O MENI !";
    color: rgb(176, 251, 219);
    font-weight: 400;
}
.aside-text {
    margin: 30px 0 20px 40px;
    color: rgb(216, 216, 216);
    font-size: 18px;
}
.aside-text1 {
    width: 75%;
    color: white;
    margin: 10px 0 0 40px;
    font-weight: 300;
}
.about-img {
    width: 900px;
    height: 550px;
    margin: 15px 10px 0 440px;
    border-radius: 10%;

}
.about-img img {
    float: right;
    width: 100%;
    height: 550px;
    margin: 15px 10px 0 440px;
    border-radius: 2%;
}
                                    /* gallery */
#gallery {
    width: 100%;
    height: 1000px; 
    background-color: rgb(255, 253, 251);
}
.gallery-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0 auto;
    width: 1300px;
}
.gallery-title h2 {
    width: 55px;
    color: rgb(34, 39, 36);
    margin: 0 0 60px 100px;
    padding: 50px 0 8px 25px;
    font-weight: 300;
    border-bottom: 2px solid rgb(49, 109, 99);
}
.gallery-content  {
    color: aliceblue;
}
.hidden {
    overflow: hidden;
}
.gallery-content img {
    border-radius: 8%;
    width: 270px;
    height: 260px;
    margin: 20px 70px;
}
                                  /* contact */

#contact {
    width: 100%;
    height: 690px;
    background-color: rgb(34, 39, 36);
}
.contact-title {
    margin: 0 auto;
    width: 300px;
    padding-top: 80px;
}
.contact-logo {
    margin: 0 75px 0 75px;

}
.contact-logo img {
    width: 150px;
    height: 150px;
}
.contact-title h1 {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    margin: 5px 0 0 0;
    color: rgb(255, 255, 255);
}
.content-contact {
    width: 350px;
    height: 52px;
    border: 1.5px solid rgb(254, 254, 254);
    border-radius: 20px;
    margin: 20px auto;
}
.content-box-1 {
    float: left;
    margin-left: 22px;
}
.content-box-1 p {
    font-size: 16px;
    font-weight: 300;
    color: rgb(232, 235, 234);
}
.content-box-1 i {
   color: rgb(49, 109, 99);
   font-size: 18px;
}
.content-box-2 {
    float: right;
    margin-right: 22px;
    font-size: 16px;
}
.content-box-2 i {
    color: rgb(142, 124, 137);
    font-size: 19px;
}
.content-box-2 a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 300;
}
.content-box-2 a:hover {
    color: rgb(142, 124, 137);
}
.contact-menu {
    width: 540px;
    margin: 240px auto 0 auto;
}
.contact-menu ul {
    display: flex;
    font-size: 20px;
    font-weight: 200;
    padding: 0;
}
.contact-menu ul li {
    list-style: none;
    margin: 0 30px;
}
.contact-menu ul li a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.contact-menu ul li a:hover {
    color: rgb(176, 251, 219);
}
.contact-article {
    width: 350px;
    margin: 30px auto 0 auto;
}
.contact-article p {
    font-size: 15px;
    color: rgb(193, 193, 193);
}

                         /* page-studio */
        
#head-studio {
    background-color: rgb(34, 39, 36);
    width: 100%;
    height: 100vh;
}
.back i {
    float: right;
    color: rgb(194, 252, 227);
    margin: 70px 170px 0 0;
    font-size: 28px;
}
.back i:hover {
    animation: bounce 2s infinite running;
    cursor: pointer;
}
@keyframes bounce { 
    0%, 
    20%, 
    50%, 
    80%, 
    100% { 
        transform: translatex(0);
    } 
    20% { 
        transform: translatex(-5px);
    } 
    60% { 
        transform: rotatex(150deg);
    }
}
.studio-content {
    width: 100%;
}
.studio-article {
    width: 37%;
    margin: 150px 0 0 -80px;
    float: left;
}
.studio-title h2 {
    width: 48px;
    color: white;
    padding: 50px 0 8px 25px;
    font-weight: 200;
    border-bottom: 2px solid rgb(176, 251, 219);
}
.studio-text p {
    padding-top: 30px;
    color: white;
    font-size: 22px;
    font-weight: 200;
}
.studio-text p:before {
    content: "Licni trener ";
    color: rgb(176, 251, 219);
    font-weight: 400;
}
.studio-text p:after {
    content: " :";
    color: rgb(176, 251, 219);
    font-weight: 400;
}
.studio-text2 ul {
  padding: 20px 0 0 0;
}
.studio-text2 li {
    color: white;
    font-size: 21px;
    font-weight: 200;
    list-style: none;
  }
  .studio-text2 li::before {
    content: "- ";
    color: rgb(176, 251, 219);
    font-weight: bold;
  }
  .studio-img {
    float: right;
  }
  .studio-img img {
    width: 700px;
    height: 500px;
    margin: 200px -100px 0 0;
  }

                                /* page-online */
        
#head-online {
    background-color: rgb(34, 39, 36);
    width: 100%;
    height: 100vh;
}
.back i {
    float: right;
    color: rgb(194, 252, 227);
    margin: 70px 170px 0 0;
    font-size: 28px;
}
.back i:hover {
    animation: bounce 2s infinite running;
    cursor: pointer;
}
@keyframes bounce { 
    0%, 
    20%, 
    50%, 
    80%, 
    100% { 
        transform: translatex(0);
    } 
    20% { 
        transform: translatex(-5px);
    } 
    60% { 
        transform: rotatex(150deg);
    }
}
.online-content {
    width: 100%;
    position: relative;
}
.online-article {
    width: 37%;
    margin: 150px 0 0 -80px;
    float: left;
}
.online-title h2 {
    width: 48px;
    color: white;
    padding: 50px 0 8px 25px;
    font-weight: 200;
    border-bottom: 2px solid rgb(176, 251, 219);
}
.online-text p {
    padding-top: 30px;
    color: white;
    font-size: 22px;
    font-weight: 200;
}
.online-text p:before {
    content: "Online ";
    color: rgb(176, 251, 219);
    font-weight: 400;
}
.online-text p:after {
    content: " .";
    color: rgb(176, 251, 219);
    font-weight: 400;
}
.online-text1 p {
    color: white;
    font-size: 18px;
    font-weight: 200;
    padding-top: 20px;
}
.online-text1 p:before {
    content: "Online ";
    color: rgb(176, 251, 219);
    font-weight: 300;
}
.online-text1 p:after {
    content: " :";
    color: rgb(176, 251, 219);
    font-weight: 300;
}
.online-text2 ul {
  padding: 20px 0 0 0;
}
.online-text2 li {
    color: white;
    font-size: 21px;
    font-weight: 200;
    list-style: none;
    margin-bottom: 20px;
  }
  .online-text2 li::before {
    content: "- ";
    color: rgb(176, 251, 219);
    font-weight: bold;
  }
  .online-article-2 {
    float: right;
  }
  .online-article-2 {
    width: 700px;
    height: 1000px;
    margin: 180px 0 0 0;
  }
  .online-img img {
    width: 700px;
    height: 650px;
  }

                                         /* acc-container */
  .acc-container {
    margin: 50px auto 0 auto;
    width: 380px;
  }
  .acc-box {
    background-color: rgb(34, 39, 36);
    color: white;
    width: 350px;
    padding: 5px 0 10px 0;
    border-bottom: 1.5px solid white;
  }
  .acc-heading {
    display: flex;
  }
  .heading p {
    font-size: 18px;
    margin: 6px 230px 6px 20px;
  }
  .symbol i {
    font-size: 16px;
    margin-top: 10px;
  }
  .acc-text-1, .acc-text-2, .acc-text-3  {
    max-height: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;
  }

  .acc-box.active .acc-text-1 {
    max-height: 55px;
    margin-top: -10px;
    padding: 1px 5px 20px 20px;
    transition: all .4s ease-in-out;
  }
  .acc-box.active .acc-text-2 {
    max-height: 70px;
    margin-top: -10px;
    padding: 1px 5px 25px 20px;
    transition: all .4s ease-in-out;
  }
  .acc-box.active .acc-text-3 {
    max-height: 100px;
    margin-top: -10px;
    padding: 1px 5px 20px 20px;
    transition: all .4s ease-in-out;
  }
  
                                       /* laptop  */

@media screen and (min-width: 1100px) and (max-width: 1500px) {
   
   
    .content-title-1 p {
        font-size: 16px;
    }
    .content-title {
        width: 500px;
        left: -80px;
    }
    .content-title h1 {
        color: white;
        padding-left: 60px;
        font-weight: 200;
        font-size: 34px;
    }
    .content-box1 {
        left: 22%;
    }
    .content-box2 {
        left: 22%;
    }
    .article {
        width: 80%;
        height: 200px;
    }
    .article-box {
        width: 200px;
        height: 150px;
    }
    .article-box h4 {
        font-size: 18px;
    }
    .article-box p {
        font-size: 15px;
    }
                            /* about */
    
    .about-img {
        width: 800px;
        height: 550px;
        margin: 15px 10px 0 300px;
        border-radius: 10%;
    
    }
    .about-img img {
        float: right;
        width: 70%;
        height: 550px;
        margin: 15px 10px 0 300px;
        border-radius: 2%;
    }
                                      /* page-studio */

.studio-article {
    width: 37%;
}
.studio-text p {
    font-size: 19px;
}
.studio-text2 li {
    font-size: 18px;
  }
  .studio-img {
    margin: -10px 0 0 0;

  }
  .studio-img img {
    width: 470px;
    height: 450px;
  }
                                      /* page-online */

#head-online {
    height: 1150px;
}
.online-article {
    width: 37%;
}
.online-text p {
    font-size: 19px;
}
.online-text2 li {
    font-size: 18px;
  }
  .online-article-2 {
    float: right;
  }
  .online-article-2 {
    width: 470px;
    height: 800px;
    margin: 170px -100px 0 0;
  }
  .online-img {
    margin: 30px 0 0 0;
  }
  .online-img img {
    width: 470px;
    height: 400px;
  }
                             /* acc-container */
    .acc-container {
        margin: 60px auto 0 auto;
        width: 350px;
      }

                                    /* gallery */

  #gallery {
    height: 900px;
    }
  .gallery-content {
    width: 1120px;
 }
  .gallery-content img {
    margin: 20px 50px;
  }
}
                                      /* tablet */
        
@media screen and (min-width: 550px) and (max-width: 1099px) {
  
    #head {
        height: 1550px;
    }
    
    .hamburger {
        display: block;
        float: right;
        margin: 27px 50px 0 0;
        cursor: pointer;
    }
    .hamburger .line {
        background-color: rgb(176, 251, 219);
        width: 25px;
        height: 2.5px;
        margin: 4px;
        border-radius: 10px;
    }
    .menu {
        position: absolute;
        height: 0;
        width: 20vw;
        top: 70px;
        right: 0;
        background-color: rgb(34, 39, 36);
        transition: 0.3s;
        overflow: hidden;
        border-bottom-left-radius: 10px;
    }
    .menu.active {
        height: 190px;
        border-top: 1.5px solid rgb(176, 251, 219);
        border-left: 1.5px solid rgb(176, 251, 219);
        border-bottom: 1.5px solid rgb(176, 251, 219);
    }
    .menu ul {
        display: block;
        margin: 10px auto 0 auto;
        padding-left: 20px;
        width: fit-content;
        float: none;
        font-size: 20px;
        transition: 0.5s;
        opacity: 0;
    }
    .menu.active ul {
        opacity: 1;
    }
    .menu ul li {
        list-style: none;
        margin-top: 20px;
    }
    .menu ul li a {
        color: rgb(255, 255, 255);
        cursor: pointer;
    }
    .menu ul li a:hover {
        color: rgba(255, 255, 255, 0.222);
    }
    .logo img {
        margin: 10px 0 0 60px;
        width: 110px;
        height: 110px;
    }
    .content {
        height: 750px;
        flex-direction: column;
        box-shadow: 0 0 0;
    }
    .content-img {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .content-img img {
        width: 100%;
        height: 400px;
    }
    .content-text {
        position: relative;
        background-color: rgb(40, 40, 40);
        width: 100%;
        height: 100px;
        box-shadow: 0 20px 20px -10px rgb(37, 44, 38);
    }
    .content-title-1 p {
        width: 30px;
        height: 25px;
        font-size: 18px;
        font-weight: 250;
        border-bottom: 2px solid rgb(176, 251, 219);
        color: white;
        padding: 0 0 6px 30px;
        margin-left: 20px;
    }
    .content-title {
        position: absolute;
        width: 400px;
        top: -280px;
        bottom: 0;
        left: 50px;
        right: 0;
    }
    .content-title h1 {
        font-weight: 200;
        font-size: 26px;
    }
    .content-box1 {
        position: absolute;
        width: 320px;
        height: 160px;
        z-index: 1;
        top: 460px;
        right: 0;
        bottom: 0;
        left: 28%;
    }
    .content-box2 {
        position: absolute;
        width: 320px;
        height: 160px;
        top: 320px;
        right: 0;
        bottom: 0;
        left: 28%;
    }
    .content-box1 h2, .content-box2 h2 {
        margin: -10px 0 30px 0;
    }
    .button-box a{
        font-size: 10px;
    }
    .article {
        width: 30%;
        flex-direction: column;
        height: 140px;
        margin: 240px auto 0 auto;
    }
    .article-box {
        font-size: 26px;
        width: 170px;
        height: 140px;
        margin: 15px 30px;
    }
    .article-box h4 {
        font-size: 16px;
        color: rgb(49, 109, 99);
        text-align: center;
        margin: 7px 0 -5px 0;
    }
    .article-box p {
        font-size: 13px;
    }

                      /* about  */

     #about {
        margin: 120px 0;
    }
     .about-content {
        width: 100%;
        height: 1200px;
        margin: 0 auto;
        position: relative;
    } 
    .about-title h2 {
        margin: 20px 0 50px 60px;
    }
    .about-aside-1 {
        width: 100%;
        position: absolute;
        top: 550px;
        left: 0;
        margin: 0;
    }
    .about-aside {
        width: 500px;
        height: 580px;
        margin: 0 auto 0 auto;
   }
   .aside-text {
    width: 380px;
   }
     .aside-text1 {
    width: 73%;
   }
    .about-img {
        width: 100%;
        height: 550px;
        margin: 15px 0;
   }
    .about-img img {
        width: 100%;
        height: 550px;
        margin: 15px 0;

   }
                         /* gallery */
    #gallery {
        height: 2400px;
   }
    .gallery-content {
        width: 300px;
        
   }
   
    .gallery-content img {
        width: 300px;
        height: 290px;
        margin: 30px 0;
   }
                         /* contact */

    #contact {
        height: 700px;
   }

                       /* page-studio */

    #head-studio {
        height: 1450px;
   }
    .back i {      
        margin: 40px 120px 0 0;
        font-size: 28px;
    }
    .studio-article {
        width: 65%;
        margin: 120px 0 0 -80px;
        float: left;
      }
    .studio-img {
        float: right;
        width: 100%;
      }
      .studio-img img {
        width: 100%;
        height: 500px;
      }
                               /* page-online */

    #head-online {
        height: 2200px;
     }
    .back i {      
        margin: 40px 120px 0 0;
        font-size: 28px;
      }
    .online-article {
        width: 65%;
        margin: 120px 0 0 -80px;
        float: left;
      }
      .online-article-2 {
        width: 100%;
        height: 800px;
        margin: 120px 0 0 0;
      }
      .online-img img {
        width: 100%;
        height: 500px;
      }
                              /* acc-container */

  .acc-container {
    margin: 50px auto 0 auto;
    width: 300px;
  }
}
             /* mobil */
    
@media only screen and (max-width: 549px) {
    #head {
        height: 1400px;
    }
    .logo img {
        margin: 10px 0 0 15px;
        width: 80px;
        height: 80px;
    }
    .hamburger {
        display: block;
        float: right;
        margin: 40px 20px 0 0;
        cursor: pointer;
    }
    .hamburger .line {
        background-color: rgb(176, 251, 219);
        width: 22px;
        height: 2.5px;
        margin: 4px;
        border-radius: 10px;
    }
    .menu {
        position: absolute;
        height: 0;
        width: 28vw;
        top: 70px;
        right: 0;
        background-color: rgb(34, 39, 36);
        transition: 0.3s;
        overflow: hidden;
        border-bottom-left-radius: 10px;
    }
    .menu.active {
        height: 160px;
        border-top: 1.5px solid rgb(176, 251, 219);
        border-left: 1.5px solid rgb(176, 251, 219);
        border-bottom: 1.5px solid rgb(176, 251, 219);
    }
    .menu ul {
        display: block;
        margin: 10px auto 0 auto;
        padding-left: 10px;
        width: fit-content;
        float: none;
        font-size: 18px;
        transition: 0.5s;
        opacity: 0;
    }
    .menu.active ul {
        opacity: 1;
    }
    .menu ul li {
        list-style: none;
        margin-top: 20px;
    }
    .menu ul li a {
        color: rgb(255, 255, 255);
        cursor: pointer;
    }
    .content {
        height: 750px;
        flex-direction: column;
        box-shadow: 0 0 0;
    }
    .content-img {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .content-img img {
        width: 100%;
        height: 400px;
    }
    .content-text {
        position: relative;
        background-color: rgb(40, 40, 40);
        width: 100%;
        height: 20px;
        box-shadow: 0 10px 20px 1px rgb(37, 44, 38);
    }
    .content-title-1 p {
        width: 30px;
        height: 25px;
        font-size: 16px;
        font-weight: 250;
        border-bottom: 2px solid rgb(176, 251, 219);
        color: white;
        padding: 0 0 3px 20px;
        margin-left: 10px;
    }
    .content-title {
        position: absolute;
        width: 300px;
        top: -280px;
        bottom: 0;
        left: 20px;
        right: 0;
    }
    .content-title h1 {
        width: 300px;
        font-weight: 200;
        font-size: 23px;
        padding-left: 20px;
    }
    .content-box1 {
        position: absolute;
        width: 300px;
        height: 140px;
        z-index: 1;
        top: 370px;
        right: 0;
        bottom: 0;
        left: 9%;
    }
    .content-box2 {
        position: absolute;
        width: 300px;
        height: 140px;
        top: 170px;
        right: 0;
        bottom: 0;
        left: 9%;
    }
    .content-box1 h2, .content-box2 h2 {
        margin: -5px 0 20px 0;
        font-weight: 300;
        font-size: 22px;
    }
    .content-box1 p, .content-box2 p {
        font-size: 14px;
    }
    .button-box a{
        font-size: 10px;
    }
    .article {
        width: 60%;
        flex-direction: column;
        height: 70px;
        margin: 10px auto 0 auto;
    }
    .article-box {
        font-size: 26px;
        width: 170px;
        height: 140px;
        margin: 15px 30px;
    }
    .article-box h4 {
        font-size: 16px;
        color: rgb(49, 109, 99);
        text-align: center;
        margin: 7px 0 -5px 0;
    }
    .article-box p {
        font-size: 13px;
    }
                 /* about  */
                 
    .about-content {
        width: 100%;
        height: 1180px;
        margin: 0 auto;
        position: relative;
    } 
    .about-title h2 {
        margin: 20px 0 50px 30px;
        font-size: 20px;
    }
    .about-aside-1 {
        width: 100%;
        position: absolute;
        top: 500px;
        left: 0;
        margin: 0;
    }
    .about-aside {
        width: 320px;
        height: 600px;
        margin: 0 auto 0 auto;
    }
   .aside-title h2 {
         width: 300px;
         color: white;
         font-weight: 200;
         font-size: 24px;
          margin: 30px 0 0 25px;
    }
    .aside-title h2::after {
         content: " O MENI !";
         color: rgb(176, 251, 219);
         font-weight: 400;
         font-size: 24px;
    }
    .aside-text {
        width: 300px;
        margin: 30px 0 20px 25px;
        font-size: 16px;

    }
     .aside-text1 {
        width: 300;
        font-size: 14px;
        margin: 10px 0 0 25px;
   }
    .about-img {
        width: 100%;
        height: 400px;
        margin: 15px 0;
   }
    .about-img img {
        width: 100%;
        height: 400px;
        margin: 15px 0;
   }

                        /* gallery */
    #gallery {
        height: 2180px;
   }
   .gallery-content {
        width: 280px;
   }
   .gallery-content img {
        width: 280px;
        height: 270px;
        margin: 30px 0;
   }
   .gallery-title h2 {
    margin: 0 0 50px 30px;
    font-size: 20px;
   }

                      /* contact */
   #contact {
        height: 590px;
   }
   .contact-title {
    padding-top: 60px;
}
   .contact-title h1 {
    font-size: 22px;
    font-style: 200;
}
   .content-contact {
    width: 305px;
    height: 44px;
    margin: 20px auto;
   }
   .content-box-1 {
    margin-left: 15px;
   }
   .content-box-1 p {
    font-size: 14px;
    margin: 12px 0;
   }
   .content-box-1 i {
    font-size: 16px;
   }
   .content-box-2 {
    margin: -5px 15px 10px 0;
   }
   .content-box-2 i {
    font-size: 17px;
   }
   .content-box-2 a {
    font-size: 14px;
   }
   .contact-menu {
    width: 57px;
    margin: 80px auto 0 auto;
   }
   .contact-menu ul {
    flex-direction: column;
    font-size: 15px;
   }
   .contact-menu ul li {
    margin: 7px 0;
   } 
   .contact-article {
    width: 225px;
}
    .contact-article p {
    font-size: 9px;
   }
                       /* page-studio */

     #head-studio {
        height: 1000px;
   }
    .back i {      
        margin: 40px 60px 0 0;
        font-size: 25px;
    }
    .studio-article {
        width: 75%;
        margin: 20px 0 0 -60px;
        float: left;
    }
    .studio-title h2 {
        width: 48px;
        color: white;
        padding: 50px 0 8px 25px;
        font-weight: 200;
        font-size: 20px;
        border-bottom: 2px solid rgb(176, 251, 219);
    }
    .studio-text p {
        font-size: 16px;
    }
    .studio-text2 li {
        font-size: 16px;
      }
    .studio-img {
        float: right;
        width: 100%;
    }
      .studio-img img {
        width: 100%;
        height: 300px;
        margin: 70px 0 0 0;
    }
                                   /* page-online */

     #head-online {
        height: 2100px;
   }
    .back i {      
        margin: 40px 60px 0 0;
        font-size: 25px;
    }
    .online-article {
        width: 75%;
        margin: 20px 0 0 -60px;
        float: left;
    }
    .online-title h2 {
        width: 48px;
        color: white;
        padding: 50px 0 8px 25px;
        font-weight: 200;
        font-size: 20px;
        border-bottom: 2px solid rgb(176, 251, 219);
    }
    .online-text p {
        font-size: 16px;
    }
    .online-text1 p {
        font-size: 16px;
    }
    .online-text2 li {
        font-size: 16px;
      }
      .online-article-2 {
        width: 100%;
        height: 900px;
        margin: 10px 0 0 0;
      }
    .online-img img {
        width: 100%;
        height: 500px;
        margin: 70px 0 0 0;
    }
                                  /* acc-container */
    .acc-container {
        margin: 50px auto 0 auto;
        width: 320px;
    }
    .acc-box {
        width: 320px;
      }
      
      .heading p {
        font-size: 18px;
        margin: 6px 190px 6px 20px;
      }
      .acc-box.active .acc-text-1 {
        max-height: 65px;
      }
      .acc-box.active .acc-text-2 {
        max-height: 80px;
      }
      .acc-box.active .acc-text-3 {
        max-height: 110px;
      }
     
}