/* global */
html, body {
    overflow-x: hidden;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
}

/* fonts */
@font-face {
    font-family: "tajawal regular";
    src: url(../fonts/Tajawal-Regular.ttf);
}

@font-face {
    font-family: "tajawal bold";
    src: url(../fonts/Tajawal-Bold.ttf);
}

@font-face {
    font-family: "ibm regular";
    src: url(../fonts/IBMPlexMono-Regular.ttf);
}

@font-face {
    font-family: "ibm semibold";
    src: url(../fonts/IBMPlexMono-SemiBold.ttf);
}

body {
    font-family: "tajawal regular";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "tajawal bold";
}

.tajawal-r {
    font-family: "tajawal regular";
}

.tajawal-b {
    font-family: "tajawal bold";
}

.ibm-r {
    font-family: "ibm regular";
}

.ibm-sb {
    font-family: "ibm semibold";
}

.red-color {
    background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}

/* button */
.contact-btn {
    font-size: 16px;
    line-height: 20px;
    border: none;
    border-radius: 10px;
    font-family: "ibarra semibold";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 62px;
    font-family: "tajawal bold";
}

.red-btn {
    box-shadow: 0px 16px 45px 0px #757E891A;
    background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    color: #FFFFFF;
}

.red-btn:hover {
    color: #FFFFFF;
}

/* header section */
.navbar-brand {
    margin: 0 !important;
}
.top-header .navbar {
    padding: 62px 148px 0 100px;
}

.top-header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-left: 60px;
}

.top-header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
    color: #6D839D;
}

.top-header .navbar .contact-btn {
    color: #6D839D;
    background-color: #FFFFFF;
    box-shadow: 0px 16px 45px 0px #757E891A;
}

/* banner section */

/* animation */
#lobb-studio-logo {
	width: 110px;
	height: 130px;
	transform: translateX(10%);
}
.section-with-img .img-content {
    position: relative;
}

#dev-your-game .img-content {
    top: 0;
    left: 15%;
}

.section-with-img .animation {
    position: absolute;
    pointer-events: none;
    z-index: 20;
}

#archer {
	transform: translate(13%, 4%);
	width: 583px;
	height: 650px;
}

#archer canvas {
    width: 60% !important;
}

#tank {
	width: 1200px;
	height: 1300px;
	transform: translate(-13%, -35%);
}

#tank canvas {
    width: 50% !important;
}

#base {
	top: -15rem;
	left: 9rem;
	width: 380px;
	height: 467px;
}

#base canvas {
    width: 200% !important;
    height: 200% !important;
}

#camp {
	width: 235px;
	height: 235px;
	top: 16rem;
	left: 6rem;
}

#camp .canvas {
    width: 90%;
    height: 90%;
}

#Gold-Generator {
	width: 240px;
	height: 240px;
	top: 12rem;
	left: 13rem;
}

#scientist {
	width: 1400px;
	transform: translate(10%, -30%);
}

#scientist canvas {
    width: 65% !important;
}

#contact-us .border-content .img-content .scientist-bg {
    position: absolute;
    top: -9%;
    right: 8%;
    width: 29%;
}

.section-with-img {
    display: flex;
    align-items: center;
    height: 700px;
    position: relative;
}

.section-with-img .section-img {
    position: absolute;
    pointer-events: none;
    top: -150px;
    left: -90px;
    z-index: 10;
}

.section-with-img .front-img {
    position: absolute;
    pointer-events: none;
    z-index: 30;
}

.section-with-img .section-details {
    position: relative;
    z-index: 15;
}

.section-with-img .section-details .hint {
    font-size: 20px;
    line-height: 39px;
    color: #6D839D;
    margin-bottom: 4px;
    font-family: "tajawal bold";
}

.section-with-img .section-details .section-title {
    font-size: 64px;
    line-height: 93px;
    color: #515151;
    margin-bottom: 8px;
}

.section-with-img .section-details .section-desc {
    font-size: 20px;
    line-height: 38px;
    color: #6D839D;
    width: 85%;
    margin-bottom: 25px;
}

.arrow-down {
    position: relative;
    z-index: 20;
}

/* about us */ 
#about-us {
    margin: 145px 0 80px;
}

.border-content {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 997px;
    min-height: 275px;
    box-shadow: 0px 6px 15px 0px #75747440;
    border-radius: 10px;
    border: double 3px transparent;
    background-image: linear-gradient(white, white),
    linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.border-content .section-border-title {
    font-size: 36px;
    line-height: 54px;
    margin-top: 10px;
}

.border-content .section-border-desc {
    font-size: 24px;
    line-height: 40px;
    color: #6D839D;
    width: 85%;
    margin: 10px auto 0;
}

.section-border-details {
    text-align: center;
    padding: 50px 0 40px;
}

#about-us .trophy {
    position: relative;
    z-index: 20;
    border-radius: 50%;
    border: double 2px transparent;
    background-image: linear-gradient(white, white),
    linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 110px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -45px;
}

#about-us .trophy img {
    width: 93px;
    height: 83px;
}

/* our work section */
#our-work {
    margin-bottom: 80px;
}

#our-work .stars {
    margin-bottom: -45px;
    position: relative;
    z-index: 20;
    width: 100%;
}

#our-work .work-card {
    width: 335px;
    height: 280px;
    text-align: center;
    position: relative;
    margin-bottom: 120px;
}

#our-work .work-card .border-card {
    border-radius: 10px;
    border: double 3px transparent;
    background-image: linear-gradient(white, white),
    linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 284px;
}

#our-work .work-card .front-card {
    position: relative;
    z-index: 15;
}
#our-work .work-card .back-card {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 96px;
    left: 0;
    background-image: linear-gradient(#D3D8FF, #D3D8FF),
    linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    box-shadow: 0px 4px 0px 0px #00000040;
}

#our-work .work-card .card-details {
    width: 100%;
    padding: 55px 0;
}

#our-work .work-card .card-details .our-work-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
}

#our-work .work-card .card-details .our-work-desc {
    font-size: 14px;
    line-height: 29px;
    color: #6D839D;
    width: 90%;
    margin: 0 auto;
}

/* develop your game section */
#dev-your-game {
    height: 600px;
    margin-bottom: 100px;
}
#dev-your-game .section-img {
    padding-left: 35px;
}

#dev-your-game .section-details {
    padding-right: 155px;
}

/* contact us */
#contact-us {
    margin-bottom: 140px;
}

#contact-us .border-content {
    max-width: 1060px;
    min-height: 300px;
}

#contact-us .border-content .img-content {
    position: absolute;
    bottom: -45%;
    right: -50px;
    z-index: 10;
}

#contact-us .border-content .section-border-details {
    margin: 0;
    text-align: right;
    padding: 15px 0 40px;
    position: relative;
    z-index: 20;
}


#contact-us .border-content .section-border-details .section-border-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}

#contact-us .border-content .section-border-details .section-border-title img {
    width: 73px;
    height: 73px;
    margin-right: 15px;
}

#contact-us .border-content .section-border-details .section-border-desc {
    font-size: 20px;
    line-height: 37px;
    width: 100%;
    margin: 0;
    width: 90%;
    margin-bottom: 15px;
}


footer {
    background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    color: #FFFFFF;
    padding: 30px;
    position: relative;
}

footer .scroll-up {
    position: absolute;
    transform: rotate(270deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    right: 0;
}

footer .scroll-up .scroll-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

footer .footer-title {
    width: 300px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 54px;
    margin: 0 auto 30px;
    text-align: center;
}

footer .footer-list {
    max-width: 807px;
    margin: 0 auto;
}

footer .footer-list .footer-list-row > * {
    margin-bottom: 30px;
}

footer .footer-list .item-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

footer .footer-list .item-desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

footer .footer-list .social-media {
    list-style: none;
    padding: 0 32px;
    display: flex;
}

footer .footer-list .social-media li {
    margin-left: 26px;
}

footer .footer-question {
    display: flex;
    align-items: center;
}

footer .footer-question .line {
    width: 71%;
    height: 0;
    border: 1px solid #FFFFFF;
}

footer .footer-question .question-content {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 33px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

footer .footer-question .question-content .icon-chat-content {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

footer .copyright {
    width: 71%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .copyright .desc {
    font-size: 13px;
    line-height: 24px;
}

footer .push-right {
    padding-right: 44px;
}

#mobile-side-panel-overlay {
    opacity: 0;
    visibility: hidden;
}

#mobile-sidebar {
    display: none;
    right: -22rem;
}

/* media */
@media (max-width: 1400px) {
    #dev-your-game .section-details {
        padding: 0;
    }
    #banner .section-img {
        left: -170px;
    }
}

@media (max-width: 1199px) {
    .top-header .navbar {
        padding: 62px 64px 0;
    }
    #banner {
        height: 660px;
    }
    #banner .section-img {
        left: -65%;
        width: 180%;
        top: -100px;
    }
    #archer {
        transform: translate(10%, -7%);
        width: 90%;
    }
    #tank {
        transform: translate(-14%, -38%);
        width: 900px;
    }
    #base {
        left: 7rem;
    }
    #camp {
        left: 4rem;
    }
    #Gold-Generator {
        left: 11rem;
    }
    #banner .section-img img {
        width: 75%;
    }
    #dev-your-game .section-img {
        padding: 0;
    }
    #contact-us .border-content .img-content {
        right: -75px;
    }
}

@media (max-width: 991px) {
    .top-header .navbar .navbar-toggler {
        border-radius: 5px;
        background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
        border: none;
        color: #FFFFFF;
        width: 49px;
        height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .top-header .navbar .navbar-toggler .hamburger-inner {
        width: 25px;
        height: 1px;
        display: block;
        background-color: #fff;
    }
    .top-header .navbar .navbar-toggler .hamburger-inner::before {
        width: 25px;
        height: 1px;
        display: block;
        background-color: #fff;
    }
    .top-header .navbar .navbar-toggler .hamburger-inner::after {
        width: 25px;
        height: 1px;
        display: block;
        background-color: #fff;
    }

    .section-with-img .section-details .section-desc {
        width: 65%;
    }
    #banner {
        height: auto;
        margin: 70px 0;
    }
    #banner .img-content {
        height: 500px;
        margin: 150px 0 0;
    }
    #archer {
        transform: translate(-8%, -2%);
        width: 65%;
    }
    #tank {
        transform: translate(-22%, -37%);
        width: 1000px;
    }
    #base {
        top: -2rem;
        left: 12rem;
    }
    #camp {
        left: 8rem;
        top: 30rem;
    }
    #Gold-Generator {
        left: 15rem;
        top: 26rem;
    }
    #scientist {
        transform: translate(14%, -31%);
    }
    #banner .section-img {
        left: -100%;
        width: 200%;
    }
    #banner .section-img img {
        width: 50%;
    }
    #about-us {
        margin: 120px 0 80px;
    }
    #dev-your-game {
        height: auto;        
    }
    #dev-your-game .img-content {
        height: 700px;    
        left: 0;    
    }
    #dev-your-game .section-img {
        top: 10%;
        left: 0;
    }
    .section-with-img .section-details .section-desc {
        width: 62%;
    }
    #contact-us .border-content .img-content {
        right: -110px;
    }
    #contact-us .border-content .img-content .scientist-bg {
        width: 28%;
        right: 5%;
        top: -8%;
    }
    footer .push-right {
        padding: 0;
    }
    footer .scroll-up {
        top: 10%;
    }
    footer .footer-question .line {
        width: 67%;
    }

    /* mobile side panel */    
    #mobile-side-panel-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        height: 100%;
        width: 100%;
        background-color: #222222;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .mobile-side-panel {
        width: 350px;
        height: 100%;
        background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
        color: #FFFFFF;
        position: fixed;
        z-index: 50;
        display: block !important;
        flex-shrink: 0;
        padding: 50px 30px;
        top: 0;
        right: -22rem;
        transition: all 0.3s;
    }

    .mobile-side-panel #panel-close {
        position: absolute;
        top: 3%;
        left: 6%;
        cursor: pointer;
    }

    .mobile-side-panel .contact-btn {
        width: 100%;
        background: linear-gradient(135deg, #FF9D6C 0%, #BB4E75 100%);
        color: #FFFFFF;
        box-shadow: 0px 16px 45px 0px #757E891A;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .mobile-side-panel .navbar-nav .nav-item {
        padding: 0.5rem 0;
        border-bottom: 1px solid #FFFFFF44;
    }

    .mobile-side-panel .navbar-nav .nav-item .nav-link {
        color: #FFFFFF;
    }

    .mobile-side-panel .lobb-company {
        text-align: center;
        display: block;
        color: #FFFFFF;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    #banner .img-content {
        height: 400px;
    }
    #archer {
        transform: translate(-5%, -18%);
    }
    #tank {
        transform: translate(-21%, -42%);
        width: 750px;
    }
    .section-with-img .section-details .section-desc {
        width: 100%;
    }
    #dev-your-game {
        height: auto;
        margin: 100px 0;
    }
    #contact-us .border-content {
        height: auto;
    }
    #contact-us .border-content .img-content {
        position: static;
        margin-top: 30px;
    }
    #contact-us .border-content .img-content .scientist-bg {
        position: absolute;
        top: 8%;
        right: 8%;
        width: 80%;
    }
    #contact-us .border-content .animation {
        height: 400px;
        transform: translate(15% , -18%);
    }
    #contact-us .border-content .animation canvas {
        height: 120% !important;
    }
    #contact-us .border-content .section-border-details {
        padding: 15px 45px 40px;
    }
    footer .footer-list .footer-list-row > * {
        margin-bottom: 40px;
    }
    footer .footer-question {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    footer .footer-question .line {
        width: 100%;
        margin: 15px 0;
    }
    footer .copyright {
        width: 100%;
    }
}

@media (max-width: 568px) {
    #banner .img-content {
        height: 300px;
    }
    #banner .section-img img {
        width: 450px;
    }
    #archer {
        transform: translate(0%, -24%);
    }
    #tank {
        transform: translate(-25%, -38%);
        width: 130%;
        height: 800px;
    }
    .top-header .navbar {
        padding: 40px 32px 0;
    }
    .section-with-img .section-details .section-title {
        font-size: 47px;
        line-height: 70px;
    }
    .mobile-side-panel {
        width: 280px;
    }
}

@media (max-width: 530px) {
    #dev-your-game .section-img img {
        width: 450px;
    }
}

@media (max-width: 430px) {
    #tank {
        transform: translate(-38%, -38%);
    }
    #archer {
        transform: translate(-10%, -24%);
    }
    #dev-your-game .img-content {
        left: -10%;
    }
    #contact-us .border-content .animation {
        transform: translate(10% , -10%);
    }
    #contact-us .border-content .animation {
        transform: translate(18% , -10%);
    }
    #contact-us .border-content .animation canvas {
        height: 100% !important;
    }
}

@media (max-width: 400px) {
    #lobb-studio-logo {
        width: 90px;
        height: 100px;
    }
    #contact-us .border-content .animation {
        transform: translate(20% , -10%);
    }
    #banner {
        margin: 70px 0 0;
    }
    #banner .section-img {
        left: -92%;
    }
    #banner .section-img img {
        width: 380px;
    }
    #tank {
        width: 500px;
        height: 450px;
        transform: translate(-23%, -38%);
    }
    #archer {
        height: 400px;
        width: 250px;
        top: 1rem;
        left: 8rem;
    }
    #dev-your-game .img-content {
        width: 350px;
        height: 550px;
        left: 2rem;
    }
    #dev-your-game .section-img img {
        width: 320px;
    }
    #base {
        top: 1rem;
        left: 8rem;
        width: 200px;
        height: 300px;
    }
    #camp {
        left: 4rem;
        top: 21rem;
        width: 180px;
        height: 180px;
    }
    #Gold-Generator {
        left: 9rem;
        top: 17.5rem;
        width: 200px;
        height: 200px;
    }
    .top-header .navbar {
        padding: 30px 16px 0;
    }
    .section-with-img .section-details {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .section-with-img .section-details .section-title {
        font-size: 42px;
        line-height: 60px;

    }
    .border-content .section-border-desc {
        font-size: 19px;
        line-height: 37px;
    }
    #contact-us .border-content .img-content .scientist-bg {
        top: 16%;
        right: 4%;
        width: 90%;
    }
    #contact-us .border-content .section-border-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 15px 40px;
        text-align: center;
    }
    #contact-us .border-content .section-border-details .section-border-title {
        font-size: 32px;
    }
    footer {
        padding: 30px 12px 15px;
    }
    footer .footer-title {
        width: 100%;
    }
}