@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
    margin: 0 !important;
    background: #f2f2f2 !important;
}

body ul {
    padding: 0;
}

body a {
    text-decoration : none;
    color: #000;
}

.no-resp {display: block !important;}
.only-resp {display: none !important;}
.no-mobile {display: block !important;}
.only-mobile {display: none !important;}


/********** MENU **********/


.menu-bar {
    width: 100%;
    height: 120px;
    background: #f2f2f2;
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
    position: relative;
    z-index: 10;
}

.menu {
    width: 100%;
    height: 120px;
    background: #f2f2f2;

}
.menu .logo {
    position: relative;
    float: left;
    width: 130px;
    height: 120px;
    z-index: 99;
}

.menu .logo a {
    position: relative;
    width: 130px;
    height: 120px;
}

.menu .logo img {
    margin-top: 13px;
    width: 130px;
}

.menu .navbar {
    height: 100px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    flex-direction: row-reverse;
}

.menu .navbar ul {
    margin-top: 55px;
    float: right;
    height: 50px;
    margin-bottom: 0;
}

.menu .navbar ul li {
    list-style: none;
    display: inline;
    padding: 10px;
    line-height: 30px;
}

.menu .navbar ul li a {
    height: 30px;
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    color: #231f20;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 15px;
    text-align: center;
    transition: .5s;
}

.menu .navbar ul li .menu-active {
    text-decoration: none;
    background: #231f20;
    color: #fff;
}

.menu .navbar ul li a:hover {
    text-decoration: none;
    background: #231f20;
    color: #fff;
}



/********** SLIDER **********/



.slider {
    position: relative;
    width: 100%;
    z-index: 9;
}

.slider .slider-content img {
    width: 100%;
}


/********** PAGE COVER **********/


.page-cover {
    height: 300px;
    width: 100%;
}

.page-cover img {
    width: 100%;
    height: 300px;
}


/********** MAIN CONTENT **********/


.main-content {
    position: relative;
    width: 100%;
    box-shadow: 0px -5px 5px rgba(0,0,0,.5);
    background: #f2f2f2;
    z-index: 10;
}


/********** PAGE FOOTER **********/

.page-footer {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 50px;
}

.page-footer.absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 11;
}


/********** SOCIAL MEDIA **********/


.page-footer .social-media {
    width: fit-content;
    margin: auto;
}

.page-footer .social-media ul li {
    display: inline-block;
    padding: 10px;
}

.page-footer .social-media ul li a {
    display: inline-block;
    color: #231f20;
    font-size: 20px;
    transition: .5s;
}

.page-footer .social-media ul li a:hover {
    color: #e9b947;
    transform: scale(1.5) rotate(-30deg);
}


/********** ARARUIN **********/


.page-footer .araruin p {
    text-align: center;
    margin: 0 0 20px 0;
    font-family: 'Dosis';
    color: #000;
    margin-top: 40px;
}

.page-footer .araruin p a img {
    width: 100px;
    margin-left: 5px;
}


/********** HOME PAGE **********/


.main-content .homepage-content .home-img {
    width: 100%;

}

.main-content .homepage-content .home-img img {
    width: 50%;
    margin-left: 25% ;
    margin-top: 100px;
    margin-bottom: 100px;
}

.main-content .homepage-content .home-content img {
    width: 90%;
    margin-left: 5%;
    box-shadow: 0px 0px 15px rgba(0,0,0,.4);
}

.main-content .homepage-content .home-content h4 {
    font-family: 'Dosis';
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 25px;
}

.main-content .homepage-content .home-content p {
    font-family: 'Montserrat';
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 30px;
}

/********** ABOUT PAGE **********/


.main-content .about-text {
    margin: 70px 0 50px 0;
}

.main-content p {
    font-family: 'Montserrat';
    font-size: 25px;
    color:#231f20;
    text-align: center;
    padding: 0 50px;
    line-height: 40px;
}


/********** SERVICES PAGE **********/


.main-content .services {
    padding: 40px 0;
}

.main-content .services:first-child {
    padding-top: 120px;
}

.main-content .services .left {
    padding: 0 15px;
    display: inline-block;

}

.main-content .services img {
    width: 100%;
}

.main-content .services .right {
    padding: 0 15px;
    float: right;
}

.main-content .services p {
    font-family: 'Montserrat';
    font-size: 19px;
    text-align: justify;
    margin: 0px;
    padding: 0 15px;
    line-height: 35px;
}



/********** GALLERY PAGE **********/



.main-content .gallery {
    padding: 100px 0;
}

.main-content .gallery-item {
    margin-bottom: 30px;
}

.main-content .gallery-item img {
    width: 100%;
}


/********** CONTACT PAGE **********/


.contact {
    padding: 100px 0;
}

.contact .contact-info ul li {
    list-style: none;
    text-align: center;
    margin-top: 29px;
}

.contact .contact-info ul li i {
    font-size: 50px;
    color: #231f20;
}

.contact .contact-info ul li p {
    font-size: 13px;
    margin: 0;
}

.contact .contact-map {
    position: relative;
}

.contact .contact-map .i-map {
    height: 100%;
}

.contact .contact-map .i-map .map {
    width: 100%;
    height: 100%;
}


/********** ADMIN PAGE **********/

.login-screen {
    border: 10px solid #231f20;
    border-radius: 50px;
    margin: 50px 0;
    padding: 20px;
}

.login-screen .logo {
    position: relative;
}

.login-screen img {
    width: 150px;
    margin-left:140px;
    margin-bottom:50px;
}

.login-screen label {
    padding-top: 4px;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
}

.login-screen .input_box {
    height: 50px;
}

.login-screen p {
    font-size: 11px;
    color: red;
}

.main-content .admin-gallery li {
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 15px;
}

.main-content .admin-gallery li img {
    width: 200px;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid #231f20;
    border-radius: 5px;
}

.main-content .admin-gallery li a {
    width: 200px;
}

.main-content .admin-gallery .add-new img {
    padding: 25px 40px;
}

.main-content .admin-header {
    font-family: 'Dosis';
    text-align: center;
    text-decoration: underline;
}

.main-content .admin-logout {
    position: absolute;;
    top: 20px;
    left: 10%;
}

.main-content .upload {
    border: 1px solid #231f20;
    border-radius: 10px;
    width: 400px;
    margin: 100px auto;
    padding: 50px;
    background: #231f20;
}

.main-content .upload .form-item {
    height: 120px;
}

.main-content .upload lable {
    display: block;
    width: 42%;
    font-family: 'Dosis';
    font-size: 18px;
    float: left;
    margin: 0 29% 20px;
    text-transform: uppercase;
    color: #ffcc33;
}

.main-content .upload input {
    border: 1px solid #ffcc33;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.main-content .upload h4 {
    font-family: 'Dosis';
    font-size: 16px;
    color: #ffcc33;
}

.main-content .upload p {
    font-family: 'Dosis';
    font-size: 15px;
    color: red;
    margin-top: 0;
    margin-bottom: 0;

}

.main-content .upload .button .btn {
    padding: 5px 15px;
    border: 1px solid rgba(0,0,0,.3);
    background: #ffcc33;
    margin-top: 20px;
    width: 30%;
    transition: all .5s;
}

.main-content .upload .button .btn:hover {
    color: #231f20;
}

.main-content .success {
    border: 1px solid #231f20;
    border-radius: 10px;
    margin: 100px 0;
    padding: 50px;
    background: #231f20;
}

.main-content .success h3 {
    font-family: 'Dosis';
    text-align: center;
    color: #ffcc33;
}

.main-content .success .btn {
    font-family: 'Dosis';
    font-size: 18px;
    background: #ffcc33;
    border: none;
    margin-top: 20px;
    transition: all .5s;
}

.main-content .success .btn:hover {
    color: #231f20;
}

@media(max-width: 1024px) {
    .no-resp {display: none !important;}
    .only-resp {display: block !important;}

    /********** SERVICES PAGE **********/
    .main-content .services {margin: 0;padding: 40px 50px;}
    .main-content .services:first-child {margin: 0;padding-top: 120px;}
    .main-content .services img {margin-bottom: 20px;}
    .main-content .services p {font-size: 25px;padding: 0;}
}

@media(max-width: 820px) {

    /********** ABOUT PAGE **********/
    .main-content .about-text {
        margin: 70px 0 0;
    }

    /********** SERVICES PAGE **********/
    .main-content .services {padding: 40px 10px;}
}

@media(max-width: 500px) {

    .no-mobile {display: none !important;}
    .only-mobile {display: block !important;}

    /********** MENU **********/
    .menu-bar {height: 100px;}
    .menu {height: 100px;}
    .menu .logo {height: 100px;}
    .menu .logo a {height: 100px;}
    .menu .logo img {width: 80px;}
    .menu .resp-menu {width: fit-content;height: 100px;float: right;}
    .menu .resp-menu a {line-height: 100px;font-size: 35px;color: #231f20;}

    /********** HOME PAGE **********/
    .main-content .homepage-content .home-img img {width: 90%;margin-left: 5%;margin-top: 70px;margin-bottom: 70px;}

    /********** PAGE COVER **********/
    .page-cover {height: 200px;}
    .page-cover img {height: 200px;}

    /********** ABOUT PAGE **********/
    .main-content .about-text {margin: 70px 0 0;padding: 0;}
    .main-content p {font-size: 18px;padding: 0 20px;line-height: 35px;}

    /********** SERVICES PAGE **********/
    .main-content .services p {font-size: 18px;padding: 0 10px;line-height: 30px}

    /********** GALLERY PAGE **********/
    .main-content .gallery {padding: 50px 10px;}

    /********** CONTACT PAGE **********/
    .contact {padding: 50px 0;}
    .contact .contact-info ul li {margin-top: 20px;}
    .contact .contact-info ul li i {font-size: 30px;}
    .contact .contact-info ul li p {font-size: 14px;line-height: 20px;}
    .contact .contact-map {margin-top: 30px;}

    /********** PAGE FOOTER **********/
    .page-footer {padding-bottom: 0px;}
}

#respMenuModal .modal-header,
#respMenuModal .modal-body,
#respMenuModal .modal-footer{
    background: #f2f2f2;
    border: none;
}

#respMenuModal .modal-header .logo img {
    width: 80px
}

#respMenuModal .modal-header button {
    border: none;
    background: #f2f2f2;
    font-size: 30px;
}

#respMenuModal .modal-body ul {
    list-style: none;
    text-align: center;
}

#respMenuModal .modal-body ul li {
    margin: 15px
}

#respMenuModal .modal-body ul li a {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #231f20;
}

#respMenuModal .modal-footer {
    justify-content: center;
    padding-bottom: 50px;
}

#respMenuModal .modal-footer ul {
    list-style: none;
}

#respMenuModal .modal-footer ul li {
    display: inline-block;
    margin: 0 10px;
}

#respMenuModal .modal-footer ul li a {
    font-size: 30px;
}


.qr-menu {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;;
    align-items: center;
    justify-content: center;
    background-image: url('../img/bg/menu-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 75px 0;
  }

  .qr-menu .logo {
    width: 300px;
    text-align: center;
    margin-bottom: 30px;
  }

  .qr-menu .logo img {
    width: 70%;
  }

  .qr-menu .p-types {
    width: 300px;
  }

  .qr-menu .p-types .type {
    border: 2px solid rgba(40,40,40,.9);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    margin: 30px 0;
    padding: 20px 20px;
    text-align: center;
    background: rgba(40,40,40,.9);
    color: rgba(190,162,129,1);;
    transition: all .3s;
  }

  .qr-menu .p-types .type:hover {
    color: rgba(190,162,129,1);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .qr-menu .p-types .type i {
    font-size: 60px;
    margin: 20px 0;
  }

  .qr-menu .p-types .type h3 {
    font-family: 'Great Vibes';
    font-size: 40px;
  }

  .qr-menu .products {
    width: 350px;
    text-align: center;
  }

  .qr-menu .products .title h3 {
    font-family: 'Great Vibes';
    font-size: 40px;
    color: #222;
  }

  .qr-menu .products .product {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    border-bottom: 1px solid
  }

  .qr-menu .products .product p {
    font-family: 'Great Vibes';
    font-size: 20px;
    color: #222;
    font-weight: bold;
    text-shadow: 0 0 25px rgba(255,255,255,1)
  }

  .qr-menu .products .back {
    margin-top: 40px;
  }

  .qr-menu .products .back a {
    background: rgba(40,40,40,.9);
    padding: 10px 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
  }

  @media (max-width: 500px)
  {
    .qr-menu {padding: 50px 10px;}
    .qr-menu .logo img {width: 40%;}
    .qr-menu .p-types .type {border-top-left-radius: 20px;border-bottom-right-radius: 20px;margin: 20px 0;padding: 10px 10px;}
    .qr-menu .p-types .type i {font-size: 40px;margin: 20px 0;}
    .qr-menu .p-types .type h3 {font-family: 'Great Vibes';font-size: 30px;}
  }

