<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>KELELA</title>
	<link>https://www.kelela.co</link>
	<description>KELELA</description>
	<pubDate>Thu, 30 Apr 2026 10:24:15 +0000</pubDate>
	<generator>https://www.kelela.co</generator>
	<language>en</language>
	
		
	<item>
		<title>New Avatar</title>
				
		<link>https://www.kelela.co/New-Avatar</link>

		<pubDate>Thu, 30 Apr 2026 10:24:15 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/New-Avatar</guid>

		<description>NEW AVATAR – july 10

PRE-ORDER ALBUM &#124; WATCH/STREAM ‘LINKNB’


&#60;img width="3000" height="3000" width_o="3000" height_o="3000" data-src="https://freight.cargo.site/t/original/i/5ec50bf1fff2a70a0ad538173f5617e56cff2227669d47e4cd928fc6fab01801/WARP405_Packshot_3000.jpg" data-mid="247888610" border="0" data-scale="27" src="https://freight.cargo.site/w/1000/i/5ec50bf1fff2a70a0ad538173f5617e56cff2227669d47e4cd928fc6fab01801/WARP405_Packshot_3000.jpg" /&#62;



OFFICIAL STORE &#124; FOLLOW KELELA
&#60;img width="3373" height="1670" width_o="3373" height_o="1670" data-src="https://freight.cargo.site/t/original/i/57a69392e37a59c12ae1995233d2384002854305500d523c4317be118ae631b0/logo-white.png" data-mid="247729492" border="0" data-scale="3" data-icon-mode src="https://freight.cargo.site/w/1000/i/57a69392e37a59c12ae1995233d2384002854305500d523c4317be118ae631b0/logo-white.png" /&#62;



a {
  filter: opacity(1);
  transition: filter ease 0.4s;
}

a:hover {
  filter: opacity(0.7);
}

.logoimg {
  margin-top:1.5rem;
}

</description>
		
	</item>
		
		
	<item>
		<title>Idea 1</title>
				
		<link>https://www.kelela.co/Idea-1</link>

		<pubDate>Tue, 07 Apr 2026 11:40:59 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/Idea-1</guid>

		<description>
  
    
      
        
          KELELA
        
      

      
        &#38;nbsp;music store&#38;nbsp;&#124;&#38;nbsp;merch
      
    

    
      
        STREAM IDEA 1
      
    

    
      
        STREAM IDEA 1
      
    
   

    
      ︎
      ︎
      ︎
      ︎
      ︎
      ︎
    
  



  .kelela-scroll-container {
    overflow: auto;
    scroll-behavior: smooth;
    cursor: crosshair;
  }

  .kelela-scroll-container a:hover {
    color: silver !important;
    cursor: crosshair;
  }

  .kelela-hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .laylo-container {
    width: 50%;
  }
  @media only screen and (max-width:800px) {
    .laylo-container {
    width: 100%;
    padding:1rem;
  }
  }

  .kelela-header {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
  }

  .kelela-accent {
    color: #ffffff;
  }

  .kelela-cta {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    text-align: left;
  }

  .kelela-cta span {
    margin: 0;
  }

  .kelela-button {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 200 !important;
    text-decoration: none;
    cursor: pointer;
  }

  .kelela-social-links {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    text-align: right;
    font-size: 1.2rem;
  }

  .kelela-social-links a {
    margin-left: 1rem;
  }

  .kelela-cta-mobile {
    display: none;
  }
 

/* ensure proper stacking context */
.kelela-hero {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* top fade */
.kelela-hero::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  pointer-events: none;
  z-index: 1;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.35) 30%,
    rgba(0,0,0,0.15) 60%,
    rgba(0,0,0,0.05) 80%,
    rgba(0,0,0,0) 100%
  );
}

/* bottom fade */
.kelela-hero::after {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  pointer-events: none;
  z-index: 1;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.35) 30%,
    rgba(0,0,0,0.15) 60%,
    rgba(0,0,0,0.05) 80%,
    rgba(0,0,0,0) 100%
  );
}

/* keep UI above fades */
.kelela-header,
.kelela-cta,
.kelela-social-links {
  position: fixed;
  z-index: 2;
}

  @media only screen and (max-width: 850px) {
    .kelela-cta-desktop {
      display: none;
    }

    .kelela-cta-mobile {
      display: flex;
    }

    .kelela-cta-mobile span {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
    }
  }
</description>
		
	</item>
		
		
	<item>
		<title>Idea 1 Artwork</title>
				
		<link>https://www.kelela.co/Idea-1-Artwork</link>

		<pubDate>Wed, 08 Apr 2026 13:41:11 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/Idea-1-Artwork</guid>

		<description>&#60;img width="3000" height="3000" width_o="3000" height_o="3000" data-src="https://freight.cargo.site/t/original/i/93354921494e36eb7a38639c4b1dbf10d3cef33dbef6b622b9d99aae6194e4a7/Idea1_Packshot_3000.jpg" data-mid="246968419" border="0" data-scale="49" data-icon-mode src="https://freight.cargo.site/w/1000/i/93354921494e36eb7a38639c4b1dbf10d3cef33dbef6b622b9d99aae6194e4a7/Idea1_Packshot_3000.jpg" /&#62;</description>
		
	</item>
		
		
	<item>
		<title>ITBL Hero copy</title>
				
		<link>https://www.kelela.co/ITBL-Hero-copy</link>

		<pubDate>Tue, 25 Feb 2025 14:13:23 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/ITBL-Hero-copy</guid>

		<description>




.clickable-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: transparent;
      cursor: pointer;
    }

.hero-container {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
}

.hero-image-bl img {
    max-height: 100vh;
    object-fit: contain;
}

@media only screen and (max-width:600px) {
.hero-image-bl {
  padding-bottom: 8rem;
}
}
.packshot {
  height:75vh; 
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

</description>
		
	</item>
		
		
	<item>
		<title>ITBL Stack</title>
				
		<link>https://www.kelela.co/ITBL-Stack</link>

		<pubDate>Mon, 27 Jan 2025 14:58:25 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/ITBL-Stack</guid>

		<description>




&#60;img class="packshot" src="https://freight.cargo.site/t/original/i/f30cd2d55de94dc93705d2b945559626d68a9b55d896bee044e7e2cf408733b5/WARP387_Packshot_3000.jpg"&#62;


	KELELA IN THE BLUE LIGHT
	&#38;nbsp;music store&#38;nbsp;&#124;&#38;nbsp;merch




&#38;nbsp;&#124;&#38;nbsp;










	
     ︎
    ︎︎︎︎︎














li {
  font-size: 1.4rem;
}

.social-links a {
  margin-left: 1rem;
}
.social-links {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.packshot {
  height:75vh; 
  width: auto;
}


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


.packshot {
  max-width: 100vw;
  object-fit: contain;
}
}
.scroll-container {
  overflow: auto;
  scroll-behaviour: smooth;
  cursor: crosshair;
}

.scroll-container a:hover {
  color: silver !important;
  cursor: crosshair;
}

#tour {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center right; 
background-size:cover;
background-repeat: repeat;
background-image:url("https://freight.cargo.site/t/original/i/35e2eee9ca8f7120a6e2f67a0791c6eb291da3c39f8bbc897c8e8a3ff1b3942a/2023-tour-graphic.jpg");
}

#bluelight {
height:100vh;
display:flex;
justify-content: center;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
/*background-image:url("https://freight.cargo.site/t/original/i/71ef7ff149951b38bdb0c67a8f66678a68af179f1144f8ee2aff3f9c013fd9a1/WARP320_Packshot_3000.jpg");*/
}


#raven {
height:100vh;
display:flex;
justify-content: center;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
/*background-image:url("https://freight.cargo.site/t/original/i/71ef7ff149951b38bdb0c67a8f66678a68af179f1144f8ee2aff3f9c013fd9a1/WARP320_Packshot_3000.jpg");*/
}


#contact {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/22e41412b0c80ec0f52c4d1c34fbe270ed2130cd46228921f0f56c95cb7b8340/NevaWireko_Kelela_3000.jpg");
}

#contact-kg {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/2a9c79cf3c32c307972228220e3710ff310594d152332f5571cab55ef596131d/KELELA_CONTACT_GRADE_V5_PRORES_4444.mov.01_00_00_01.Still012.jpg");
}

#closure-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/69a6421a1e481be2c95f62ba54ed423023244878685f046874aa25d1a16caa56/20231127_JFxKELELA_01_0406_R2_OPT_RGB-2.jpg");
}


#jd-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/45749c33f43fef1a3ea8a135297f5403fed8efe5cee40fe66bd230e3198f92d6/KELELA_HOLIER_SHYGIRL-REMIX_VIGNETTE-THUMBNAIL.jpg");
}

#he-ag-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/222d22c670da9c2046151aa479da730b44c488febd45e1185588b5613cea7671/KELELA_HAPPY-ENDING-A.G-REMIX_THUMB-FINAL.jpg");
}

#leech-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/5a4bd2224fe00d213d6616310a7bf48b319b947353cc8603bbc8e76d23cbc0d5/KELELA_FOOLEY_THUMB.jpg");
}

#manny-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/89c78b35b7ed64806e2c490de14108041bec779a2e6098ad50ef8c841506b888/KELELA_DIVORCE_DJ-MANNY-REMIX-THUMB-1.jpeg");
}

#bbymutha-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/b012269aeead4b29f2bb2be7513f713da737d41446efd915082feef60ea44ae4/KELELA_RAVEN-REMIX_VIGNETTE_THUMB-NO-BARS.jpg");
}



#ontherun {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/83967213386521d61fc992bafff3102436d2b6707be9840c60cbe66184bd7e1f/kels-otr.jpg");
}

#happyending {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/ddabb13d6f61edbf5e7cbfbd21e635bd2db38a82bdbbce194c241cc204a95df2/Kelela_Landscape_3000.jpg");
}
#washedaway {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/04c116aa15b44d4028d5537615a11b96511600ecc7a95870a1972490fab21a78/Kelela_Washed-Away_Still009.png");
}

#enoughforlove {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/2ddab2fc0c706585ee6993293814088ed9a109b92fba4051279d785362853b24/EFL_Still_B0-1.jpeg");
}

#kelela {
height:100vh;
display:flex;
justify-content: center;
align-items:center;
background-position: center center; 
background-size:cover;
background-repeat: no-repeat;
}


#kelela, #washedaway, #happyending, #ontherun, #contact, #enoughforlove, #contact-kg, #closure-rmx, #he-ag-rmx, #leech-rmx, #manny-remix, #bbymutha-rmx {
  margin: 15vh 0;
}

#enoughforlove {
  margin-top: 0 !important;
}

#washedaway {
  margin-bottom: 0 !important;
}
.raven-header {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}
.raven-footer {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}

.preorder-info, .preorder-info-mobile {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  text-align: left;
}
.raven-info {
  position: absolute;
  right: 1rem;
  text-align: right;
}
.raven-info span, .preorder-info span {
  margin: 0;
}

.single-cta {
   text-align:right;
   margin-right: 1rem;
 }  


.dates {
  margin: auto;
  padding-right: 5rem;
}
ul {
  list-style: none;
}

li {
    margin-bottom: 1.5rem;
  }
  
  .tour-img-mob {
    display: none;
    width: auto; 
    height: calc(100vh - 4rem);
    object-fit: contain;
    position: absolute;
    left: 25vw;
    top: 2rem;
  }
  
    .tour-img-desktop {
    display: none;
    width: auto; 
    height: calc(100vh - 20rem);
    object-fit: contain;
    position: absolute;
    left: 1.5rem;
    top: 10rem;
  }
  
  .tour-mob-title {
    display: none;
  }
  
  .tour-desktop-title {
    position: absolute;
    left: 12.5vw;
    bottom: 50vh;
    width: 25vw;
    height: auto;
    object-fit: contain;
  }

  @media only screen and (max-width: 700px) {
  
    .tour-desktop-title {
    display: none;
  }
  li {
    margin-bottom: 1rem;
  }
  
    .tour-mob-title {
    display:block;
  }
  .tour-logo, .tour-img-desktop {
    display: none;
  }
    .tour-img-mob {
    display: none;
    height: calc(100vh - 30rem);
    object-fit: contain;
    position: absolute;
    left: 2rem;
    top: 13rem;
  }
  #tour {
  background-position: -280px center;
  }
 
  .dates {
  padding-right: 12rem;
}
#kelela, #washedaway, #happyending, #ontherun, #contact, #enoughforlove, #contact-kg {
  margin: 18vh 0;
}

#enoughforlove {
background-position: center left; 
}
}

.tix-btn {
  margin-top: 2rem;
  padding: 10px 20px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  background:rgba(196,26,11,1);
  /*background-image:url(https://freight.cargo.site/t/original/i/a3b938dd9ff605ab1e716b541b828367ffce12c6f24aa9f38abb4e4c11ae8142/90sbtn.png);
  background-position: center center;
  background-size:110%;
    box-shadow: 0px 10px 23px -4px rgba(0,0,0,0.9);
-webkit-box-shadow: 0px 10px 23px -4px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 23px -4px rgba(0,0,0,0.9);*/
  color: white;
  font-family: "Engravers-Gothic", sans-serif, Icons;
  font-size: 1.6rem;
  transition: 0.2s;
  cursor: pointer;
}
 
.tix-btn:active {
 box-shadow: 0px 10px 23px -14px rgba(0,0,0,0.9);
-webkit-box-shadow: 0px 10px 23px -14px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 10px 23px -14px rgba(0,0,0,0.9);
}

.preorder-info-mobile, .preorder-info-mobile input {
  display: none;
  font-weight: 200 !important;
}

.preorder-info, .preorder-info input {
  font-weight: 200 !important;
}
.preorder-info-mobile, .preorder-info-mobile input,.preorder-info, .preorder-info input, .preorder-info input:hover, .preorder-info-mobile input:hover {
  font-size:1.8rem;
}
@media only screen and (max-width: 850px) {

.preorder-info-mobile,  .preorder-info-mobile input {
  display: flex;
}

.preorder-info {
  display: none;
}

#he-ag-rmx {
height:100vh;
display:flex;
justify-content: right;
align-items:center;
background-position: 62% center; 
background-size:cover;
background-repeat: no-repeat;
background-image:url("https://freight.cargo.site/t/original/i/222d22c670da9c2046151aa479da730b44c488febd45e1185588b5613cea7671/KELELA_HAPPY-ENDING-A.G-REMIX_THUMB-FINAL.jpg");
}
}
</description>
		
	</item>
		
		
	<item>
		<title>Untitled Page copy</title>
				
		<link>https://www.kelela.co/Untitled-Page-copy</link>

		<pubDate>Wed, 26 Feb 2025 10:41:52 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/Untitled-Page-copy</guid>

		<description>&#60;img width="3373" height="1670" width_o="3373" height_o="1670" data-src="https://freight.cargo.site/t/original/i/57a69392e37a59c12ae1995233d2384002854305500d523c4317be118ae631b0/logo-white.png" data-mid="227257757" border="0" data-scale="19" src="https://freight.cargo.site/w/1000/i/57a69392e37a59c12ae1995233d2384002854305500d523c4317be118ae631b0/logo-white.png" /&#62;

</description>
		
	</item>
		
		
	<item>
		<title>Happy Ending Image</title>
				
		<link>https://www.kelela.co/Happy-Ending-Image</link>

		<pubDate>Tue, 18 Oct 2022 16:58:10 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/Happy-Ending-Image</guid>

		<description>&#60;img src="https://freight.cargo.site/t/original/i/ddabb13d6f61edbf5e7cbfbd21e635bd2db38a82bdbbce194c241cc204a95df2/Kelela_Landscape_3000.jpg" style="width: 100vw;"&#62;

&#60;img src="https://freight.cargo.site/t/original/i/ddabb13d6f61edbf5e7cbfbd21e635bd2db38a82bdbbce194c241cc204a95df2/Kelela_Landscape_3000.jpg" style="width: 100vw; height: auto; position: fixed; top:33%;"&#62;





/*.cta-container-mob {
  display: none;
}
  .RetailButton {
    background: transparent;
  	font-size: 1.9rem;
	font-weight: 400;
    letter-spacing: -1px;
	color: #f8f8f8;
	font-family: "Engravers-Gothic", Icons;
    text-transform: uppercase;
	font-style: normal;
	line-height: 1;
    opacity: 0.95;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
@media only screen and (max-width: 800px) {
.cta-container-mob { 
  position: fixed;
  bottom: 0;
  margin-left: 25%;
  margin-right: 25%;
  display: block;
  line-height: 4;
  margin-bottom: 2rem;
  max-height: 33vh;
}
}*/


.imgfit.desktop {
  display: block;
}

.imgfit.mob {
  display: none;
}

@media only screen and (max-width:700px) {
.imgfit.desktop {
  display: none;
}

.imgfit.mob {
  display: block;
}
}

</description>
		
	</item>
		
		
	<item>
		<title>Washed Away Image</title>
				
		<link>https://www.kelela.co/Washed-Away-Image</link>

		<pubDate>Fri, 09 Sep 2022 13:20:14 +0000</pubDate>

		<dc:creator>KELELA</dc:creator>

		<guid isPermaLink="true">https://www.kelela.co/Washed-Away-Image</guid>

		<description>&#60;img src="https://freight.cargo.site/t/original/i/04c116aa15b44d4028d5537615a11b96511600ecc7a95870a1972490fab21a78/Kelela_Washed-Away_Still009.png" style="width: 100vw; height: auto"&#62;

&#60;img src="https://freight.cargo.site/t/original/i/e42804f5a746348e4bda5604c14b73fe21dc15bee8b6cc0eb7b2185380b79f2f/image0.jpeg" style="width: 100vw; height: auto"&#62;



.imgfit.desktop {
  display: block;
}

.imgfit.mob {
  display: none;
}

@media only screen and (max-width:700px) {
.imgfit.desktop {
  display: none;
}

.imgfit.mob {
  display: block;
}
}

</description>
		
	</item>
		
	</channel>
</rss>