*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

@font-face {
    font-family: 'Pop-Bol';
    src: url(./DEVELOPER/FONTS/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Pop-Italic';
    src: url(./DEVELOPER/FONTS/Poppins-Italic.ttf);
}

@font-face {
    font-family: 'Pop-Light';
    src: url(./DEVELOPER/FONTS/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Pop-Med';
    src: url(./DEVELOPER/FONTS/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Pop-Reg';
    src: url(./DEVELOPER/FONTS/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Pop-Sembl';
    src: url(./DEVELOPER/FONTS/Poppins-SemiBold.ttf);
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20vh);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(1turn);
    }
}


/* ------------------------------ Navbar --------------------------- */
.menu {
  height: 100px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: rgb(255, 255, 255, 0.95);
}

.headerlogo {
   width: 350px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    margin-left: 10px;

}

.headerlogo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.menu ul {
    list-style: none;
   padding-top: 35px;
    margin: 0;

}

.menu ul li,
.menu ul li a {
    opacity: 0.8;
    color: #000000;
    cursor: pointer;
    transition: 200ms;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    
}

.menu ul li:hover,
.menu ul li a:hover {
    opacity: 1;
}

.menu ul li a,
.menu ul li a a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

#menu li a{
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.menu ul{
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-family: 'Pop-Light';
}


.menu ul .link::before {
    padding-right: 0;
    display: none;
  
}


.menu>ul {
    display: flex;
    height: var(--menu-height);
    align-items: center;
   
}

.menu>ul li {
    position: relative;
    margin: 0 30px;
  

}

.menu .soc{
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: 30px;
    margin-top: -10px;
    
}
#diff{
    padding-left: 15px;
        padding-right: 15px;
        padding-top: 11px;
        padding-bottom: 11px;
}

.menu .soc a {
    margin-right: 10px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    outline: 1px solid rgb(0, 0, 0);
    border-radius: 50%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
    text-align: center;
}

.fac:hover {
    background-color: #1877F2;

   
}



.linkedin:hover {
    background-color: #0077b5;
   
  
}

.twit:hover {
    background-color: #1da1f2;
   

}

.inst:hover {
    background-image: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%,
            #285AEB 90%);
    
   
}

.menu>ul li ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    min-width: 160px;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: 45px;
    transform: translateX(-50%);
    transition: 200ms;
    transition-delay: 200ms;
    background-color: rgb(120, 204, 207);
    margin-top: 15px;
}

#up{
        margin-top: 0px;
        margin-left: 0px;
}

.menu>ul li ul li {
    margin: 0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding-right: 40px;
}

.menu>ul li ul li ul {
    top: -2%;
    left: 100%;
    transform: translate(0);
}


.menu>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms;
}
/* ------------------------------ Home page --------------------------- */
.intro {
    background-image: url(./DEVELOPER/BACKGROUNDS/WEB\ SITE.png);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    animation: fadeInUp 2s ease;
    margin-top:50px;
}

#intro__title1 {
    position: absolute;
    font-family: 'Pop-Bol';
    font-size: 50px;
    margin-top: 250px;
    margin-left: 70px;
    animation: fadeInUp 2s ease;

}

#intro__title2 {
    position: absolute;
    font-family: 'Pop-Bol';
    font-size: 80px;
    margin-top: 300px;
    margin-left: 69px;
    color: rgb(121, 205, 208);
    animation: fadeInUp 2s ease;
}

#intro__subtitle {
    position: absolute;
    font-size: 18px;
    margin-top: 420px;
    margin-left: 72px;
    padding-right: 900px;
    font-family: 'Pop-Light';
    animation: fadeInUp 2s ease;
    font-weight:500;

}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--darkgreen);
}

/* ---------------------------------------- About Us ----------------------------------- */

.biggreenbl {
    width: 100%;
    height: 70vh;
    background-image: url(./DEVELOPER/BACKGROUNDS/Untitled-1-01.png);
    /*background-size: cover;*/
    /*overflow: hidden;*/
    position: relative;
}

#historybigti {
    font-family: 'Pop-Med';
    color: #000;
    font-size: 35px;
    /*margin-top: 50px;*/
    text-align: center;
    padding-top:50px;
}

#firpara {
    font-family: 'Pop-Med';
    font-size: 15px;
    color: #000;
    text-align: left;
    margin-top: 55px;
    padding: 0px 133px 0px 72px;
}

#secpara {
    
    font-family: 'Pop-Med';
    font-size: 15px;
    color: #000;
    text-align: left;
    padding: 0px 133px 0px 72px;
}

#thirpara {
    font-family: 'Pop-Med';
    font-size: 15px;
    color: #000;
    text-align: left;
     padding: 0px 133px 0px 72px;
    
}

#RM {
    color: rgb(83, 99, 174);
    font-family: 'Pop-Med';
    text-decoration: none;
    padding:10px;
    display: block;
    font-size: 15px;
    /*margin-top: 20px;*/
    margin-right:300px;
    background:#fff;
    width:125px;
    float:right;
    border-radius:10px;
    text-align:center;

}

/* ---------------------------------- Small break ----------------------------------------- */

.bel {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 80px;
}

/* ----------------------------------  We Believe ----------------------------------------- */

.greenbl {
    width: 100%;
    height: 80vh;
    background-image: url(./DEVELOPER/BACKGROUNDS/Untitled-1-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*overflow: hidden;*/
    position: relative;
}

.titleee {
    font-family: 'Pop-Bol';
    color: white;
    font-size: 200px;
    margin-top: 30px;
    text-align: center;
    opacity: 0;
}

.fadeIn {
    animation-name: fade;
    animation-duration: 1s;
    animation-timing-function: linear;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

/* #section_counter{
    width: 90%;
    height: 20vh;
    position: absolute;
    background-color: black;
    margin-left: 75px;

}  */

#counter-section-container {
    width: 80%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    margin-left: 150px;
    height: 30vh;
    position: relative;
}

#counter-box-container {
    overflow: hidden;
    display: inline-block;

}

#counter-box {
    width: 200px;
    min-width: 200px;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    float: left;
    text-align: center;
    color: #ccc;
    margin-top: 30px;
}

.topt {
    font-family: 'Pop-Bol';
    color: rgb(83, 99, 174);
}

.counter {
    font-size: 50px;
    font-family: 'Pop-Sembl';
    color: rgb(65, 64, 66);
}

#plus {
    font-size: 50px;
    font-family: 'Pop-Sembl';
    color: rgb(65, 64, 66);

}

/* ----------------------------------  Grid sec ----------------------------------------- */

.prodgrid {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 180vh;
    margin-top: 30px;

}

#prodti {
    font-family: 'Pop-Med';
    color: rgb(135, 129, 188);
    font-size: 35px;
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
}

.holder {
    margin-top: 50px;
    width: 100%;
    /* margin-left: 25px; */
   justify-content: center;
   align-items: center;
   align-content: center;
}


.holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.read {
    
    color: rgb(121, 205, 208);
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: 'Pop-Light';
    display: block;
    cursor: pointer;
    border: none;
    background: transparent;
    right: 35px;
    width: 30%;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    border: 1px solid #d1d1d1;
    padding: 10px;

}




.read:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.pages {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 150px;
    padding: 0;
    flex: 1 1 30%;
}

.pages_item {
    display: flex;
    padding: 0.5rem;
    width: 30%;
    height: 500px;
    transition: transform .5s ease;

}

.pages_item:hover {
    transform: scale(1.1);
}


.page {
    background-color: white;
    box-shadow: 2px 6px 6px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 350px;
    margin-bottom: 150px;    
    height: 450px;
}

.page_content {
    height: 100%;
    background-color: white;
    position: relative;
}

/*Overlay*/
.overl {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background-color: rgb(65, 64, 66);
    overflow: hidden;
    transition: 0.5s;

}

/* 
.card_image:hover .overl {
    width: 100%;



} */
.overl h2 {
    color: #ffffff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin: 0px;
    width: 100%;
    height: 70px;
    font-family: 'Pop-Reg';
    text-align: center;
    margin-top: 20px;
    white-space: nowrap;
}

.card_texts {
    color: #000000;
    font-size: 11px;
    font-family: 'Pop-Reg';
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    height: 165px;


}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

.prod_image {
    width: 100%;
    height: 220px;
}

/* ------------------------- Timeline Scroller -------------------------------- */

.timesec {
    position: relative;
    height: 70vh;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

#timeti {
    font-family: 'Pop-Med';
    color: rgb(135, 129, 188);
    font-size: 35px;
    text-align: left;
    margin-left: 72px;
    margin-top: 40px;

}

.timesec img {
    margin-top: -30px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

/* -------------------------------- Image with text --------------------------------- */

.trucksec {
    height: 105vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    overflow: hidden;
}


.trucard {
    width: 80%;
    height: 85%;
    margin-top: 60px;
    margin-left: 140px;
    margin-right: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.left {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right {
    background-color: rgb(120, 204, 207);
    height: 100%;
}

#tr {
    font-family: 'Pop-Med';
    color: white;
    font-size: 25px;
    margin-top: 170px;
    text-align: left;
    margin-left: 100px;
}

.right p {
    font-family: 'Pop-Light';
    color: white;
    font-size: 13px;
    text-align: left;
    margin-left: 100px;
    padding-right: 100px;
    margin-top: 10px;
}

#RM2 {
   color: rgb(83, 99, 174);
    font-family: 'Pop-Med';
    text-decoration: none;
    text-align: left;
    align-items: center;
    display: block;
    font-size: 15px;
    margin-top: 20px;
    margin-right: 100px;
}

/* -------------------------------- Enquiry Form --------------------------------- */

.enform {
    height: 185vh;
    width: 100%;
    position: relative;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin-top: 30px;
}

.blacksec {
    background-image: url(./DEVELOPER/BACKGROUNDS/blackpik.png);
    background-size: cover;
    height: 85vh;
    width: 86%;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    position: absolute;
}

.blacksec h3 {
    color: white;
    font-family: 'Pop-Med';
    font-size: 20px;
    margin-top: 80px;
    text-align: center;
}

.blacksec p {
    color: white;
    font-family: 'Pop-Light';
    font-size: 15px;
    padding-right: 210px;
    padding-left: 210px;
    text-align: left;
    margin-top: 20px;
}

.trucard2 {
    position: absolute;
    width: 70%;
    height: 85vh;
    margin-top: 300px;
    margin-left: 220px;
    margin-bottom: 300px;
    margin-right: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left {
    background-color: white;
}

.right {
    background-color: rgb(120, 204, 207);
    height: 100%;
}

#tr {
    font-family: 'Pop-Med';
    color: #000;
    font-size: 25px;
    margin-top: 170px;
    text-align: left;
    margin-left: 100px;
}

.right p {
    font-family: 'Pop-Light';
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-left: 100px;
    padding-right: 100px;
    margin-top: 10px;
}

#RM2 {
    color: rgb(83, 99, 174);
    font-family: 'Pop-Med';
    text-decoration: none;
    padding:10px;
    display: block;
    font-size: 15px;
    /*margin-top: 20px;*/
    margin-right:30px;
    background:#fff;
    width:125px;
    float:right;
    border-radius:10px;
    text-align:center;
}

#enqui {
    font-family: 'Pop-Reg';
    font-size: 35px;
    color: rgb(83, 99, 174);
    text-align: left;
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.form {
    display: flex;
    flex-direction: column;
    margin-bottom: -250px;
}

/* .form input,
textarea {
    width: 150px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid rgb(121, 205, 208);
    padding: 10px 0;
    margin: 30px 0;
    font-size: 12px;
    color: black;
    
} */

#fname {
    width: 150px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid rgb(121, 205, 208);
    font-size: 18px;
    color: black;
    margin-right: 100px;
}

#lname {
    width: 150px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid rgb(121, 205, 208);
    font-size: 18px;
    color: black;
}

.username input {
    width: 400px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid rgb(121, 205, 208);
    font-size: 18px;
    color: black;
    margin-left: -10px;
    margin-top: 80px;
}

.useremail input {
    width: 400px;
    outline: none;
    background: none;
    border: none;
    border-bottom: 2px solid rgb(121, 205, 208);
    font-size: 18px;
    color: black;
    margin-left: -10px;
    margin-top: 80px;
}


.mobile input {
    width: 400px;
    outline: none;
    background: none;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid rgb(121, 205, 208);
    color: black;
    margin-left: -10px;
    margin-top: 80px;

}

.success {
    background-color: rgb(135, 129, 188);
    color: white;
    text-decoration: none;
    font-family: 'Pop-Light';
    margin-top: 50px;
    width: 170px;
    height: 32px;
    border: none;
    position: absolute;
    margin-left: -205px;
}

#tr2 {
    font-family: 'Pop-Med';
    color: #000;
    font-size: 18px;
    margin-top: 170px;
    text-align: left;
    margin-left: 50px;
}

#off {
    font-family: 'Pop-Light';
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-left: 50px;
    padding-right: 140px;
    margin-top: 30px;
}

.username h3 {
    font-family: 'Pop-Med';
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
    position: absolute;
    margin-left: 50px;
    margin-top: 40px;

}

.mobile h3 {
    font-family: 'Pop-Med';
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
    position: absolute;
    margin-left: 50px;
    margin-top: 30px;

}

.useremail h3 {
    font-family: 'Pop-Med';
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
    position: absolute;
    margin-left: 50px;
    margin-top: 30px;

}

#f {
    font-family: 'Pop-Med';
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
    position: absolute;
    margin-left: 50px;
    margin-top: -50px;

}

#l {
    font-family: 'Pop-Med';
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
    position: absolute;
    margin-left: 303px;
    margin-top: -50px;
}
/* ---------------------------------- Trial Flip card --------------------------------------- */
 .artboard {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    height: 220vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}

.flip {
    flex: initial;
    position: relative;
    height: 45%;
    width: 70%;
    -moz-perspective: 200rem;
    perspective: 200rem;
    margin-right: 100px;
    margin-left: 100px;
}

 .card__side {
    height: 100%;
    width: 100%;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden; 
    /* We don't want to see the back part of the element. */
    backface-visibility: hidden;
    /* We don't want to see the back part of the element. */
    /* border-radius: 3px; */
    /* overflow: hidden; */
    /* The image is overflowing the parent. */
} 

.card__side--front {
    background-color: rgb(135, 129, 188);
}

.card__side--back {

    transform: rotateY(180deg);
}

.flip:hover .card__side--back {
    transform: rotateY(0);
}

.flip:hover .card__side--front {
    transform: rotateY(-180deg);
}

.card__theme {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 54%;
    width: 90%;
    text-align: center;
}

.card__theme-box {
    color: #fff;
    margin-bottom: 8rem;
}


.card__cover {
    position: absolute;
    height: 100%;
    width: 100%;
    
}

.card__side--back .trucard3 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

/* ---------------------------------- Footer --------------------------------------- */


.footer {
    position: relative;
    padding-top: 45px;
    background: #121518;
    height: 500px;
}


.footer-about img {
    height: 250px;
    margin-top: -100px;
}



.footer-link {
    margin-top: 70px;
    margin-left: 100px;
    font-family: 'Pop-Med';
}

.footer .footer-contact .form {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

.footer .footer-contact input {
    height: 45px;
    border-radius: 0;
    font-size: 15px;
    margin-top: 20px;
}

.footer .footer-contact #b2 {
    margin-top: -37px;
    margin-left: 190px;
    border: none;
    height: 30px;
    width: 120px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: rgb(120, 204, 207);
    border-radius: 0;
    transition: .3s;
    font-family: 'Pop-Med';
}

.footer .footer-contact #b2:hover {
    color: #ffffff;
    background: rgb(135, 129, 188);
}

.footer .footer-contact #b2:focus {
    box-shadow: none;
}



.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    margin-bottom: 45px;
    color: #dddddd;
}



.footer-about p {
    font-size: 12px;
    margin-top: -60px;
    margin-left: 50px;
    width: 450px;
    padding-right: 30px;

}

#secpar {
    font-size: 12px;
    margin-top: 40px;

}

.footer-link h3 {
    color: white;
    font-size: 15px;
    margin-top: 90px;
    margin-bottom: 20px;
    font-family: 'Pop-Med';
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #dddddd;
    transition: .3s;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Pop-Light';
}

#quicklin {
    margin-left: -100px;
}

.footer1

{
    
    margin-top:0px;
}


.footer .footer-link a::before {
    position: relative;
    font-size: 12px;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color:rgb(120, 204, 207);
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-contact h3 {
    font-size: 15px;
    margin-top: 90px;
}

.footer .footer-social {
    position: relative;
    margin-top: -60px;

}

.footer .footer-social h3 {
    font-size: 12px;
}

.footer .footer-social a {
    display: inline-block;
}


.footer .footer-social a {
    margin-right: 15px;
    font-size: 18px;
    color: white;
    outline: 2px solid white;
    border-radius: 50%;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.icon--facebook:hover {
    background-color: #0077b5;

}

.icon--linkedin:hover {
    background-color: #0077b5;
}

.icon--twitter:hover {
    background-color: #1da1f2;
}

.icon--instagram:hover {
    background-image: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%,
            #285AEB 90%);
}






/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  z-index:9;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



