@import url("https://p.typekit.net/p.css?s=1&k=mzb7ekt&ht=tk&f=44510&a=72513466&app=typekit&e=css");
@font-face {
  font-family: Duotone-Serif;
  src: url("/assets/fonts/SangBleuKingdomTrial-Light.otf");
}
@font-face {
  font-family: Duotone-Serif-Italic;
  src: url("/assets/fonts/SangBleuKingdomTrial-LightItalic.otf");
}
@font-face {
  font-family: Degular;
  src: url("https://use.typekit.net/mzb7ekt.css");
}
@font-face {
  font-family: "degular";
  src: url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/174e41/00000000000000007735c867/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-weight: 400;
  font-style: normal;
}

.home-banner { 
  width: 100%;
  height: 15%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.mist-banner-1 {
  background-image: url("/assets/images/duotone-banner-1.png");
}

.mist-banner-2 {
  background-image: url("/assets/images/duotone-banner-2.png");
}

.mist-banner-3 {
  background-image: url("/assets/images/duotone-banner-3.png");
}

.navigation-section {
    padding-top: 70px;
    
}

.topnav {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.topnav a {
    float: left;
    color: #fff;
    opacity: .33;
    text-align: center;
    padding: 70px 25px 20px 25px;
  text-decoration: none;
}

.topnav a:hover{
    color: #fff;
    opacity: 1;
}

.topnav a.active {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 5px;
}


.logo-menu {
    z-index: 999;
}

.navigation-container {
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 17vh);
    
    padding: 40px;
}


.portfolio-header {
    font-family: Duotone-Serif;
    color: #fff;
    font-weight: 200;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: center;
    
}

/*
li {
    margin-left: auto;
    margin-right: auto;
}
*/

.nav-text {
    font-family: Degular;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}
.nav-group {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    grid-column: 1 / 13;
    grid-row: 1;
}

.category-header {
    font-family: Duotone-Serif;
    font-weight: 200;
    color: #321E2F;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: center;
    
}

.category-text {
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.expand-collapse-text {
    font-family: degular;
    color: #321E2F;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    
}

.branding-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: fit-content;
     background-color: #F9EDEE;
    
    padding: 40px;

   

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}





/* ~~~~~~BRANDING PROCESS DROPDOWN GRAPHIC ~~~~  */


.the-duo-behind-duotone-work-with-us-container {
  font-family: degular;
  color: #000;
  width: 100%;
  line-height: 70px;
  height: 70px;
  position: relative;
  font-weight: 600;
  margin: auto;
    transform: translateY(-40px);
    display: inline-block;
  transition: padding-left 0.25s ease;
}
@media (min-width: 0px) and (max-width: 780px) {
  .the-duo-behind-duotone-work-with-us-container {
    font-size: 14px;
    letter-spacing: 1.3px;
      transform: translateY(-60px);
  }
}
@media (min-width: 780px) and (max-width: 1919px) {
  .the-duo-behind-duotone-work-with-us-container {
    font-size: 16px;
    letter-spacing: 1.7px;
  }
}
@media (min-width: 1920px) {
  .the-duo-behind-duotone-work-with-us-container {
    font-size: 20px;
    letter-spacing: 1.9px;
  }
}

.the-duo-behind-duotone-work-with-us-wrapper {
  display: inline-block;
  position: absolute;
  right: 20px;
  transition: right linear 0.15s;
}

.the-duo-behind-duotone-work-with-us-wrapper:hover {
  cursor: pointer;
  right: 0px;
}

.vertical-align-span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}





.see-packages-button-container1 {
  width: 100%;
  text-align: center;
    padding-bottom: 50px;
}

.see-packages-button1 {
  font-family: degular;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2.8px;
  height: 20px;
  width: 160px;
  size: 28px;
   margin: auto;
 
  padding: 20px;
  transition: background-color 0.25s ease;
}



.see-packages-button1:hover {
  cursor: pointer;
  background-color: #8813f0;
}



.see-packages-button3 {
  font-family: degular;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2.8px;
  height: 20px;
  width: 160px;
  size: 28px;
  /* margin: auto; */
  padding: 20px;
  transition: background-color 0.25s ease;
}



.see-packages-button3:hover {
  cursor: pointer;
  background-color: #8813f0;
}


.see-packages-button3 {
  font-family: degular;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2.8px;
  height: 20px;
  width: 160px;
  size: 28px;
   
 
  padding: 20px;
  transition: background-color 0.25s ease;
}



.see-packages-button2:hover {
  cursor: pointer;
  background-color: #8813f0;
}



.see-packages-button-container2 {
  width: 100%;
  text-align: center;
}

.see-packages-button2 {
  font-family: degular;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  letter-spacing: 2.8px;
  height: 20px;
  width: 160px;
  size: 28px;
  margin: auto;
  padding: 20px;
  transition: background-color 0.2s ease;
    
}

.see-packages-button2:hover {
  cursor: pointer;
  background-color: #DBB2EE;
-webkit-transform: scale(1.2); 
     -webkit-animation-timing-function: ease-in; 
    
}




.view-our-portfolio-header {
  font-family: Duotone-Serif;
  color: white;
  text-align: center;
    transition: color 0.2s ease;
}


.view-our-portfolio-header:hover {
  cursor: pointer;
  color: #F0DCEE;
-webkit-transform: scale(1.1); 
     -webkit-animation-timing-function: ease-in; 
    
}


.branding-process-grid {


    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 3vw 20vw 20vw 20vw 20vw 3vw;
    grid-template-rows: fit-content;
    padding: 80px 0px 80px 0px;
    column-gap: 60px;
    

    }




.recent-grid-container

 {


    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 11vw 26vw 26vw 26vw 11vw;
    grid-template-rows: fit-content;
    padding: 150px 0px 100px 0px;
    column-gap: 0px;
     text-align: center;
     background-color: #000;
    

    }


.recent-header1 {
    grid-column: 2 / 5;
    grid-row: 1;

    width: 100%;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Duotone-Serif-Italic;
    font-size: 28px;
    line-height: 38px;
    font-weight: 200;
    padding-bottom: 70px;
}

.recent-button1 {

    width: 150px;
    height: 35px;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Degular;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 200;
   padding-top: 7px;
    border: 1px solid #fff;
    border-radius: 70px;
     transition: all 0.2s ease-in;
}


.recent-button1:hover {
   color: #000;
      cursor: pointer;
    background-color: #fff;
}


.recent-button2 {

    width: 250px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Degular;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    font-weight: 200;
    padding: 10px 0px 0px 0px;
    border: 1px solid #fff;
    border-radius: 70px;
     transition: all 0.2s ease-in;
}

.recent-button2:hover {
   color: #000;
      cursor: pointer;
    background-color: #fff;
}


.recent-button4 {

    width: 200px;
    height: 25px;
    text-align: center;
    color: #fff;

      font-family: Degular;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1.5px;
    font-weight: 200;
    padding: 6px 0px 2px 0px;
    border: 1px solid #fff;
    border-radius: 70px;
     transition: all 0.2s ease-in;
}

.recent-button4:hover {
   color: #000;
      cursor: pointer;
    background-color: #fff;
}

.recent-divider1 {

    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
      font-family: Degular;
    font-style: italic;
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    letter-spacing: 1.5px;
   padding-top: 20px;
    border-bottom: 1px solid #fff;
       border-top: 1px solid #fff;
    background-color: #000;

}


.recent-divider2 {

    width: 100%;
    height: 100px;

    background-color: #000;

}



.recent-divider3 {
 display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto; 
    background-color: #F9EDEE;
    width: 100%;
    height: auto;
    text-align: center;
    
   padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #000;
       border-top: 1px solid #000;

}


.recent-divider-image1 {
  grid-column: 2 / 7;
    grid-row: 1;
    width: 80%;
    margin: auto;
    height: 28px;


}

.recent-divider-image2 {
  grid-column: 7 / 12;
    grid-row: 1;
    width: 80%;
    margin: auto;
    height: 28px;


}


.recent-divider4 {
        background-image: url("/assets/images/contact-banner.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 60px;
    background-color: #000;
    
}

.recent-project1 {
        background-image: url("/assets/images/rusihashi-home.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 85vh;
   
    
}

.recent-project1-wrap {
    width: 100%;
    height: 100%;
   
    
}

.recent-project2 {
        background-image: url("/assets/images/vgnn-1.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 85vh;
    
}


.recent-project3 {
        background-image: url("/assets/images/vortex/vortex-new4.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 85vh;
    
}

.recent-project1-logo {
    width: 450px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}

.recent-project1-logo2 {
    width: 150px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}

.recent-project2-logo {
    width: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}

.recent-duotone-logo {
    width: 40px;
  margin: auto;
    
    
}

.recent1 {
    grid-column: 2;
    grid-row: 2;

    width: 85%;
    height: auto;
    margin: auto;
    
}

.recent2 {
    grid-column: 3;
    grid-row: 2;

    width: 85%;
    height: auto;
    margin: auto;
    
}

.recent3 {
    grid-column: 4;
    grid-row: 2;

    width: 85%;
    height: auto;
    margin: auto;
    
}

.branding-process {
    width: 100%;
    text-align: center;
    position: relative;
    display: none;
 
    width: 100%;
    height: 50%;
    padding: 0px 0px 100px 0px;

    background-color: #F0DCEE;

    /* grid-column: 1;
    grid-row: 1; */
}


.branding-process-body {
    text-align: center;
    font-family: Degular;
    color: #8813F0;
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
}



.branding-process-header {
    text-align: center;
    font-family: Degular;
    color: #8813F0;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}



.branding-process-header p {
    text-align: center;
    font-family: Degular;
    color: #8813F0;
    font-weight: 200;
    font-size: 12px;
}

/* ~~~~~~TEXT EXCEPT ORANGE ~~~~  */

.branding-process-header2 {
    text-align: center;
    font-family: Degular;
    color: #E8694D;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}

.branding-process-body2 {
    text-align: center;
    font-family: Degular;
    color: #E8694D;
    font-weight: 200;
    font-style: italic;
    font-size: 15px;
    line-height: 24px;
}

.branding-process-header2 p {
    text-align: center;
    font-family: Degular;
    color: #E8694D;
    font-weight: 200;
    font-size: 12px;
}

/* ~~~~~~COLUMNS FOR EACH STEP OF THE PROCESS ~~~~  */

.branding-process-research {
    grid-column: 2;
    grid-row: 1;
}

.branding-process-strategy {
    grid-column: 3;
    grid-row: 1;
}

.branding-process-visual-identity {
    grid-column: 4;
    grid-row: 1;
}

.branding-process-applications {
    grid-column: 5;
    grid-row: 1;
}




/* BRANDING CONTENT BRANDING CONTENT BRANDING CONTENT */



.home-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 20vh 20vh 50vh 12vh auto 1fr;
   
   
    
    padding: 0px;
    column-gap: 0px;
    grid-row-gap: 0px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-bg-video {
    grid-column: 1 / 13;
    grid-row: 1 / 7;
        background-image: url("/assets/images/pink-bg.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    
}

.home-gradient {
    grid-column: 2 / 12;
    grid-row: 2 / 5;

    width: 100%;
    height: 100%;
    
}

.webp .home-gradient-divider {
      background-image: url("/assets/images/duotone-gradient.webp");
   background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.home-gradient-divider2 {
    height: 15vh;
   
}

#background-video {
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#background-gradient {
  width: 100%;
  height: 100vh;

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}


#background-video2 {
    
     object-fit: cover;
position:relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-logo {
  float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    
}


.home-logo2 {
  float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.home-grid-container22 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 15vh;
    background-color: #fff;
    
    filter: brightness(95%);
    
    
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-grid-container2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 95vh;
    background-color: #fff;
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.home-grid-container3 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 10vh auto 70vh auto 50vh 15vh;
    background-color: #175493;
    
    padding: 50px 0px 50px 0px;
    column-gap: 0px;
    grid-row-gap: 50px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.home-grid-container4 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 35vh 35vh;
    background-color: #000;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}



.home-grid-container5 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 20vh auto 8vh; 
    background-color: #000;
    
   
    grid-row-gap: 50px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-grid-container6 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto 20vh auto auto 20vh auto auto 20vh;
    background-color: #000;
    

    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.home-grid-container7 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 20vh 50vh 10vh; 
    background-color: #F9EDEE;
    
   
    grid-row-gap: 50px;
    padding: 40px 0px 40px 40px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-design-soul {
    
    grid-column: 3 / 11;
    grid-row: 2;
}


.home-design-soul2 {
    
    grid-column: 1 / 13;
    grid-row: 4;
    
}

.home-brand-text {
    
    grid-column: 2 / 7;
    grid-row: 1;
    padding: 200px 0px 50px 0px;
}

.home-brand-video {
    
    grid-column: 7 / 12;
    grid-row: 1;
    width: 90%;
    margin: auto;
}
.home-motion-video {
    
    grid-column: 2 / 7;
    grid-row: 4;
     width: 90%;
    margin: auto;
}

.home-motion-text {
    
    grid-column: 7 / 13;
    grid-row: 4;
    padding: 200px 0px 50px 0px;
}


.home-packaging-text {
    
    grid-column: 2 / 7;
    grid-row: 7;
    padding: 200px 0px 50px 0px;
}

.home-packaging-video {
    
    grid-column: 7 / 12;
    grid-row: 7;
    width: 90%;
    margin: auto;
}


.home-contact-text {
    
    grid-column: 7 / 13;
    grid-row: 2;
    padding: 0px 0px 0px 80px;
    width: 65%;
}

.home-contact-photo {
    
     grid-column: 1 / 7;
    grid-row: 1 / 4;
    background-image: url("/assets/images/home-bottom1.jpg");
    background-size: cover;
    background-position: 50% 50%;
}



.home-carousel1 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 25vh auto 30vh;
    background-color: #E0D2D2;
    color: #321E2F;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.home-newcarousel1 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 20vh auto 5vh;
    background-color: #E0D2D2;
    color: #321E2F;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-newcarousel3 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 20vh auto 5vh;
    background-color: #E0D2D2;
    color: #321E2F;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.contact-section-new2 {
    grid-column: 1 / 13;
    grid-row: 6;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    height: 105px;
    text-align: left;
    line-height: 25px;
    border-bottom: 1px solid #321E2F;
    border-top: 1px solid #321E2F;
    padding: 20px 0px 20px 50px;
}




.contact-column3 {
     float: left;
     width: 40%;
     padding: 20px 0px 10px 40px;
     height: 100%;
    display: inline-block;
}


.contact-new-header3 {
   
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #321E2F;
    font-weight: 200;
    font-size: 28px;
  
    line-height: 40px;
    text-decoration: underline;
  
 
    
}

.contact-column4 {
     float: left;
  width: 40%;

  height: 100%;
  text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 15px;
    text-align: left;
    line-height: 21px;
    border-left: 1px solid #000;
    padding-left: 60px;
    padding-top: 10px;
   
    
    
 
    
}



.home-newcarousel2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 8vh auto 8vh;

    background-color: #000;
    color: #fff;
    width: 100%;
    margin: auto;
    padding: 120px 0px 120px 0px;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.webp .home-carousel2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 35vh auto 30vh;
    background-image: url("/assets/images/home-7.webp");
    background-size: cover;
    background-position: 50% 50%;
    background-color: #000;
    color: #fff;
    width: 100%;
    margin: auto;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-carousel12 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 15vh 10vh 10vh 25vh 25vh 10vh;
    background-color: #8813F0;
    column-gap: 40px;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}



.home-carousel3 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 15vh 10vh 10vh 50vh 10vh;
    background-color: #321E2F;
    column-gap: 40px;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.home-carousel4 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 15vh auto 25vh;
    background-color: #000;
    column-gap: 0px;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.home-carousel-project {
    
    grid-column: 1 / 13;
    grid-row: 2;
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin: auto;
}

.home-carousel-project-v1 {
    
  display: block;
    width: 60%;
    margin: auto;
}

.home-carousel-project-v2 {
    
  display: none;
    width: 70%;
    margin: auto;
    
}
.home-carousel-project-v3 {
    
  display: none;
    width: 70%;
    margin: auto;
    
}

.home-carousel-caption {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    padding-bottom: 30px;
   
 
    
}

.home-carousel-caption i{
  
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;

 
    
}



.home-page-caption {
    text-align: left;
    font-family: Degular;
    color: #2F1F2E;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: medium;
    padding: 0px 40px 0px 40px;
    display: inline-block;
    width: 75%;
}



.home-page-subhead-light {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: medium;
 
    
}

.home-page-body-light {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 38px;
    font-weight: 200;
 
    
}

.home-page-body-light i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}



.home-page-subhead-nude {
    text-align: center;
    font-family: Degular;
    
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 200;
 
    
}



.home-page-subhead-lightt {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 200;
    padding-bottom: 40px;
 
    
}

.homepage-title3 {
    
    background-color: #E0D2D2;
  
    height: auto;
    width: 100%;
    

    
    
    
    
}


.homepage-title3 {
    
    width: 100%;
    margin: auto;
    background-color: #E0D2D2;
    padding: 30px 0px 30px 0px;
    
}

.home-page-subhead-nude2 {
    text-align: center;
    font-family: Degular;
    
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 200;
    padding-bottom: 50px;
 
    
}

.home-page-body-nude {
    text-align: center;
    font-family: Degular;
   
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 42px;
    font-weight: 200;
 
    
}

.home-page-body-nude i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}


.home-page-body-nude2 {
    text-align: center;
    font-family: Degular;
   
    font-size: 28px;
    letter-spacing: 2.5px;
    line-height: 50px;
    font-weight: medium;
 
    
}

.home-page-body-nude2 i {
    font-weight: bolder;
    font-style: italic;
    
}


.home-page-headernew1 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 38px;
    font-weight: 200;
 
    
}
.home-page-headernew1v2 {
    text-align: left;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 38px;
    font-weight: 200;
 
    
}


.home-page-headernew2 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #000;
    font-size: 38px;
    letter-spacing: 0.7px;
    line-height: 55px;
    font-weight: 200;
    width: 85%;
    margin: auto;
 
    
}

.home-page-body-new {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1.5px;
    line-height: 25px;
    font-weight: 200;
 
    
}


.home-header1 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 85px;
    letter-spacing: 1px;
    line-height: 92px;
    font-weight: 200;
 
    
}

.home-header1 i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}


.home-header2 {
    text-align: left;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 52px;
    font-weight: 200;
 
    
}

.home-header2 i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}

.home-body2 {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: 200;
    width: 80%;
 
    
}

.home-body3 {
    text-align: left;
    font-family: Degular;
    color: #2F1F2E;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: 200;
    width: 80%;
 
    
}

.home-header3 {
    text-align: left;
    font-family: Duotone-Serif-Italic;
    color: #2F1F2E;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 52px;
    font-weight: 200;
    width: 80%;
 
    
}

.home-body2 i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}


.home-subhead2 {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 42px;
    font-weight: 200;
    width: 80%;
    margin: auto;
 
    
}




.project-page-subhead {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding-bottom: 2px;

    
}
.project-page-caption {
    text-align: center;
    font-family: Degular;
    color: #2F1F2E;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: medium;
}

.project-page-subhead-light {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #EFEBE4;
    letter-spacing: 2px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    padding-bottom: 2px;

    
}
.project-page-caption-light {
    text-align: center;
    font-family: Degular;
    color: #EFEBE4;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: medium;
}



/* ~~~~~~CORE BRAND PACKAGE ~~~~  */




.home-section {
    grid-column: 3 / 11;
    grid-row: 2;
    text-align: center;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 37px;
    line-height: 45px;
    z-index: 1;

    
}

.home-section i {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #321E2F;
    text-align: left;
    font-size: 37px;
    line-height: 45px;

    
}

.home-section3 {
    grid-column: 1 / 13;
    grid-row: 4;
    border-top: 1px #321E2F solid;

    padding: 30px 40px 40px 0px;
    
}

.home-section4 {
    grid-column: 1 / 6;
    grid-row: 1;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    padding: 30px 0px 0px 0px;
    
}


.carousel1-section1 {
    grid-column: 4 / 10;
    grid-row: 2;
    
}



.newcarousel1-section1 {
    grid-column: 3 / 11;
    grid-row: 2;
    
}

.webp .carousel1-section2 {
    grid-column: 3 / 11;
    grid-row: 2;
        background-image: url("/assets/images/home-7.webp");
    background-size: cover;
    background-position: 50% 50%;
    
}


.newcarousel2-photo {
    grid-column: 7 / 13;
    grid-row: 1 / 4;
        background-image: url("/assets/images/home-7.jpg");
    background-size: cover;
    background-position: 50% 50%;
        padding: 110px 0px 110px 0px;
    width: 100%;
    border-radius: 30px 0px 0px 30px;
}

.newcarousel2-text {
    grid-column: 2 / 7;
    grid-row: 2;
   width: 65%;
     
    
}

.home-video2 {
    grid-column: 1 / 13;
    grid-row: 1 / 3;
    overflow: hidden;
    filter: brightness(75%);

    
}

.home-video-text {
    grid-column: 2 / 12;
    grid-row: 2;
    text-align: center;
    width: 100%;
    z-index: 2;
    

    
}

.home-photo1 {
    grid-column: 1 / 8;
    grid-row: 1;
    background-image: url("/assets/images/home/home-1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}

.home-photo3 {
    grid-column: 1 / 8;
    grid-row: 2;
    background-image: url("/assets/images/homee/home-7.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  
}
.home-photo4 {
    grid-column: 8 / 13;
    grid-row: 2;
    background-image: url("/assets/images/homee/home-8.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.webp .home-photo5 {
    grid-column: 1 / 8;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-8.webp");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.webp .home-photo6 {
    grid-column: 6 / 13;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-11.webp");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}
.core-brand-divider {
    grid-column: 1 / 13;
    width: 100%;
    padding: 150px 0px 150px 0px;
   /* border-bottom: 1px solid #8813F0; */
}

.project-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: left;
    line-height: 60px;
    padding-bottom: 10px;

    
}

.project-header p {
    font-family: Degular;
    font-weight: 200;
    color: #2F1F2E;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    opacity: 0.5;
    text-align: left;
    
}

.project-body {
    padding: 70px 30px 20px 0px;
    padding-top: 40px;
    width: 75%;
    height: 100%;
    letter-spacing: 0.5px;

}


.home-banner1 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/homee/home-2.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.home-banner2 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/homee/home-5.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.webp .home-banner3 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/home-6.webp");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.home-banner4 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/homee/home_end.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}

.home-banner5 {
    
    grid-column: 1 / 13;
     grid-row: 1;
   background-image: url("/assets/images/home/home-3.jpg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #38A5BB;
}



.home-banner6 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/adobe/adobe-1.jpeg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}
.project-subhead {
    font-family: degular;
    color: #321E2F;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    padding-top: 100px;
    
}

.home-section2 {
    grid-column: 3 / 11;
    grid-row: 2;
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
   
    letter-spacing: 2px;
    line-height: 32px;
    
    
}

.home-section5 {
    grid-column: 3 / 11;
    grid-row: 4;
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
   
    letter-spacing: 2px;
    line-height: 32px;
    
    
}

.home-photo2 {
    grid-column: 3 / 11;
    grid-row: 3;
    background-image: url("/assets/images/homee/home-4.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  
}


.home-photo7 {
    grid-column: 1 / 13;
    grid-row: 5;
margin: auto;
    width: 60vw;
   
  
}



.core-brand-group {
    grid-column: 1 / 13;
    grid-row: 1;
    width: 100%;
    height: 100%;
    
}

hr.solid {
  border-top: 1px solid #8813F0;
}

.expand-collapse-text2 {
    font-family: degular;
    color: #321E2F;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    padding-top: 100px;
    
}



.branding-section {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    padding: 100px 0px 0px 0px;

    grid-column: 5 / 9;
    grid-row: 3;

    /* grid-column: 1;
    grid-row: 1; */
}


/* ~~~~~~BRAND STRATEGY ADD-ON~~~~  */

.brand-strategy-section {
  width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    grid-column: 5 / 9;
    grid-row: 5;

}

.homepage-divider-light {
    background-color: #F9EDEE;
    height: 15vh;
    width: 100%;
    
}


.brand-strategy-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #8813F0;
    
}

.brand-strategy-header p {
    font-family: Degular;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.brand-strategy-body {
    padding-top: 40px;
    height: 100%;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
}



/* ~~~~~~EXCEPTIONAL BRAND PACKAGE ~~~~  */




.exceptional-brand {
    grid-column: 7 / 13;
    grid-row: 3;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.exceptional-brand-photo {
    grid-column: 1 / 7;
    grid-row: 3;
    
   background-image: url("/assets/images/exceptional-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}




/* ~~~~~~ MUSIC ARTIST BOX ~~~~  */


.music-artist-dropdown {
    width: 100%;
    background-color: #000;
    display: none;
}


.music-grid-container {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: fit-content;
    background-color: #000000;
    
    padding: 80px;

    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

.music-grid-container2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 70vh fit-content 70vh;
    background-color: #000;
    
    padding: 150px 80px 80px 80px;
    column-gap: 80px;
    border-top: 0.5px solid #fff;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}


.music-artist-section {
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    
 
    width: 100%;
    height: 100%;
    grid-column: 1 / 13;
    grid-row: 1;
    
    
}

/* ~~~~~~ CORE AND EXCEPTIONAL ARTIST SECTIONS ~~~~  */

.core-artist {
    grid-column: 7 / 13;
    grid-row: 2;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}

.core-artist-photo {
    grid-column: 1 / 7;
    grid-row: 2;
    background-image: url("/assets/images/core-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-color: blueviolet;
}

.exceptional-artist-photo {
    grid-column: 1 / 7;
    grid-row: 4;
    background-image: url("/assets/images/core-brand.png");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    background-color: blueviolet;
}
.exceptional-artist {
    grid-column: 7 / 13;
    grid-row: 4;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0.5px;
}

/* ~~~~~~ RANDOM MUSIC STUFF ~~~~  */

.music-brand-divider {
    grid-column: 1 / 13;
    width: 100%;
    padding: 150px 0px 150px 0px;
   /* border-bottom: 1px solid #8813F0; */
}

.music-brand-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 50px;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #BC71FF;
    
}

.music-brand hr.solid {
  border-top: 1px solid #BC71FF;
}

.music-brand-header p {
    font-family: Degular;
    font-weight: 200;
    color: #8813F0;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: left;
    
}

.music-brand-body {
    padding: 70px 300px 20px 0px;
    padding-top: 40px;
    width: 60%;
    height: 100%;
}


/* ~~~~~~ MUSIC ARTIST TEXT STYLES ~~~~  */

.music-artist-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #BC71FF;
    
}

.music-artist-header2 {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;

    
}

.music-artist-header p {
    font-family: Degular;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.music-artist-header2 p {
    font-family: Degular;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.expand-collapse-text-white {
    font-family: degular;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    
}

.expand-collapse-text-white2 {
    font-family: degular;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 600;
    padding-top: 100px;
    
}


.category-header-white {
    font-family: Duotone-Serif;
    font-weight: 200;
    color: #fff;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    
}

.category-text-white {
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.5px;
    
}






/* ~~~~~~ MUSIC VIDEO ADD ON ~~~~  */



.music-video-section {
  width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    grid-column: 5 / 9;
    grid-row: 6;
    padding-bottom: 50px;

}


.music-centered-section {
  width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
 
    width: 100%;
    height: 100%;
    grid-column: 5 / 9;
    grid-row: 1;
    padding-bottom: 300px;
   

}



.music-video-header {
    font-family: Duotone-Serif-Italic;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 40px;
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #BC71FF;

    
}

.music-video-header p {
    font-family: Degular;
    font-weight: 200;
    color: #BC71FF;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
    
}

.music-video-body {
    padding-top: 40px;
    height: 100%;
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-weight: 200;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;

}



















.project-title {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: Duotone-Serif-Italic;
    letter-spacing: 2px;
  font-size: 45px;
  position: absolute;
    color: #fff;
  visibility: hidden;
  opacity: 0;
    transition: opacity .2s, visibility .2s;
    
    
}

.project-title p{
    font-family: Degular;
    letter-spacing: 2.5px;
    line-height: 30px;
  font-size: 12px;
    font-style: italic;
}


.view-our-portfolio-container {
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  text-align: center;
     font-size: 95px;
    line-height: 115px;
    padding-bottom: 20px;
    padding-top: 300px;
}







@media (max-width: 1280px) {
    
  
    .view-our-portfolio-container {
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  text-align: center;
     font-size: 90px;
    line-height: 130px;
    padding-bottom: 20px;
    padding-top: 160px;
}
    
    
    

.home-page-subhead-nude {
    text-align: center;
    font-family: Degular;
    
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 21px;
    font-weight: 200;
 
    
}
    
    .home-page-subhead-lightt {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 21px;
    font-weight: 200;
    padding-bottom: 40px;
 
    
}

.home-page-body-nude {
    text-align: center;
    font-family: Degular;
   
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 33px;
    font-weight: 200;
 
    
}

.home-page-body-nude i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}

    .home-page-subhead-nude2 {
    text-align: center;
    font-family: Degular;
    
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
    font-weight: 200;
    padding-bottom: 50px;
 
    
}

.home-page-headernew1 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 200;
 
    
}
    
    
.home-page-headernew1v2 {
    text-align: left;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 200;
 
    
}



.home-page-body-new {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 21px;
    font-weight: 200;
 
    
}
    
    
    .home-page-headernew1v2 {
    text-align: left;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 200;
 
    
}


.home-page-headernew2 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #000;
    font-size: 32px;
    letter-spacing: 0.7px;
    line-height: 50px;
    font-weight: 200;
    width: 88%;
    margin: auto;
 
    
}
    
    .transform-packages {
   
       -webkit-transform: scale(0.9) translateX(-10%); 
  }
    
        
    .the-duo-behind-duotone-work-with-us-wrapper {
  display: inline-block;
  position: absolute;
  right: 20px;
  transition: right linear 0.15s;
        -webkit-transform: scale(0.9) translateX(40px);
}
    
       .home-page-caption {
        
         width: 65%;
   
    font-size: 14px;
    line-height: 18px;
        letter-spacing: 1px;
  
    
}
    
    
    
       
    
    .contact-section-new2 {
    grid-column: 1 / 13;
    grid-row: 6;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 15px;
    height: 115px;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #321E2F;
    border-top: 1px solid #321E2F;
    padding: 10px 0px 10px 15px;
}




.contact-column3 {
     float: left;
     width: 40%;
     padding: 40px 8px 10px 0px;
     height: 100%;
    display: inline-block;
}


.contact-new-header3 {
   
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #321E2F;
    font-weight: 200;
    font-size: 27px;
  
    line-height: 30px;
    text-decoration: underline;
    margin: auto;
  
 
    
}

.contact-column4 {
     float: left;
  width: 45%;

  height: 100%;
  text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 13px;
    text-align: left;
    line-height: 18px;
    border-left: 1px solid #000;
    padding-left: 20px;
    padding-top: 10px;
   
    
    
 
    
}
    
    .newcarousel1-section1 {
    grid-column: 2 / 12;
    grid-row: 2;
    
}
    
        
    .home-carousel-project-v1 {
    
  display: none;
  
}

.home-carousel-project-v2 {
    
  display: block;
   

    
}
    
       .home-carousel-project-v3 {
    
  display: none;
  
}
    
    .home-carousel-caption {

    font-size: 12px;
 
    line-height: 16px;
   
 
    
}
    
    

.recent-divider-image1 {
  grid-column: 1 / 5;
    grid-row: 1;
    width: 90%;
    margin: auto;
    height: 18px;


}

.recent-divider-image2 {
  grid-column: 5 / 13;
    grid-row: 1;
    width: 90%;
    margin: auto;
    height: 18px;


}
    
    .home-contact-text {
    
    grid-column: 7 / 13;
    grid-row: 2;
    padding: 0px 0px 0px 80px;
    width: 80%;
}

    
}



































@media (max-width: 767px) {
    
    
.recent-duotone-logo {
    width: 32px;
  margin: auto;
    
    
}

.recent-grid-container

 {


    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 5vw 30vw 30vw 30vw 5vw;
    grid-template-rows: fit-content;
    padding: 150px 0px 100px 0px;
    column-gap: 0px;
     text-align: center;
     background-color: #000;
    

    }


.recent-header1 {
    grid-column: 2 / 5;
    grid-row: 1;

    width: 100%;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Duotone-Serif-Italic;
    font-size: 24px;
    line-height: 33px;
    font-weight: 200;
    padding-bottom: 70px;
}

.recent-button1 {

    width: 130px;
    height: 26px;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Degular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 200;
   padding-top: 7px;
    border: 1px solid #fff;
    border-radius: 70px;
}



.recent-button2 {

    width: 220px;
    height: 30px;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Degular;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 200;
    padding: 8px 0px 0px 5px;
    border: 1px solid #fff;
    border-radius: 70px;
}

    
.recent-button4 {

    width: 150px;
    height: 25px;
    text-align: center;
    color: #fff;
    margin: 0;
      font-family: Degular;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.5px;
    font-weight: 200;
    padding: 6px 0px 0px 3px;
    border: 1px solid #fff;
    border-radius: 70px;
}

.recent-divider1 {

    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
      font-family: Degular;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
    letter-spacing: 1.5px;
   padding-top: 20px;
    border-bottom: 1px solid #fff;
       border-top: 1px solid #fff;
    background-color: #000;

}


.recent-divider2 {

    width: 100%;
    height: 100px;

    background-color: #000;

}



.recent-divider3 {
 display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto; 
    background-color: #F9EDEE;
    width: 100%;
    height: auto;
    text-align: center;
    
   padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #000;
       border-top: 1px solid #000;

}


.recent-divider-image1 {
  grid-column: 1 / 13;
    grid-row: 1;
    width: 90%;
    margin: auto;
    height: 20px;


}

.recent-divider-image2 {
display: none;


}


.recent-divider4 {
        background-image: url("/assets/images/contact-banner.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 50px;
    background-color: #000;
    
}

.recent-project1 {
        background-image: url("/assets/images/rusihashi-home.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 65vh;
    
}
    
    
.recent-project1-logo {
    width: 250px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}
    
        
.recent-project1-logo2 {
    width: 75px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}
    
    .recent-project2-logo {
    width: 100px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}

.recent-project2 {
        background-image: url("/assets/images/vgnn-1.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 65vh;
    
}


.recent-project3 {
        background-image: url("/assets/images/vortex/vortex-new4.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 65vh;
    
}

.recent1 {
    grid-column: 2;
    grid-row: 2;

    width: 90%;
    height: auto;
    margin: auto;
    
}

.recent2 {
    grid-column: 3;
    grid-row: 2;

    width: 90%;
    height: auto;
    margin: auto;
    
}

.recent3 {
    grid-column: 4;
    grid-row: 2;

    width: 90%;
    height: auto;
    margin: auto;
    
}
    
    .see-packages-button1 {
  font-family: degular;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2.8px;
  height: 20px;
  width: 160px;
  size: 28px;
    margin: auto;
 
  padding: 20px;
  transition: background-color 0.25s ease;
}
    
        .see-packages-button3 {
  font-family: degular;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2.8px;
  height: 20px;
  width: 160px;
  size: 28px;
    margin: auto;
 
  padding: 20px;
  transition: background-color 0.25s ease;
}
    
    .home-section {
    grid-column: 2 / 12;
    grid-row: 2;
    font-size: 28px;
    line-height: 35px;

    
}

    
      .home-section i {
    font-size: 28px;
    line-height: 35px;

    
}
    
    
    
    .home-carousel-project-v1 {
    
  display: none;
  
}

.home-carousel-project-v2 {
    
  display: block;
   

    
}
    
       .home-carousel-project-v3 {
    
  display: none;
  
}


    .home-grid-container {

    grid-template-rows: 12vh 20vh 55vh 12vh;
    

    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
      .view-our-portfolio-container {
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  text-align: center;
     font-size: 65px;
    line-height: 75px;
    padding-bottom: 20px;
    padding-top: 160px;
}

    
    
.home-subhead2 {

    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;

 
    
}

.home-header1 {

    font-size: 60px;
    line-height: 72px;
    font-weight: 200;
 
    
}
    
    
    
    .home-grid-container6 {


    grid-template-rows: auto auto 2vh auto auto 2vh auto auto 25vh;
    grid-row-gap: 0px;
        padding: 0px 30px 0px 30px;



    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
.home-grid-container7 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 50vh auto 10vh; 
    background-color: #F9EDEE;
    
   
    grid-row-gap: 50px;
    padding: 20px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

    
    
.home-brand-text {
    
    grid-column: 2 / 13;
    grid-row: 2;
    padding: 20px 10px 20px 20px;
    z-index: 2;
}

.home-brand-video {
    
    grid-column: 1 / 13;
    grid-row: 1;
    width: 80%;
    margin: auto;
      padding: 0px 0px 50px 0px;
    
    
}
.home-motion-video {
    
    grid-column: 1 / 13;
    grid-row: 4;
      width: 80%;
    margin: auto;
    padding: 0px 0px 50px 0px;
    
    
}

.home-motion-text {
    
    grid-column: 2 / 13;
    grid-row: 5;
    padding: 20px 10px 20px 20px;
        z-index: 2;
}


.home-packaging-text {
    
    grid-column: 2 / 13;
    grid-row: 8;
     padding: 20px 10px 20px 20px;
        z-index: 2;
}

.home-packaging-video {
    
    grid-column: 1 / 13;
    grid-row: 7;
 width: 80%;
    margin: auto;
      padding: 0px 0px 50px 0px;
    
  
}


.home-contact-text {
    
    grid-column: 1 / 13;
    grid-row: 2;
    padding: 10px 40px 0px 40px;
    width: 80%;
        margin: auto;
}

    .home-contact-photo {
    
     grid-column: 1 / 13;
    grid-row: 1;
    background-image: url("/assets/images/home-bottom2.jpg");
    background-size: cover;
    background-position: 50% 50%;
 margin: 20px;
}
    .home-page-caption {
        
         width: 55%;
   
    font-size: 12px;
    line-height: 16px;
        letter-spacing: 1px;
    padding: 0px 0px 0px 30px;
    
}
    
    
    .home-body3 {

    font-size: 15px;
    letter-spacing: 1px;
    line-height: 18px;
    width: 100%;
 
    
}

.home-header3 {

    font-size: 37px;

    line-height: 42px;

    width: 100%;
    
 
    
}
    
    
        
    .home-page-headernew1v2 {
    text-align: left;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 200;
 
    
}


.home-page-headernew2 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #000;
    font-size: 23px;
    letter-spacing: 0.7px;
    line-height: 35px;
    font-weight: 200;
    width: 88%;
    margin: auto;
 
    
}
    
    .newcarousel1-section1 {
    grid-column: 1/ 13;
    grid-row: 2;
    
}
    
    
    

.home-page-subhead-nude {
    text-align: center;
    font-family: Degular;
    
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 18px;
    font-weight: 200;
 
    
}
    
    .home-page-subhead-lightt {
    text-align: left;
    font-family: Degular;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 200;
    padding-bottom: 40px;
 
    
}

.home-page-body-nude {
    text-align: center;
    font-family: Degular;
   
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 27px;
    font-weight: 200;
 
    
}

.home-page-body-nude i {
    font-family: Duotone-Serif-Italic;
    letter-spacing: 1px;
    
}


.home-page-headernew1 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 200;
 
    
}



.home-page-body-new {
    text-align: center;
    font-family: Degular;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: 200;
 
    
}
    .carousel1-section1 {
    grid-column: 3 / 11;
    grid-row: 2;
    
}

.transform-packages {
   
       -webkit-transform: scale(0.75) translateX(-30%); 
  }
    
    
      .home-design-soul {
    
    grid-column: 2 / 12;
    grid-row: 2;
}
    
    
    
    .the-duo-behind-duotone-work-with-us-wrapper {
  display: inline-block;
  position: absolute;
  right: 20px;
  transition: right linear 0.15s;
        -webkit-transform: scale(0.8) translateX(50px);
}
    
    .homepage-divider-light {
    background-color: #F9EDEE;
    height: 8vh;
    width: 100%;
    
}
    
    .home-page-subhead-nude2 {
    text-align: center;
    font-family: Degular;
    
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 24px;
    font-weight: 200;
    padding-bottom: 50px;
 
    
}
    
    
    .contact-section-new2 {
    grid-column: 1 / 13;
    grid-row: 6;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 15px;
    height: fit-content;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #321E2F;
    border-top: 1px solid #321E2F;
    padding: 10px 0px 10px 15px;
}




.contact-column3 {
     float: left;
     width: 40%;
     padding: 30px 8px 10px 0px;
     height: 100%;
    display: inline-block;
}


.contact-new-header3 {
   
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #321E2F;
    font-weight: 200;
    font-size: 20px;
  
    line-height: 23px;
    text-decoration: underline;
    margin: auto;
  
 
    
}

.contact-column4 {
     float: left;
  width: 50%;

  height: 100%;
  text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 11px;
    text-align: left;
    line-height: 16px;
    border-left: 1px solid #000;
    padding-left: 20px;
    padding-top: 10px;
   
    
    
 
    
}
    
    
.home-newcarousel2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 8vh auto 8vh;

    background-color: #000;
    color: #fff;
    width: 100%;
    margin: auto;
      padding: 80px 0px 80px 0px;
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

    
.newcarousel2-photo {
    grid-column: 6 / 13;
    grid-row: 1 / 4;
        background-image: url("/assets/images/home-7.jpg");
    background-size: cover;
    background-position: 50% 50%;
    padding: 80px 0px 80px 0px;
    width: 100%;
     border-radius: 30px 0px 0px 30px;
}

.newcarousel2-text {
    grid-column: 1 / 6;
    grid-row: 2;
   width: 80%;
    margin: auto;
     
    
}
    
        .home-carousel-caption {

    font-size: 11px;
 
    line-height: 14px;
   
 
    
}
    
    
    
}














@media (max-width: 480px) {
    
    
    .recent-duotone-logo {
    width: 28px;
  margin: auto;
    
    
}


.recent-grid-container

 {


    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: 5vw 30vw 30vw 30vw 5vw;
    grid-template-rows: fit-content;
    padding: 100px 0px 80px 0px;
    column-gap: 0px;
     text-align: center;
     background-color: #000;
    

    }


.recent-header1 {
    grid-column: 2 / 5;
    grid-row: 1;

    width: 100%;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Duotone-Serif-Italic;
    font-size: 20px;
    line-height: 23px;
    font-weight: 200;
    padding-bottom: 40px;
}

.recent-button1 {

    width: 105px;
    height: 22px;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Degular;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 200;
   padding-top: 4px;
    border: 1px solid #fff;
    border-radius: 70px;
}



.recent-button2 {

    width: 220px;
    height: 35px;
    text-align: center;
    color: #fff;
    margin: auto;
      font-family: Degular;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 200;
    padding: 12px 0px 0px 5px;
    border: 1px solid #fff;
    border-radius: 70px;
}

     
.recent-button4 {

    width: 150px;
    height: 25px;
    text-align: center;
    color: #fff;
    margin: 0;
      font-family: Degular;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.5px;
    font-weight: 200;
    padding: 6px 0px 0px 3px;
    border: 1px solid #fff;
    border-radius: 70px;
}

.recent-divider1 {

    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
      font-family: Degular;
    font-style: italic;
    font-size: 11.5px;
    line-height: 18px;
    font-weight: 200;
    letter-spacing: 1.5px;
   padding-top: 20px;
    border-bottom: 1px solid #fff;
       border-top: 1px solid #fff;
    background-color: #000;

}


.recent-divider2 {

    width: 100%;
    height: 100px;

    background-color: #000;

}



.recent-divider3 {
 display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto; 
    background-color: #F9EDEE;
    width: 100%;
    height: auto;
    text-align: center;
    
   padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #000;
       border-top: 1px solid #000;

}


.recent-divider-image1 {
  grid-column: 1 / 13;
    grid-row: 1;
    width: 90%;
    margin: auto;
    height: 20px;


}

.recent-divider-image2 {
display: none;


}


.recent-divider4 {
        background-image: url("/assets/images/contact-banner.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 50px;
    background-color: #000;
    
}
    
    
.recent-project1-logo {
    width: 220px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}
    
        
.recent-project1-logo2 {
    width: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}
       
.recent-project2-logo {
    width: 85px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    
    
}

.recent-project1 {
        background-image: url("/assets/images/rusihashi-home.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 55vh;
    
}

.recent-project2 {
        background-image: url("/assets/images/vgnn-1.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 55vh;
    
}


.recent-project3 {
        background-image: url("/assets/images/vortex/vortex-new4.jpg");
    background-size: cover;
    background-position: 50% 50%;

    width: 100%;
    height: 55vh;
    
}

.recent1 {
    grid-column: 2;
    grid-row: 2;

    width: 90%;
    height: auto;
    margin: auto;
    
}

.recent2 {
    grid-column: 3;
    grid-row: 2;

    width: 90%;
    height: auto;
    margin: auto;
    
}

.recent3 {
    grid-column: 4;
    grid-row: 2;

    width: 90%;
    height: auto;
    margin: auto;
    
}
    
    
    
    
      .view-our-portfolio-container {
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  text-align: center;
     font-size: 50px;
    line-height: 60px;
    padding-bottom: 20px;
    padding-top: 100px;
}
    
    
    .home-page-subhead-nude2 {
    text-align: center;
    font-family: Degular;
    
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 200;
    padding-bottom: 50px;
 
    
}
    
    
.transform-packages {
   
       -webkit-transform: scale(0.5) translateX(-70%); 
  }
    
    
        
       .home-logo {
    display: none;
}
    .home-logo2 {
    display: block;
}
    
        
    .home-section {
    grid-column: 2 / 12;
    grid-row: 2;
    font-size: 23px;
    line-height: 31px;

    
}

    
      .home-section i {
    font-size: 23px;
    line-height: 31px;

    
}
    .home-design-soul {
    
    grid-column: 2 / 12;
    grid-row: 2;
}



    .home-grid-container {

    grid-template-rows: 17vh 20vh 50vh 12vh;
    

    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

    
    
.home-subhead2 {

    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 22px;

 
    
}
    
        
.home-subhead3 {

    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;

 
    
}

.home-header1 {

    font-size: 40px;
    line-height: 52px;
    font-weight: 200;
 
    
}
    
    
    
    .home-grid-container6 {


    grid-template-rows: auto auto 2vh auto auto 2vh auto auto 25vh;
    grid-row-gap: 0px;
        padding: 0px 30px 0px 30px;



    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
    
.home-grid-container7 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 50vh auto 10vh; 
    background-color: #F9EDEE;
    
   
    grid-row-gap: 50px;
    padding: 20px;


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}

    
    
.home-brand-text {
    
    grid-column: 2 / 13;
    grid-row: 2;
    padding: 20px 10px 20px 20px;
    z-index: 2;
}

.home-brand-video {
    
    grid-column: 1 / 13;
    grid-row: 1;
    width: 110%;
    margin: auto;
      padding: 0px 0px 20px 0px;
    
    
}
.home-motion-video {
    
    grid-column: 1 / 13;
    grid-row: 4;
      width: 110%;
    margin: auto;
    padding: 0px 0px 20px 0px;
    
    
}

.home-motion-text {
    
    grid-column: 2 / 13;
    grid-row: 5;
    padding: 20px 10px 20px 20px;
        z-index: 2;
}


.home-packaging-text {
    
    grid-column: 2 / 13;
    grid-row: 8;
     padding: 20px 10px 20px 20px;
        z-index: 2;
}

.home-packaging-video {
    
    grid-column: 1 / 13;
    grid-row: 7;
 width: 110%;
    margin: auto;
      padding: 0px 0px 20px 0px;
    
  
}


.home-contact-text {
    
    grid-column: 1 / 13;
    grid-row: 2;
    padding: 10px 40px 0px 40px;
    width: 80%;
        margin: auto;
}

.home-contact-photo {
    
     grid-column: 1 / 13;
    grid-row: 1;
    background-image: url("/assets/images/home-bottom2.jpg");
    background-size: cover;
    background-position: 50% 50%;
 margin: 20px;
}
    .home-page-caption {
        
         width: 55%;
   
    font-size: 11px;
    line-height: 14px;
     letter-spacing: 1px;
    padding: 0px 0px 10px 25px;
    
}
    
    
    .home-body3 {

    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    width: 100%;
        text-align: center;
 
    
}

.home-header3 {

    font-size: 28px;

    line-height: 38px;

    width: 100%;
    text-align: center;
    
 
    
}
    
    
    .home-header2 {

    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
 
    
}


.home-body2 {
  
    font-size: 14px;
    line-height: 20px;
    width: 90%;
 
    
}
    
    .carousel1-section1 {
    grid-column: 2 / 12;
    grid-row: 2;
    
}

.carousel1-section2 {
    grid-column: 2 / 12;
    grid-row: 2;
    
}
    
    
    
.home-page-headernew2 {
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.7px;
    line-height: 24px;
    font-weight: 200;
    width: 92%;
    margin: auto;
 
    
}
    
    
    
       
    
    .contact-section-new2 {
    grid-column: 1 / 13;
    grid-row: 6;
    text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 15px;
    height: fit-content;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #321E2F;
    border-top: 1px solid #321E2F;
    padding: 10px 0px 10px 15px;
}




.contact-column3 {
     float: left;
     width: 40%;
     padding: 40px 8px 10px 0px;
     height: 100%;
    display: inline-block;
}


.contact-new-header3 {
   
    text-align: center;
    font-family: Duotone-Serif-Italic;
    color: #321E2F;
    font-weight: 200;
    font-size: 20px;
  
    line-height: 23px;
    text-decoration: underline;
    margin: auto;
  
 
    
}

.contact-column4 {
     float: left;
  width: 50%;

  height: 100%;
  text-align: left;
    font-family: Degular;
    color: #321E2F;
    font-weight: 200;
    font-size: 11px;
    text-align: left;
    line-height: 16px;
    border-left: 1px solid #000;
    padding-left: 20px;
    padding-top: 10px;
   
    
    
 
    
}
    
    .home-newcarousel2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 35vh 8vh auto 12vh;

    background-color: #000;
    color: #fff;
    width: 100%;
    margin: auto;
        padding: 50px 0px 50px 0px;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
    
.newcarousel2-photo {
    grid-column: 1 / 13;
    grid-row: 1;
        background-image: url("/assets/images/home-7.jpg");
    background-size: cover;
    background-position: 50% 50%;
     border-radius: 30px;
    padding: 40px 15px 0px 15px;
}

.newcarousel2-text {
    grid-column: 1 / 13;
    grid-row: 3;
   width: 80%;
    margin: auto;
     
    
}
    
    
        .home-carousel-project-v1 {
    
  display: none;
  
}

.home-carousel-project-v2 {
    
  display: none;
   

    
}
    
       .home-carousel-project-v3 {
    
  display: block;
  
}
    
    
        .home-carousel-caption {

    font-size: 9px;
 
    line-height: 12px;
   
 
    
}
    
    .see-our-packages-circle-container {
    height: 700px;
  
}
    
    
    
}





































/* BEGIN NO-WEBP */

.no-webp .home-gradient-divider {
      background-image: url("/assets/images/duotone-gradient.jpg");
   background-repeat: no-repeat;

  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.no-webp .home-carousel2 {

    /* Tells CSS that this class is for a grid */
    display: grid;

    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 35vh auto 30vh;
    background-image: url("/assets/images/home-7.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-color: #000;
    color: #fff;
    width: 100%;
    margin: auto;
    
    


    

    /* grid-template-columns: 67% 33%;
    grid-template-rows: 70vh; */

}
.no-webp .carousel1-section2 {
    grid-column: 3 / 11;
    grid-row: 2;
        background-image: url("/assets/images/home-7.jpg");
    background-size: cover;
    background-position: 50% 50%;
    
}
.no-webp .home-photo5 {
    grid-column: 1 / 8;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-8.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}
.no-webp .home-photo6 {
    grid-column: 6 / 13;
    grid-row: 1;
    background-image: url("/assets/images/Mist/mist-11.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    
}
.no-webp .home-banner3 {
    
    grid-column: 1 / 13;
     grid-row: 1;
    background-image: url("/assets/images/home-6.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
   
}
