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

*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
a{
    text-decoration: none;
}

/* header-area */
.header-area{
    background-image: url('images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.header-top{
    padding: 20px 0;
}
.menubar-icon{
    display: none;
}
.menubar-icon i{
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 25px;
}
.menubar-icon i:hover{
    color: #23aa9f;
}
.header-menu ul li a{
    color: white;
    padding: 15px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-menu ul li a:hover{
    color: #23aa9f;
}

/* header-bottom */
.header-bottom{
    color: white;
    padding: 160px 0 200px;
}
.header-content{
    width: 60%;
    margin: 0 auto;
}
.header-content h6{
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    text-transform: uppercase;
}
.header-content h2{
    margin-top: -18px;
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
}
.header-content p{
    font-size: 11px;
}

/* section-area */
.section-title{
    padding: 70px 0;
    text-align: center;
}
.section-title h2{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.section-title p{
    padding: 25px 0;
    font-size: 12px;
}
.artwork{
    padding: 20px;
}
.artwork-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cross{
    margin-left: -25px;
}
.artwork-text{
    width: 75%;
}
.artwork-text h4{
    font-size: 20px;
    font-weight: bold;
}
.artwork-text p{
    font-size: 10px;
}

/* service-area */
.service-area .section-title h6{
    font-size: 12px;
    text-align: start;
    font-weight: bold;
    padding-top: 40px;
}
.service-area .section-title p{
    padding: 0;
    text-align: start;
}
.section-content h6 span{
    cursor: pointer;
}
.section-content h6 .box{
    height: 10px;
    width: 10px;
    margin: 0 8px 0 -20px;
    display: inline-block;
    border: 1px solid black;
    background-color: transparent;
}
.section-content h6 span:hover .box{
    background-color: #36d1c4;
}
.service-content{
    color: white;
    padding: 120px 0;
    background-image: url('images/bg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-text h3{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.service-text p{
    font-size: 12px;
}
.form-area input{
    color: white;
    font-size: 12px;
    outline: 0;
    border: none;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.089);
}
.form-area input::placeholder{
    color: white;
    font-size: 12px;
}
.form-area button{
    color: white;
    border: none;
    font-size: 11px;
    font-weight: 600;
    margin-left: -5px;
    padding: 10px;
    background-color: black;
}
.form-area button:hover{
    color: #23aa9f;
}

/* team-area */
.team-content{
    padding-bottom: 80px;
}
.member-image{
    display: flex;
    justify-content: center;
}
.member-details h5{
    font-size: 22px;
    font-weight: bold;
}
.line-break{
    width: 10px;
    height: 10px;
    color: #23aa9f;
}
.member-details h6{
    font-size: 18px;
}
.member-details ul li a{
    color: black;
    font-size: 18px;
    padding: 10px;
    display: block;
}
.member-details ul li a:hover{
    color: #23aa9f;
}
.member-details p{
    font-size: 15px;
}

/* blog-area */
.blog-area .section-title h6{
    padding-top: 40px;
    font-size: 15px;
}
.blog-area .section-title p{
    padding: 8px 0 0;
}
.blog-area .section-title span{
    font-size: 10px;
    cursor: pointer;
}
.blog-area .section-title span:hover{
    color: #23aa9f;
}
.blog-content{
    display: flex;
}
.blog-content img{
    width: 50%;
}
.blog-content .form-area{
    width: 50%;
    margin: 0 auto;
    padding: 5% 0 6% 8%;
    background-image: url('images/bg3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-content .form-area input{
    width: 80%;
    color: white;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 12px;
    border-radius: 0;
    transition: .5s;
    background-color: transparent;
    border-bottom: 1px solid gray;
}
.blog-content .form-area input::placeholder{
    color: gray;
    /* padding-left: 0; */
}
.blog-content .form-area textarea{
    width: 80%;
    border: none;
    color: white;
    outline: 0;
    display: block;
    font-size: 12px;
    transition: .5s;
    background-color: transparent;
    border-bottom: 1px solid gray;
}
.blog-content .form-area input:focus,
.blog-content .form-area textarea:focus{        
    border-bottom: 1px solid rgb(14, 159, 255);
}
.blog-content .form-area button{
    margin-top: 35px;
    padding: 10px 30px;
    background-color: black;
}

/* footer-area" */
.footer-area{
    color: white;
    padding: 50px 0 30px;
    background-color: #000415;
    position: relative;
}
.footer-area p span{
    font-size: 12px;
}
.footer-area p i{
    margin-left: -20px;
    padding-right: 5px;
}
.line-height{
    width: 1px;
    height: 50%;
    background-color: gray;
    position: absolute;
    top: 25%;
    left: 50%;
}