body {
    position: relative;
}
.main-heading {
    /* margin-top: 72px; */
    font-family: Poppins-Bold, sans-serif;
    color: #1C1B1B;
    font-size: 5rem;
}
#service_detail a, #service_detail a:focus, #service_detail a:hover {
    color: #FFFFFF;
}
.heading-description {
    font-family: Poppins-ExtraLight, sans-serif;
    color: #1C1B1B;
    font-size: 24px;
    line-height: 1.5;
}
div#service_detail, div#service_detail * {
    font-family: Poppins-Light, sans-serif;
}
.text-description {
    font-size: 60px;
    font-family: Poppins-Bold, sans-serif;
    color: #000000;
    max-width: 592px;
}
.text-details {
    color: #1C1B1B;
    font-family: Poppins-Regular, sans-serif;
    font-size: 18px;
    line-height: 35px;
}
.description {
     position: absolute;
     width: 100%;
     bottom: 10%;
     color: #FFFFFF;
     font-family: Poppins-Bold,sans-serif;
     font-size: 60px;
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
 }
 .projects {
     margin-bottom: 72px;
 }
 .heading {
     font-size: 60px;
     color: #FFFFFF;
     font-family: Poppins-Bold, sans-serif;    
     padding-top: 18px;
     padding-bottom: 18px;
 }
 .projects .project-container .description > .row {
     margin: 0;
 }
 .projects .mobile {
    width: 100%;
}
 .projects .project-container {
    margin-bottom: 26px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
.dynamic-text-container a:hover, .dynamic-text-container a:focus {
    color: #FFFFFF;
    background-color: transparent !important;
    text-decoration: none;
}
.dynamic-text-container a {
    background-color: transparent !important;
    padding: 0;
}
.dynamic-text-container .text-description h2 {
    font-size: 60px;
}
h1 {
    font-size: 80px;
    font-family: Poppins-Bold, sans-serif;
}
.panel-container {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    top: 0;
    right: -100vw;
    color: #FFFFFF;
    transition: all 0.7s ease-in-out;
    max-width: 1191px;
    overflow-y: scroll;  
}
.panel-container.display {
    right: 0;
    z-index: 99999;
}
.panel-container > .container {
    position: absolute;
    right: 0;
}
.panel-text-container {
    padding-top: 160px;
    margin: 0 auto;
    max-width: 828px;
}
.panel-container:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #1c1b1b;
    display: block;
    top: 0;
    z-index: -1;
}
.panel-btn-container {
    position: fixed;
    top: 0;
    right: 0;
}
.panel-heading {
    font-family: Poppins-Bold, sans-serif;
    font-size: 3.75rem;
}
.panel-details {
    font-family: Poppins-Regular, sans-serif;
    font-size: 30px;
    line-height: 2;
    margin-bottom: 60px;
}

.panel-container #panel-btn {
    height: 92px;
    padding: 0;
    transition: .15s ease-in-out;
    width: 53px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.panel-container .panel-btn-container {
    transition: all 0.7s ease-in-out;
    right: -100vw;
}
.panel-container.display .panel-btn-container {
    right: 0;
}
.panel-container #panel-btn .line:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(45deg);
    -ms-transform: translateY(14px) rotate(45deg);
    -o-transform: translateY(14px) rotate(45deg);
    transform: translateY(14px) rotate(45deg);
}
.panel-container #panel-btn .line {
    background-color: #FFFFFF;
    width: 45px;
    height: 3px;
    display: block;
    margin: 11px auto 11px 0;
    border-radius: 2px;
    margin-left: 0;
}
.panel-container #panel-btn .line:nth-child(2) {
    opacity: 0;
}
.panel-container #panel-btn .line:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}
.panel-container #panel-btn:hover, 
.panel-container #panel-btn:focus {
    transform: rotate(90deg);
}
.project-container .description:after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 52px;
    height: 55px;
    display: block;
    margin-right: 0;
    margin-left: auto;
    transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1250px) { 
    .project-container .description:after {
        position: absolute;
        right: 45px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 576px) {    
    .panel-text-container {
        max-width: 344px;
    }
}
 @media only screen and (max-width: 1280px) {
     .desktop:not(header):not(footer .desktop) {
         display: none;
     }
     .text-heading {
        font-size: 40px;
     }
     .heading {
        font-size: 30px;
     }
     .description {
        padding-left: 35px;
        padding-right: 35px;
        font-size: 30px;
     }
     .heading-description {
        font-size: 18px;
    }
    .main-heading {
        font-size: 56px;
        padding-top: 25px;
        line-height: 1;
     }
     .panel-text-container {
        margin: 0 24px;
     }
 }
 @media only screen and (min-width: 1281px) {
     .mobile:not(header) {
         display: none;
     }
     .description {
        padding-left: 60px;
        padding-right: 48px;
        align-items: center;
        font-size: 55px;
     }
     .main-heading {
        padding-top: 36px;
    }
 }

 @media only screen and (min-width: 382px) and (max-width: 491px) {
    .description {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 25px;
    }
}