/*
Theme Name: Ashiqu Universe
Theme URI: http://ashaqueuniverse.com
Author: Ashiqe Ul Haque
Author URI:http://ashaqueuniverse.com
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Portfolio, Personal Website
Text Domain: ashiqueuniverse
*/
body {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #2e2e2e;
    background:url(images/top-left-planet.png) no-repeat left 108px #efefe9;
}
* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}
a {
    color: #2e2e2e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #f1747c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Oswald", sans-serif;
}
textarea {
    font-family: "Oswald", sans-serif;
}
select {
    font-family: "Oswald", sans-serif;
}
.img-fluid{
    width: 100%;
    height: auto;
    display: inline-block;
}

/* Mobile menu */

.mobile-menu{
    display: none;
    padding: 30px 0 0 0;
}
.mobile-menu ul li{
    padding: 0 0 5px 0;
    text-align: right;
}
.mobile-menu ul li a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}


/* main style start */

.outer-area{
    background:url(images/right-side-planet.png) no-repeat right 80%;
    overflow: hidden;
}
.container{
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.row-reverse{
    flex-direction: row-reverse;
}
.space-between{
    justify-content: space-between;
}
.left-planet{
    position: absolute;
    top: 108px;
    left: 0;
}
.bottom-left-planet{
    position: absolute;
    bottom: 75px;
    left: 40px;
}
.right-earth{
    position: absolute;
    bottom: 300px;
    right: 0;
}
.header-area{
    padding: 0;
}
.header{
    position: relative;
    padding: 35px 0 0 0;
}
.logo{
    text-align: center;
    padding: 0 0 0 0;
}
.menu-icon{
    position: absolute;
    right: -45px;
    top: 90px;
    z-index: 12;
    cursor: pointer;
}
.menu-area{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -100vh;
    z-index: 999999;
    background: #002642;
    transition: all 650ms cubic-bezier(1,0,0,1);
    visibility: hidden;
}
.menu-area::before{
    width: 50%;
    top: 0;
    left: 0;
    height: 100vh;
    background: #016bb6;
    position: absolute;
    content: "";
}
.menu-area.open {
    top: 0;
    visibility: visible;
    border-radius: initial;
}
.menu-header{
    position: relative;
    margin: 75px 0 0 0;
}
.menu-logo{
    text-align: center;
}
.menu-close{
    position: absolute;
    right: -40px;
    bottom: 0;
    cursor: pointer;
}
.navigation{
    padding: 100px 20px 0 0;
    text-align: right;
}
.navigation ul li{
    position: relative;
    text-transform: uppercase;
}
.navigation ul li a{
    width: 50%;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
}
.navigation ul li a:hover{
    color: #01c3ff;
    text-decoration: none;
}
.navigation ul li ul{
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    visibility:hidden;
    opacity: 0;
    transition: all 650ms cubic-bezier(1,0,0,1);
}
.navigation ul li ul li a{
    display: block;
    width: 100%;
    color: #b3d3e9;
}
.navigation ul li ul li a:hover{
    color: #b3c57b;
    text-decoration: none;
}
.navigation ul li:hover > ul{
    visibility: visible;
    opacity: 1;
}
.navigation ul li.current_page_item a{
    color: #01c3ff;
    text-decoration: none;
}
.menu-bottom-area{
    width: 100%;
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 100px;
    font-size: 16px;
}
.menu-bottom-left{
    width: 50%;
}
.authorinfo{
    background: url(images/menu-bottom-logo.png) no-repeat 0 0;
    padding: 0 0 0 60px;
}
.authorinfo h4{
    font-weight: 400;
}
.menu-bottom-right{
    width: 50%;
    text-align: right;
}
.menu-bottom-area a{
    color: #fff;
    text-decoration: none;
}
.main-content{
    overflow: hidden;
}
.home-content-area{
    width: 100%;
    min-height: 90vh;
    background: url(images/main-bg.png) no-repeat center top;
    background-size: 100vh;
}
.home-content{
    padding: 330px 210px 0 210px;
    overflow: hidden;
}
.home-content h1{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13vh;
    line-height: 10vh;
    color: #f1747c;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0 285px;
    max-width: 640px;
}
.home-content p{
    font-weight: 300;
    padding: 0 0 20px 0;
    line-height: 20px;
}
.footer-area{
    position: relative;
    padding: 0 0 20px 0;
}
.footer-info-left{
    width: 50%;
}
.footer-info-right{
    width: 50%;
    text-align: right;
}
.footer-info-left .authorinfo{
    background:url(images/footer-logo.png) no-repeat 0 0;
}
.footer-info a{
    color: #2e2e2e;
    text-decoration: none;
}
.footer-info a:hover{
    color: #f1747c;
    text-decoration: none;
}
.footer-social-link{
    text-align: center;
    padding: 10px 0 0 0;
    overflow: hidden;
}
.footer-social-link img{
    margin: 0 10px 0 10px;
}
.footer-floating-icon{
    position: absolute;
    left: 40px;
    bottom: 80px;
}

/* for portfolio page */

.portfolio-area{
    padding: 40px 0 40px 0;
    overflow: hidden;
}
.portfolio-title{
    padding: 0 0 30px 0;
    overflow: hidden;
    color: #384553;
}
.portfolio-title h1{
    font-size: 90px;
    line-height: 80px;
    text-transform: uppercase;
}
.portfolio-item{
    width: 31.33%;
    margin: 0 1% 30px 1%;
}
.portfolio-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.portfolio-item h4{
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px 0 0 0;
}

/* for portfolio details page */

.portfolio-details-area{
    padding: 50px 0 50px 0;
    overflow: hidden;
    background: url(images/portfolio-details-bg.png) no-repeat center top;
}
.portfolio-details-top{
    overflow: hidden;
}
.portfolio-details-top-left{
    width: 65.7%;
}
.portfolio-details-top-right{
    width: 32.6%;
}
.portfolio-details-left{
    width: 65.7%;
}
.portfolio-details-title{
    padding: 0 0 30px 0;
}
.portfolio-gallery-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.portfolio-details-title h1{
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #384553;
}
.portfolio-details-right{
    width: 32.6%;
}
.breadcumb{
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: right;
}
.breadcumb span{
    display: inline-block;
    background: #384553;
    padding: 5px 20px 10px 20px;
    color: #fff;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
.breadcumb a{
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
}
.breadcumb a:hover{
    color: #7df7df;
}
.protfolio-details-info p{
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
    padding: 0 0 25px 0;
}

/* for contact page */

.contact-area{
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}
.contact-top-info{
    text-align: center;
}
.contact-top-info h3{
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    padding: 0 0 0 0;
    color: #384553;
}
.contact-top-info h3 span{
    color: #00a295;
}
.contact-top-info p{
    font-size: 18px;
    line-height: 21px;
    padding: 15px 0 0 0;
    font-weight: 300;
}
.contact-form{
    overflow: hidden;
    padding: 30px 0 0 0;
}
.contact-form-list{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.contact-form-half{
    width: 49%;
}
.contact-form-half input{
    width: calc(100% - 40px);
    height: 56px;
    background: #fff;
    border: none;
    padding: 0 20px 0 20px;
    font-size: 18px;
    font-weight: 300;
}
.contact-form-list textarea{
    width: 100%;
    height: 240px;
    background: #fff;
    border: none;
    padding: 20px 20px 20px 20px;
    resize: none;
    font-size: 18px;
    font-weight: 300;
}
.form-acceptance label{
    font-weight: 300;
    font-size: 18px;
}
.form-acceptance input{
    margin: 0 5px 0 0;
}
.contact-form-send input{
    width: 190px;
    height: 42px;
    font-size: 20px;
    background: #00a295;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 5px;
}
.contact-form-send input:hover{
    background: #f1747c;
    color: #fff;
}

/* for default page */

.default-page-content{
    overflow: hidden;
}
.page-title{
    padding: 0 0 30px 0;
}
.page-title h1{
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #384553;
}
.default-page-content p{
    font-weight: 300;
    line-height: 24px;
    font-size: 18px;
    padding: 0 0 25px 0;
}
.wpcf7-spinner{
    display: block !important;
}
.wpcf7-list-item{
    margin: 0 !important;
}

/* for portfolio landing */

.portfolio-landing-content-area{
    width: 100%;
    min-height: 90vh;
    background: url(images/portfolio-landing-bg.png) no-repeat center top;
    background-size: 100vh;
}
.portfolio-landing-content-area .home-content{
    padding: 270px 210px 0 230px;
    overflow: hidden;
}
.portfolio-title h1{
    color: #a4a5a4;
    padding: 100px 0 0 0;
}
.portfolio-landing-area{
    padding: 0 0 0 0;
    overflow: hidden;
}
.portfolio-list{
    padding: 50px 0 50px 0;
    overflow: hidden;
    background: #f6f6f4;
    border-top: 1px solid #cdcdcd;
}
.portfolio-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5%;
}
.portfolio-gallery-item{
    width: 24%;
    margin: 0.5% 0.5% 0.5% 0.5%;
}
.portfolio-gallery-item img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.portfolio-landing-content h2, .portfolio-landing-content h3, .portfolio-landing-content h4{
    text-transform: uppercase;
    color: #a4a5a4;
    font-size: 25px;
    line-height: 25px;
    padding: 0 0 10px 0;
    font-weight: 700;
}
.portfolio-landing-content span{
    color: #535353;
}
.project-summary{
    padding: 10px 0 0 0;
    overflow: hidden;
    font-weight: 300;
    color: #2e2e2e;
}
.project-summary p{
    line-height: 25px;
    padding: 0 0 20px 0;
    font-weight: 300;
}
.portfolio-list:nth-child(odd){
    background: #f6f6f4;
}
.portfolio-list:nth-child(even){
    background: #f0f0f0;
}
.portfolio-landing-contact{
    border-top: 1px solid #cdcdcd;
}
.portfolio-landing-contact .portfolio-title h1{
    color: #a4a5a4;
    padding: 0;
}
.portfolio-landing-contact .contact-area{
    padding-top: 0;
}