* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
    
  }

body {
    font-family: 'Arial', sans-serif;
    margin: 0 auto;
    /*border: 1px red solid;*/
   
   
}

h1 {
    padding: 8px;
    color: #47a4f2;
    text-align: center;
    
    font-size: 44px;
    font-family: 'Arial Bold', sans-serif;
    font-weight: 600;
    margin: 20px;
    text-transform: uppercase;
    /*border: 1px red solid;*/
}

h2 {
    text-align: center;
    
}

h3 {
    font-size: 50px;
}

p {
    line-height: 1.5;
   
}

main {
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}
/*
#banner {
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
    color: white;
  border: 1px solid red;

}
*/


#banner img {
    width: 100%;
    /*border: 1px red solid;*/
}

/*BACK TO TOP BUTTON*/

#back-to-top-btn {
  
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background: none;
  color: rgba(66, 66, 66, 0.6);
  opacity: 0.8;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  border: 1px solid rgba(66, 66, 66, 0.6);
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  z-index: 100000;
}

#back-to-top-btn:hover {
  background: rgba(132, 196, 76, 0.7);
  
  
}


/* Search Box  */

#searchbox {
    position: fixed;
    right: 20px;
    top: 24px;
    width: 218px;
    outline: none;
    pointer-events: none;
    z-index: 50;
    transition: 0.4s;
}

#searchbox input { 
    height: 33px;
    color: white;
    background-color: #ba62d9;
    width: 100%;
}

/* Navigation */

nav {
    height: 72px;
   
    background: #fff;
    width: 100%;
    position: fixed;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 0;
    box-sizing: border-box;
    z-index: 100;
     /*order: 1px red solid;*/

}

nav a{
    padding: 0 32px;
    color: black;
    transition: 0.4s;
    text-align: center;

}

nav a:hover{
    text-decoration: none;
    color: #84c44c;
}

nav ul{
    display: flex;
    color: black;
    text-decoration: none;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    margin: 0;
    
}


.donate {
    width: 50px;
    background-color: #47a4f2;
    border-radius: 5px;
}

.donate:hover {
    background-color: #f29d26;
    cursor: pointer;
}

.active a{
    color: #84c44c;
}

#logo-img {
    display: flex;
  
    background: none;
    padding: 0 30px;
    align-items: center;
    color: white;
    transition: .4s;
    
}

#logo-img img {
    height: 100px;
    padding: 20px 30px 20px;
}

#logo-img:hover {
    background: white;
}


#menu-icon {
    height: 100%;
    font-size: 28px;
    padding: 0 4px;
    color: #eee;
    display: none;
    align-items: center;
}

/* Shopping Cart */

#shopping-cart {
    color: black;
    padding: 0 32px;
    cursor:pointer;
    transition: 0.4s;
}

#shopping-cart:hover {
    color:#f29e25;
}

/* Search Icon */

#search-icon {
    color: black;
    padding: 0 32px;
    cursor:pointer;
    transition: 0.4s;
}

#search-icon:hover {
    color: #f29e25;
}

/* Slideout Menu */

#slideout-menu {
    display:none;
}

/* Sections */



/*
.first-container {
    display: flex;
}

*/

header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 200px;
  transition: 0.5s ease;

  padding: 50px 10px;
  
  transition: 0.2s;
  
}



.brand {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 40px;
  position: relative;
  transition: 0.2s;
   /*border: 1px red solid;*/
}

.brand a {
  text-decoration: none;
  color: white;
}

header .navigation {
  position: relative;
  /*border: 1px red solid;*/

}

header .navigation .navigation-items a {
  position: relative;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  transition: 0.3s ease;
  font-family: "Poppins", sans-serif;
  /*border: 1px red solid;*/

}

header .navigation .navigation-items a:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  /*border: 1px red solid;*/
  
}

header .navigation .navigation-items a:hover:before {
  width: 100%;
  /*border: 1px red solid;*/
}


.section1 {
  padding-left: 200px;
  background: #2696e9;
  min-height: 100vh;
  position: relative;
  width: 100%;
  /*border: 1px red solid;*/
}

.section1:before {
  z-index: 777;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
 /*background: linear-gradient(45deg, rgba(242,158,37,1) 0%, rgba(186,98,217,1) 50%, rgba(71,164,242,1) 75%, rgba(132,196,76,1) 100%);*/

 /*background: linear-gradient(to right, #000000, rgba(255, 115, 0, 0));*/
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*border: 1px red solid;*/
}

.content img {
  max-width: 60%;
  position: relative;
  top: 0;
  padding-bottom: 20px;
  /*border: 1px red solid;*/
}

@media(max-width: 440px) {

    .content img {
        padding-top: 50px;
    
      }
    }

.home {
  
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*border: 1px red solid;*/
}

.home .content {
  z-index: 888;
  color: #fff;
  width: 70%;
  /*border: 1px red solid;*/
  

}


.home .content {
 max-width: 800px;
 text-align: justify;
 /*border: 1px red solid;*/

}




.home .content h1 {
  font-weight: 900;
  color: #fff;
  letter-spacing: 5px;
  /*line-height: 50px;*/
  /*border: 1px red solid;*/
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  /*border: 1px red solid;*/

}

.home .content h1 span {
  font-size: 20px;
  font-weight: 200;
}

.home .content p {
  margin-bottom: 65px;
}


.home .content a {
 background: #f1651d;
 padding: 15px 35px;
 color: #fff;
 font-size: 1.1em;
 font-weight: 500;
 text-decoration: none;
 border-radius: 2px;
}

.section1 .media-icons {
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}

.section1 .media-icons a {
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}


.section1 .media-icons a:not(:last-child) {
 margin-bottom: 20px;
}

.section1 .media-icons a:hover {
  transform: scale(1.3);
}

.section1 video {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border: 1px red solid;*/
}

/*
.section1 img {
  z-index: 000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/

@media (max-width: 1040px) {
  header {
    padding: 12px 20px;
    
  }

  .section1 {
    padding-left: 20px;
    background: #2696e9;
  
  }

  .section1 .media-icons {
    right: 15px;
  }

  
header .navigation {
  display: none;
}

header .navigation.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 1, 1, 0.7);
  
}


.menu-btn {
  background: url(img/menu.png)no-repeat;
  background-size: 25px;
  background-position: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
}

.menu-btn.active{
  z-index: 999;
  background: url(img/close.png) no-repeat;
  background-size: 25px;
  position: fixed;
  right: 0;
  transition: 0.3s ease;

}

header .navigation.active .navigation-items a {
  
  color: #fff;
  font-size: 1.2em;
  margin: 20px;
 

}



header .navigation .navigation-items {
  
  background: rgba(255, 255, 255, 0.3);
  width: 600px;
  max-width: 600px;
  margin: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(1 1 1 /20%);
  backdrop-filter: blur(5px);
 

}


}
.hidden {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(100px);
    transition: all 1s;
}



.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0)
}

.comicscover {
  
    /*padding: 10px;*/
    width: 100%;
    margin: 0 auto;
    /*background: #f2f2f2;*/
    display: grid;
    padding: 20px 0;
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
    position: relative;
    overflow: hidden;
    /*border: 1px red solid;*/
  
    
  }

  .comicscover div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    
  }


 
.why-stretch {
    grid-row: span 2;
    grid-column: span 1;
    overflow: hidden;
    position: relative;
  }

.why-stretch img {
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
    cursor: pointer;
  }

.why-stretch:hover .img1 {
    transform: scale(1.6);

    cursor: pointer;
  }
  
.img1 .comicscover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #f1651d;
  }

  .why-stretch .comicscover-overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    
    background-color: #84c44c;
    cursor: pointer;
  }

  .why-stretch .comicscover-overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #ba62d9;
    cursor: pointer;
  }
  

  .why-stretch .comicscover-overlay3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #f1651d;
    cursor: pointer;

  }

  .why-stretch .comicscover-text h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    margin: 0 auto;
 
  }
  
  
.why-stretch:hover .comicscover-overlay {
    opacity: 0.8;
    cursor: pointer;
  }
  
.why-stretch .comicscover-text {
    color: white;
    font-size: 20px;
    position: absolute;
    text-shadow: 2px 2px 4px #000000;
    width: 50%;
    top: 50%;
    left: 50%;
    opacity: 1;
    
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1000;
  
  }



.comicscover-text .icon {
    max-width: 40%;
    height: auto;
    color: white;
    text-shadow: none;
    
}

.comicscover-text i {
    color: white;
    font-size: 70px;
    padding: 50px 0;
}

.comicscover-text img {
    padding-bottom: 40px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(2px 2px 2px #181818);
    -webkit-filter: drop-shadow(2px 2px 2px #181818);
    
}



.why-stretch:hover .comicscover-text {
    transition: 1s ease-in;
    opacity: 1;
    z-index: 1000;
    cursor: pointer;
  }




  /**************************ALTERNATE BODY***********************************/

.layout-background {

  /* background-color: #faf6f2; */
  }

  .wrapper-layout {
    max-width: 50em;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 1em;
  line-height: 1.5em;
  font-family: sans-serif;
  /*background-color: #2696e9;*/

  }

  .layout {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1em;
    margin-left: -3.5em;
    align-items: center;
  /*border: 1px red solid;*/
  }
  .layout:not(:first-of-type) {
    margin-top: 3em;
  }
  .layout:nth-child(even) {
    flex-direction: row-reverse;
   /*border: 1px red solid;*/
    /*border: 1px red solid;*/
  }
  .layout__item {
    padding-top: 1em;
    padding-left: 3.5em;
  }

  .layout__item h2 {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 3em;
    text-align: left;
    text-transform: uppercase;
    color: #2696e9;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;

  }
  .layout__item--body {
    flex-grow: 9999;
    flex-basis: 20rem;
    
  }

  .layout__item--figure {
    margin-right: auto;
    flex-grow: 1;
    max-width: 600px;
    /*border: 1px red solid;*/
  }
  @supports ((max-width: -webkit-max-content) or (max-width: -moz-max-content) or (max-width: max-content)) {
    .layout__item--figure {
      min-width: 15rem;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      flex-basis: 15rem;
      flex-grow: 99999;
    }
  }
  

  
  .layout__item img {
    max-width: 60%;
    max-height: auto;
    width: auto;
    height: auto;
    vertical-align: middle;
    border-radius: 10px;
    /*border: 1px red solid;*/
  }
  
  .layout__item * + * {
    margin-top: 1em;
  }

/******************/

.layout__item .img1 {
  position: absolute;
  max-width: 20%;
  max-height: auto;
  right: 0;
  vertical-align: middle;
  border-radius: 10px;
  /*border: 1px red solid;*/
  z-index: 1;
}

.layout__item .img2 {
  position: relative;
  max-width: 60%;
  left: 0;
}

.layout__item * + * {
  margin-top: 1em;
}

/***************DID YOU KNOW SECTION *************************/

.scramblecolor{
  background-image: linear-gradient(to left, #faae79, #fb8345);
  width: 100%;
  /*border: 1px red solid;*/
  position: relative;
  overflow-x: hidden;
}

.scramble-wrapper {
  
  position: relative;
  width: 50%;
  transform: translate(-50%, -10%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 15px;
 
  /*border: 1px red solid;*/
 
}

.youth_1 {
  width: 90%;
  text-align: center;
  margin: 60px auto 0;
  
  
}




.scramble-container {
  width: 300px;
  /*border: 1px solid #e7e7e7;*/
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  padding: 2em;
  position: relative;
  font-size: 18px;
  border-radius: 10px;
  background-color: none;
  /*border-bottom: 10px solid #84c44c;
  box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);*/
  
}

/*
.scramble-container:nth-child(2) {
  border-bottom: 10px solid #2696e9;
}

.scramble-container:nth-child(3) {
  border-bottom: 10px solid #ba62d9;
}

*/
/**
.fa-water {
  color: #f1651d;
  font-size: 2.5em;
  text-align: center;

}
**/

span.num {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 2em;
  padding-top: 20px;

}

span.counter {
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 2em;
  padding-top: 20px;

}

span.text {
  color: white;
  font-size: 0.9em;
  text-align: center;
  padding: 0.7em 0;
  font-weight: 400;
  
}

.sources {
  text-align: center;
  padding: 1em;
  margin: 0 auto;
  color: white;
  line-height: 0;
}
@media screen and (max-width: 1024px) {

  .scramble-wrapper {
    
    flex-wrap: wrap;
    margin-top: 160px;
  }
/**
  .container {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px
  }

  **/
}
 


/******************END DID YOU KNOW SECTION ********************/

/******************HOW HELP********************/

  .howhelp {
  
    /*padding: 10px;*/
    width: 100%;
    margin: 0 auto;
    /*background: #f2f2f2;*/
    display: grid;
    
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
    position: relative;
    overflow: hidden;
    /*border: 1px red solid;*/
    background-image: linear-gradient(#faae79, #fb8345);
    
  }

.tornpaper {
    /*background: #f1651d;*/
    padding-top: 50px;
    display: flex;
  
    justify-content: center;
}
 
.row {
    display: flex;
    flex-direction: row;
    justify-content: center;
  
    flex-wrap: wrap;

    width: 80%;
    /*border: 1px red solid;*/
    
  }
  
  .card {
    display: flex;
    
    flex-wrap: wrap;
    justify-content: center;
    width: 20%;
    background-image: linear-gradient(to bottom, #d8f1ca, #95da6b, #6db440);
    
    border: 1px solid #e7e7e7;
    margin: 0 50px 50px;
    transition: 0.3s;
    padding: 0 20px 20px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    border-radius: 20px;
    
  }

  .circle img {
/*border: 1px red solid;*/
}

  .circle2 img {
/*border: 1px red solid;*/
}

  .circle3 img {
/*border: 1px red solid;*/
}
/*
  .card:nth-child(2) {
    transition-delay: 500ms;
  
  }

  .card:nth-child(3) {
    transition-delay: 700ms;
    
  }

  */

  .card2 {
    display: flex;
    
    flex-wrap: wrap;
    justify-content: center;
    width: 20%;
    background-image: linear-gradient(#cb9cf9, #8487de);
    border: 1px solid #e7e7e7;
    margin: 0 50px 50px;
    transition: 0.3s;
    transition-duration: 1s;
    padding: 0 20px 20px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    border-radius: 20px;
  }

  .card3 {
    display: flex;
    
    flex-wrap: wrap;
    justify-content: center;
    width: 20%;
    background-image: linear-gradient(#71e8f8, #54b6fe);
    border: 1px solid #e7e7e7;
    margin: 0 50px 50px;
    transition: 0.3s;
    transition-duration: 2s;
    padding: 0 20px 20px;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    border-radius: 20px;
  }
  
  .card-header {
    text-align: center;
    padding: 10px;
    background: none;
    color: #fff;
    /*border: 1px red solid;*/
  }

  .card-header img {
    color: white;
    position: relative;
    width: 100%;
    text-align: center;
    top: 25px;
    z-index: 1000;
    
  }

  .circle {
    text-align: center;
    background: none;
    
    margin: 0 auto;
    
  }

  .circle2 {
    text-align: center;
    background: none;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }

  .circle3 {
    text-align: center;
    background: none;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  
  .card2 .card-body {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    
    color: #ffffff;
   
  }

  .card2 p {
    font-size: 14px;
    line-height: 30px;
  }


 .card3 .card-body {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    color:#ffffff; 
/*border: 1px red solid;*/
}

  .card3 p {
    font-size: 14px;
    line-height: 30px;
  }

  .card .card-body {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    /*border: 1px red solid;*/
  }

  .card p {
    font-size: 14px;
    line-height: 30px;
  }


  .card h2 {
    margin: 0;
    font-weight: normal;
    padding-bottom: 10px;
    color: #ffffff;
    
  }

  .card2 h2 {
    margin: 0;
    font-weight: normal;
    padding-bottom: 10px;
    color: #ffffff;
  }

  .card3 h2 {
    margin: 0;
    font-weight: normal;
    padding-bottom: 10px;
    color: #ffffff;
  }
  
  .card-body .btn {
    display: block;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#faae79, #fb8345);
    margin-top: 30px;
    text-decoration: none;
    padding: 10px 5px;
    transition: .5s;
    border: 2px #ffffff solid;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
  }
  
  .card-body .btn:hover {
    color: #fff;
    background: none;
    border: 2px #fff solid;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  
  }
  
  .card:hover, .card2:hover, .card3:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }


  /*T-SHIRT SECTION*/

  .tshirt {

    width: 100%;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #b660c8;
      /*border: 1px red solid;*/
    }
    
    .tshirtcontent {
      margin: 700px;
      /*border: 1px red solid;*/
    }
      .tshirtcontent img {
        max-width: 500px;
       padding-top: 40px;
      /*border: 1px red solid;*/
      position: relative;
      }
    
      .tshirtimage {
        max-width: 500px;
        
      /*border: 1px red solid;*/
      position: relative;
      }
    
     
      .tshirtimage::before {
        content: "";
        width: 340px;
        height: 340px;
        z-index: -1;
      
        position: absolute;
            top: 30px;
            bottom: 0;
            left: -50px;
      
        background-color: #47a4f2;
        border-radius: 20px;
    }
    
      .tshirt-text {
        width: 550px;
        max-width: 100%;
        padding: 50px;
      /*border: 1px red solid;*/
    
      }

    .whitetext {
      float: left;
      font-size: 30px;
      padding-bottom: 20px;
      margin: 0;
      color: white;
    }
      .tshirt-text p {
        color: white;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 45px;
        text-align: justify;
       
      }
    
      
    
      .tshirtcontent {
        width: 1080px;
       /* background-color: #47a4f2;*/
        
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
      }
    
      .about .btn {
        display: block;
        color: #fff;
        text-align: center;
        background: #f1651d;
        margin-top: 30px;
        text-decoration: none;
        padding: 10px 5px;
        transition: .5s;
        border: 2px #f1651d solid;
        width: 200px;
      }
    
      .about .btn:hover {
        color: #f1651d;
        background: none;
        border: 2px #f1651d solid;
        box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
        cursor: pointer;
      
      }
     
  /*END T-SHIRT SECTION*/

#about {

width: 100%;
padding-bottom: 70px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
  /*border: 1px red solid;*/
}

.aboutcontent {
  margin: 700px;
  /*border: 1px red solid;*/
}
  .aboutcontent img {
    max-width: 340px;
    border-radius: 20px;
  /*border: 1px red solid;*/
  position: relative;
  }

  .aboutimage {
    max-width: 340px;
    border-radius: 20px;
  /*border: 1px red solid;*/
  position: relative;
  }

 
  .aboutimage::before {
    content: "";
    width: 340px;
    height: 340px;
    z-index: -1;
  
    position: absolute;
        top: 30px;
        bottom: 0;
        left: -50px;
  
    background-color: #47a4f2;
    border-radius: 20px;
}

  .about-text {
    max-width: 550px;
    
    padding: 90px;
  /*border: 1px red solid;*/

  }

  .about-text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 45px;
    text-align: justify;
   
  }

  

  .aboutcontent {
    max-width: 1280px;
    padding-bottom: 70px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }

  .about .btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #f1651d;
    margin-top: 30px;
    text-decoration: none;
    padding: 10px 5px;
    transition: .5s;
    border: 2px #f1651d solid;
    width: 200px;
  }

  .about .btn:hover {
    color: #f1651d;
    background: none;
    border: 2px #f1651d solid;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  
  }


  /*BEGIN CONTACT*/

  .contact-wrapper {
   
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;

  }

  .contact-wrapper p {
    text-align: center;
    color: #47a4f2;
    font-size: 20px;
  }

  /*BEGIN FOOTER*/
 
  .footercontainer {
    max-width: 1170px;
    margin: auto;
  }

  .footerrow {
    display: flex;
    flex-wrap: wrap;
  }
  .footercontainer img {
    width: 10%;
    margin: 0 auto 40px;
    display: block;
  }
  .footer-col {
    width: 25%;
    padding: 35px 25px;
    border-left: 0.2px solid rgb(211, 211, 211, .2);
    height: 500px;
  }
  
  .footer-col h4 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 500;
    position: relative;
    
    
  }

  .footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #fff;
    height: 2px;
    box-sizing: border-box;
    width: 50px;

  }

  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #eeeded;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 200;
    transition: all 0.3s ease;
    display: block;
  }
  

  .footer-col ul li a:hover {
    color: #fff;
    padding-left: 8px;
  }

.footer ul {
  list-style: none;
}


  .footer {
    line-height: 1.5;
    padding-top: 50px;
    background: linear-gradient(49deg, #47a4f2, #ba62d9,#84c44c, #f29d26) ;
    background-size: 800% 800%;
    -webkit-animation: AnimationName 29s ease infinite;
    -moz-animation: AnimationName 29s ease infinite;
    animation: AnimationName 29s ease infinite;
}


.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s ease;
  -webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
    animation-timing-function: ease-in-out;
  
}

.footer-col .social-links a:hover {
    background-color: #fff;
    color: #000;
    animation: pulse 1.5s;
    
  }

  
  
  @keyframes pulse {
    0% {
      transform: scale(0.85);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
  }

.footer-bottom {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);

}


@-webkit-keyframes AnimationName {
    0%{background-position:0% 90%}
    50%{background-position:100% 11%}
    100%{background-position:0% 90%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 90%}
    50%{background-position:100% 11%}
    100%{background-position:0% 90%}
}
@keyframes AnimationName {
    0%{background-position:0% 90%}
    50%{background-position:100% 11%}
    100%{background-position:0% 90%}
}

@media(max-width: 767px){
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
   
  }
}

@media(max-width: 650px){
  .footer-col {
    width: 100%;
    height: 300px;
  }
}
  @media screen and (max-width: 650px) {
    .about-text {
      padding: 50px;
  }

  }

  @media screen and (max-width: 1000px) {
    .card {
      width: 40%;
    }

    .card2 {
      width: 40%;
    }

    .card3 {
      width: 40%;
    }
  }
  
  @media screen and (max-width: 620px) {
    .container {
      width: 100%;
      
    }
  
    .heading {
      padding: 20px;
      font-size: 20px;
      
    }
  
    .card {
      width: 80%;
    }

    .card2 {
        width: 80%;
      }

    .card3 {
        width: 80%;
      }
  
  }
  

  @media(max-width: 717px) {

    h1 {
        font-size: 22px;
    
      }
    }

@media(max-width: 717px) {

.why-stretch .comicscover-text h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
    position: relative;
    margin: 0 auto;

  }
  .why-stretch {
  
    grid-column: 1;
    
  
  }
  

}

@media(max-width: 877px) {
    .why-stretch {
  
        grid-column: 1;
        
      
      }
      
}


@media(max-width: 1000px) {

    .why-stretch .comicscover-text h3 {
        font-size: 40px;
        padding: 20px;
      }
    
    
    }

    @media(prefers-reduced-motion) {
        .hidden {
            transition: none;
        }
    }