/********** Template CSS **********/
:root {
    --primary: #AB7442;
    --light: #F5F5F5;
    --dark: #353535;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* User css */
.image-opacity-1:hover {
    opacity: 1;
    transition: opacity 100ms;
}

#imgcw {
    height: 20rem;
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/11/10.jpg) center center no-repeat;
    background-size: cover;
}

/*#small-team {
    font-size: 0.675rem;
}*/

#small-team-div {
    width: 9.6rem;
}

#imgcw:hover > #small-team-div {
    width: 10rem;
}

#h6smaller {
    font-size: 0.8rem;
}

#small-team {
    font-size: 0.675em;
}

.team-item:hover > #small-team-div {
    width: 10rem;
    transition: width 300ms;
}

#page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/11/10.jpg) center center no-repeat;
    background-size: cover;
}

#img-prop-div-1,
#img-prop-div-2,
#img-prop-div-3,
#img-prop-div-4,
#img-prop-div-5,
#img-prop-div-6,
#img-prop-div-7,
#img-prop-div-8,
#img-prop-div-9,
#img-prop-div-10,
#img-prop-div-11,
#img-prop-div-12,
#img-prop-div-a,
#img-prop-div-b,
#img-prop-div-c,
#img-prop-div-d,
#img-prop-div-e,
#img-prop-div-f,
#img-prop-div-g,
#img-prop-div-h,
#img-prop-div-3-0,
#img-prop-div-3-1,
#img-prop-div-3-2,
#img-prop-div-3-3,
#img-prop-div-3-4,
#img-prop-div-1-0 {
    position: relative;
}

#img-prop-div-ar-1 {
    position: relative;
}

#img-prop-div-ar-2 {
    position: relative;
    top: 10.4rem;
}

#img-prop-div-ar-3 {
    position: relative;
    top: 20.8rem;
}

#img-prop-div-ar-4 {
    position: relative;
    top: 31.2rem;
}

#img-prop-div-ar-5 {
    position: relative;
    top: 41.6rem;
}

#img-prop-div-ar-1-1 {
    position: relative;
    top: 24.6rem;
}

#img-prop-div-ar-1-2 {
    position: relative;
    top: 35rem;
}

#img-prop-div-ar-1-3 {
    position: relative;
    top: 45.4rem;
}

#img-prop-div-ar-1-4 {
    position: relative;
    top: 55.8rem;
}

#img-prop-div-1,
#img-prop-div-3-0 {
    
}

#img-prop-div-1-0 {
    top: 10.4rem;
}

#img-prop-div-2,
#img-prop-div-3-1,
#img-prop-div-5-2 {
    position: relative;
    top: 10.6rem;
}

#img-prop-div-6-1,
#img-prop-div-6-2,
#img-prop-div-6-3 {
    position: relative;
}

#img-prop-div-6-2 {
    top: 10.6rem;
}

#img-prop-div-6-3 {
    top: 21rem;
}

#img-prop-div-3,
#img-prop-div-3-2 {
    top: 21.0rem;
}

#img-prop-div-4,
#img-prop-div-3-3 {
    top: 31.4rem;
}

#img-prop-div-5,
#img-prop-div-3-4 {
    top: 41.8rem;
}

#img-prop-div-6 {
    top: 24.6rem;
}

#img-prop-div-7 {
    top: 35.0rem;
}

#img-prop-div-8 {
    top: 45.4rem;
}

#img-prop-div-9 {
    top: 43.4rem;
}

#img-prop-div-10 {
    top: 53.8rem;
}

#img-prop-div-11 {
    top: 64.2rem;
}

#img-prop-div-12 {
    top: 74.6rem;
}

#img-prop-div-8-a,
#img-prop-div-8-b,
#img-prop-div-8-c,
#img-prop-div-8-d,
#img-prop-div-8-e,
#img-prop-div-8-f,
#img-prop-div-8-g,
#img-prop-div-8-h {
    position: relative;
}

#img-prop-div-a,
#img-prop-div-8-a {
    top: 24.6rem;
}

#img-prop-div-b,
#img-prop-div-8-b {
    top: 35.0rem;
}

#img-prop-div-c,
#img-prop-div-8-c {
    top: 45.4rem;
}

#img-prop-div-d,
#img-prop-div-8-d {
    top: 55.8rem;
}

#img-prop-div-e,
#img-prop-div-8-e {
    top: 66.2rem;
}

#img-prop-div-f,
#img-prop-div-8-f {
    top: 76.6rem;
}

#img-prop-div-g,
#img-prop-div-8-g {
    top: 87.0rem;
}

#img-prop-div-h,
#img-prop-div-8-h {
    top: 97.4rem;
}

#img-prop-1,
#img-prop-2,
#img-prop-3,
#img-prop-4,
#img-prop-ar-1,
#img-prop-ar-2,
#img-prop-ar-3,
#img-prop-ar-4 {
    position: relative;
    top: 32rem;
    opacity: 0.7;
    cursor: pointer;
    width: 10rem;
    height: 10rem;
}

#img-prop-1:hover,
#img-prop-2:hover,
#img-prop-3:hover,
#img-prop-4:hover,
#img-prop-ar-1:hover,
#img-prop-ar-2:hover,
#img-prop-ar-3:hover,
#img-prop-ar-4:hover {
    transition: 300ms;
    opacity: 1;
}

#img-prop-2,
#img-prop-ar-2 {
    left: 10.63rem;
}

#img-prop-3,
#img-prop-ar-3 {
    left: 21.26rem;
}

#img-prop-4,
#img-prop-ar-4 {
    left: 31.99rem;
}

#sign-0,
#sign-1,
#sign-2,
#sign-3,
#sign-4,
#sign-5,
#sign-6,
#sign-7,
#sign-8 {
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 600px) {
    .first_img {
        margin-top: -32rem;
    }
    .div {
        position: relative;
        top: 128rem;
        left: 0;
    }
    .first-div {
        top: -45.6rem;
    }
    .second-div {
        top: -124px;
    }
    .third-div {
        top: -28px;
    }
    .forth-div {
        top: 68px;
    }
    .div a img:nth-child(1) {
        width: 5.5rem;
        height: 5.5rem;
        display: inline-block;
    }
    .div a:nth-child(2) img {
        left: 6.13rem;
    }
    .div a:nth-child(3) img {
        left: 12.26rem;
    }
    .div a:nth-child(4) img {
        left: 18.39rem;
    }
    #img-prop-div-1 {
        top: -45.6rem;
    }
    #img-prop-div-2 {
        top: -39.6rem;
    }
    #img-prop-div-3 {
        top: -33.6rem;
    }
    #img-prop-div-4 {
        top: -27.6rem;
    }
    #img-prop-div-5 {

    }
    #img-prop-div-6 {
        top: -13.8rem;
    }
    #img-prop-div-7 {
        top: -7.8rem;
    }
    #img-prop-div-8 {
        top: -1.8rem;
    }
    #img-prop-div-9 {
        top: -80rem;
    }
    #img-prop-div-10 {
        top: -74rem;
    }
    #img-prop-div-11 {
        top: -68rem;
    }
    #img-prop-div-12 {
        top: -62rem;
    }
    #img-prop-0-3 {
        top: -3rem;
    }
    #img-prop-div-3-0 {
        top: -38.2rem;
    }
    #img-prop-div-3-1 {
        top: -32.8rem;
    }
    #img-prop-div-3-2 {
        top: -27.2rem;
    }
    #img-prop-div-3-3 {
        top: -21.6rem;
    }
    #img-prop-div-3-4 {
        top: -16rem;
    }
    #img-prop-div-1-0 {
        top: -12.8rem;
    }
    #img-prop-div-a {
        top: -86.6rem;
    }
    #img-prop-div-b {
        top: -80.6rem;
    }
    #img-prop-div-c {
        top: -74.6rem;
    }
    #img-prop-div-d {
        top: -68.6rem;
    }
    #img-prop-div-e {
        top: -62.6rem;
    }
    #img-prop-div-f {
        top: -56.6rem;
    }
    #img-prop-div-g {
        top: -50.6rem;
    }
    #img-prop-div-h {
        top: -44.6rem;
    }
    #img-prop-div-5-1 {
        position: relative;
        top: -31.6rem;
    }
    #img-prop-div-5-2 {
        position: relative;
        top: -25.6rem;
    }
    #img-prop-div-6-1 {
        position: relative;
        top: -20.6rem;
    }
    #img-prop-div-6-2 {
        position: relative;
        top: -14.6rem;
    }
    #img-prop-div-6-3 {
        position: relative;
        top: -8.6rem;
    }
    #img-prop-div-8-a {
        position: relative;
        top: -69.6rem;
    }
    #img-prop-div-8-b {
        position: relative;
        top: -63.6rem;
    }
    #img-prop-div-8-c {
        position: relative;
        top: -57.6rem;
    }
    #img-prop-div-8-d {
        position: relative;
        top: -51.6rem;
    }
    #img-prop-div-8-e {
        position: relative;
        top: -45.6rem;
    }
    #img-prop-div-8-f {
        position: relative;
        top: -39.6rem;
    }
    #img-prop-div-8-g {
        position: relative;
        top: -33.6rem;
    }
    #img-prop-div-8-h {
        position: relative;
        top: -27.6rem;
    }
    #img-prop-div-ar-1 {
        top: -29.6rem;
    }
    #img-prop-div-ar-2 {
        top: -23.6rem;
    }
    #img-prop-div-ar-3 {
        top: -17.6rem;
    }
    #img-prop-div-ar-4 {
        top: -11.6rem;
    }
    #img-prop-div-ar-5 {
        top: -5.6rem;
    }
    #img-prop-ar-0-2 {
        position: relative;
        top: 12rem;
    }
    #img-prop-div-ar-1-1 {
        top: 12.4rem;
    }
    #img-prop-div-ar-1-2 {
        top: 18.4rem;
    }
    #img-prop-div-ar-1-3 {
        top: 24.4rem;
    }
    #img-prop-div-ar-1-4 {
        top: 30.4rem;
    }

    #img-prop-1,
    #img-prop-2,
    #img-prop-3,
    #img-prop-4,
    #img-prop-ar-1,
    #img-prop-ar-2,
    #img-prop-ar-3,
    #img-prop-ar-4 {
        width: 5.5rem;
        height: 5.5rem;
    }
    #img-prop-0-0 {

    }
    #img-prop-0-1 {
        top: -14rem;
    }
    #img-prop-ar-0-1 {
        top: -16rem;
    }
    #img-prop-0-2 {
        top: -23rem;
    }
    #img-prop-0-3 {

    }
    #img-prop-0-4 {
        top: -91rem;
    }
    #img-prop-0-5 {
        top: -87rem;
    }
    #img-prop-0-6 {
        top: -7rem;
    }
    #img-prop-0-7 {
        top: -70rem;
    }
    #img-prop-5-5 {
        position: relative;
        top: -18rem;
    }
    #img-prop-1 {

    }
    #img-prop-2,
    #img-prop-ar-2 {
        left: 6.1rem;
    }
    #img-prop-3,
    #img-prop-ar-3 {
        left: 12.2rem;
    }
    #img-prop-4,
    #img-prop-ar-4 {
        left: 18.3rem;
    }
    #content-div-1 {
        position: relative;
        top: 9rem;
    }
    #feature-div-2 {
        position: relative;
        top: -46rem;
    }
    #feature-div-5 {
        position: relative;
        top: -33rem;
    }
    #feature-div-7 {
        position: relative;
        top: 3rem;
    }
    #feature-div-ar-1 {
        position: relative;
        top: 42rem;
    }
    #row-4 {
        position: relative;
        top: -40rem;
    }
    #row-5 {
        position: relative;
        top: -42.6rem;  
    }
    #row-7 {
        position: relative;
        top: -147rem;
    }
    #row-8 {
        position: relative;
        top: -147rem;
    }
    #row-9 {
        position: relative;
        top: -152rem;
        margin-bottom: -185rem;
    }
    #row-ar-1 {
        margin-bottom: 23rem;
    }
    #sign-0,
    #sign-1,
    #sign-2,
    #sign-3,
    #sign-4,
    #sign-5,
    #sign-6,
    #sign-7,
    #sign-8 {
        width: 50px;
        height: 50px;
    }
    #info-0,
    #info-1,
    #info-2,
    #info-3,
    #info-4,
    #info-5,
    #info-6,
    #info-7,
    #info-8 {
        position: relative;
        left: -1rem;
    }
}

@media screen and (max-width: 396px) {
    .first_img {
        margin-top: -32rem;
    }
    .div {
        position: relative;
        top: 128rem;
        left: 0;
    }
    .first-div {
        top: -45.6rem;
    }
    .second-div {
        top: -124px;
    }
    .third-div {
        top: -28px;
    }
    .forth-div {
        top: 68px;
    }
    .div a img:nth-child(1) {
        width: 5.5rem;
        height: 5.5rem;
        display: inline-block;
    }
    .div a:nth-child(2) img {
        left: 6.13rem;
    }
    .div a:nth-child(3) img {
        left: 12.26rem;
    }
    .div a:nth-child(4) img {
        left: 18.39rem;
    }
    #img-prop-div-1 {
        top: -47.2rem;
    }
    #img-prop-div-2 {
        top: -41.7rem;
    }
    #img-prop-div-3 {
        top: -36.2rem;
    }
    #img-prop-div-4 {
        top: -30.8rem;
    }
    #img-prop-div-5 {

    }
    #img-prop-div-6 {
        top: -16.4rem;
    }
    #img-prop-div-7 {
        top: -10.8rem;
    }
    #img-prop-div-8 {
        top: -5.2rem;
    }
    #img-prop-div-9 {
        top: -84rem;
    }
    #img-prop-div-10 {
        top: -78.4rem;
    }
    #img-prop-div-11 {
        top: -72.8rem;
    }
    #img-prop-div-12 {
        top: -67.2rem;
    }
    #img-prop-0-3 {
        top: -3rem;
    }
    #img-prop-div-3-0 {
        top: -38.2rem;
    }
    #img-prop-div-3-1 {
        top: -32.8rem;
    }
    #img-prop-div-3-2 {
        top: -27.2rem;
    }
    #img-prop-div-3-3 {
        top: -21.6rem;
    }
    #img-prop-div-3-4 {
        top: -16rem;
    }
    #img-prop-div-1-0 {
        top: -12.6rem;
    }
    #img-prop-div-a {
        top: -89.6rem;
    }
    #img-prop-div-b {
        top: -84rem;
    }
    #img-prop-div-c {
        top: -78.6rem;
    }
    #img-prop-div-d {
        top: -73rem;
    }
    #img-prop-div-e {
        top: -67.6rem;
    }
    #img-prop-div-f {
        top: -62rem;
    }
    #img-prop-div-g {
        top: -56.6rem;
    }
    #img-prop-div-h {
        top: -51rem;
    }
    #img-prop-div-5-1 {
        position: relative;
        top: -33rem;
    }
    #img-prop-div-5-2 {
        position: relative;
        top: -27.4rem;
    }
    #img-prop-div-6-1 {
        position: relative;
        top: -22.2rem;
    }
    #img-prop-div-6-2 {
        position: relative;
        top: -16.6rem;
    }
    #img-prop-div-6-3 {
        position: relative;
        top: -11rem;
    }
    #img-prop-div-8-a {
        position: relative;
        top: -72.4rem;
    }
    #img-prop-div-8-b {
        position: relative;
        top: -66.8rem;
    }
    #img-prop-div-8-c {
        position: relative;
        top: -61.2rem;
    }
    #img-prop-div-8-d {
        position: relative;
        top: -55.6rem;
    }
    #img-prop-div-8-e {
        position: relative;
        top: -50rem;
    }
    #img-prop-div-8-f {
        position: relative;
        top: -50rem;
    }
    #img-prop-div-8-g {
        position: relative;
        top: -33.6rem;
    }
    #img-prop-div-8-h {
        position: relative;
        top: -27.6rem;
    }
    #img-prop-div-ar-1 {
        top: -31.2rem;
    }
    #img-prop-div-ar-2 {
        top: -25.6rem;
    }
    #img-prop-div-ar-3 {
        top: -20rem;
    }
    #img-prop-div-ar-4 {
        top: -14.4rem;
    }
    #img-prop-div-ar-5 {
        top: -8.8rem;
    }
    #img-prop-ar-0-2 {
        position: relative;
        top: 12rem;
    }
    #img-prop-div-ar-1-1 {
        top: 9.6rem;
    }
    #img-prop-div-ar-1-2 {
        top: 15.2rem;
    }
    #img-prop-div-ar-1-3 {
        top: 21rem;
    }
    #img-prop-div-ar-1-4 {
        top: 27rem;
    }

    #img-prop-1,
    #img-prop-2,
    #img-prop-3,
    #img-prop-4,
    #img-prop-ar-1,
    #img-prop-ar-2,
    #img-prop-ar-3,
    #img-prop-ar-4 {
        width: 5rem;
        height: 5rem;
    }
    #img-prop-0-0 {

    }
    #img-prop-0-1 {
        top: -14rem;
    }
    #img-prop-ar-0-1 {
        top: -16rem;
    }
    #img-prop-0-2 {
        top: -23rem;
    }
    #img-prop-0-3 {

    }
    #img-prop-0-4 {
        top: -91rem;
    }
    #img-prop-0-5 {
        top: -87rem;
    }
    #img-prop-0-6 {
        top: -7rem;
    }
    #img-prop-0-7 {
        top: -70rem;
    }
    #img-prop-5-5 {
        position: relative;
        top: -18rem;
    }
    #img-prop-1 {

    }
    #img-prop-2,
    #img-prop-ar-2 {
        left: 5.5rem;
    }
    #img-prop-3,
    #img-prop-ar-3 {
        left: 11rem;
    }
    #img-prop-4,
    #img-prop-ar-4 {
        left: 16.5rem;
    }
    #content-div-1 {
        position: relative;
        top: 9rem;
    }
    #feature-div-2 {
        position: relative;
        top: -46rem;
    }
    #feature-div-5 {
        position: relative;
        top: -33rem;
    }
    #feature-div-7 {
        position: relative;
        top: 3rem;
    }
    #feature-div-ar-1 {
        position: relative;
        top: 42rem;
    }
    #row-4 {
        position: relative;
        top: -40rem;
    }
    #row-5 {
        position: relative;
        top: -42.6rem;  
    }
    #row-7 {
        position: relative;
        top: -147rem;
    }
    #row-8 {
        position: relative;
        top: -147rem;
    }
    #row-9 {
        position: relative;
        top: -152rem;
        margin-bottom: -185rem;
    }
    #row-ar-1 {
        margin-bottom: 23rem;
    }
    #sign-0,
    #sign-1,
    #sign-2,
    #sign-3,
    #sign-4,
    #sign-5,
    #sign-6,
    #sign-7,
    #sign-8 {
        width: 50px;
        height: 50px;
    }
    #info-0,
    #info-1,
    #info-2,
    #info-3,
    #info-4,
    #info-5,
    #info-6,
    #info-7,
    #info-8 {
        position: relative;
        left: -1rem;
    }
    .info {
        position: relative;
        left: -1rem;
    }
    .infoA {
        position: relative;
        left: -4.2rem;
    }
    .upcontent-2 {
        margin-bottom: -4rem;
    }
    .upcontent-4 {
        margin-top: 2rem;
        margin-bottom: -2rem;
    }
    .upcontent-5--6 {
        margin-top: -5rem;
        margin-bottom: -7rem;
    }
    .upcontent-6 {
        margin-top: -6rem;
        margin-bottom: -8rem;
    }
    .upcontent-8 {
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
    .upcontent-10 {
        margin-bottom: -5rem;
    }
    .upcontent-ar-2 {
        margin-top: -4rem;
        margin-bottom: -5rem;
    }
}

.img-size {
    width: 10rem; 
    height: 10rem;
}

