@font-face {
    font-family: 'comicfont';
    src: url('../../../fonts/Comic\ Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 768px) {

* {
    box-sizing: border-box;
}

body {
   
    background-color: #FFC844;
    background-size: 100%;
}

html {
    scroll-behavior: smooth;
}


/*----Fixing the content in the middle to resize the space around only----*/
.container {
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
}
/*----------------------------------Nav Bar-------------------------------------*/
.navbar {
    background-color: #c62a00;
    width: 100%;
    height: auto;
    padding: 0 2%; 
    line-height: 3.3rem;
    display: flex;
    border-bottom: 7px solid #3f3f3f; 
}

#navbar-logo {
    height: auto; 
    max-height: 35px; 
    width: auto; 
    max-width: auto; 
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.nav a {
    padding-left:1.8vw;
    font-size: 1.0rem;
    color: #efefef;
    font-family: 'comicfont';
    letter-spacing: 0.2rem;
    font-optical-sizing: auto;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: #ffd500 wavy underline;    
}

/*----------------------------------Main Banner-------------------------------------*/

.container-pg {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; 
    align-items: center; 
  
}

.main_banner , .tags , .overview, .middle-banner{
width: 100%;
background-color: #ffffff;
text-align: center;
display: flex;
justify-content: center; 
align-items: center;
}

#banner01{
    width: 100%;
    display: flex;
}

#tag-box img{
    max-width: 100%;
}

.tags{
    padding: 7%; 
    background-image: url(../assets/images/dots-up.png);
}

.section-titles{
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-size: 170%;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 3%;
  color: #3f3f3f;
}

.section-p{
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #3f3f3f;
  }

  .goals{
    padding: 7% 10%;
    background-color: #ffffff;
    line-height: 145%;
    background-image: url(../assets/images/dots-down.png);
    background-repeat: no-repeat;
  }

  .mycontributions{
    width: 100%;
    padding:0 10% 0% 10%;
    background-color: #ffffff;
    line-height: 145%;
  }

  .section-p span {
    display: inline-block;
    margin-top: 1.2%;
}

.middle-banner{
    background-color: #ffffff;
    background-image: url(../assets/images/bkg-strips.png);
    padding-top: 7%;
}

.middle-banner img{
    max-width: 90%;
}

.process{
    padding:10% 10% 0% 10%;
    background-color: #ffffff;
    line-height: 145%;
    align-items: flex-end;
}

#process-banner{
    margin-bottom: 7%;
}

.branding{
    width: 100%;
    padding:0% 10% 10% 10%;
    background-color: #ffffff;
}

.branding img{
    margin-top: 7%;
}

.interface , .code{
    width: 100%;
    padding:7% 10% 3% 10%;
    background-color: #ffffff;
}

#branding{
    display: flex;
}

#branding p{
    width: 70%;
    margin-right: 5%;
}
#branding img{
    width: 70%;
    margin: 0 auto;
}
.buttonsdiv{
    width: 60%;
    text-align: center;
    margin-top: -10%;
}



.deliverable{
    padding: 0% 10% 5% 10%;
    background-color: #ffffff;  
    background-image: url(../assets/images/dots-up.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.deliverable-content img {
    margin-top: 7%;
    max-width: 50%;
    height: auto;
}
.deliverable-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}

#title360{
margin-top: 7%;
}



.button {
    margin: 7%;
    padding: 10px 20px;
    background-color: #FFC844; 
    color: #3f3f3f;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: 7px solid #3f3f3f;
    font-family: "Roboto Condensed", serif;
    font-size: 100%;
    font-weight: 800;
    text-align: center;
}


/*gif boxs*/

.container-gifs {
    margin-top: 2%;
      display: flex;
      justify-content: center;
      gap: 2%; 
      flex-wrap: wrap; 
    }

    .gif-box {
      width: 49%;
    }

    .gif-title {
      font-size: 100%;
      text-align: center;
      margin-top: 5%;
    }

    .video360{
        margin-top:7%;
    }
   







/* -----------------------------------Footer Section----------------------------------------*/
.footer {
    height: 3rem;
    text-align: center;
    background-color: #FF7F00;
    line-height: 2.5rem;
    border-top: 7px solid #3f3f3f;
    font-family: 'comicfont';
    font-weight: 600;
    color: #3f3f3f;
}


/* -----------------------------------Back to top Button----------------------------------------*/
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: scale 0.3s;
    
}

#backToTop:hover {
    scale: 1.2;
}

}
















/* ------------------------------  Tablet Css ---------------------------------- */
@media (min-width: 600px) and (max-width: 767px) {

    body {   
        background-color: #ffffff;
    }
    
    html {
        scroll-behavior: smooth;
    }    

    .container {
        width: 100%;
        margin: 0 auto;
    }

 
/*----------------------------------Nav Bar-------------------------------------*/
.navbar {
    background-color: #c62a00;
    width: 100%;
    height: auto;
    line-height: 3.3rem;
    display: flex;
    border-bottom: 7px solid #3f3f3f; 
}

#navbar-logo {
    height: auto; 
    max-height: 35px; 
    width: auto; 
    max-width: auto; 
    margin-left: 30%;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.nav a {
    padding-right:1.8vw;
    font-size: 1.0rem;
    color: #efefef;
    font-family: 'comicfont';
    letter-spacing: 0.2rem;
    font-optical-sizing: auto;
    font-weight: 400;
    text-decoration: none;
}






/*----------------------------------Main Banner-------------------------------------*/

.container-pg {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column; 
    align-items: center;  
}

.main_banner , .tags , .overview, .middle-banner{
background-color: #ffffff;
text-align: center;
display: flex;
justify-content: center; 
align-items: center;
}

.tags ,  .middle-banner, .goals , .mycontributions , .branding, .interface , .code, .deliverable , .process {
    max-width: 100%;
    margin: 0 4%;
}

#banner01{
    width: 100%;
    display: flex;
}

#tag-box img{
    max-width: 100%;
}

.tags{
    padding: 5% 0; 
    background-image: url(../assets/images/dots-up.png);
    background-size: 100%;
    
}

.section-titles{
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-size: 170%;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 3%;
  color: #3f3f3f;
}

.section-p{
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #3f3f3f;
  }

  .goals{
    padding:4%;
    background-color: #ffffff;
    line-height: 145%;
    background-image: url(../assets/images/dots-down.png);
  }

  .mycontributions{
    padding:0 4% 10% 4%;
    background-color: #ffffff;
    line-height: 145%;
  }

  .section-p span {
    display: inline-block;
    margin-top: 1.2%;
}

.middle-banner{
    background-color: #ffffff;
    background-image: url(../assets/images/bkg-strips.png);
}

.middle-banner video{
    width: 90%;
}

.process{
    padding:10% 4% 5% 4%;
    background-color: #ffffff;
    line-height: 145%;
    align-items: flex-end;
}

#process-banner{
    margin-bottom: 7%;
}


.interface , .code{
    padding:0% 4% 10% 4%;
    background-color: #ffffff;
}

.interface img{
   margin-top: 7%;
}


.deliverable{
    padding: 0% 4% 5% 4%;
    background-color: #ffffff;  
    background-image: url(../assets/images/dots-up.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.deliverable-content img {
    margin-top: 7%;
    max-width: 50%;
    height: auto;
}
.deliverable-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}


.button {
    margin: 7%;
    width: 35%;
    padding: 10px 20px;
    background-color: #FFC844; 
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: 7px solid #3f3f3f;
    font-family: "Roboto Condensed", serif;
    font-size: 100%;
    font-weight: 800;
    text-align: center;
}

.buttonsdiv{
    display: flex;
}


#branding img{
    width: 60%;
    margin: 4% auto;
}

.buttonsdiv{
    text-align: center;
    display: block;
}

#openBranding{
    height: 20%;
    margin: 0 auto;
    color: #3f3f3f;
    
}

#title360{
margin-top: 7%;
}

/*gif boxs*/

.container-gifs {
    margin-top: 2%;
      display: flex;
      justify-content: center;
      gap: 2%; 
      flex-wrap: wrap; 
    }

    .gif-box {
      width: 49%;
    }

    .gif-title {
      font-size: 100%;
      text-align: center;
      margin-top: 5%;
    }

    .video360{
        margin-top:7%;
    }
   


/* -----------------------------------Footer Section----------------------------------------*/
.footer {
    height: 3rem;
    text-align: center;
    background-color: #FF7F00;
    line-height: 2.5rem;
    border-top: 7px solid #3f3f3f;
    font-family: 'comicfont';
    font-weight: 600;
    color: #3f3f3f;
}




/* -----------------------------------Back to top Button----------------------------------------*/
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: scale 0.3s;
    
}

#backToTop:hover {
    scale: 1.2;
}

  } 























/* ---------------------  Mobile Css --------------------------- */
@media (max-width: 599px) {

    .container {
        width: 100%;
        margin: 0 auto;
    }

    body {   
        background-color: #ffffff;
    }
    
    html {
        scroll-behavior: smooth;
    }    

    .container {
        width: 100%;
        margin: 0 auto;
    }

 
/*----------------------------------Nav Bar-------------------------------------*/
.navbar {
    background-color: #c62a00;
    width: 100%;
    height: auto;
    line-height: 3.3rem;
    display: flex;
    border-bottom: 7px solid #3f3f3f; 
}

#navbar-logo {
    height: auto; 
    max-height: 35px; 
    width: auto; 
    max-width: auto; 
    margin-left: 30%;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.nav a {
    padding-right:1.8vw;
    font-size: 1.0rem;
    color: #efefef;
    font-family: 'comicfont';
    letter-spacing: 0.2rem;
    font-optical-sizing: auto;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: #ffd500 wavy underline;    
}

/*----------------------------------Main Banner-------------------------------------*/

.container-pg {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column; 
    align-items: center;  
}

.main_banner , .tags , .overview, .middle-banner{
background-color: #ffffff;
text-align: center;
display: flex;
justify-content: center; 
align-items: center;
}

.tags ,  .middle-banner, .goals , .mycontributions , .branding, .interface , .code, .deliverable , .process {
    max-width: 100%;
    margin: 0 4%;
}

#banner01{
    width: 100%;
    display: flex;
}

#tag-box img{
    max-width: 100%;
}

.tags{
    padding: 5% 0; 
    background-image: url(../assets/images/dots-up.png);
    background-size: 100%;
    
}

.section-titles{
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-size: 170%;
  font-weight: 800;
  font-style: normal;
  margin-bottom: 3%;
  color: #3f3f3f;
}

.section-p{
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #3f3f3f;
  }

  .goals{
    padding:4%;
    background-color: #ffffff;
    line-height: 145%;
    background-image: url(../assets/images/dots-down.png);
  }

  .mycontributions{
    padding:0 4% 10% 4%;
    background-color: #ffffff;
    line-height: 145%;
  }

  .section-p span {
    display: inline-block;
    margin-top: 1.2%;
}

.middle-banner{
    background-color: #ffffff;
    background-image: url(../assets/images/bkg-strips.png);
}

.middle-banner video{
    width: 90%;
}

.process{
    padding:10% 4% 5% 4%;
    background-color: #ffffff;
    line-height: 145%;
    align-items: flex-end;
}

#process-banner{
    margin-bottom: 7%;
}

.branding{
    padding:0% 4% 10% 4%;
    background-color: #ffffff;
}

.branding img{
    margin-top: 7%;
}

.interface , .code{
    padding:0% 4% 10% 4%;
    background-color: #ffffff;
}

.interface img{
   margin-top: 7%;
}

.deliverable{
    padding: 0% 4% 5% 4%;
    background-color: #ffffff;  
    background-image: url(../assets/images/dots-up.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.deliverable-content img {
    margin-top: 7%;
    max-width: 50%;
    height: auto;
}
.deliverable-content {
    display: flex;
    justify-content: space-between; 
    align-items: center;
}


.button {
    margin: 7%;
    width: 35%;
    padding: 10px 20px;
    background-color: #FFC844; 
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
    border: 7px solid #3f3f3f;
    font-family: "Roboto Condensed", serif;
    font-size: 100%;
    font-weight: 800;
    text-align: center;
}

.buttonsdiv{
    display: flex;
}


#branding img{
    width: 60%;
    margin: 4% auto;
}

.buttonsdiv{
    text-align: center;
    display: block;
}

#openBranding{
    height: 20%;
    margin: 0 auto;
    color: #3f3f3f;
    
}

#title360{
margin-top: 7%;
}

/*gif boxs*/

.container-gifs {
    margin-top: 2%;
      display: flex;
      justify-content: center;
      gap: 2%; 
      flex-wrap: wrap; 
    }

    .gif-box {
      width: 49%;
    }

    .gif-title {
      font-size: 100%;
      text-align: center;
      margin-top: 5%;
    }

    .video360{
        margin-top:7%;
    }
   

/* -----------------------------------Footer Section----------------------------------------*/
.footer {
    height: 3rem;
    text-align: center;
    background-color: #FF7F00;
    line-height: 2.5rem;
    border-top: 7px solid #3f3f3f;
    font-family: 'comicfont';
    font-weight: 600;
    color: #3f3f3f;
}


/* -----------------------------------Back to top Button----------------------------------------*/
#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: scale 0.3s;
    
}

#backToTop:hover {
    scale: 1.2;
}
}

