* {
    box-sizing: border-box
}
body {
    background-color: #000000f2;

}

.container {
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    max-width: 90%;
    position: relative
}

@media (max-width:700px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        margin: auto;
        max-width: 100%
    }
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center
}

section {
    padding: 30px;
    overflow: hidden
}

.heading {
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
    position: relative
}

.heading h2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .2);
    margin-bottom: 48px
}



.heading h3 {
    font-weight: 200;
    margin-top: -22px;
    margin-bottom: 40px
}

:root {
    --main-color: #00b7c2;
    --secandry-color: #1b262c;
    --third-color: #0f4c75;
    --link-color: #fdcb9e;
    --linear-color: linear-gradient(to left, #00b7c2, #fdcb9e, #fdcb9e)
}

.loading-effect {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading {
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 1000
}

.loading .obj {
    height: 60px;
    width: 4px;
    background: white;
    margin: 0 2px;
    border-radius: 10px;
    animation: loading .9s infinite
}

.loading .obj:nth-child(2) {
    animation-delay: .1s
}

.loading .obj:nth-child(3) {
    animation-delay: .2s
}

.loading .obj:nth-child(4) {
    animation-delay: .3s
}

.loading .obj:nth-child(5) {
    animation-delay: .4s
}

.loading .obj:nth-child(6) {
    animation-delay: .5s
}

.loading .obj:nth-child(7) {
    animation-delay: .6s
}

.loading .obj:nth-child(8) {
    animation-delay: .7s
}

@keyframes loading {
    0% {
        height: 0
    }
    50% {
        height: 40px
    }
    100% {
        height: 0
    }
}

header {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(27, 38, 44, 1), rgba(27, 38, 44, .6)), url(../images/post-3.jpg);
    background-size: cover;
    background-position: center
}

.top-nav {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, .7);
    transition: all 650ms cubic-berzier(1, 0, 0, 1);
    z-index: 1500;
    display: none
}

@media (max-width:768px) {
    .top-nav {
        width: 100%
    }
}

.top-nav.open {
    right: 100%;
    display: block
}

.nav-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-direction: column;
}

.nav-list li {
    margin: 1rem 1rem;
    font-weight: 500;
    font-style: italic;
    font-size: 20px
}
.nav-list li a{
    color: white;
}
.nav-list li:hover,
.nav-list li:focus {
    opacity: .5
}

nav .social {
    margin-left: -40px
}

nav .social li {
    display: inline;
    padding: 0
}

nav .social li a {
    font-size: 2rem
}

.toggle-menu {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1600
}

.toggle-menu .bar {
    background: linear-gradient(to left, #00b7c2, #b8b8b8, #b8b8b8);
    width: 100%;
    height: 5px;
    border-radius: .8rem;
    position: relative
}

.toggle-menu .bar.half {
    width: 50%
}

.toggle-menu .bar.end {
    transform-origin: left;
    align-self: flex-end
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1
}

.loading-text h1 {
    font-size: 5rem;
    background: linear-gradient(to left, #00b7c2, #b8b8b8, #b8b8b8);
    -webkit-background-clip: text;
    -webKit-text-fill-color: transparent;
    font-weight: 60;
    margin-bottom: 0
}

.loading-text P {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0
}

.loading-text h6 {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 200
}

@media (max-width:400px) {
    .loading-text h1 {
        font-size: 4rem
    }
}


.about{
    background-color: #000000;
    color: #5a5a5a;
}
.about img{
    width: 100%;
    
}
#about .praph{
    margin-top: 4rem;
}
.portfolio1{
    overflow: hidden;
}
.progress-bar{
    background-color: #6c757d ;
}
.portfolio .container{
    padding: 0;
    margin: 0;
   
}
.portfolio{
    color: #fff;
    border-bottom: #fff solid 1px;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: row-reverse;
}
.portfolio-img img{
    width: 100%;
    border-radius: 20px;
    margin-top: 4rem;
}
.icons-work {
    padding: 0 20px
}

.icons-work li {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: left;
    
    
}
.portfolio-desc h6 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 3rem; 
}

.portfolio-desc p {
    color: rgba(255, 255, 255, .4);
    text-align: left;
    font-size: 1.3rem
}
.heading {
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
    position: relative
}

.heading h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom: 48px;
    border-bottom: solid #fff 1px;
    width: 33%;
    margin: auto;
    
}


.heading h3 {
    color: #8a8a8a;
    font-weight: 200;
    margin-top: 22px;
    margin-bottom: 50px
}




@media (max-width:768px) {
    .Portfolio .flex {
        flex-direction: column
    }
    .Portfolio .portfolio-item .portfolio-img {
        margin-bottom: 50px;
        order: 0
    }
    .Portfolio .portfolio-desc p {
        font-size: 1rem
    }
}

#contact{
    padding: 0;
}
.parent{
    background-image: url(../images/work-6.jpg);
    background-attachment: fixed;
    position: relative;
}
.chil{
    background-color:  rgba(27, 38, 44, .8);
    height: 100%;
    width: 100%;
    padding-bottom: 48px ;
    overflow: hidden;
    margin: auto;
    
    
}
.lay{
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    color: #5a5a5a;
    position:relative;
    margin-bottom: 3rem;
    margin: auto;
    

}

.message input{
    margin: 30px 0;
}
.list ul{
    margin: 0;
    padding: 0;
}
.list i{
    color:#ffffff;
    margin-right: 15px;
}
.list-icon{
    padding: 10px 0;
}
.social-media{
    font-size: 30px;
    margin: 20px 20px 20px 0;

}
.social-media i{
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    padding: 10px;
    margin: 10px;
    /* border: #ffffff solid 3px; */
    transition: all 1s;

}
.social-media a i{
    color: #5a5a5a;
}

a:hover i  {
    
    transform: translateY(-5px);
}

.copy-right {
    position: relative;
    bottom: -10px;
    margin-top: -10px;
    
}

.copy-right .up p {
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #fff;
}

