*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
    color: black;
}
.transition{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 999;
    transition: 1s ease;
}
.transition.shown{
    width: 0%;
}
body{
    overflow-x: hidden;
}
.opacity{   
    right: 0;
    position: fixed;
    background-color: #071013;
    width: 0%;
    height: 100%;
    z-index: 800;
    display: block;
    opacity: 0;
    transition: 0.7s ease;
}
.opacity.show{
    width: 100%;
    opacity: 0.8;
}
.logo{
    width: 150px;
    color: grey;
    cursor: pointer;
}
nav{
    position: fixed;
    width: 100%;
    height: 50px;
    padding: 10px;
    z-index: 1000;
}
nav h3{

    float: right;
    margin-right: 20px;
    user-select: none;
}
input{
    visibility: hidden;
    display: none;
}
.check{
    position: absolute;
    right: -40px;
    top: 30px;
    font-size: 25px;
    padding: 3px 8px;
    cursor: pointer;
}
#check:checked ~ .menu{
    transform: translateX(0);
}
#check:checked + .opacity{
    display: block;
}
.menu{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    right: 0;
    position: fixed;
    transform: translateX(200px);
    transition: 0.7s ease;
    width: 200px;
    height: 100vh;
    z-index: 990;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
    user-select: none;
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0.342),white);
}
.menulogo{
    width: 100%;
    height: 10vh;
}
.menu > .items > .menu-button{
    text-align: center;
    display: flex;
    width: 170px;
    padding: 8px 16px;
    box-shadow: 0px 0px 10px grey;
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
    border-radius: 5px;
    justify-content: space-between;
    transition: 0.2s ease;
    cursor: pointer;
}
.items > .menu-button:hover{
    width: 190px;
}
.items > .menu-button > span{
    margin: 2px;
}
.menu > .items{
    text-decoration: none;
    text-align: center;
    width: 200px;
    height: 70%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s ease;
    overflow-y: auto;
    overflow-x: hidden;
}
.items::-webkit-scrollbar {
    display: none;
}
.account{
    position: absolute;
    margin-bottom: 20px;
    bottom: 0;
    width: 190px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px grey;
}
.account > span{
    display: flex;
    align-items: center;
}
.account >  img {
    max-width: 40px;
    border-radius: 50px;
    margin: 3px;
}
.account > span{
    position: absolute;
    right: 0;
    margin-right: 20px;
}
h3 span{
    margin-left: 10px;
    font-size: 15px;
    cursor: pointer;
}
.info{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: end;
}
.texts{
    width: 40%;
    padding: 20px;
    margin-bottom: 20px;
}
.texts h4{
    color: grey;
}
.texts h5{
    word-spacing: 10px;
    color: grey;
}
.photo> img{
    max-width: 500px;
    max-height: 600px;
    float: right;
    overflow: hidden;
    margin-right: 20px;
    filter: drop-shadow(0px 0px 10px  black);
}

.photo{
       width: 60%;
}
a{
    cursor: pointer;
}
.backgroundtext{
    z-index: 0;
    justify-self: center;
    align-self: center;
    position: absolute;
    transform: translateY(-100px);
    font-size: 300px;
    color: white;
    text-shadow: 2px 0px 100px rgb(214, 214, 214);
    user-select: none;
}
.section{
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.0;
    transition: 1s ease;
}
.section.photo{
    padding: 0px;
}
.image-html{
    padding: 50px;
}
.text-html > p{
    color: #464646c8;
    font-size: 15px;
}
.text-html{
    padding: 50px;
}
.photo-html{
    width: 50%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 2px 0px 100px rgb(214, 214, 214);
    overflow: hidden;
    justify-content: center;
    display: flex;
}
.photo-html>img{
    max-width: 100%;

}
.section>.text-html{
    width: 50%;
    height: 100%;
}
.section.show-animate{
    opacity: 1;
}
.section.show-animate > .phones{
    transform: translate(0%);
}

.phones{
    display: flex;
    justify-content: center;
    width: 80%;
    height: 450px;
    transform: translateX(200%);
    transition: all 1s ease;
}
.phones > div > div{
    overflow: hidden;
    display: flex;
}
.large-one{
    margin: 5px;
    width: 200px;
    height: 100%;
    border: 1px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px grey;
    background-color: white;
    overflow: hidden;
    position: relative;
    transition: width 1s ease;

}
.large-one:hover{
    width: 500px;
}
.marketimg{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marketimg2{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parentofphone{
    width: auto;
    display: flex;
    flex-direction: column; 
    height: 100%;
    transition: all 1s ease;
}

.two:hover > div{
    width: 600px;
}
.small-one{
    margin: 5px;
    width: 400px;
    height: 40%;
    border: 1px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0px 0px 10px grey;
    background-color: white;
    overflow: hidden;
    transition: all 1s ease;
    position: relative;
}
.small-one:hover{
    width: 600px;
    height: 100%;
}
.small-two-parent{
    width: 200px;
    height: 40%;
}
.small-two{
    margin: 5px;
    width: 200px;
    height: 100%;
    border: 1px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 0px 10px grey;
    background-color: white;
    overflow: hidden;
    justify-content: center;
    align-items: end;
    transition: all 1s ease;
    position: relative;
}
.middle-one{
    margin: 5px;
    width: 400px;
    height: 60%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 10px grey;
    background-color: white;
    transition: all 1s ease;
}
.middle-one:hover{
    height: 100%;
}
.middle-one:hover ~ .small-one {
    width: 600px;
    height: 100%;
  }
.middle-two{
    margin: 5px;
    width: 200px;
    height: 50%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 10px grey;
}
.large-two{
    margin: 5px;
    width: 200px;
    height: 100%;
    border: 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 0px 10px grey;
    background-color: white;
    transition: all 1s ease;
    position: relative;
}
.large-two:hover{
    width: 300px;
}
.small-two:hover{
    width: 300px;
}
.small-one:hover > h3{
    opacity: 1.0;
    color: #FF9F1C;
    position: absolute;
    font-size: 50px;
}
.middle-one:hover > h3{
    opacity: 1.0;
    color: black;
    position: absolute;
    font-size: 50px;
}
.products{
    position: absolute;
    color: black;
    opacity: 0;
    font-size: 80px;
    transition: all 2s ease;
    text-shadow: 0px 0px 6px rgb(240, 240, 240);
    white-space: nowrap;
    user-select: none;
}
.large-two:hover > h3{
    opacity: 1.0;
    font-size: 30px;
    text-shadow: none;
    color: #A69F98;
    position: absolute;
}
.large-one:hover > h3{
    opacity: 1.0;
    color: white;
    position: absolute;
    font-size: 50px;
}
.phones > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.small-two:hover > h3{
    opacity: 1.0;
    color: rgb(118, 116, 116);
    position: absolute;
    font-size: 50px;
}
.sec-2{
    display: block;
    padding: 20px;
}
.text2{
    width: 100%;
    height: 20%;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
}
.title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.title > span > i{
    font-size: 50px;
}
.text2 > h5{
    color: grey;
    letter-spacing: 5px;
    font-size: 15px;
}
.text2 >.title > span > h1{
    font-size: 40px;
    font-weight: bold;
}

.salefstuffs{
    padding: 10%;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.iteminsta > img{
    min-width: 100%;
    min-height: 100%;
    transition: 1s ease;
    filter: blur(20px);
    object-fit: cover;
    object-position: center;
}
.item > .subjects{
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
}
.bio-div > .subjects{
    max-width: 100%;
    object-fit: cover;
}
.bio-div > img{
    max-height: 100%;
    min-height: 100%;
}
.iteminsta:hover > p{
    opacity: 0.0;
}
.iteminsta:hover > img{
    filter: blur(0px);
}
.iteminsta > p{
    transition: 0.5s ease;
    opacity: 1.0;
    text-align: center;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    margin: 10px;
    color: rgb(255, 255, 255);
}
.iteminsta > .toptext2{
    top: 30px;
    font-size: 20px;
    color: #2a9d8f;
    font-weight: lighter;
}
.item{
    box-shadow: 0px 0px 100px rgb(214, 212, 212);
    border-radius: 20px;
    width: 48%;
    height: 500px;
    transition: 1s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.item > img{
    transition: 0.8s ease;
}
.subjectname{
    position: absolute;
    font-weight: bold;
    color: #071013;
    opacity: 0.0;
    font-size: 50px;
    transition: 0.8s ease;
}
.subjectname.sub{
    font-size: 30px;
    bottom: 20px;
}
.subjectname.insta{
    color: #071013;
    bottom: 20px;
    font-size: 20px;
}
.iteminsta.insta:hover > .subjectname.insta{
    opacity: 1.0;
}
.iteminsta > i{
    font-size: 100px;
}
.item:hover > img{
    filter: blur(20px);
}
.item:hover > .subjectname{
    opacity: 1.0;
}
.item.one{
    transform: translateX(-2000px);
}
.item.two{
    transform: translateX(2000px);
}
.sec-2.show-animate > .salefstuffs > .item{
    transform: translateX(0%);
}
.iteminsta{
    position: relative;
    justify-content: center;
    display: flex;
    object-fit: cover;
    overflow: hidden;
    align-items: center;
    width: 30%;
    height: 450px;
    box-shadow: 0px 0px 100px rgb(214, 212, 212);
    opacity: 1.0;
    transition: 1s ease;
    cursor: pointer;
}
.needdesignerpart{
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.needdesignerpart > h3 {
    color: rgba(128, 128, 128, 0.54);
    font-size: 15px;
}
.needdesignerpart > a {
    font-size: 50px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.needdesignerpart > a > span{
    margin-left: 3px;
}
.fancy > .letter{
    display: inline-block;
    transition: 0.2s ease;
}

.fancy:hover > .letter:nth-child(1){
    transform: translate(-80%, 60%) rotate(8deg);
}
.fancy:hover > .letter:nth-child(2){
    transform: translate(-08%, -30%) rotate(5deg);
}
.fancy:hover > .letter:nth-child(3){
    transform: translate(-3%, 28%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(4){
    transform: translate(-62%, -58%) rotate(8deg);
}
.fancy:hover > .letter:nth-child(5){
    transform: translate(-23%, 73%) rotate(5deg);
}
.fancy:hover > .letter:nth-child(6){
    transform: translate(59%, -60%) rotate(6deg);
}
.fancy:hover > .letter:nth-child(7){
    transform: translate(6%, 73%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(8){
    transform: translate(59%, -64%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(9){
    transform: translate(59%, 30%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(10){
    transform: translate(29%, -30%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(11){
    transform: translate(59%, -20%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(12){
    transform: translate(-80%, 60%) rotate(8deg);
}
.fancy:hover > .letter:nth-child(13){
    transform: translate(-08%, -30%) rotate(5deg);
}
.fancy:hover > .letter:nth-child(14){
    transform: translate(-3%, 28%) rotate(2deg);
}
.fancy:hover > .letter:nth-child(15){
    transform: translate(-62%, -58%) rotate(8deg);
}
.fancy:hover > .letter:nth-child(16){
    transform: translate(-80%, 60%) rotate(8deg);
}
.fancy:hover > .letter:nth-child(17){
    transform: translate(-08%, -30%) rotate(5deg);
}
.fancy:hover > .letter:nth-child(18){
    transform: translate(-3%, 28%) rotate(2deg);
}.fancy:hover > .letter:nth-child(19){
    transform: translate(-5%, -25%) rotate(8deg);
}
.fancy:hover > .letter:nth-child(20){
    transform: translate(-5%, -50%) rotate(8deg);
}
.footer{
    width: 100%;
    height: 50vh;

}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #ffffff;
    padding: 70px 0;
    
}
.footer-col.one{
    width: 40%;
    padding: 15px;
}
.footer-col.one > p {
    color: #bbbbbb;
    font-size: 13px;
}
.footer-col{
   width: 20%;
   padding: 0 15px;
}
.footer-col > p{
    color: #bbbbbb;
    font-size: 13px;
}
.footer-col h4{
	font-size: 18px;
	color: black;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #000000;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.contact{
    color: #bbbbbb;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 13px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #404040;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.info.about{
    display: flex;
    align-items: center;
    justify-content: center;
}

.info > .bio-div{
    width: 50%;
    height: 100vh;
    padding:16vh;
}
.info > .bio-div.two{
    overflow-y: auto;
}
.bio-div > h1{
    font-size: 30px;
}
.bio-div > .name{
    color: #1C2321;
}
.bio-div > h3{
    color: #464646c8;
    font-size: 17px;
}
.bio-div > h6 {
    font-size: 15px;
    font-weight: lighter;
    color: grey;
}
.bio-div > p{
    color: #464646c8;
    font-size: 15px;
}
.info.dev{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info.dev > p{
    font-size: 50px;
}
.info.dev > pre{
    font-size: 20px;
}
.info.dev > pre > span{
    margin: 20px;
    font-size: 50px;
}
.info.dev > pre > span > i{
    color: #2a9d8f;
}
.info.dev > img{
    width: 300px;
}