/* header */

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #1C1C1F !important;
    background-color: #1C1C1F !important;
    overflow-x: hidden;
}

.mx-w-100 {
    max-width: 100% !important;
}

#menu {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
    z-index: 10;
    z-index: 9999999;
    top: 10px;
    margin-left: auto;
    cursor: pointer;
}

.menu-line1 {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: .6s;
}

.menu-line2 {
    width: 80%;
    height: 2px;
    margin-top: .7rem;
    background: #fff;
    transition: .6s;
}

.rotate {
    transform: rotateZ(180deg);
    z-index: 99999;
}

.rotate1 {
    background: #d5d5d5;
    transform: rotateZ(45deg);
    z-index: 99999;
}

.rotate2 {
    background: #d5d5d5;
    width: 100%;
    transform: translate(0, -0.8rem) rotateZ(-45deg);
    z-index: 99999;
}

.nav-page1 {
    position: fixed;
    top: 0;
    left: 0;
    background: #181818;
    width: 60%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #212121;
    transform: translate(0, -100%);
    transition: .5s;
    z-index: 99999;
}

.nav-page1 ul{
    margin: 0px;
    padding: 0px;
}

.nav-page1 span {
    padding: 1rem;
}

.nav-page2 {
    position: fixed;
    top: 0;
    left: 60%;
    background: #161616;
    width: 40%;
    height: 100vh;
    transition: .8s;
    transform: translate(0, -100%);
    z-index: 99999;
}

.transform {
    transform: translate(0, 0);
}

.banner-size {
    position: relative;
    background: #1C1C1F;
    height: 100vh;
}

.logo-main {
    position: relative;
    width: fit-content;
    z-index: 9999;
    padding: 5px 0px;
}

.header-main {
    background: #1C1C1F;
    overflow: hidden;
    width: 100%;
    height: 100px;
    z-index: 9;
    position: fixed;
}

.container-c {
    /* background: #1C1C1F; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.slider__navi {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    display: none;
}

.slider__navi a {
    display: block;
    height: 6px;
    width: 20px;
    margin: 20px 0;
    text-indent: -9999px;
    box-shadow: none;
    border: none;
    background: rgb(255 255 255 / 14%);
}

.slider__navi a.active {
    background: rgba(255, 255, 255, 1);
}

.flex__container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

.flex__container.flex--active {
    z-index: 2;
}

.text--sub {
    font-size: 12px;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.text--big {
    font-size: 70px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #D39E53;
    font-family: 'poppinsbold';
}

.text--big::after {
    content: "Creative";
    position: absolute;
    font-size: 100px;
    color: #FFFFFF;
    opacity: 13%;
    left: 0;
    font-weight: 800;
    text-transform: uppercase;
    bottom: 65px;
}

.text--big::before {
    content: "minds";
    position: absolute;
    font-size: 100px;
    color: #FFFFFF;
    opacity: 13%;
    left: 0;
    font-weight: 800;
    text-transform: uppercase;
    top: 70px;
}

.text--normal {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    margin-top: 25px;
}



.flex__item {
    height: 100vh;
    color: #fff;
    transition: transform 0.1s linear;
}

.flex__item--left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    width: 100%;
    transform-origin: left bottom;
    transition: transform 0.1s linear 0.4s;
    opacity: 0;
    position: relative;
    overflow: hidden;
}



.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
    opacity: 1;
}

/* Piplup */

.flex--piplup .flex__item--left {
    background: #3e9fe6;
}

.flex--piplup .flex__item--right {
    background: #d3eaef;
}

/* Pikachu */

/* .flex--pikachu .flex__item--left {
    background: #080808;
} */

.flex--pikachu .flex__item--right {
    background: #080808;
}

/* Blaziken */

.flex--blaziken .flex__item--left {
    background: #080808;
}

.flex--blaziken .flex__item--right {
    background: #080808;
}

/* Dialga */

.flex--dialga .flex__item--left {
    background: #080808;
}

.flex--dialga .flex__item--right {
    background: #080808;
}

/* Zekrom */

.flex--zekrom .flex__item--left {
    background: #080808;
}

.flex--zekrom .flex__item--right {
    background: #080808;
}

.flex__content {
    margin-left: 80px;
    width: 55%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
    position: absolute;
    bottom: -40px;
    right: 11%;
    max-height: 50vw;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);

}

/* Animate-START point */

.flex__container.animate--start .flex__content {
    transform: translate3d(0, -200%, 0);
    opacity: 0;
}

.flex__container.animate--start .pokemon__img {
    transform: translate3d(-200px, 0, 0);
    opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
    transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
    transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
    transform: translate3d(0, 200%, 0);
    opacity: 0;
}

.flex__container.animate--end .pokemon__img {
    transform: translate3d(200px, 0, 0);
    opacity: 0;
}

.nav-page1 a {
    color: #fff !important;
    transition: 0.5s ease;
    font-size: 25px;
}

.nav-page1 a:hover {
    color: #ebc06d !important;
    transition: 0.5s ease;
}


.slider-main {
    position: relative;
    height: 100vh;
}

.map-gray {
    filter: grayscale(1) brightness(0.3);
}

.map-contact {
    width: 70%;
    height: 449px;
    margin-top: 35px;
}

.div-subboxes-m-bg {
    background: #1A191D;
    padding: 80px;
}

/* .box-1 {
    padding: 0 30px;
    min-width: 350px;
    max-width: 350px;
} */

.box-1 h1 {
    font-size: 26px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'poppinsmedium';
    margin-top: 20px;
}

.box-1 span {
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'poppinsmedium';
}

/* close */


.showcase {
    margin: 80px 0px 40px;
    padding-left: 300px;
    padding-right: 100px;
    position: relative;
}

.shw-case {}

.shw-case h6 {
    color: #9F9EA1;
    font-size: 14px;
    font-family: 'poppinsmedium';

}

.shw-case h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'poppinssemibold';
}

.shw-case hr {
    opacity: 1;
    border: 1px solid #979595;

}

.shw-case p {
    font-size: 14px;
    font-family: 'poppinsmedium';
    color: #9F9EA1;
}

.btn-style {
    padding: 10px 40px;
    background-color: #EDC16E;
    color: #2a2a2a;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'poppinsbold';
}

.btn-style:hover {
    color: white;
    background-color: rgb(255, 255, 255, 0.13);
}

.doc-carousel .fa-chevron-left {
    margin-right: 15px;
    font-size: 30px;
}

.doc-carousel .fa-chevron-right {
    font-size: 30px;
}

.doc-carousel .owl-nav {
    position: absolute;
    top: 30px;
    right: 0px;
}

.doc-carousel .owl-dots {
    display: none;
}

/* gallary-wrap */

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.item {
    flex: 5;
    height: 100% !important;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    position: relative;

    &:hover {
        flex: 7;
    }
}

.item-1 h2 {
    position: absolute;
    top: 96px;
    left: -102px;
}

.item-2 h2 {
    position: absolute;
    top: 103px;
    left: -108px;
}

.item-1,
.item-2,
.item-3,
.item-4,
.item-5 h3 {
    cursor: pointer;
}

.item-3 h2 {
    position: absolute;
    top: 121px;
    left: -127px;
}

.item-4 h2 {
    position: absolute;
    top: 99px;
    left: -105px;
}

.item-5 h2 {
    position: absolute;
    top: 76px;
    left: -82px;
}

.item-1 {
    background-image: url(../images/g-img1.jpg);
}

.item-2 {
    background-image: url(../images/g-img2.jpg);
}

.item-3 {
    background-image: url(../images/g-img3.jpg);
}

.item-4 {
    background-image: url(../images/g-img4.jpg);
}

.item-5 {
    background-image: url(../images/g-img5.jpg);
}

.gallery-wrap h2 {
    color: #FFFFFF;
    background-color: #000;
    font-family: 'poppinsbold';
    transform: rotate(-90deg);
    position: absolute;
    padding: 10px 15px;

}

.about-us {
    background-color: #242424;
    height: 430px;
    margin-bottom: 300px;

}

.about-us h2 {
    color: #FFFFFF;
    font-family: 'poppinsbold';
    font-size: 50px;

}

.about-us .btn {
    width: 180px;
    height: 45px;
    --mdb-btn-bg: #EDC16E;
    --mdb-btn-color: #1C1C1F;
}

.ab-img {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ab-cntnt {
    margin-top: 36px;
    margin-left: 233px;
}

.about-us .logo-main1 {
    margin-left: 204px;
    margin-top: 87px;
}

.ab-btn {
    margin-top: 100px;
}

.ab-btn .btn-style,
.contact-bg .btn-style {
    padding: 15px 40px;
}

.message-sec {
    background-position: center;
    background-size: cover;
    background-repeat: none;
    background-image: url(../images/contact-img.jpg);
    position: relative;
    padding: 100px 0px;
}

.contact-bg {
    position: relative;
    z-index: 1;

}

.contact-bg h2 {
    color: #FFFFFF;
    font-size: 45px;
    font-family: 'poppinssemibold';
    padding-top: 100px;
}

.contact-bg .form-control {
    background-color: transparent;
    padding: 10px;
    margin-bottom: 20px;
    width: 450px;
    font-family: 'poppinslight';
    color: white !important;
    border: 1px solid #FBFBFB;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}

.contact-bg .form-control:focus {
    background-color: transparent !important;
    border-color: #FBFBFB !important;
    box-shadow: none !important;
}

.contact-bg input::placeholder {
    color: #FFFFFF;
}

.contact-bg textarea::placeholder {
    color: #FFFFFF;
}

.contact-bg .contact-btn {
    margin-top: 35px;
}

.contact-bg .contact-btn .btn-style:hover {
    background-color: black;
    color: white;
}

.recent-prjcts .pr-box,
.recent-prjcts .pr-box2 {
    overflow: hidden;
}

.recent-prjcts .pr-box:hover .pr-imgbox {
    transform: scale(1.2);
    transition: 1.5s;
}

.recent-prjcts .pr-box2:hover .pr-imgbox {
    transform: scale(1.2);
    transition: 1.5s;
}

.project {
    margin-left: 240px;
    margin-top: 100px;


}

.project-cntnt {
    padding: 70px 50px;
    background-color: #2A2A2A;
}

.project h2 {
    font-family: 'poppinssemibold';
    font-size: 55px;
    color: white;
    margin-top: 25px;
    margin-bottom: 40px;
}

.pr-box {
    position: relative;
}

.pr-imgbox {
    background-image: url(../images/project-img1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    transform: scale(1);
    transition: 1.5s;
}

.project .btn-style {
    padding: 15px 40px;
}

.project-cntnt h6 {
    font-family: 'poppinsmedium';
}

.pr-box .overlay-bg h3,
.pr-box2 .overlay-bg h3 {
     font-family: 'poppinsbold';
    color: white;
    position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 1;
}

.pr-box2 {
    position: relative;
}

.pr-box2 .pr-imgbox {
    min-height: 380px;
}

.client-box {
    margin-left: 233px;
    margin-right: 100px;
    position: relative;
}

.client-box h2 {
    font-size: 50px;
    font-family: 'poppinsbold';
    transform: rotate(-90deg);
    color: white;
    width: max-content;
    position: absolute;
    left: -130px;
    top: 125px;

}

.client-bx {
    background-color: #242424;
    padding: 130px 60px;
    margin-bottom: 90px;

}

.client-bx img {
    width: 150px !important;
}

/* bishru */

.footer {
    background-color: #1A191D;
    padding: 40px 0px 10px;
}

.mak-para {
    font-size: 14px;
    font-family: 'poppinsmedium';
    color: #9F9EA1;
}

.footer-head {
    color: #F7F7F7;
    font-size: 17px;
    font-family: 'poppinsmedium';
    margin: 25px 0px 15px 0px;
}

.social-media-icons img {
    width: 17px;
    margin-right: 22px;
}

.social-media-icons {
    margin-top: 20px;
}

.footer-sec {
    padding-top: 15px;
}

.footer-list {
    padding: 0px;
}

.footer-list li {
    list-style: none;
    font-size: 14px;
    font-family: 'poppinsmedium';
    margin: 12px 0px 0px 0px;
}

.yellostack a, .yellostack a:hover{
    color: #edc16e;
}

.footer-list li a:hover {
    color: #fff !important;
}

.social-media-icons a:hover {
    color: #fff !important;
}

.footer-list a {
    color: #9F9EA1 !important;
}

.social-media-icons a {
    font-size: 14px;
    font-family: 'poppinsmedium';
    color: #9F9EA1;
}


/* inner banner */

.inner-banner {
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;

}

/* about */


.header-main-about {
    overflow: hidden;
    width: 100%;
    height: 100px;
    z-index: 9;
    position: fixed;
}

.banner-heading {
    font-family: 'poppinsbold';
    font-size: 40px;
    color: #ffff;
}

.banner-para {
    color: #fff;
    font-size: 15px;
    font-family: 'poppinsmedium';
    width: 83%;
    margin-top: 30px;
}

.about-second-sec {
    background-color: #2A2A2A;
    padding: 80px 0px;
}

.about-second-sec h2 {
    color: white;
    font-size: 31px;
    font-family: 'poppinsbold';
    margin-bottom: 29px;
    line-height: 45px;
}

.show-more {
    padding: 14px 23px;
    background-color: #ffffff;
    color: #2a2a2a;
    border-radius: 3px;
    font-size: 14px;
    font-family: 'poppinsbold';
}

.show-more:hover {
    background-color: #D39E53;
    color: white;
    transition: 0.5s;
}

.button-height {
    margin-top: 90px;
}

.about-second-sec img {
    border-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-second-sec img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-effect {
    overflow: hidden;
    border-radius: 10px;
}

.about-second-sec h6 {
    font-size: 14px;
    text-align: center;
    font-family: 'poppinsmedium';
    color: #9F9EA1;
    margin: 22px 0px 0px 0px;
}

.our-journey {
    background-image: url(../images/journey.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding: 80px 0px;
}

.journey-head {
    color: #000;
    font-family: 'poppinsbold';
    font-size: 25px;
    margin-bottom: 20px;
}

.feature-icons {
    background-color: #000;
    width: 100%;
    padding: 60px 20px;
}

.feature-icons img {
    width: 50px;
}

.feature-icons h6 {
    color: #fff;
    font-size: 20px;
    font-family: 'poppinssemibold';
    margin-top: 30px;

}

.our-upproch {
    background-color: #1C1C1F;
    padding: 74px 0px;
}

.our-upproch h4 {
    color: #fff;
    font-family: 'poppinsbold';
    font-size: 25px;
}

.our-upproch-line {
    border: 2px solid #707070;
    width: 100%;
}

.our-upproch h2 {
    font-family: 'poppinsbold';
    font-size: 40px;
    color: #fff;
    line-height: 70px;
}

.smart {
    width: 100%;
    min-height: 260px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 3s;
    position: relative;

}

.smart .overlay {
    position: absolute;
    background: #404040;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: 2s;
}

.smart {
    background-image: url(../images/smart.png);
}

.smart-2 {
    background-image: url(../images/videogrpahy.png);
}

.smart-3 {
    background-image: url(../images/printing.png);
}

.smart:hover .overlay {
    opacity: 1;
    transition: 2s;
}

.smart-content h3 {
    color: #fff;
    font-size: 31px;
    font-family: 'poppinssemibold';
}

.smart .overlay h3 {
    color: #fff;
    font-size: 31px;
    font-family: 'poppinssemibold';
}

.smart .overlay p {
    font-size: 14px;
    color: #fff;
    font-family: 'poppinsmedium';
    transition: 1.5s;
}

.smart-content {
    padding: 20px;
}

.pl-70 {
    padding-left: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.logos {
    background-color: #fff;
    padding: 50px 0px;
}

.logos img {
    width: 180px;
}

.mt-35 {
    margin-top: 45px !important;
}

.logos h3 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-family: 'poppinsmedium';
    line-height: 45px;
}
.lgs-crsl-sm{
    display: none;
   }
   .lgs-crsl-sm img {
    width: 100%!important;
    padding: 20px;
}
/* service */


.services-detail {
    background-color: #1C1C1F;
    padding: 100px 0px;
}

.services-detail h4 span {
    color: #8c8c8c;
    font-size: 77px;
    font-family: 'poppinsregular';
    margin-right: 20px;
}

.services-detail h4 {
    font-family: 'poppinsbold';
    color: #fff;
    font-size: 31px;
    display: flex;
    align-items: center;
}

.services-detail p {
    color: #dcdcdc;
    font-size: 17px;
    margin-top: 27px;
}

.video-cntnt {
    padding: 0px 40px 0px 40px;
}

/* contact */

.contact-detail {
    background-color: #1A191D;
    padding: 70px 0px;
}

.contact-detail p {
    font-size: 14px;
    font-family: 'poppinsmedium';
    color: #9F9EA1;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.contact-form {
    background-color: #2A2A2A;
    padding: 40px 0px;
    margin-top: 50px;
}

.form {
    color: rgb(255 255 255 / 52%) !important;
    background-color: #1a191d !important;
    border: 0px solid #bdbdbd !important;
    padding: 15px !important;
    outline: none !important;
    margin: 25px 0px;
}

.form::placeholder {
    color: rgb(255 255 255 / 52%) !important;
}

.form-padding {
    padding: 0px 30px !important;
}

.submit {
    background-color: #605F5C;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'poppinssemibold';
    color: #FBFBFB;
    padding: 20px;
    border-radius: 5px;
    transition: .5s;
}

.submit:hover {
    color: white;
    background-color: #EDC16E;
    transition: .5s;
}

.mak-para-form {
    font-size: 14px;
    font-family: 'poppinsmedium';
    color: #9F9EA1;
    line-height: 24px;
    width: 70%;
}

/* portfolio */

.portfolio-inner {
    background-color: #2A2A2A;
}

.portfolio-section-head {
    padding-left: 50px !important;
}

.videography-inner h6 {
    font-size: 13px;
    color: #fff;
    font-family: 'poppinsbold';
    margin-top: 140px;
}

.videography-inner h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'poppinsbold';
    margin-top: 15px;
}

.portfolio-overflow {
    overflow: hidden;
}

.video-0 {
    background-image: url(../images/video-inner.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-0:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-1 {
    background-image: url(../images/video-inner-1.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-2 {
    background-image: url(../images/video-inner-2.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-2:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-3 {
    background-image: url(../images/video-inner-2.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-3:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-4 {
    background-image: url(../images/video-inner-3.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-4:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-5 {
    background-image: url(../images/video-inner-4.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.video-5:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.Photography-sec-img {
    background-image: url(../images/photo.jpg);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.Photography-sec-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-gallery {
    padding: 100px 0px;
}

.item h3 {
    position: absolute;
    bottom: -34px;
    left: 25%;
    text-align: center;
    background-color: #EDC16E;
    font-family: 'poppinsbold';
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 5px;
    opacity: 0;
    transition: 1s;
}

.item:hover h3 {
    opacity: 1;
    transition: 1s;
    z-index: 1;
}

.show-class {
    display: block !important;
}

.hide-class {
    display: none !important;
}

.item a {
    color: #000 !important;
}

.service img {
    width: 100%;
    height: 100%;
}

.service-img-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden;
}

.service-img-hover:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.img-overflow {
    overflow: hidden;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#scroll {
    position: fixed;
    right: 42px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #2A2A2A;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #D39E53;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* watsapp */
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #009509;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    bottom: 100px;
    right: 42px;
}

.my-float {
    margin-top: 12px;
}

.ab-img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

img.zoomer-move {
    -webkit-animation: zoomer 1s infinite alternate;
    animation: zoomer 1s infinite alternate;
}

img.zoomer-move {
    -webkit-animation: zoomer 1s infinite alternate;
    animation: zoomer 1s infinite alternate;
}

@-webkit-keyframes zoomer {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.95);
    }
}

@keyframes zoomer {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.95);
    }
}


@media only screen and (max-width: 2560px) {

    .pokemon__img {
        bottom: -207px;
    }

    .services-detail h4 {
        font-size: 50px;
    }

    .services-detail h4 span {
        font-size: 100px;
        padding-left: 25px;
    }

    .services-detail p {
        font-size: 25px;
        margin-top: 7px;
        padding-left: 25px;
    }

    /* portfolio */
    .videography-inner h6 {
        font-size: 20px;
    }

    .videography-inner h3 {
        font-size: 60px;
    }

    /* contact */
    .contact-detail p {
        font-size: 20px;
        width: 90%;
    }

    .item h3 {
        left: 33%;
    }

    .button-height {
        margin-top: 60px;
    }

    /* .box-1 {
        padding: 0 30px;
        min-width: 590px;
        max-width: 590px;
    } */

    .showcase {
        padding-left: 630px;
    }

    .about-us .logo-main1 {
        margin-top: 200px;
    }

    .about-us .ab-img img {
        width: 80%;
    }

    .about-us {
        margin-bottom: 415px;
    }

    .client-box h2 {
        top: 140px;
    }
}


@media only screen and (max-width: 1920px) {


    .pokemon__img {
        bottom: -40px;
    }

    .gallery-wrap {
        height: 70vh;
    }

    .services-detail h4 {
        font-size: 31px;
    }

    .services-detail h4 span {
        font-size: 77px;
        padding-left: 0px;
    }

    .services-detail p {
        font-size: 17px;
        margin-top: 27px;
        padding-left: 0px;
    }

    /* portfolio */
    .videography-inner h6 {
        font-size: 13px;
    }

    .videography-inner h3 {
        font-size: 50px;
    }

    /* contact */
    .contact-detail p {
        font-size: 14px;
        width: 70%;
    }

    .item h3 {
        left: 25%;
    }

    .button-height {
        margin-top: 90px;
    }

    /* .box-1 {
        padding: 0 30px;
        min-width: 350px;
        max-width: 350px;
    } */

    .showcase {
        padding-left: 300px;
    }

    .about-us .logo-main1 {
        margin-top: 87px;
    }

    .about-us .ab-img img {
        width: 80%;
    }

    .about-us {
        margin-bottom: 300px;
    }

    .client-box h2 {
        top: 125px;
    }

}

@media only screen and (max-width: 1600px) {
    .video-cntnt {
        padding: 30px 40px 30px 40px;
    }

    .item-1 {
        height: 77%;
    }

    .item-2 {
        height: 77%;
    }

    .item-3 {
        height: 77%;
    }

    .item-4 {
        height: 77%;
    }

    .item-5 {
        height: 77%;
    }

    .gallery-wrap {
        height: 60vh;
    }

    .portfolio-gallery {
        padding: 100px 0px;
    }

    .about-second-sec h2 {
        line-height: 37px;
        font-size: 26px;
        margin-bottom: 25px;
    }

    .our-upproch h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .our-upproch h4 {
        font-size: 22px;
    }

    .logos h3 {
        font-size: 25px;
        line-height: 40px;
    }

    /* .box-1 {
        padding: 0 30px;
        min-width: 425px;
        max-width: 425px;
    } */

    .showcase {
        padding-left: 160px;
    }

    .about-us {
        margin-bottom: 265px;
    }

    .client-box h2 {
        top: 135px;
    }

    .about-us .ab-img img {
        width: 90%;
    }
}

@media only screen and (max-width: 1367px) {
    .video-1 {
        height: 400px !important;
    }

    .video-2 {
        height: 400px;
    }

    .video-3 {
        height: 400px;
    }

    .video-4 {
        height: 400px;
    }

    .video-5 {
        height: 400px;
    }

    .button-height {
        margin-top: 50px;
    }

    .about-second-sec h2 {
        margin-bottom: 20px;
        line-height: 40px !important;
        font-size: 25px !important;
    }

    .pokemon__img {
        right: 4%;
    }

    .box-1 {
        padding: 0 30px;
        min-width: 350px;
        max-width: 350px;
    }

    .div-subboxes-m {
        padding: 70px;
    }

    .project h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .project-cntnt {
        padding: 60px 50px 80px;
    }

    .about-us h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .about-us .ab-img img {
        width: 100%;
    }

    .about-us {
        margin-bottom: 240px;
    }

    .portfolio-gallery.portfolio-gallery {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .button-height {
        margin-top: 42px !important;
    }

    .slider-main {
        height: 90vh;
    }

    .text--big::after,
    .text--big::before {
        font-size: 70px;
    }

    .text--big {
        font-size: 60px;
    }

    .pokemon__img {
        bottom: 55px;
    }

    .showcase {
        padding-left: 100px;
    }

    .gallery-wrap {
        height: 45vh;
    }

    .pr-box2 .pr-imgbox {
        min-height: 315px;
    }

    .about-us h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .project h2 {
        font-size: 30px;
        line-height: 50px;
    }

    .ab-btn {
        margin-top: 85px;
    }

    .about-us {
        height: 380px;
        margin-bottom: 210px;
    }

    .project {
        margin-left: 100px;
    }

    .client-bx {
        padding: 120px 60px;
    }

    .client-bx img {
        width: 125px !important;
    }

    .portfolio-gallery.portfolio-gallery {
        padding: 70px 0px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .text--big {
        font-size: 35px;
        margin-bottom: 0px;
        padding-left: 50px;
    }

    .text--big::after,
    .text--big::before {
        font-size: 31px;
        line-height: 0px;
        left: 50px;
    }

    .text--big::after {
        bottom: 55px;
    }

    .text--big::before {
        top: 58px;
    }

    .pokemon__img {
        right: 6%;
        bottom: 4%;
        max-height: 100vw;
    }

    .div-subboxes-m-bg {
        padding: 40px 30px 10px;
    }

    .showcase {
        margin: 0px;
        padding: 40px 40px 0px 40px;
    }
    .doc-carousel .fa-chevron-left,.doc-carousel .fa-chevron-right{
        font-size: 20px;
    }
       
 

    .shw-case h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .shw-case .btn-style{
        padding: 8px 30px;
    }

    .box-1 {
        padding: 0px;
        margin-bottom: 25px;
    }

    .box-1 h1 {
        line-height: 30px;
        font-size: 20px;
        margin-top: 10px;
        
    }

    .flex__item {
        height: 61%;
    }
    .project .pr-imgbox {
        min-height: 250px;
    }
    .project .overlay-bg h3{
        bottom: 15px;
        margin-left: 15px;
        font-size: 15px;
    }
    .logo-main1 img{
        width: 111px !important;
    }


    /* about */
    .about-second-sec h2 {
        margin-bottom: -15px;
        font-size: 20px !important;
    }

    .nav-page1 {
        width: 100%;
    }

    .nav-page2 {
        display: none;
    }

    .banner-heading {
        text-align: center;
    }

    .banner-para {
        display: none;
    }

    .inner-banner {
        height: 300px;
    }

    .about-second-sec {
        padding: 30px 20px;
    }

    .about-second-sec img {
        margin-top: 35px;
    }

    .button-height {
        margin-top: 30px;
    }

    .our-journey {
        padding: 50px 19px;
    }

    .feature-icons {
        margin-bottom: 20px;
        padding: 30px 20px;
    }

    .our-upproch {
        padding: 50px 17px;
    }

    .pl-70 {
        padding-left: 15px !important;
    }

    /* service */

    .smart {
        margin-bottom: 20px;
    }

    .mak-para {
        display: none;
    }

    .mak-para {
        padding: 30px 25px 5px 20px;
    }

    .services-detail p {
        margin-top: 5px;
        font-size: 14px;
    }

    .services-detail {
        padding: 30px 0px;
    }

    /* portfolio */
    .gallery-wrap {
        height: 24vh;
    }

    .videography-inner h6 {
        margin-top: 30px;
    }

    .portfolio-inner {
        padding: 0px 0px 0px 0px;
    }

    .videography-inner h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .video-0,.video-1,.video-2,.video-3,.video-4,.video-5 {
        height: 250px !important;
        margin-bottom: 20px !important;
    }


    /* contact */
    .footer-head {
        margin: 26px 0px 15px 0px;
    }

    .map-padding-left {
        padding-left: 30px;
    }

    .contact-detail p {
        display: none;
    }

    .contact-detail {
        padding: 10px 0px;
    }
    

    /* footer */
    .footer-sec-padding {
        padding-left: 15px !important;
    }
    .social-media-icons {
        margin-top: 20px;
     
    }
    .footer{
        padding: 40px 15px 10px;
    }

    .contact-bg .form-control {
        width: 100%;
        font-size: 12px;
    }

    .doc-carousel .owl-nav {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0px;
    }

    .gallery-wrap {
        flex-direction: column;
        width: 100%;
        height: 140vh;
        padding: 40px;
    }

    .gallery-wrap h2 {
        transform: rotate(0deg);
        font-size: 14px;
        font-family: 'poppinsmedium';
    }

    .item-1 h2 {
        top: 0px;
        left: 0px;
    }

    .item-2 h2 {
        top: 0px;
        left: 0px;
    }

    .item-3 h2 {
        top: 0px;
        left: 0px;
    }

    .item-4 h2 {
        top: 0px;
        left: 0px;
    }

    .item-5 h2 {
        top: 0px;
        left: 0px;
    }

    .project {
        margin-left: 0px;
        margin-top: 10px;
    }

    .about-us .logo-main1 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .ab-cntnt {
        margin-top: 24px;
        margin-left: 0px;
    }

    .ab-btn {
        margin-top: 39px;
    }

    .about-us {
        height: auto;
        padding: 50px 30px;
        margin-bottom: 38px;
    }

    .ab-img {
        margin-top: 85px;
        margin-bottom: 0px;
    }

    .client-box h2 {
        top: 0px;
        font-size: 25px;
    }

    .client-box h2 {
        transform: rotate(0deg);
        position: relative;
        left: 0px;
        top: 0px;
        font-size: 25px;
    }

    .client-box {
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        padding: 0px 30px;
    }

    

    .client-bx {
        padding: 15px;
    margin-bottom: 50px;
    }
    .client-bx .owl-dots{
        display: none;
    }
    .client-bx img{
        margin: 0 auto;
    }

    .message-sec {
        padding: 35px 20px;
    }

    .contact-bg h2 {
        padding-top: 0px;
        font-size: 25px;
        margin-bottom: 35px;
    }

    .logo-main {
        padding: 9px 15px;
    }

    .logo-main img {
        width: 100px !important;
    }

    .footer-sec-padding a img {
        width: 120px !important;
        margin-bottom: 35px !important;
    }

    .services-detail h4 span {
        font-size: 40px;
    }

    .services-detail h4 {
        font-size: 23px;
    }

    .order-class-1 {
        order: 1;
    }

    .order-class-2 {
        order: 2;
    }

    .banner-heading {
        font-size: 30px;
      
    }

    .contact-form {
        margin-top: 3px;
        padding: 20px 0px 30px;
    }

    .map-contact {
        width: 90%;
        height: 250px;
        margin-top: 35px;
    }

    #menu {
        top: 0px;
        margin-right: 20px;
    }

    .project-cntnt {
        padding: 40px 50px 55px;
    }

    .contact-bg h2 {
        font-size: 25px;
    }

    /* nasim */

    .lgs-crsl{
     display: none;
    }  
    .lgs-crsl-sm{
     display: block;
    }
    .lgs-crsl-sm .logos img{
        width: 200px;
    }
 
    .d-gallery .item{
    margin-top: 20px;
  }



    .item h3 {
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 1;
        bottom: -45px;
        font-size: 11px;
        padding: 12px 25px 10px;
    }
    
    .about-us h2 {
        font-size: 25px;
        line-height: 38px;
    }
    .project h2{
        font-size: 25px;
        line-height: 38px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .our-upproch h2 {
        font-size: 14px;
        line-height: 30px;
        font-family: 'poppinsmedium';
    }
    .logos h3{
        font-size: 13px;
        line-height: 25px;
    }
    .logos{
        padding: 50px 40px;
    }
    .lgs-crsl-sm .owl-dots{
        display: none;
    }
    .lgs-crsl-sm .owl-nav{
        display: none;
    }
.contact-bg .btn-style{
        padding: 12px 30px;
    }
    .ab-btn .btn-style{
        padding: 12px 30px;
    }
    .project .btn-style{
        padding: 12px 30px;
    }
    .our-upproch h4{
        font-size: 22px;
    }
    .our-upproch-line {
        border: 1px solid #707070;
        width: 100%;
        margin: 0px 0px 10px
    }
    .about-second-sec br{
        display: none;
    }
    .our-upproch br{
        display: none;
    }
    .header-main{
        height: auto;
    }
    .portfolio-gallery.portfolio-gallery {
        padding: 0px 0px;
    }
    .footer-sec {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-list {
        padding: 0px;
        margin-bottom: 0px;
    }
    .footer hr{
        margin-top: 0px;
    }
    .portfolio-gallery .item{
        margin-bottom: 50px;
    }
    .portfolio-section-head{
        padding-left: 50px !important;
    }
    #menu{
        width: 25px;
        height: 25px;
    }
    .menu-line2 {
        margin-top: 0.5rem;
    }
    .form-padding .form{
        margin: 15px 0px;
        font-size: 14px !important;
        padding: 10px 15px !important;
    }
    .submit{
        padding: 10px;
        font-size: 14px;
    }
    .video-0,.video-1,.video-2,.video-3,.video-4,.video-5{
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }


}