a {
    color: #000;
    text-decoration: none;
}

section {
    overflow: visible;
}

ul li {
    list-style-type: none;
}

/*************************************************************************/

#home-page {
    position: relative;
    height: 100vh;
    background: url('/customer-assets/images/background.jpg') center;
    background-size: cover;
    overflow: hidden;
}

#home-page .icon {
    position: absolute;
    left: 7vw;
    top: 7vw;
    display: none;
}

#home-page .icon img {
    width: 75px;
}

#home-page .monitor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19vw;
}

#home-page .monitor>a>img {
    width: 29.5vw;
}

#home-page .monitor .social-media .instagram {
    position: absolute;
    bottom: -1vw;
    left: 44vw;
}

#home-page .monitor .social-media .instagram img {
    width: 3vw;
}

#home-page .monitor .social-media .whatsapp {
    position: absolute;
    bottom: 1vw;
    left: 60vw;
}

#home-page .monitor .social-media .whatsapp img {
    width: 3vw;
}

#home-page .monitor .elements img:nth-child(1) {
    position: absolute;
    top: -3vw;
    left: 33vw;
    width: 15vw;
    z-index: 1;
}

#home-page .monitor .elements img:nth-child(2) {
    position: absolute;
    top: 3vw;
    right: 32vw;
    width: 6vw;
    z-index: 1;
}

#home-page .laptop {
    position: absolute;
    left: 17vw;
    bottom: 14vw;
}

#home-page .laptop img {
    width: 25vw;
}

#home-page .laptop .elements img:nth-child(1) {
    position: absolute;
    top: -10px;
    /* left: -16px; */
    left: -1vw;
    width: 3.5vw;
    z-index: 1;
}

#home-page .laptop .elements img:nth-child(2) {
    position: absolute;
    top: 3.8vw;
    right: 4.8vw;
    width: 3.5vw;
    z-index: 1;
}

#home-page .laptop .elements a img:nth-child(1) {
    position: absolute;
    top: -7vw;
    right: 10vw;
    width: 13vw;
    z-index: 1;
}

#home-page .keyboard {
    position: absolute;
    right: 24.5vw;
    bottom: 12.5vw;
}

#home-page .keyboard>img {
    width: 23vw;
}

#home-page .camera {
    position: absolute;
    right: 1vw;
    bottom: 3vw;
}

#home-page .camera img {
    width: 20vw;
}

#home-page .camera .element {
    position: absolute;
    top: -7.7vw;
    right: 1.2vw;
}

#home-page .camera .element img {
    width: 14vw;
}

#home-page .tablet {
    position: absolute;
    right: 36vw;
    bottom: 0;
}

#home-page .tablet img {
    width: 41vw;
}

#home-page .tablet .elements img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15vw;
    z-index: 1;
}

#home-page .tablet .elements img:nth-child(2) {
    position: absolute;
    right: -11vw;
    bottom: 5.5vw;
    width: 18vw;
    z-index: 1;
}

#home-page .pen {
    position: absolute;
    right: 38vw;
    bottom: 0;
}

#home-page .pen>img {
    width: 13vw;
}

#home-page .catalogue img {
    width: 20vw;
}

#home-page .catalogue {
    position: absolute;
    left: 3vw;
    bottom: 1vw;
}

#home-page .about-us {
    position: absolute;
    top: 25%;
    left: 4vw;
}

#home-page .about-us img {
    width: 8vw;
}

#home-page .flower {
    position: absolute;
    left: 40px;
    bottom: 15vw;
}

#home-page .flower>img {
    width: 13vw;
}

#home-page .flower .element {
    position: absolute;
    bottom: -.7vw;
    right: 4.5vw;
}

#home-page .flower .element img {
    width: 3vw;
}

#home-page .packing-design {
    position: absolute;
    top: 3%;
    left: 47vw;
}

#home-page .packing-design img {
    width: 14vw;
}

#home-page .motion-graphic {
    position: absolute;
    top: 32%;
    right: 7vw;
}

#home-page .motion-graphic img {
    width: 17vw;
}

#home-page .proposal {
    position: absolute;
    top: 3vw;
    right: 5vw;
}

#home-page .proposal img {
    width: 9.5vw;
}

#home-page .km {
    position: absolute;
    top: 4vw;
    right: 18vw;
}

#home-page .km img {
    width: 11vw;
}

#home-page .branding {
    position: absolute;
    top: 2vw;
    left: 7vw;
}

#home-page .branding img {
    width: 13vw;
}

.offcanvas {
    color: #fff;
    background-color: #531577c5;
    backdrop-filter: blur(5px);
}

.offcanvas a,
.offcanvas button {
    color: #fff;
}

.offcanvas ul {
    padding: 0 15px;
    list-style-type: none;
}

.offcanvas .menus ul li a {
    position: relative;
    padding: 0 20px 5px 0;
    font-size: 23px;
    font-weight: bold;
    line-height: 55px;
}

.offcanvas .menus ul li a::before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: rgb(226, 226, 226);
    height: 3px;
    transition: all .3s ease-in-out;
}

.offcanvas .menus ul li a:hover::before {
    width: 100%;
}

.offcanvas .social-media ul li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}












/*************************************************************************/


/* Header */
header {
    position: sticky;
    /* background: url('./../images/background-2.png') no-repeat; */
    border-bottom: 1px solid #ffffff22;
    z-index: 1;
}

.video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* border-radius: 2rem !important; */
    border: 1px solid #cacbcc;
}

@media screen and (max-width: 991px) {

    .video-container {
        height: 51vw !important;
    }
}


.image-container {
    width: 100%;
    height: 390px !important;
    overflow: hidden;
    position: relative;
    border-radius: 2rem !important;
    border: 1px solid #cacbcc;
}

.image-container .child-img {
    width: 100%;
    position: absolute;
    top: 0;
    transition: top 8s ease-in-out;
}

.caption {
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    stroke-width: 1px;
    stroke: #fff;
    backdrop-filter: blur(8px);
}

.caption-gallery {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    stroke-width: 1px;
    stroke: #000000;
    color: #ffffff;
}

.card-gallery {
    height: 40vw;
    position: relative;
    margin: 0 0 40px 0;
    padding: 0 15px;
}

.card-gallery img {
    min-height: 40vw;
    object-fit: cover;
}

.card-gallery a {
    overflow: hidden;
    border-radius: 10px;
}

.caption img {
    width: 50px;
}




.card-columns {
    -webkit-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}


/* About */
.about .image,
.about .image img {
    position: relative;
    border-radius: 0 200px 0 200px;
}

.about .image::before {
    position: absolute;
    content: '';
    top: 15px;
    right: -15px;
    left: 15px;
    bottom: -15px;
    border: 3px solid #006459;
    border-radius: 0 200px 0 200px;
    z-index: 0;
}

.btn-1 {
    background: #e7ebf6;
    color: #3f51b5;
    border-radius: 12px;
    padding: 16px 8px;
    font-size: 14px;
    width: 115px;
    height: 53px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}




@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

.bg-custom {
    background-color: #343a40;
}

/* customer */

#customer-header {
    background-color: #343a40 !important;

}

#customer-header img {
    border-radius: 30px 200px 200px;

}

.wave-customer {
    margin-bottom: -25px;
}

#customer .item {
    position: relative;

    background: linear-gradient(45deg, rgba(52, 58, 64, 1) 0%, rgb(63, 73, 84) 20%, rgb(53, 61, 69) 50%, rgba(52, 58, 64, 1) 80%, rgb(83, 96, 108) 100%);
    border: 2px solid #464e56;
    border-radius: 30px;
    transition: all .3sease-in-out;
}

#customer .item img {
    border-radius: 30px 30px 0 0;
}

#customer .item .btn {
    color: #fff;
    border: 2px solid #464e56 !important;
}

/* packing */


#packing-header {
    /* background-color: #343a40 !important; */

}

#packing-header img {
    border-radius: 30px 200px 200px;

}

.wave-packing {
    margin-bottom: -25px;
}

#packing .item {
    position: relative;

    background: linear-gradient(45deg, rgba(52, 58, 64, 1) 0%, rgb(63, 73, 84) 20%, rgb(53, 61, 69) 50%, rgba(52, 58, 64, 1) 80%, rgb(83, 96, 108) 100%);
    border: 2px solid #464e56;
    border-radius: 30px;
    transition: all .3sease-in-out;
}

#packing .item img {
    border-radius: 30px 30px 0 0;
}

#packing .item .btn {
    color: #fff;
    border: 2px solid #464e56 !important;
}


/* photoes */

#photoes {
    background-image: url('../images/Wave\ Background.svg');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position-y: -3%;
    background-size: 55%;

}

.decorative-even {
    display: flex;
    flex-direction: row-reverse;
}

.decorative-even .capt {
    width: 40%;
    position: absolute;
    top: 20%;
    right: 15%;
}


.decorative img,
.decorative-even img {
    margin-right: 50px;
    box-shadow: 2px 4px 20px 20px rgba(0, 0, 0, 0.175);
}

.capt {
    width: 40%;
    position: absolute;
    top: 20%;
    /* box-shadow:inset 2px 4px 20px 20px #d5ad7c4a; */
    left: 15%;
}

.text-gray {
    /* background-color: #526f7d; */
    color: #526f7d;
}

.bg-gray {
    background-color: #526f7d;
    /* color: #526f7d; */
}

.text-yellow {
    /* background-color: #d5ad7c; */
    color: #d5ad7c;
}

.btn-custom {
    border: 1px solid #000;
    padding: 5px 30px;
    transition: all ease .7s;
}

.btn-custom:hover {
    border: 1px solid #000;
    padding: 8px 35px;
}


.capt .btn {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#cal {
    background-color: #343a40 !important;
}

/* catalog */

.catalog {
    background-image: url('../images/Wave\ Background.svg');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* background-position-y: -3%;  */
    background-size: 65%;
}


/* footer */
footer,
footer a {
    color: #fff;
}

footer {
    background-color: #343a40 !important;
    background-repeat: no-repeat;
    background-size: cover;
}

footer iframe {
    min-width: 300px;
    min-height: 250px;
    padding: 7px;
    border-radius: 50px 0;
    border: 1px solid #fff;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    line-height: 35px;
}

footer .navbar-brand img {
    max-width: 200px;
}






@media only screen and (max-width: 1122px) {
    .fs-nav {
        font-size: 12px;
    }

    .fs-alper {
        font-size: 40px;
    }
}




@media only screen and (max-width: 992px) {

    .fs-alper {
        font-size: 55px;
        top: 17%;
        left: -35%;
    }
}





/* contact-us */

.contact-us {
    min-height: 100vh;
}


.contact-us form input,
.contact-us form textarea,
.contact-us form span,
.contact-us form i {
    background-color: transparent;
    padding: 15px;
    font-size: 20px;
}

.contact-us form input:focus,
.contact-us form textarea:focus {
    background-color: transparent;
    box-shadow: 4px 5px 20px .25rem rgba(69, 196, 0, 0.32);
}

.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
    color: #7b7b7b;
    font-size: 20px;
    direction: rtl;
    opacity: 0.5 !important;

}

.contact-us .btn {
    padding: 7px 40px;
    color: #fff;
    background-color: #003530;
    box-shadow: rgba(9, 88, 1, 0.35) 0px 5px 15px;
}


/* contact-us-child */
.contact-us-child {
    border-right: 2px solid #003530;
}

.contact-us-child li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact-us-child li .text span:first-child {
    font-size: 20px;
    margin-right: 10px;
}

.contact-us-child li .text span {
    font-size: 15px;
    margin-right: 10px;
}

.contact-us-child svg {
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px;
    font-size: 14px;
    background-color: #003b34 !important;
    color: #fff;
    border-radius: 50%;
}

/* social-media */
.social-media a {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

/* about-us */
.about-us .owl-theme {}

.about-us-slider .owl-dots {
    display: none;
}

.about-us-slider .item img {
    aspect-ratio: 5/1;
    object-fit: cover;
    object-position: 0% 70%;
}









#descin img {
    width: 100%;
    padding: 5px;
    border: 5px solid #343a40;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 50%;
}





#packing img {
    background-color: #e2e2e2;
    aspect-ratio: 1/1;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

#packing img:hover {
    scale: 1.05;
    filter: drop-shadow(0 0 .75rem #f0c8d3);
}




#social-media .image-container {
    height: 600px !important;
}

#social-media .caption {
    top: 80%;
}
