*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: #FDFCFC;
}
body.no-scroll {
    overflow: hidden;
}
.keyboard {
    background-color: #101013;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    transition: 1s;
    position: fixed;
    z-index: 99;
    animation: fadeOut 1s 5s forwards; 
}
.generalloading {
    background-color: #FDFCFC;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    transition: 1s;
    position: fixed;
    z-index: 2;
    animation: fadeOut 1s 3s forwards;   
}
.loadinggif {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadinggif img {
    height: 255px;
    width: auto;
}
.key {
    font-size: 15vw;
    display: inline-block;
    letter-spacing: -1vw;
    transition: transform 0.2s;
} 
@keyframes pressDown1 {
    30%,
    40%,
    100% {
      transform: translateY(0);
    }
    35% {
      transform: translateY(10px);
    }
}
@keyframes pressDown2 {
    70%,
    80%,
    100% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(10px);
    }
} 
@keyframes pressDown3 {
    30%,
    40%,
    100% {
      transform: translateY(0);
    }
    35% {
      transform: translateY(10px);
    }
  } 
  @keyframes pressDown4 {
    40%,
    50%,
    100% {
      transform: translateY(0);
    }
    45% {
      transform: translateY(10px);
    }
}
  
@keyframes pressDown5 {
    20%,
    30%,
    100% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(10px);
    }
}
@keyframes pressDown6 {
    60%,
    70%,
    100% {
      transform: translateY(0);
    }
    65% {
      transform: translateY(10px);
    }
}
@keyframes pressDown7 {
    10%,
    20%,
    100% {
      transform: translateY(0);
    }
    15% {
      transform: translateY(10px);
    }
}
@keyframes pressDown8 {
    35%,
    45%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(10px);
    }
}
  .key:nth-child(1) {
    animation: pressDown1 2s 3;
  }
  
  .key:nth-child(2) {
    animation: pressDown2 3s 2;
  }
  
  .key:nth-child(3) {
    animation: pressDown3 4s 2;
  }
  
  .key:nth-child(4) {
    animation: pressDown4 2.5s 1;
  }
  
  .key:nth-child(5) {
    animation: pressDown5 2.5s 3;
  }
  
  .key:nth-child(6) {
    animation: pressDown6 3.5s 2;
  }
  
  .key:nth-child(7) {
    animation: pressDown7 2.2s 1;
  }
  
  .key:nth-child(8) {
    animation: pressDown8 3.2s 2;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
html{
    scroll-behavior: smooth;
    transition-behavior: allow-discrete;
}
h2{
    font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
}
p{
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
}
/*optional font-family: "graveur-variable", sans-serif;
font-variation-settings: "opsz" 10, "wght" 400;/*/
.module {cursor: url('path-to-image.png'),auto; 
}
#banner{
    max-width: 100%;
    height: auto;
    left: 0px;
    right: 0px;
}
.phonesidenav {
    display: none;
}
.mySidenav {
    display: none;
}
span {
    display: none;
}
.elfsight-app-2f228a26-b6ec-4f1f-ae7e-0ad6ca180938 {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 1.5;
    text-align: right;
    width: 5%;
    float: right;
    transform: translateY(20%);
    margin-right: 3%;
    z-index: 2;
}
.headerhomereroute { 
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: black;
    text-decoration: none;
    margin-left: 1%;
}
.nav-links ul li {
    display: inline-block;
    align-items: center;
    text-align: center;
    max-width: 100%;
    color: black;
}
.nav-links a {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 56px;
    color: black;
    text-decoration: none;
    padding: 15px;
    padding-bottom: 3%;
    align-items: center;
}
.nav-links {
    grid-area: overlap;
    flex: 1;
    text-align: center;
    margin-top: 5%;
    bottom: 0;
}
.header video { 
    border-radius: 0;
    width: 100%;
    margin-bottom: 5%;
}
.phoneheader {
    display: none;
}
.row {
    display: flex;
    justify-content: space-between; 
}
.margin {
    margin-top: 5%;
}
.about-me{
    width: 100%;
    margin: auto;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 10%;
}
.about-me h2{
    font-size: 65px;
    padding: 6px 0;
}
.questionmarkgif {
    width: 40%;
    height: 60%;
    object-fit: cover;
    background: transparent;
    z-index: 1;
    position: absolute;
    transform: translateY(-70%)translateX(45%)scale(1.5)rotate(-3deg);
}
.image1 {
    grid-area: image1;
    width: 100%;
    height: 40%;
    padding: 0 2px;
    padding-top: 4px;
    object-fit: cover;
}
.half-col {
    flex-basis: 45%;
    border-radius: 2px;
    position: relative;
    padding: 0 25px;
}
.paragraph-grid-phone {
    display: none;
}
.paragraph-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "image1" "paragraph-grid";
    column-count: 3;
    gap: 12px;
}
.iammegridblock{
    font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 65px;
    padding: 3px 0;
    display: flex;
    overflow: visible;
}
.half-col h2{
    text-align: left;
    padding: 25px 0;
    font-size: 52px;
}
.vl {
    border-left: 1.5px solid rgb(35, 34, 34);
    height: 600px;
    position: absolute;
    left: 99%;
    margin-left: -3px;
    top: 10%;
}
.quarter-col-skinny{
    flex-basis: 20%;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.quarter-col-fat{
    flex-basis: 29%;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.quarter-col-skinny p, .quarter-col-fat p{
    font-size: 15px;
}
.Row-b{ 
    padding-top: 15%;
}
.Row-b a{
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    display: inline-block;
    color: black;
    background: transparent;
    text-decoration: none;
}
.Row-g{
    padding-top: 37%;
    padding-right: 25px;
}
.Row-g h2{
    text-align: right;
}
.Row-g p{
    text-align: right;
}
.Row-g a{
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    display: inline-block;
    color: black;
    background: transparent;
    text-decoration: none;
}
.Row-f{ 
    padding-bottom: 5%;
    min-height: 50px;
}
.Row-f a{
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    display: inline-block;
    color: black;
    background: transparent;
    text-decoration: none;
}
.Row-s{
    padding-top: 50%;
}
.Row-s a{
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    display: inline-block;
    color: black;
    background: transparent;
    text-decoration: none;
}
.Row-bb{
    border: none;
    position: absolute;
    left: 52%;
    top: 197%;
    background-color: transparent;
}
.Row-bb h2{
    text-align: right;
    transform: translateX(25%);
}
.Row-bb p{
    text-align: left;
    font-size: 15px;
}
.Row-bb a{
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    display: inline-block;
    color: black;
    background: transparent;
    text-decoration: none;
}
.image2 {
    grid-area: image2;
    width: 100%;
    height: 60%;
    padding: 0 1px;
    padding-top: 6px;
    padding-bottom: 3px;
    object-fit: cover;
}
.complete-about-me-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "image2" "complete-about-me-grid";
    column-count: 4;
    gap: 13px;
    top: 270px;
}
.Complete-about-me h2 {
    font-size: 75px;
    padding: 5px 0;
}
.Complete-about-me {
    flex-basis: 100%;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding: 0 25px;
    top: 2150px;
}
.complete-about-me-grid-phone {
    display: none;
}
.Complete-about-me-phone {
    display: none;
}
.hero-btn {
    display: block;
    text-decoration: none;
    color: black;
    border: 1.25px solid black;
    padding: 6px 25px;
    background: transparent;
    position: relative;
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 5%;
    float: right; 
}
.hero-btn:hover{
    border: 1.25px solid black;
    background: grey;
    transition: 1s;
}
.Featured-Blogs img {
    border: none;
    position: absolute;
    background-color: transparent;
    overflow: hidden;
}
.coffeecup {                                                   
    max-width: 100%;
    height: 650px;
    width: 700px;
    display: flex;
    background: transparent;
    top: 335%;
}
.magazinefeaturedblogposts { 
    max-width: 100%;
    height: 870px;
    width: 1094px;
    display: inline-block; 
    background: transparent;
    transform: rotate(-10deg);
    overflow: hidden;
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto; 
}
.featurepurseblogpost { 
    max-width: 100%;
    height: 870px;
    width: 1094px;
    display: inline-block; 
    background: transparent;
    transform: rotate(10deg);
    left: 20%;
    top: 395%;
    overflow-x: hidden;
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
}
.fishclip1 {
    max-width: 100%;
    height: 590px;
    width: 580px;
    display: inline-block;
    background: transparent;
    transform: translateX(90%);
    top: 325%;
    z-index: 1;
    overflow-x: hidden;
}
.fishclip2 {
    max-width: 100%;
    height: 100px;
    width: 300px;
    display: flex;
    background: transparent;
    transform: translateX(190%)rotate(-5deg);
    top: 370%;
    overflow-x: hidden;
}
.meltedcandle {
    height: auto;
    width: 500px;
    display: flex;
    background: transparent;
    overflow-x: hidden;
    transform: translateX(190%);
    top: 330%;
}
.clayhand {
    max-width: 100%;
    height: 650px;
    width: 700px;
    display: flex;
    background: transparent;
    transform:rotate(-30deg) translateX(-20%);
    top: 435%;
    overflow-x: hidden;
}
.whole-navbar-index {
    align-items: center;
    transform: translateY(885%);
}
.instagramfeed {
    margin-top: 145%;
}
.phoneinstadisplay {
    display: none;
}
.phoneandinstaindexbottom {
    display: none;
}
.page-end-index h1{
    text-align: right;
    padding-top: 6%;
    padding-bottom: 3%;
    margin-right: 2%;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
}
.vl-phoneunderline {
    display: none;
}
.bi-link {
    color: black;
}
.FAQ {
    width: 90%;
    margin-top: 5%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding: 0 5%;
    font-size: 25px;
}
.FAQ h2 {
    padding: 10px 0;
    text-align: left;
    font-size: 44.5px;
}
.FAQ img {
    background-size: contain;
    background-repeat: no-repeat;
}
.Underline {
    transform: translateX(-5%);
}
.Overline {
    transform: scale(113%);
    padding-left: .75%;
    padding-top: 8%;
}
.FAQ-col {
    flex-basis: 20%;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    margin-top: 3px;
}
.FAQ-col h3 {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 35px;
    font-style: italic;
    line-height: 1;
}
.FAQ-col p {
    padding-top: 5px;
}
.timeline h2 {
    font-size: 20px;
    font-style: italic;
}
.hero-btn-faq {
    display: block;
    text-decoration: none;
    color: black;
    border: 1.25px solid black;
    padding: 6px 25px;
    background: transparent;
    position: relative;
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 5%;
    float: right; 
}
.hero-btn-faq:hover {
    border: 1.25px solid black;
    background: grey;
    transition: 1s;
}
.img-container img {
    border-radius: 1px;
    width: 1250px;
    max-width: 100%;
    height: auto;
    display: block;
    justify-content: space-between;
    padding-top: 100px;
    padding-left: 70px;
    float: none;
    transform: rotate(-9deg);
    background-color:  rgba(255, 255, 255, 0);
}
.img-container {
    position: relative;
    display: inline-block;
    padding-bottom: 160px;
}
.overlay-text {
    position: absolute;
    top: 25%; 
    left: 15%; 
    transform: translate(-50%, -50%);
    transform: rotate(-9deg);
    padding: 10px 20px; 
    font-size: 30px; 
    text-align: left;
}
.input[type=text], textarea, input{
    width: 100%;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    border: 0cap;
    resize: none;
    font-style: italic;
    color: black;
    outline-color: grey;
}
.Contactme {
    transform: translateY(10%);
    padding-bottom: 20px;
}
.input[type=submit], input[type=submit]{
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
.button-container {
    display: flex;
    align-items: center;
    padding-left: 1100px;
    padding-right: 50px;
    justify-content: space-between;
    padding-top: 40px;
}
.whole-navbar-faq {
    align-items: center;
    transform: translateY(30%);
}
.page-end-faq h1{
    text-align: right;
    padding-top: 6%;
    padding-bottom: 3%;
    margin-right: 2%;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
.Spanishsentence img { 
   max-width: 100%;
   transform: scale(-50%);
   transform: translateX(-20%);
}
.bulletin-board-note-gallery {
    width: 450px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    justify-content: space-between;
    padding-top: 70px;
    padding-left: 300px;
    border-radius: 4px;
}
.bulletinboardtemp {
    display: flex;
    justify-content: center;
    /* height: 20em; /* Set the fixed height of the container */
    width: 100%;
    overflow: hidden; /* Hide any overflow */
    align-items: center;
    opacity: 80%;
}
/* .bulletinboardtempcontainer h1 {
    font-family: "area-normal", sans-serif;
    font-weight: 900;
    font-size: 80px;
    color: #FDFCFC;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    left: 20%;
    top: 5%;
    align-items: center;
} */
.bulletinboardtempcontainer {
    border-right: 2px solid #FDFCFC; /* Cursor effect */
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: fit-content;
    max-width: 100%;
    height: 20em;
    line-height: 1;
    vertical-align: middle;
    animation: typing 6s steps(16) infinite, blink-caret 0.70s step-end infinite ;
    top: 30%;
}
.interactivecoming {
    display: inline-block;
    position: absolute;
    font-size: 11em;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-size: 90px;
    color: #FDFCFC;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    left: 30%;
    align-items: center;
}
/* @keyframes typing {
    from {
        width: 0;
      }
      to {
        width: 80%;
      }
}
  @keyframes blink-caret {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: #FDFCFC;
    }
  } */
.phonebulletinboardwaitingtext {
    display: none;
}
.bulletinboardwaitingtext {
    display: block;
    overflow-x: hidden;
    color: darkred;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 10%;
    width: 100%;
    display: inline-block;
}
.bulletinboardwaitingtext video {
    border-radius: 0;
    width: 100%;
    margin-bottom: 5%;
    margin-top: 10%;
}
.page-end-bulletinboard h1{
    text-align: right;
    padding-top: 6%;
    padding-bottom: 3%;
    margin-right: 2%;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
.SHOPwelcome{
    display: flex;
    justify-content: left;
    height: 20em; /* Set the fixed height of the container */
    width: 100%;
    overflow: hidden; /* Hide any overflow */
    align-items: left;
}
.comingsooncontainer {
    border-right: 2px solid black; /* Cursor effect */
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: fit-content;
    max-width: 100%;
    height: 20em;
    line-height: 1;
    vertical-align: middle;
    animation: typing 3s steps(12) infinite, blink-caret 0.70s step-end infinite;
}
.comingsoon {
    display: inline-block;
    position: absolute;
    font-size: 11em;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 5%;
    overflow: hidden;
}
@keyframes typing {
    from {
        width: 0;
      }
      to {
        width: 100%;
      }
}
  @keyframes blink-caret {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: black;
    }
  }
.comission-me {
    height: 1000px;
    width: 2980px;
    display: flex;
    background: transparent;
    transform: translateY(5%) translateX(-5%);
    animation-delay: 10s;
    bottom: 0;
    overflow-x: hidden;
    max-width: 100%;
}
.comingsoonphone {
    display: none;
}
.page-end-shop h1{
    text-align: right;
    padding-top: 6%;
    padding-bottom: 3%;
    margin-right: 2%;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
.wrapper {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 10px;
    scroll-behavior: smooth;
    background-attachment: fixed;
}
.background {
    min-height: 50vh;
    width: 100%;
    z-index: -1;
    position: fixed;
}
.bg-gallery {
    width: 100%;
    z-index: 0;
    position: absolute;
    size: contain;
    background-attachment: fixed;
    position: fixed;
}
.Galleryheader {
    min-height: 100vh;
    width: 100%;
    background-color: #FDFCFC;
}
.Galleryheader h1 {
    font-size: 290px;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-style: italic;
    font-weight: 500;
    justify-content: space-between;
    margin-left: 2%;
    background-image: url('Images\ Blog/somecolordisposableroof.webp');
    background-repeat: repeat;
    background-position: center;
    background-clip: text;
    background-color: transparent;
    color: transparent;
    position: absolute;
    background-size: cover;
}
.MEcrayontype {
    width: 50%;
    max-height: 70%;
    transform: translateX(37%) translateY(25%);
    background-color: transparent;
    z-index: 1;
}
.text-container-galler {
    text-align: left;
}
.header-paragraph-rectangle {
    height: 760px;
    width: 480px;
    text-align: left;
    transform: translateY(-178%)
    translateX(10%);
    color: #fdfafa;
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
    position: absolute;
    transform-style: preserve-3d;
    mix-blend-mode: difference;
    z-index: 1;
}
.header-paragraph-rectangle-2 {
    height: 760px;
    width: 310px;
    text-align: left;
    margin-left: 4%;
    transform: translateY(-130%)
    translateX(230%);
    color: #fdfafa;
    background-color: transparent;
    mix-blend-mode: difference;
    position: absolute;
}
.header-paragraph-rectangle-2::after {
    content: '';
    position: absolute;
    inset: 0;
}
.dragonfruithandhold {
    max-width: 100%;
    height: 1450px;
    width: 1180px;
    display: inline-block; 
    background: transparent;
    transform: translateX(22%)translateY(-20%);
}
.glassestransitionview {
    position: absolute;
}
.myglasses {
    max-width: 100%;
    height: 1000px;
    width: 815px;
    transform: translateY(-55%) translateX(96%);
    display: inline-block; 
    background: transparent;
}
/* .glassestransitionview img:hover {
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    transition-behavior: all .25s allow-discrete ;
    transition-property: opacity;
    opacity: 100%;
}
.glassestransitionview #blueeyes {
    position: absolute;
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
}
.glassestransitionview #blueeyes:hover {
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    transition-behavior: all .25s allow-discrete ;
    transition-property: opacity;
    opacity: 100%;
} */
.myglassesneyes {
    max-width: 100%;
    height: 1000px;
    width: 815px;
    transform: translateY(-55%) translateX(96%);
    background: transparent;
    position: absolute;
    display: block;
}
/* .film-photography {
    max-width: 100%;
    height: 300px;
} */
.dadonfilm {
    display: inline-block;
    max-width: 100%;
    height: 590px;
    width: 760px;
    border-width: 0px;
    background-color: transparent;
    margin-left: 5%;
    margin-top: -35%;
}
.gallery-image-thumbnail-layout img:hover {
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    transform: scale(1.05);
    transition: all 1s ease;
}
.gallery-image-thumbnail-layout {
    transition: all 1s ease;
    max-width: 100%;
}
.kaijabalconybg {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    height: 600px;
    border-width: 0px;
    margin-left: 15%;
    transform: translateY(25%);
    background-color: transparent;
}
.instruction-fish {
    max-width: 100%;
    height: 150px;
    width: 200px;
    transform: translateY(330%) translateX(335%);
    background: transparent;
    position: absolute;
    display: block;
    z-index: 4;
}
.Seoul-photography {
    max-width: 100%;
}
.seoulhighway {
    display: inline-block;
    max-width: 100%;
    height: 100%;
    height: 700px;
    width: 520px;
    border-width: 0px;
    transform: translateY(5%);
    margin-left: 55%;
    background-color: transparent;
}
.calvinonsax {
    display: inline-block;
    max-width: 100%;
    height: 600px;
    width: 400px;
    border-width: 0px;
    margin-left: 15%;
    background-color: transparent;
    margin-top: -25%;
}
.bottomimagesalign {
    position: absolute;
    max-width: 100%;
    bottom: 0;
}
.opendragonfruit {
    max-width: 100%;
    height: 1350px;
    width: 1099px;
    display: inline-block; 
    background: transparent;
    transform: translateY(300%);
}
.openupgif {
    max-width: 100%;
    height: 955px;
    width: 1420px;
    display: inline-block; 
    background: transparent;
    transform: translateY(495%) translateX(5%);
}
/* .Imagecollection005 {
    display: inline-block;
    max-width: 100%;
    height: 500px;
    width: 370;
    border-width: 0px;
    transform: translateY(-150%);
    margin-left: 15%;
    background-color: transparent;
} */
a.hidden {
    display: none;
}
.whole-navbar-gallerme {
    align-items: center;
    margin-top: 110%;
}
.page-end-gallerme h1{
    text-align: right;
    padding-top: 6%;
    padding-bottom: 3%;
    margin-right: 2%;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
}
.BLOGTITLE h2 {
    font-size: 200px;
    margin-left: 5%;
    z-index: 2;
}
.BLOGTITLE video{ 
    border-radius: 0;
    width: 60%;
    margin-top: -15%;
    background: transparent;
    z-index: -1;
    position: absolute;
    opacity: 48%;
}
.item1 { 
    grid-area: songimage; 
}
.item1:hover {
    mix-blend-mode: difference;
}
.item2 { 
    grid-area: songtext;
    margin-top: 10px;
    transform: translateY(45%);
}
.item3 { 
    grid-area: bookimage;
}
.item4 { 
    grid-area: booktext;
    text-align: right;
    margin-top: 5px;
    margin-right: 50px;
    transform: translateY(40%);
}
.item5 { 
    grid-area: wanttoshare;
    transform: translateY(35%);
}
.item6 { 
    grid-area: wanttosharecontent;
    width: 115px;
    border: 1.5px solid black;
    background: transparent;
    border-radius: 20px;
    padding: 1px 10px;
    justify-content: center;
}
.songoftheweek {
    /* height: 150px;
    width: 210px; */
    background: transparent;
}
.bookoftheweek {
    height: 100px;
    width: 150px;
    transform: rotate(-5deg);
    overflow: visible;
}
.bookoftheweektext {
    font-size: 15px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: bold;
    text-align: left;
    margin-left: 15%;
    transform: translateY(-120%);
    width: 115px;
}
.kfile-grid-container {
  display: grid;
  grid-template-areas:
    'songtext songtext songimage songimage songimage songimage'
    'bookimage bookimage booktext booktext booktext booktext'
    'wanttoshare wanttoshare wanttosharecontent wanttosharecontent wanttosharecontent wanttosharecontent';
  gap: 3px;
  background-color: transparent;
  padding: 5px;
  width: 30%;
  margin-left: 65%;
  margin-top: -7%;
  vertical-align: middle;
}
.kfile-grid-container > div {
    background-color: transparent;
    font-size: 15px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    height: 100px;
    padding-top: 5px;
    font-style: normal;
    overflow: visible
}
.k-file-grid h1 {
    font-size: 40px;
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: italic;
    text-align: right;
    margin-right: 3%;
    transform: translateY(-255%);
}
.allblogcoversphonedisplay {
    display: none;
}
.dividerfishyblog {
    display: none;
}
.allblogcovers {
    top: 180%;
}
.allblogcovers img:hover {
    cursor: url(Images/SM\ PX\ MOTH\ CURSOR.png), auto;
    transform: scale(1.05);
    transition: all 0.8s ease-in-out;
    rotate: 2deg;
    position: absolute;
}
.fashionsectionblogmagazine {
    max-width: 100%;
    height: 670px;
    width: 843px;
    display: inline-block; 
    background: transparent;
    transform: rotate(-10deg) translateX(8%);
    position: absolute;
}
.vl-fashphilb {
    border-left: 1.5px solid rgb(35, 34, 34);
    height: 300px;
    position: absolute;
    left: 67%;
    top: 105%;
}
.FBLOGSECTIONS h1 {
    font-size: 40px;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    margin-right: 3%;
    position: absolute;
    left: 62%;
    bottom: 5%;
    top: 90%;
}
.FBLOGSECTIONS p {
    text-align: left;
    margin-right: 3%;
    left: 69%;
    top: 105%;
    position: absolute;
    font-size: 15px;
    width: 20%;
}
.cookingsectionblogmagazine {
    max-width: 100%;
    height: 670px;
    width: 843px;
    display: inline-block; 
    background: transparent;
    transform: rotate(10deg);
    left: 38%;
    top: 150%;
    position: absolute;
}
.vl-cookingb {
    border-left: 1.5px solid rgb(35, 34, 34);
    height: 300px;
    position: absolute;
    left: 36%;
    top: 178%;
}
.CBLOGSECTIONS h1 {
    font-size: 40px;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    margin-left: 3%;
    position: absolute;
    right: 65%;
    top: 165%;
}
.CBLOGSECTIONS p {
    text-align: right;
    margin-left: 3%;
    position: absolute;
    right: 65%;
    top: 180%;
    font-size: 15px;
    width: 20%;
}
.travelsectionblogmagazine {
    max-width: 100%;
    height: 670px;
    width: 843px;
    display: inline-block; 
    background: transparent;
    transform: rotate(-5deg);
    position: absolute;
    top: 220%;
}
.vl-travelb {
    border-left: 1.5px solid rgb(35, 34, 34);
    height: 300px;
    position: absolute;
    left: 60%;
    top: 248%;
}
.TBLOGSECTIONS h1 {
    font-size: 40px;
    text-align: right;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    margin-right: 3%;
    position: absolute;
    left: 65%;
    top: 235%;
}
.TBLOGSECTIONS p {
    text-align: left;
    margin-right: 3%;
    left: 62%;
    top: 250%;
    position: absolute;
    font-size: 15px;
    width: 20%;
}
.extrasectionblogmagazine {
    max-width: 100%;
    height: 670px;
    width: 843px;
    display: inline-block; 
    background: transparent;
    transform: rotate(12deg);
    left: 38%;
    position: absolute;
    top: 290%;
}
.vl-extrashitb {
    border-left: 1.5px solid rgb(35, 34, 34);
    height: 300px;
    position: absolute;
    left: 36%;
    top: 320%;
}
.EBLOGSECTIONS h1 {
    font-size: 40px;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    margin-left: 3%;
    position: absolute;
    right: 65%;
    top: 310%;
}
.EBLOGSECTIONS p {
    text-align: right;
    margin-left: 3%;
    right: 65%;
    top: 325%;
    position: absolute;
    font-size: 15px;
    width: 20%;
}
.featblogmag1 {
    max-width: 100%;
    height: 410px;
    width: 487px;
    display: inline-block; 
    background: transparent;
    position: absolute;
    z-index: 1;
    left: 5%;
    top: 405%;
    transform: rotate(5deg);
}
.featblogmag2 {
    max-width: 100%;
    height: 420px;
    width: 497px;
    display: inline-block; 
    background: transparent;
    position: absolute;
    z-index: 1;
    left: 27%;
    top: 454%;
    transform: rotate(-5deg);
}
.bottomfeaturemagline {
    width: 1100px;
    top: 515%;
    position: absolute;
    margin-left: 7%;
}
.featured-blog-bloghome {
    margin-top: 10%;
}
.featureblogtitle h1 {
    background-color: transparent;
    font-size: 60px;
    margin-top: 165%;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow: visible
}
.featbloggrid {
    display: grid;
    grid-template-areas:
    'emptybox emptybox emptybox emptybox row-feat1 row-feat1' 
    'emptybox emptybox emptybox emptybox rowfeat2 rowfeat2'
    'featcol2 featcol2 featcol3 featcol3 featcol1 featcol1';
    gap: 2%;
    background-color: transparent;
    padding: 10px;
    vertical-align: middle;
    margin-left: 5%;
    text-decoration: none;
    width: 90%;
}
.featbloggrid container {
    background-color: #faf6f6;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px;
    text-decoration: none;
    border-radius: 3%;
    overflow: visible
}
.featbloggrid container:hover  {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: none;
    -webkit-transition: transform .9s ease-in-out;
    -moz-transition: transform .9s ease-in-out;
    -ms-transition:transform .9s ease-in-out;
    box-shadow: 0 0 20px 0px rgba(240, 237, 237, 0.5);
    border-radius: 3%;
}
.featbloggrid h2 {
    font-weight: 700;
    text-decoration: none;
    color: black;
}
.featbloggrid p {
    margin-top: 3%;
    font-size: 13px;
    text-decoration: none;
    color: black;
}
.row-feat1 { 
    grid-area: row-feat1;
}
.rowfeat2 { 
    grid-area: rowfeat2;
}
.featcol1 { 
    grid-area: featcol1;
}
.featcol2 { 
    grid-area: featcol2;
}
.featcol3 { 
    grid-area: featcol3;
}
.newpostscover {
    height: 230px;
    width: auto;
    border-radius: 3%;
}
.page-end-blog h1{
    text-align: right;
    padding-top: 6%;
    padding-bottom: 3%;
    margin-right: 2%;
    font-size: 12px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}
.nav-links-page-end-blog {
    transform: translateY(60%);
    align-items: center;
}
.Spanishsentence img {
    transform: scale(-150%);
    z-index: 1;
    position: absolute;
    background: transparent;
}
@media(max-width: 780px){
    .bg-gallery {
        background-attachment: scroll ;
    }
}
@media(min-width: 501px){

}
@media(max-width: 1040px){

}
@media(max-width: 770px), (min-width: 1041px){

}
@media(max-width: 500px), (min-width: 771px){

}
@media(max-width: 1400px){

}
@media(max-width: 1040px){

}
@media(max-width: 500px){
    h2 {
        font-size: 20px;
    }
    p {
        font-size: 13px; 
    }
    body {
        overflow-x: hidden;
    }
    .nav-links {
        display: none;
    }
    .Galleryheader h1 {
    font-size: 90px;
    margin-left: 5%;
    }
    .MEcrayontype {
        width: 100%;
        max-height: auto;
        transform: translateX(5%) translateY(10%);
    }
    .header-paragraph-rectangle-2 {
        width: 59%;
        height: auto;
        transform: translateY(-155%) translateX(67%);
        margin-left: 0;
    }
    .header-paragraph-rectangle {
        transform: translateY(-425%) translateX(5%);
        width: 90%;
        height: auto;
        margin-left: 0;
    }
    .dragonfruithandhold {
        width: 100%;
        height: auto;
        transform: translateX(0) translateY(0);
    }
    .dadonfilm,
    .myglasses,
    .myglassesneyes,
    .kaijabalconybg,
    .seoulhighway,
    .calvinonsax {
        width: 60%;
        height: auto;
        transform: translateX(0) translateY(0);
        justify-content: center;
        padding: 10% 0;
    }
    .calvinonsax {
        margin-top: 10%;
    }
    .seoulhighway {
        margin-left: 25%;
        margin-top: 50%;
    }
    .opendragonfruit {
        width: 100%;
        height: auto;
        transform: translateX(0) translateY(0);
        margin-left: 0;
        justify-content: center;
    }
    .myglassesneyes,
    .myglasses {
        transform: translateX(60%) translateY(145%);
    }
    .paintstrokeimage {
        display: none;
    }
    .openupgif {
        max-width: 100%;
        height: auto;
        transform: translateY(45%);
    }
    .gallery-image-thumbnail-layout {
        max-width: 100%;
        margin-top: 10%;
    }
    .bottomimagesalign {
        position: relative;
    }
    .whole-navbar-gallerme {
        margin-top: 30%;
        margin-bottom: 55%;
    }
    .page-end-gallerme {
        margin-top: -35%;
    }
    .FAQ {
        width: 100%;
        margin-top: 10%;
        padding: 0 2%;
        font-size: 18px; /* Reduced font size for readability */
    }
    .FAQ h2 {
        font-size: 28px;
    }
    .vl-faqunderline {
        width: 100%; /* Full width underline on mobile */
    }
    .Overline {
        display: none;
    }
    .timeline {
        display: flex;
        flex-direction: column; /* Stack FAQ-col vertically */
        align-items: center;
    }
    .FAQ-col {
        width: 80%; /* Full width on mobile */
        padding: 15px 15;
        margin: 15px 10;
        border-radius: 25px;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }
    .FAQ-col h2 {
        font-size: 18px;
    }
    .FAQ-col h3 {
        font-size: 18px;
        line-height: 1.2;
    }
    .FAQ-col p {
        font-size: 14px;
    }
    .hero-btn-faq {
        font-size: 14px;
        padding: 10px 5px;
        text-align: center;
    }
    .img-container {
        padding-bottom: 10%; /* Adjust bottom padding for better layout */
    }
    .img-container img {
        width: 100%; /* Full width image */
        padding-top: 50px;
        padding-left: 0;
    }
    .overlay-text {
        font-size: 8px;
        width: 100px;
        transform: rotate(-9deg);
        margin-left: -8%;
    }
    .input[type=text], textarea, input {
        font-size: 8px; /* Adjust input field font size for readability */
        padding: 0;
    }
    .hero-btn {
        transform: scale(0.8);
    }
    .Contactme {
        padding-bottom: 40px; /* Extra padding to space out sections */
    }
    .page-end-faq {
        margin-top: 10%;
    }
    .whole-navbar-faq {
        margin-top: 30%;
    }
    .bulletinboardtemp {
        display: none;
    }
    .bulletinboardwaitingtext {
        display: none;
    }
    .phonebulletinboardwaitingtext {
        text-align: center;
        color: darkred;
        margin-top: 30%;
        margin-bottom: 20%;
        width: 100%;
        display: inline-block;
    }
    .phonebulletinboardwaitingtext video {
        border-radius: 0;
        width: 100%;
        margin-bottom: 5%;
        margin-top: 10%;
    }
    .comission-me {
        height: auto;
        margin-top: 30%;
        transform: scale(3);
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        display: inline-block;
    }
    .SHOPwelcome {
        display: none;
    }
    .comingsoonphone {
        text-align: center;
        margin-top: 30%;
        font-family: "area-normal", sans-serif;
        font-weight: 600;
        font-style: normal;
        display: inline-block;
        justify-content: center;
        align-content: center;
        margin-left: 15%;
        max-width: 100%;
    }
    .BLOGTITLE h2 {
        font-size: 100px;
        overflow: hidden;
    }
    .BLOGTITLE video {
        width: 100%;
        margin-top: -25%;
        overflow: hidden;
    }
    .k-file-grid h1 {
        font-size: 18px;
        text-align: left;
        margin-left: 2%;
        transform: translateY(605%);
    }
    .kfile-grid-container {
        width: 90%;
        margin-top: 40%;
        margin-bottom: 20%;
        border: 1.5px solid brown;
        background-color: #E1FBF9;
        border-radius: 25px;
        margin-left: 3%;
        margin-right: 0;
        overflow: hidden;
    }
    .dividerfishyblog {
        display: flex;
        width: auto;
        max-width: 100%;
        height: 20vh;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
    .allblogcoversphonedisplay {
        display: flex;
        flex-wrap: wrap;
        grid-column: auto;
        align-items: center;
        text-align: center;
        padding: 3%;
    }
    .allblogcoversphonedisplay container {
        margin-top: 30%;
        align-items: center;
        padding: 5%;
        background-color: #FF9580;
        border-radius: 4%;
    }
    .allblogcoversphonedisplay h1 {
        font-family: "futura-pt", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        color: #FDFCFC;
    }
    .allblogcoversphonedisplay img {
        max-width: 100%;
        overflow: hidden;
        width: 340px;
        height: auto;
        right: 0;
        align-items: center;
    }
    .allblogcoversphonedisplay p {
        color: #FDFCFC;
    }
    .allblogcovers {
        display: none;
    }
    .featured-blog-bloghome {
        max-width: 100%;
        overflow: auto;
    }
    .featbloggrid {
        display: flex;
        flex-wrap: nowrap;        
        margin-top: 175%;
        margin-bottom: 10%;
    }
    .featbloggrid container {
        margin-top: 10%;
        width: 100%;
        height: 100%;
        padding: 3%;
    }
    .featureblogtitle h1 {
        font-size: 44px;
        max-width: 100%;
        overflow: hidden;
        margin-top: 15%;
    }
    .featblogmaggrid {
        margin-top: -10%;
    }
    .featblogmaggrid img {
        max-width: 100%;
        overflow: hidden;
        width: 340px;
        height: auto;
        right: 0;
        align-items: center;
    }
    .featblogmag1 {
        margin-top: 197%;
    }
    .featblogmag2 {
        margin-top: 183%;
        left: 10%;
    }
    .bottomfeaturemagline {
        margin-top: 155%;
        align-content: center;
        left: 10%;
    }
    .page-end-blog {
        margin-top: 50%;
        margin-bottom: 20%;
    }
    .phoneheader {
        display: block;
    }
    .phoneheader img { 
        display: block;
        border-radius: 0;
        width: 100%;
        margin-bottom: 5%;
        overflow: hidden;
        align-items: center;
    }
    .header {
        display: none;
    }
    .quarter-col-skinny {
        position: absolute;
        top: 150%;
        width: 35%;
        margin-left: 5%;
        overflow: hidden;
    }
    .quarter-col-fat {
        position: absolute;
        width: 70%;
        margin-left: 10%;
        overflow: hidden;
    }
    .Row-bb{
        top: 149%;
        right: 23%;
        text-align: left;
    }
    .Row-b {
        margin-top: 305%;
        margin-left: 72%;
    }
    .Row-g {
        margin-top: -15%;
        margin-right: 3%;
        transform: translateX(10%);
    }
    .vl {
        display: none;
    }
    .half-col {
        flex-basis: 100%;
        overflow: hidden;
    }
    .half-col h2 {
        font-size: 45px;
    }
    .magazinefeaturedblogposts {
        top: 165%;
        position: absolute;
        max-width: 100%;
        overflow: hidden;
    }
    .quarter-col-skinny p, .quarter-col-fat p{
        font-size: 12px;
    }
    .quarter-col-skinny h2, .quarter-col-fat h2{
        font-size: 22px;
    }
    .Row-bb h2 {
        font-size: 22px;
    }
    .Row-bb p {
        font-size: 12px;
    }
    .elfsight-app-2f228a26-b6ec-4f1f-ae7e-0ad6ca180938 {
        font-size: 5px;
        transform: translateY(100%);
    }
    .nav-links, .nav-links ul li, .nav-links a{
        display: none;
    }
    .questionmarkgif {
        transform: translateY(-70%)translateX(60%)scale(1.5)rotate(-3deg);
    }
    .image1 {
        width: 160px;
        height: 220px;
        float: right;
        background: transparent;
        display: block;
    }
    .paragraph-grid {
        display: none;
    }
    .paragraph-grid-phone {
        display: grid;
        overflow: hidden;
        grid-template-columns: auto;
        grid-template-areas: "paragraph-grid";
        column-count: 1;
        gap: 10px;
        overflow: visible;
        margin-right: 10%;
        margin-left: 5%;
    }
    .coffeecup {                                                   
        top: 210%;
        z-index: 0;
        width: 250px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .magazinefeaturedblogposts {
        top: 243%;
        max-width: 100%;
        z-index: 2;
        width: 340px;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .featurepurseblogpost { 
        top: 281%;
        width: 340px;
        max-width: 100%;
        transform: translateX(-5%) rotate(10deg);
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .fishclip1 {
        top: 298%;
        right: 105%;
        width: 300px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .fishclip2 {
        top: 230%;
        left: 20%;
        width: 110px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .clayhand {
        top: 318%;
        left: 28%;
        width: 300px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .meltedcandle {                                                   
        top: 330%;
        z-index: 0;
        width: 160px;
        transform: translateX(-6%);
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .image2 img {
        width: auto;
        height: 8%;
    }
    .complete-about-me-grid {
        display: none;
    }
    .Complete-about-me {
        display: none;
    }
    .complete-about-me {
        display: none;
    }
    .Complete-about-me-phone {
        display: inline-block;
        overflow-x: hidden;
        gap: 15px;
        overflow-y: hidden;
        margin-right: 10%;
        margin-left: 6%;
        max-height: 100%;
        transform: translateY(130%);
    }
    .hero-btn {
        font-size: 15px;
        max-width: 100%;
    }
    .Complete-about-me-phone h2 {
        display: block;
        font-size: 39px;
        padding: 3px 0;
    }
    .phoneinstadisplay {
        display: block;
        margin-top: 10%;
        align-items: center;
        max-width: 100%;
    }
    .instagramfeed {
        display: none;
    }
    .page-end-index {
        margin-top: -160%;
        margin-bottom: 0;
        overflow-x: hidden;
        max-width: 100%;
    }
    .phoneandinstaindexbottom {
        margin-top: 230%;
        overflow-x: hidden;
        display: block;
    }
    .vl-phoneunderline {
        margin-top: 180%;
        display: inline-block;
    }
    .mySidenav {
        display: block;
        width: 0;
    }
    span {
        display: block;
    }
    .phonesidenav {
        height: 100%;
        max-width: 100%;
        width: 0;
        display: block;
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        background-color: #E56A76;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        cursor: url('path-to-image.png'), auto;
    }
    .phonesidenav a {
        padding: 10px 10px 10px 32px;
        text-decoration: none;
        font-size: 50px;
        color: #91E6A5;
        display: block;
        transition: 0.3s;
        font-family: "futura-pt", sans-serif;
    }
    .phonesidenav a:hover {
        color: #f1f1f1;
    }
    .phonesidenav .closebtn {
        position: absolute;
        top: 0;
        right: 35px;
        font-size: 36px;
        margin-left: 45px;
    }
}
    @media screen and (max-height: 450px) {
        .phonesidenav {
            padding-top: 15px;
        }
    
        .phonesidenav a {
            font-size: 18px;
        }
    
        .closebtn {
            right: 65px;
        }
}
@media(max-width: 390px){
    .quarter-col-skinny {
        position: absolute;
        top: 160%;
        width: 35%;
        margin-left: 5%;
        overflow: hidden;
    }
    .quarter-col-fat {
        position: absolute;
        width: 70%;
        margin-left: 10%;
        overflow: hidden;
    }
    .Row-bb{
        top: 169%;
        right: 23%;
        text-align: left;
    }
    .Row-b {
        margin-top: 315%;
        margin-left: 72%;
    }
    .Row-g {
        margin-top: -5%;
        margin-right: 3%;
        transform: translateX(10%);
    }
    .coffeecup {                                                   
        top: 220%;
        z-index: 0;
        width: 250px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .magazinefeaturedblogposts {
        top: 253%;
        max-width: 100%;
        z-index: 2;
        width: 340px;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .featurepurseblogpost { 
        top: 291%;
        width: 340px;
        max-width: 100%;
        transform: translateX(-5%) rotate(10deg);
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .fishclip1 {
        top: 308%;
        right: 105%;
        width: 300px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .fishclip2 {
        top: 240%;
        left: 20%;
        width: 110px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .clayhand {
        top: 328%;
        left: 28%;
        width: 300px;
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .meltedcandle {                                                   
        top: 340%;
        z-index: 0;
        width: 160px;
        transform: translateX(-6%);
        max-width: 100%;
        height: auto;
        position: absolute;
        overflow: hidden;
    }
    .Complete-about-me-phone {
        display: inline-block;
        overflow-x: hidden;
        gap: 15px;
        overflow-y: hidden;
        margin-right: 10%;
        margin-left: 6%;
        max-height: 100%;
        transform: translateY(140%);
    }
   
    .phoneandinstaindexbottom {
        margin-top: 280%;
        overflow-x: hidden;
        display: block;
    }
}