@font-face {
    font-family: "logo";
    src: local("logo"),
        url("./fonts/logo.otf") format("truetype");
}

@font-face {
    font-family: "comfortaa";
    src: local("comfortaa"),
        url("./fonts/Comfortaa.ttf") format("truetype");
}
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,900);


body {
    background-color: #111;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#myContainer {
    margin:0px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-align:center;
    color:#fff;
    font-size:80px;
    font-weight: 900;
    white-space: nowrap;
    padding-top:200px;  
    position:fixed;
    width:100%;
    bottom:30%;
    display:block;
  }
  
  #flip {
    height:100px;
    overflow:hidden;
  }
  
  #flip > div > div {
    color:#fff;
    padding:2px 12px;
    height: 84.5px;
    margin-bottom:15px;
    display:inline-block;
  }
  
  #flip div:first-child {
    animation: show 1.5s linear infinite;
  }
  

  
  @keyframes show {
    0% {margin-top:-270px;}
    5% {margin-top:-180px;}
    33% {margin-top:-180px;}
    38% {margin-top:-90px;}
    66% {margin-top:-90px;}
    71% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-270px;}
  }

/* Extra Small Devices, Phones */
@media only screen and (max-width : 765px) {
   #myContainer{
    font-size: 50px;
   }
   #flip {
    height:55px;
  }
   #flip > div > div {
    height: 80px;
    margin-bottom:10px;
  }
}

:root {
    /* For Laptops */
    --displayHeight: calc(100vh - 15%);
    --displayWidth: calc(410px - 30%);
    --paddingOfContainer: 52px;
    --imageWidth: 306px;
    --containerWidthLaptop: 410px;
    --bkgHeight: 7700px;
    --bkgHeight2: 7700px;
    --bkgHeight3: 7700px;
    --bkgHeight4: 7700px;
    --bkgHeight5: 7700px;
    --opacityOfImage1: 0.3;
    --mTopOfImage1: 33px;

    --mLeftOfImage2: 63px;
    --mLeftOfImage3: 63px;
    --mLeftOfImage4: 63px;
    --mLeftOfImage5: 63px;
    --mLeftOfImage6: 63px;
    --movePara1: 407px;
    --movePara2: 407px;
    --movePara3: 407px;
    --movePara4: 407px;
    --movePara5: 407px;
    --movePara6: 407px;
    /* For 540px     */
    /* --imageWidth: 640px; */

    /* For 766px     */
    --mTopOfImage1Mobile: 50px;
    --mLeftOfImage2Mobile: 63px;
    --mLeftOfImage3Mobile: 63px;
    --mLeftOfImage4Mobile: 63px;

    /* For 394px     */
    --mTopOfImage1MobileV1: 50px;
    --mLeftOfImage2MobileV1: 63px;
    --mLeftOfImage3MobileV1: 63px;
    --mLeftOfImage4MobileV1: 63px;
    --mLeftOfImage5MobileV1: 63px;
    --mLeftOfImage6MobileV1: 63px;

    /* For 375px     */
    --mTopOfImage1MobileV2: 50px;
    --mLeftOfImage2MobileV2: 63px;
    --mLeftOfImage3MobileV2: 63px;
    --mLeftOfImage4MobileV2: 63px;
    --mLeftOfImage5MobileV2: 63px;
    --mLeftOfImage6MobileV2: 63px;

    /* For 360px     */
    --mTopOfImage1MobileV3: 50px;
    --mLeftOfImage2MobileV3: 63px;
    --mLeftOfImage3MobileV3: 63px;
    --mLeftOfImage4MobileV3: 63px;
    --mLeftOfImage5MobileV3: 63px;
    --mLeftOfImage6MobileV3: 63px;
    --containerHeight: 577px;
    --containerWidth: 400px;

    /* --containerPos: relative; */
    /* --containerTop: 500px; */
    /* --libPosY: scale(1); */
    /* --libPosX: scaleX(1); */
    --zoomScale: 5;
    --zoomScaleMobile: 5;
    /* --l: 2.5; */
    /* --margin-left-of-p1: 400px; */
    /* --p1: 407px; */

    --moveParaMobile1: 1000px;
    --moveParaMobile2: 1000px;
    --moveParaMobile3: 1000px;
    --moveParaMobile4: 1000px;
    --moveParaMobile5: 1000px;
    --moveParaMobile6: 1000px;

    --movingTextMoveBy: 100px;
    --opacityMovingText: 1;
    --opacityHeading: 0;
    /* --positionOfBgContent: fixed; */
    --mtBgContent: 0px;
    /* --headingX: 0px; */
    /* --headingXForMobile: 0px; */
    --borderColor: rgb(112, 166, 233);
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


/* Custom Scroll Bar */
html::-webkit-scrollbar {
    width: 0.5rem;
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, #30ff30);
    background: #6d30d5;
    border-radius: 5rem;
}

html::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(transparent, #00c6ff);
}

body {
    font-family: Ubuntu, sans-serif;
}

.heading {
    z-index: 2;
    position: sticky;
    top: 0px;
    font-family: "logo";
    display: flex;
    /* justify-content: center; */
    justify-content: left;
    /* color: #9389D9; */
    letter-spacing: 3px;
    font-size: 1.6em;
    opacity: var(--opacityHeading);
}

.heading-color {
    color: #9389D9;
}

.logo-image {
    z-index: inherit;
    height: 135px;
    width: 135px;
    margin-left: 4%;
    /* transform: translateX(var(--headingX)); */
}

.logo-text {
    font-size: 2.5rem;
    padding: 1rem 0;
    text-align: center;
}

.logo-image img {
    z-index: inherit;
    height: 100%;
    width: 100%;
    /* filter: brightness(50%); */
}

.content-title > h1 {
    padding: 1rem 0;
    text-align: center;
    color: rgb(223, 223, 223);
}

p {
    font-family: "comfortaa";
    color: rgb(223, 223, 223);

}

#movingText {
    z-index: 100;
    background-color: transparent;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    padding-top: 45vh;
    font-family: monospace;
    font-size: 3.4rem;
    color: #fff;
    margin-left: var(--movingTextMoveBy);
    white-space: nowrap;

}

#movingText p {
    opacity: var(--opacityMovingText);
    font-family: "comfortaa";
    color: #f9faf8;
}

.container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    top: 0px;
    /* width: 410px; */
    /* width: 410px; */
    width: var(--containerWidthLaptop);
    height: 100vh;
    /* height: 100%; */
    /* height: 760px; */
    padding: 0px var(--paddingOfContainer);
    background: url("ip.png") no-repeat center;
    background-size: var(--containerWidthLaptop) 100vh;
    /* background-size: 382px 100vh; */
    /* background-size: 370px 740px; */
    z-index: 2;
    transform: matrix(var(--zoomScale), 0, 0, var(--zoomScale), 0, 0);

}

.displayContent {
    /* z-index: 2; */
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.001); */
    background-color: rgb(6 6 6 / 0%);
    /* height: var(--displayHeight); */
    /* width: var(--displayWidth); */
    height: 90vh;
    width: var(--imageWidth);
    margin: auto;
    border-radius: 13px;
    display: flex;
    overflow: hidden;
}

.displayContent img {
    /* width: 400px; */
    /* height: 680px; */
    height: 90vh;

    /* margin: auto 0px; */

}

#i1 {
    /* margin-left: -8px; */
    margin-top: var(--mTopOfImage1);
    opacity: var(--opacityOfImage1);
    /* height: 90vh; */

}

#i2 {
    margin-left: var(--mLeftOfImage2);
    /* height: 90vh; */

}

#i3 {
    margin-left: var(--mLeftOfImage3);
    /* height: 90vh; */
}

#i4 {
    margin-left: var(--mLeftOfImage4);
    /* height: 90vh; */
}

#i5 {
    margin-left: var(--mLeftOfImage5);
    /* height: 90vh; */
}

#i6 {
    margin-left: var(--mLeftOfImage6);
    /* height: 90vh; */
}

.allElements {
    position: fixed;
    top: var(--mtBgContent);
    width: 100%;

}

.bgContent {
    display: flex;
    /* height: 800px; */
    height: 100vh;
    position: relative;
    width: 100%;
    justify-content: space-between;

}

.content-title {
    height: 100vh;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-title h1 {
    font-family: "comfortaa";
    animation: fadeIn 1s linear;
    font-size: 60px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.content-p {
    /* z-index: 100; */
    height: 400px;
    width: 400px;
    /* margin-top: 200px; */
    margin: auto 0px;
    display: flex;
    align-items: center;
}

.target {
    /* font-family: "comfortaa"; */
    font-family: 'comfortaa';
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 20px 20px 20px 20px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(50px);
    color: #fff;
}



#p1 {
    transform: translateX(var(--movePara1));
}

#p2 {
    transform: translateX(var(--movePara2));
}

#p3 {
    transform: translateX(var(--movePara3));
}

#p4 {
    transform: translateX(var(--movePara4));
}

#p5 {
    transform: translateX(var(--movePara5));
}

#p6 {
    transform: translateX(var(--movePara6));
}

.mobile-p {
    display: none;
}

.headingOfContentText {
    font-size: 1.6rem;
    font-weight: bolder;
}

#bkg {
    display: block;
    /* min-height: 7700px; */
    /* min-height: 7400px; */
    height: var(--bkgHeight);
    /* height: 7700px; */
    z-index: -5;
    width: 100%;
    justify-content: space-between;
    background: transparent;
    background: linear-gradient(-45deg, #1B2430, #51557E, #232b2b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 
.homePage-bg {
    background: linear-gradient(-45deg, #1B2430, #51557E, #232b2b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
} 
*/


.footer-grid h4,
h5,
p {
    font-family: -apple-system, 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.footer-grid p {
    font-family: 'comfortaa';
}

.item0 {
    grid-area: name;
}

.footer-logo {
    display: inline-block;
    height: 150px;
    width: 150px;
}

.loader-logo {
    display: inline-block;
    height: 120px;
    width: 200px;
}

.footer-logo img {
    height: 100%;
    width: 100%;
}

.item1 {
    grid-area: contact;
}

.item2 {
    grid-area: menu;
}

.item3 {
    grid-area: recent;
}

.item5 {
    grid-area: promo;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item6 {
    grid-area: copyR;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    /* justify-content: center; */
}

.copyright-text {
    font-family: monospace;
    font-size: 18px;
    margin-top: 10px;
}

.privacy {
    font-family: monospace;
    text-align: center;
    /* padding-bottom: 20px; */
    padding: 7px 0px 7px 7px;
    font-size: 18px;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(4, 1fr);
}

.privacy a:hover {
    color: rgb(86, 84, 84);
}

.store-image {
    display: inline-block;
    height: 50px;
    width: 150px;
}

.store-image img {
    height: 100%;
    width: 100%;
}

.footer-grid a {
    color: inherit;
    text-decoration: none;
}

.footer-grid {
    display: grid;
    grid-template-areas:
        'name name name name'
        /* 'contact menu recent newsletter' */
        'contact menu recent recent'
        'promo promo promo promo'
        'copyR copyR copyR copyR';
    padding: 10px;
}

.footerCard {

    background-color: rgba(255, 255, 255, .15);
}

.footer-grid>div {
    color: whitesmoke;
    /* padding: 17px 6rem; */
    padding: 17px 4rem;
    font-size: 25px;
}

.footer-grid>div>h5 {
    margin-bottom: 12px;
}

.footer-grid>div>p {
    text-align: left;
    font-size: 17px;
    color: #fff;
    padding: 15px 0px;
    transition: transform ease-in 0.3s;
}

/* .footer-grid>div>p>a:hover { */
.footer-grid>div>p:hover {
    color: #141726;
    transform: translateX(9px);

}
#promo{
    /* padding-right: 9rem; */
    padding-right: 3rem;
}

#newsL {
    line-height: 1.8;
}

#signUpBtn {
    font-weight: 800;
    margin-left: -2px;
    border-radius: 3px;
    padding: 5px 4px;
    background: #ea4646;
}

.socials>a {
    margin: 0px 10px;
}

.emailIcon {
    height: 50px;
}

#forDesign {
    height: 300px;
}

/* 
.socials>div {
    display: flex;
    flex-direction: row;
}

.socials>div>p {
    margin-top: 13px;
    font-size: 17px;
    color: rgba(132, 127, 127, 0.9);
} */

/* 
@media screen and (max-width: 913px) {
    .logo-text {
        padding: 1rem 0;
    }

    #movingText p {
        color: transparent;
    }

    .content-title h1 {
        font-size: 36px;
    }

    .container {
        width: var(--containerWidth);
        height: var(--containerHeight);
        background-size: var(--containerWidth) var(--containerHeight);
    }

    .displayContent {
        width: 400px;
        height: 848px;
        background-color: rgb(6 6 6 / 0%);
    }

    #i2 {
        margin-left: var(--mLeftOfImage2MobileV3);
    }

    #i3 {
        margin-left: var(--mLeftOfImage3MobileV3);
    }

    #i4 {
        margin-left: var(--mLeftOfImage4MobileV3);
    }

    #i5 {
        margin-left: var(--mLeftOfImage5MobileV3);
    }

    #i6 {
        margin-left: var(--mLeftOfImage6MobileV3);
    }

    #bkg {
        height: 6800px;
    }

    .footer-grid>div {
        padding: 17px 50px;
    }
} */


/* changes here  */
/* @media screen and (max-width: 769px) { */
@media screen and (max-width: 913px) {
    .content-title h1 {
        font-size: 36px;
    }

    #movingText {
        display: none;
    }

    .container {
        top: 6%;
        /* width: 400px; */
        width: var(--containerWidth);
        height: var(--containerHeight);
        /* height: 577px; */
        background-size: var(--containerWidth) var(--containerHeight);
    }

    .mobile-p {
        display: block;
        width: 63%;
    }

    .displayContent {
        width: 400px;
        height: 840px;
    }

    .displayContent img {
        width: 400px;
        height: 840px;
    }

    /* .target{
        background: transparent;
        color: transparent;
    }
    .target p {
        color: transparent;
    } */

    #i2 {
        margin-left: var(--mLeftOfImage2MobileV3);
    }

    #i3 {
        margin-left: var(--mLeftOfImage3MobileV3);
    }

    #i4 {
        margin-left: var(--mLeftOfImage4MobileV3);
    }

    #i5 {
        margin-left: var(--mLeftOfImage5MobileV3);
    }

    #i6 {
        margin-left: var(--mLeftOfImage6MobileV3);
    }

    .content-p p {
        color: transparent;
        background-color: transparent;
        backdrop-filter: blur(0px);
    }

    .content-p p p {
        background-color: transparent;
    }

    .mobile-p {
        z-index: 4;
        display: flex;
        height: 100vh;
        position: fixed;
        right: 0;
        width: 45%;
        background-color: transparent;

    }

    .mobile-content-p {
        background-color: chocolate;
        background-color: transparent;

    }

    .target-mobile {
        font-family: 'comfortaa';
        line-height: 1.3;
        padding: 20px 20px 20px 20px;
        /* border-radius: 9px; */
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        background-color: rgba(255, 255, 255, .15);
        backdrop-filter: blur(50px);
        color: #000;
    }

    #pm1 {
        transform: translateY(var(--moveParaMobile1));
    }

    #pm2 {
        transform: translateY(var(--moveParaMobile2));
    }

    #pm3 {
        transform: translateY(var(--moveParaMobile3));
    }

    #pm4 {
        transform: translateY(var(--moveParaMobile4));
    }

    #pm5 {
        transform: translateY(var(--moveParaMobile5));
    }

    #pm6 {
        transform: translateY(var(--moveParaMobile6));
    }

    #bkg {
        /* height: 8700px; */
        /* min-height: 8100px; */
        height: var(--bkgHeight2);
    }

    .footer-grid>div {
        padding: 17px 50px;
    }

}



/* @media screen and (min-width: 395px) and (max-width: 578px) { */
@media screen and (min-width: 395px) and (max-width: 601px) {

    .logo-image {
        height: 120px;
        width: 120px;
    }

    #movingText {
        display: none;
    }

    .content-title {
        display: none;
    }

    .mobile-p {
        width: 60%;
    }

    .container {
        top: 14%;
        width: 279px;
        height: 572px;
        background-size: 279px 572px;

    }

    .displayContent {
        height: 539px;
        background-color: rgb(6 6 6 / 0%);
    }

    #i1 {
        height: 540px;
    }

    #i2 {
        height: 540px;
        margin-left: var(--mLeftOfImage2MobileV3);
    }

    #i3 {
        height: 540px;
        margin-left: var(--mLeftOfImage3MobileV3);
    }

    #i4 {
        height: 540px;
        margin-left: var(--mLeftOfImage4MobileV3);
    }

    #i5 {
        height: 540px;
        margin-left: var(--mLeftOfImage5MobileV3);
    }

    #i6 {
        height: 540px;
        margin-left: var(--mLeftOfImage6MobileV3);
    }

    #bkg {
        /* min-height: 8200px; */
        height: var(--bkgHeight3);
    }

    .item0 {
        display: none;
    }

    .footer-grid {
        display: grid;
        grid-template-areas:
            'name'
            'contact'
            'menu'
            'recent'
            'promo'
            'copyR';
        gap: 10px;
        padding: 10px;
    }

    .footer-grid>div>p {
        padding: 6px 0px;
    }

    .copyright-text {
        padding: 3px;
        text-align: left;
    }

    .privacy {
        padding: 3px;
        text-align: left;
        grid-template-columns: 1fr;
    }
    .mobileDissappear{
        display: none;
    }

    .footer-grid>div {
        padding: 17px 50px;
    }
    .socials > a{
        margin: 0px 5px;
    }
    /* .socials > a >svg {
        height: 40px;
    } */

}


@media screen and (max-width: 394px) {
    .heading {
        font-size: 1.4em;
    }

    .logo-text {
        padding: 1rem 0;
    }

    #movingText {
        display: none;
    }

    .container {
        position: relative;
        flex-wrap: wrap;
        top: 17%;
        /* left: 3%; */
        /* left: 10%; */
        width: 320px;
        height: 664px;
        background-size: 320px 664px;
        transform: matrix(var(--zoomScaleMobile), 0, 0, var(--zoomScaleMobile), 0, 0);
    }

    .displayContent {
        background-color: rgb(214, 207, 207);
        width: 275px;
        height: 73vh;
        /* margin-left: 10px; */
        /* margin: auto; */
        /* overflow: hidden; */
        background-color: #000;
    }

    .displayContent img {
        height: inherit;
    }

    #i1 {
        /* margin-left: 3px; */
        margin-left: 0px;

        margin-top: var(--mLeftOfImage1MobileV1);
    }

    #i2 {
        margin-left: var(--mLeftOfImage2MobileV1);
    }

    #i3 {
        margin-left: var(--mLeftOfImage3MobileV1);
    }

    #i4 {
        margin-left: var(--mLeftOfImage4MobileV1);
    }

    #i5 {
        margin-left: var(--mLeftOfImage5MobileV1);
    }

    #i6 {
        margin-left: var(--mLeftOfImage6MobileV1);
    }

    .content-title {
        display: none;
    }

    .content-p {
        display: none;
    }

    .mobile-p {
        z-index: 4;
        display: flex;
        height: 100vh;
        position: fixed;
        right: 0;
        width: 60%;
        /* background-color: pink; */
        background-color: transparent;

    }

    .mobile-content-p {
        /* background-color: chocolate; */
        background-color: transparent;

    }

    #pm1 {
        transform: translateY(var(--moveParaMobile1));
    }

    #pm2 {
        transform: translateY(var(--moveParaMobile2));
    }

    /* .mobile-content-p p { */
    .target-mobile {
        font-family: 'comfortaa';
        line-height: 1.3;
        padding: 20px 12px 20px 12px;
        margin-right: -10px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        background-color: rgba(255, 255, 255, .15);
        backdrop-filter: blur(50px);
        color: #fff;
    }

    #pm3 {
        transform: translateY(var(--moveParaMobile3));
    }

    #pm4 {
        transform: translateY(var(--moveParaMobile4));
    }

    #pm5 {
        transform: translateY(var(--moveParaMobile5));
    }

    #pm6 {
        transform: translateY(var(--moveParaMobile6));
    }

    #bkg {
        /* height: 8300px; */
        height: var(--bkgHeight4);
    }

    .item0 {
        display: none;

    }

    #newsL {
        display: block;
    }

    .footer-grid {
        display: grid;
        grid-template-areas:
            'name'
            'contact'
            'menu'
            'recent'
            'newsletter'
            'promo'
            'copyR';
        gap: 10px;
        padding: 10px;
    }

    .footer-grid>div>p {
        padding: 6px 0px;
    }

    .copyright-text {
        padding: 3px;
        text-align: left;
    }

    .privacy {
        padding: 3px;
        text-align: left;
        grid-template-columns: 1fr;
    }

    .socials > a{
        margin: 0px 3px;
    }

    .footer-grid>div {
        padding: 17px 50px;
    }


}

@media screen and (max-width: 376px) {
    .logo-image {
        height: 100px;
        width: 100px;
    }

    .logo-text {
        padding: 0rem 0;
        font-size: 2.1rem;
    }

    .container {
        top: 13%;
        width: 255px;
        height: 521px;
        background-size: 255px 521px;
    }

    .displayContent {
        height: 487px;
        width: 215;

    }

    #i1 {
        height: 487px;
        width: 219;
    }

    #i2 {
        height: 487px;
        width: 219;
        margin-left: var(--mLeftOfImage2MobileV2);
    }

    #i3 {
        height: 487px;
        width: 219;
        margin-left: var(--mLeftOfImage3MobileV2);
    }

    #i4 {
        height: 487px;
        width: 219;
        margin-left: var(--mLeftOfImage4MobileV2);
    }

    #i5 {
        height: 487px;
        width: 219;
        margin-left: var(--mLeftOfImage5MobileV2);
    }

    #i6 {
        height: 487px;
        width: 219;
        margin-left: var(--mLeftOfImage6MobileV2);
    }

    #bkg {
        /* height: 8200px; */
        height: var(--bkgHeight5);
    }

    .footer-grid>div {
        padding: 17px 50px;
    }
}


@media screen and (max-width: 361px) {
    .logo-image {
        height: 120px;
        width: 120px;
    }

    .container {
        top: 13%;
        /* width: 280px; */
        width: var(--containerWidth);
        height: var(--containerHeight);
        /* height: 577px; */
        background-size: var(--containerWidth) var(--containerHeight);
    }

    .displayContent {
        width: 215px;
    }

    .mobile-p {
        width: 70%;
    }

    .mobile-target {
        font-size: 14px;
    }

    #i2 {
        margin-left: var(--mLeftOfImage2MobileV3);
    }

    #i3 {
        margin-left: var(--mLeftOfImage3MobileV3);
    }

    #i4 {
        margin-left: var(--mLeftOfImage4MobileV3);
    }

    #i5 {
        margin-left: var(--mLeftOfImage5MobileV3);
    }

    #i6 {
        margin-left: var(--mLeftOfImage6MobileV3);
    }

    .footer-grid>div {
        padding: 17px 35px;
    }

}