/* 
Theme name: HoangPhong Test Theme
Author: Hoang Phong
Description: Create a basic themes
Version: 1.0.0
*/

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

@font-face {
    font-family: Roboto-regular;
    src: url(./assets/fonts/roboto-regular/Roboto-Regular.woff);
}

a,
li {
    list-style: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    text-align: center;
}

button {
    color: white;
    background-color: #e91e63;
    border-radius: 5px;
    border: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
}

input {
    margin-right: 20px;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
}

body {
    font-family: Roboto-regular Arial, Helvetica, sans-serif;
    color: #ffffff;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 90vh !important;
    background-color: rgba(0, 0, 0, 0.6);
}

section {
    width: 100%;
    height: auto;
}


.container {
    max-width: 1200px;
    box-sizing: border-box !important;
}

/* slider */
.carousel {
    height: 90vh !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-inner {
    width: 100%;
    height: 90vh;
}

.carousel-item {
    width: 100%;
    height: 90vh;
    position: relative !important;
}

.carousel-item img {
    position: absolute;
    padding: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.slide-content {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.carousel-item h1 {
    letter-spacing: 2px;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.carousel-item span {
    letter-spacing: 2px;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
}

.carousel-inner button {
    padding: 15px 30px;
    background-color: #e91e63;
}

.carousel-item button:hover {
    background-color: aqua !important;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon {
    height: 50px;
    width: 50px;
}

/* nav-menu */

#logo {
    height: 80px !important;
    width: 80px !important;
}

nav.navbar {
    height: 85px;
    width: 100%;
    padding: 0 15vw !important;
    background-color: transparent !important;
    z-index: 100;
}

nav li {
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 1s ease;
    border-radius: 5px;
    text-wrap: nowrap;
}

nav li:hover {
    background-color: rgba(245, 245, 245, 0.3);
}

nav a {
    letter-spacing: 1px;
    color: #ffffff !important;
    font-size: 14px !important;
}

#buy-now {
    padding: 10px 15px !important;
    background-color: #e91e63 !important;
}

/* Main */
main {
    width: 100%;
    height: max-content;
    z-index: 10000;
    color: black;
    position: relative;
}

/* #features */
#features {
    padding: 70px 0;
}

.features-title {
    padding: 0 10vw;
    margin-bottom: 80px;
}

.features-title p {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.hestia-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hestia-info a {
    color: #343a40;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.hestia-info a i {
    margin-bottom: 30px;
    font-size: 50px;
    transition: scale 0.25s ease-in;
}

.fa-table-cells {
    color: #e91e63;
}

.fa-table-list {
    color: aqua;
}

.fa-bars {
    color: #61CE70;
}

.hestia-info a:hover i {
    scale: 1.25;
}

.hestia-info p {
    text-align: center;
}

/* shop */
#shop {
    padding: 50px 0px 100px 0px;
    text-align: center;
    background-color: #f0f0f0;
}

#shop h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

p.shop-title {
    font-size: 16px;
    margin-bottom: 80px;
}

#shop .card {
    margin: 0 5px;
    background: #fff;
}

.card-top {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
}

.card-top img {
    border-radius: 10px;
    position: absolute;
    top: -30px;
    left: 5%;
    width: 90%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: top 0.25s ease-in;
}

.card:hover img {
    cursor: pointer;
    top: -45px;
}

.card-tags {
    font-size: 12px;
}

.card-body {
    padding: 0 42px;
    margin-bottom: 15px;
}

.card-body span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-body p {
    text-align: center;
}

.card-footer {
    margin-top: 0;
    padding: 0px 40px 20px 40px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

/* Portfolio */
#portfolio {
    background-color: #ffffff;
    padding: 60px 0px 0px 0px;
    text-align: center;
}

#portfolio h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

p.portfolio-title {
    font-size: 20px;
    margin-bottom: 30px;
}

#portfolio .row {
    box-sizing: border-box !important;
    width: 100%;
    justify-content: space-around !important;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

#portfolio .row>div {
    height: 280px;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 0 !important;
    margin-right: 20px;
    box-shadow: 2px 2px 10px 1px gray;
}

#portfolio .row>div:last-child {
    margin-right: 0;
}

.item-1 {
    background-image: url(./public/images/project1.webp);
    background-size: 100% 100%;
}

.item-2 {
    background-image: url(./public/images/project2.webp);
    background-size: 100% 100%;
}

.item-3 {
    background-image: url(./public/images/project3.webp);
    background-size: 100% 100%;
}

.item-4 {
    background-image: url(./public/images/project4.webp);
    background-size: 100% 100%;
}

.item-5 {
    background-image: url(./public/images/project5.webp);
    background-size: 100% 100%;
}

.item-6 {
    background-image: url(./public/images/project6.webp);
    background-size: 100% 100%;
}

.item-7 {
    background-image: url(./public/images/project7.webp);
    background-size: 100% 100%;
}

.item-8 {
    background-image: url(./public/images/project8.webp);
    background-size: 100% 100%;
}

#portfolio .row> :last-child {
    margin-right: 0;
}

/* .row-2 {
    height: 280px;
} */

.box-content {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #f0f0f0;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.25s ease;
}

.box-content:hover {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.box-content span {
    width: max-content;
    padding: 4px 5px;
    border-radius: 10px;
    background-color: #e91e63;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.box-content p {
    font-size: 20px;
    font-weight: 700;
}

/* info */
#info {
    width: 100%;
    padding-top: 100px;
    text-align: center;
}

#info h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

#info h6 {
    font-weight: bold;
}

#info .container>p {
    font-size: 20px;
    margin-bottom: 50px;
}

.container-info {
    width: 100%;
}

.container-info .row {
    margin-bottom: 70px;
}

.box-info {
    height: max-content;
    display: flex;
}

#info .col-left {
    width: 40%;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 5px;
}

#info .col-right {
    width: 60%;
    text-align: left;
    padding-left: 40px;
}

.box-info img {
    width: 100%;
    height: 100%;
    transition: scale 0.5s ease-in;
}

.box-info img:hover {
    scale: 1.1;
}

.box-info .col-right span.position {
    font-size: 12px;
}

.container-info {
    font-size: 18px;
}

.container-info a:not(:last-child) {
    margin-right: 25px;
}

.fa-facebook-f {
    color: #3b5998;
}

.fa-twitter {
    color: black;
}

.fa-google {
    color: #dd4b39;
}

.fa-linkedin {
    color: #0976b4;
}

/* Services */
#prices {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
}

#prices .container {
    display: flex;
    padding: 80px 0;
    color: #999999;
}

.prices-title {
    padding-right: 25px;
}

.prices-title h6 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #3c4858;
}

.option {
    padding: 0 40px;
}

.option-content {
    padding: 30px;
    border: none;
    border-radius: 5px;
    text-align: center;
}

.essential .option-content {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: white;
}

.vip .option-content {
    box-shadow: none;
}

.content-title {
    font-size: 14px;
    margin-bottom: 30px;
}

.content-price {
    font-size: 50px;
    font-weight: bold;
    color: #3c4858;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.content-price span {
    font-size: 30px;
    color: #999999;
    font-weight: 400;
    margin-right: 5px;
}

#prices ul {
    padding: 0;
}

#prices ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
    margin-bottom: 15px;
}

#prices button {
    margin-top: 30px;
    padding: 10px 20px;
}

#prices button:hover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/* Testimonials */
#testimonials {
    padding: 80px 0px;
    width: 100%;
    text-align: center;
}

#testimonials h2 {
    margin-bottom: 20px;
}

p.testimonials-title {
    position: relative;
    font-size: 16px;
    width: 70%;
    left: 15%;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #999999;
}

#testimonials img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 50px;
    transition: transform 2s ease;
}

#testimonials img:hover {
    transform: rotate(360deg);
}

#testimonials h6 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

#testimonials span {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}

#testimonials p {
    color: #999999;
}

/* Subscribe */
#subscribe {
    width: 100%;
    text-align: center;
    color: #fff;
    background-image: url(./public/images/subscribe.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.box-subscribe {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 80px 0px;
}

.box-subscribe h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-subscribe p {
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.box-subscribe form {
    background-color: white;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    width: 45%;
    margin: auto;
    padding: 20px 30px;
}

#subscribe form .box-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

form .fa-envelope {
    color: black;
    margin-right: 10px;
}


#subscribe input {
    width: 60%;
}

form button {
    padding: 10px 20px;
}

/* blog */
#blog {
    width: 100%;
    text-align: left;
    padding: 90px 0;
}

#blog h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}

#blog p {
    letter-spacing: 1px;
    color: #999999;
}

.blog-title {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

#blog .row p {
    font-size: 12px;
}

#blog .box-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

#blog img {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: scale .25s ease;
}

#blog img:hover {
    scale: 1.1;
}

#blog .row span {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}

#blog h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* contact */
#contact {
    width: 100%;
    background-image: url(./public/images/contact-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

#contact .box-contact {
    background-color: rgba(0, 0, 0, 0.5);
}

#contact .container {
    padding: 100px;
}

#contact h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

#contact p.contact-title {
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: block;
}

#contact .contact-info {
    display: flex;
}

.contact-icon {
    line-height: 1;
    font-size: 35px;
    margin-right: 20px;
}

.contact-detail {
    padding-right: 60px;
}

.contact-des {
    margin-bottom: 20px;
}

.contact-des h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-contact {
    margin-left: auto;
}

#contact .box-form {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    position: relative;
    padding-top: 80px;
}

#contact .header-form {
    height: 80px;
    background-color: #e91e63;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    width: 90%;
    position: absolute;
    left: 5%;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

#contact form {
    padding: 50px 40px;
}

#contact .row {
    margin-bottom: 30px;
}

#contact .row input {
    width: 100%;
}

.your-subject {
    margin-bottom: 40px;
    width: 100%;
}

#contact form textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
    width: 100%;
}

#contact form button {
    display: block;
    margin-left: auto;
}

/* Footer */
footer {
    background-color: #323437;
}

footer .container {
    padding: 40px 0;
}

footer h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

footer a,
footer p {
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    word-break: break-all;
}

footer .container .row>div {
    padding: 0 25px;
    margin-bottom: 30px;
}

footer .media-info>div {
    display: flex;
    flex-wrap: nowrap;
    word-wrap: break-word;
}

footer .fa-brands {
    color: white;
    margin-right: 10px;
}

footer .instagram-feed img {
    border-radius: 5px;
    height: 75px;
    width: 75px;
}

footer .instagram-feed .row {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    /* Shop */
    #shop .card-top{
        margin-bottom: 330px;
    }

    #shop .col-sm-6 {
        margin-bottom: 100px;
    }

    /* prices */
    #prices h6, 
    #prices p {
        text-align: center;
    }

    .box-subscribe form {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #shop .card-top{
        margin-bottom: 160px;
    }

    #info .col-md-6{
        margin-bottom: 50px;
    }

    #info .row {
        margin-bottom: 0;
    }

    .carousel-inner button {
        padding: 10px 15px !important;
    }

    .box-subscribe form {
        width: 70%;
    }

    .box-subscribe button {
        padding: 8px 10px;
    }

    /* #portfolio .container {
        width: 90%;
    } */

    #portfolio .row {
        flex-wrap: wrap;
        padding: 10px;
        margin-bottom: 0 !important;
    }


}

@media (max-width: 576px) {
    #shop .card-top {
        margin-bottom: 450px;
    }

    .box-subscribe form {
        width: 90%;
    }

    .box-subscribe button {
        padding: 4px 10px;
        font-size: 10px;
    }

    .box-subscribe input {
        width: 70%;
    }

    #portfolio .row {
        flex-wrap: wrap;
        padding: 10px;
        margin-bottom: 0 !important;
    }

    #portfolio .row>div {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        /* padding: 0 5px; */

    }

    #contact .row input {
        width: 100%;
        margin-bottom: 30px;
    }

    #contact .row {
        margin-bottom: 0;
    }

    #contact .container {
        padding: 50px 10px;
    }

    #logo {
        width: 50px !important;
        height: 50px !important;
    }
}
