@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Genos:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* GENERAL LAYOUT */

    *{
        margin:0;
        padding:0;
    }

/* PRELOADER */
    #preloader{
        height:100vh;
        width:100%;
        position:fixed;
        background-color:#fefefe;
        text-align:center;
        padding-top:25%;
        z-index:3;
    }
            
    @keyframes spin{
        0%{transform:rotate(0deg);}
        100%{transform:rotate(360deg);}
            }
            
    #preloader img{
        animation:spin 1s linear infinite;
            }


/* NAVIGATION HEADER */

header{height:136px;
    background-color:#fefefe;
    }

.navUp{animation: 2s anim-navUp ease-out;}
@keyframes anim-navUp {
  0% {opacity: 0;
    transform: translateY(-30%);}
  20% {opacity: 0;}
  50% {opacity: 1;
    transform: translateY(0%);}
  100% {opacity: 1;
    transform: translateY(0%);}
}


.home{cursor: pointer;
        width:200px;
        height:100px;
        margin-top:20px;
        margin-bottom:0px;
       margin-left:46px;
    text-align:left;
  float: left;
    }


nav{
    position:relative;
    top:0;
    height:86px;   
    z-index:1; 
    margin-right:48px;
    float: right;
     text-align: center;
    margin-top:50px;
   }

nav a{
    margin-left: 30px;
    font-size:1.25em;
    color:#333;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight:400;}

nav a:hover{
    text-align:center;
    margin:0px 0px 0px 30px;
    cursor: pointer;
    font-weight:200;
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    font-size:1.25em;
    color:#aa1b6d;}


nav a:visited{
    font-weight:400;
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    }

nav a.active{border-bottom:2px solid #aa1b6d;
padding-bottom:2px;
    color:#333;}

nav a.active:hover{border-bottom:.75px solid #aa1b6d;
color:#aa1b6d;}

#reload{border-bottom:0px solid #aa1b6d;
}


/* MAIN */


 main{
     background-color:#fefefe;
     border-bottom: 0px solid;
    border-image:linear-gradient(90deg, rgba(196,161,68,1) 0%, rgba(232,209,115,1) 50%, rgba(196,161,68,1) 100%);
     border-image-slice: 1;}
    
    #ecommapp{min-height:1490vh;
    max-width:100%;
        color: #333;
        }



/* MODURA */


#modurafullsite{
    max-width:100%;

}



/* TOP - SECTION MOD1 */

    .mockup{width:100%;
        margin-bottom:-4px;
    }

#top{background-color:rgba(166,204,237, .6);
    padding:48px 48px 48px 0px;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: space-between;
    max-width:100%;
    }

#name-trend{max-width:83.3%;
    
}

   #name{font-size:4em;
     margin: 48px 48px 12px 48px;
    font-weight:600;
       color: #333;
      font-family: 'Montserrat', sans-serif; 
       text-align:left;
    }

    #trendy{
    color:#333;
    font-size:1.5em;
     margin: 0px 24px 48px 48px;
    font-family: 'Montserrat', sans-serif;
    }

 .mockup2{max-width:16.7%;
    flex: 1 1 16.7%;
  object-fit: contain;
     margin-bottom:-23px;
     margin-top:-5px;
    }



/* SHORT STORY */

.process{font-size:2.25em;
     margin: 72px 48px;
      font-family: 'Montserrat', sans-serif;
    color:#333;
    border-left: 4px solid #2A7AB6;
    padding-left:8px;
    }


.over-info{max-width:100%;
display:flex;
flex-wrap: wrap;
    align-items: flex-start;
    margin: 72px 104px 0px 104px;
    gap:78px;
}


#brief{ max-width:47%;
    }

.subhead7{font-size:1.25em;
    font-weight:500;
    margin-bottom:8px;
    font-family: 'Montserrat', sans-serif;
    margin-right:24px;
    color:#2A7AB6;
   }

.description4{color:#333;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
    margin-bottom:24px;
    }


.column{
    max-width:47%;
    list-style-type:none;
    font-family:'Montserrat', sans-serif;
    text-align: left;
    column-count:1;
    margin-top:4px;
        }

    .group{
           
    }

    .where{
    color:#2A7AB6;
    margin-bottom:8px;
    font-family: 'Montserrat', sans-serif;
    text-align:left;
        font-weight:600;
    }

    .content4{ font-weight:400;
    margin-bottom:24px;
    font-family: 'Montserrat', sans-serif;
    text-align:left;
        color:#333;
    min-height:24px;
    line-height: 24px;
    }

#block{display:flex;
    flex-wrap:wrap;
margin:0px 104px 104px 104px;
    max-width:100%;
gap:58px;
    }

#probsol{display:flex;
flex-direction: column;
    max-width:47%;
padding-top:30px;}

#q{ }

#answer {   }


.title7, .title8{
    margin-bottom:8px;
    font-family: 'Montserrat', sans-serif;
    color:#2A7AB6;
    font-size:1.25em;
font-weight:500;}


.title7{ background:url(images/modura/icon-problem.png)no-repeat;
    background-size:24px; 
    background-position: left center;
    padding-left:32px;
    }

.title8{ background:url(images/modura/icon-solution.png)no-repeat;
    background-size:24px; 
    background-position: left center;
    padding-left:32px;
    }

    .content5{font-weight:400;
    margin-bottom:24px;
    font-family: 'Montserrat', sans-serif;}


#b{max-width:47%;
    display:flex;
     justify-content:center;
    align-items: center;
    
    background:url(images/modura/icon-scissors.png)no-repeat;
    background-size:48px; 
    background-position:97.5% 3px;
    padding-top:30px;
    padding-right:10px;
    }


#b-text{
    padding:24px 24px 0px 24px;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
    border: 1px solid #2A7AB6;
    border-radius:48px;
}

#bus-insights{margin-top:-12px;}

.title9{
    margin-bottom:8px;
    font-family: 'Montserrat', sans-serif;
    color:#2A7AB6;
    font-size:1.25em;
    font-weight:500;
    
 background:url(images/modura/icon-business.png)no-repeat;
    background-size:24px; 
    background-position: left center;
    padding-left:32px;
    }

.insights{margin-left:18px;
    margin-bottom:8px;
    font-family: 'Montserrat', sans-serif;
    color:#333;
    list-style:square;
    }




#scroll{font-family: 'Montserrat', sans-serif;
    text-align:center;
    font-size:1.5em;
    padding-top:72px;
    color:#757575;
    max-width: 100%; 
   text-align: center; 
   border-bottom: 3px dashed #cbcbcb; 
   line-height: 0.01em;
    font-weight:300;
   }

#scroll span{background:#fff; 
    padding:0 24px;
    margin-right:24px;
    margin-left:24px;
    }

/* CAROUSEL */


.mtfinal{display:flex;
max-width:100%;
justify-content:center;
align-items:center;
}

.mobilefin{max-width:74%;}

.carousel{
            width: 100%;
            max-width: 100%;
            position: relative;
            margin: 0 auto;
            overflow: hidden;
        }

        .carousel-images {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-slide {
            display: flex;
            width: 100%;
            flex-shrink: 0;
            justify-content:center;
        }

  /* Single image style */
.carousel-slide.single-image img {
    width:80%;
        object-fit: cover;
        }
 
 /* Two-image style */
        .carousel-slide.two-images img {
            width: 50%;
            object-fit: cover;
            padding: 0 4px;
            box-sizing: border-box;
        }

/* Two-image style */
        .carousel-slide.three-images img {
            width: 31%;
            object-fit: cover;
            padding: 0 4px;
            box-sizing: border-box;
        }
    
        .carousel-controls {
            display: flex;
            justify-content: space-between;
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
        }

        .carousel-controls .prev{
            background: rgba(85,85,85,.8);
            color: #fefefe;
            border: none;
            padding: 3px 12px 3px 10px;
            cursor: pointer;
            user-select: none;
            border-radius:100px;
            font-size:1.5em;

        }

.carousel-controls .next{
            background: rgba(85,85,85,.8);
            color: #fefefe;
            border: none;
            padding: 3px 10px 3px 12px;
            cursor: pointer;
            user-select: none;
            border-radius:100px;
            font-size:1.5em;
        }

        .carousel-dots {
            display: flex;
            justify-content: center;
            margin-top: 16px;
        }

        .carousel-dot {
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 8px;
            cursor: pointer;
        }

        .carousel-dot.active {
            background: #333;
        }


/* PROGRESS STEPPER */

.step-progress-bar {
            position: fixed;
            top: 0;
            left: 0;
           width: 100%;
            background: #fefefe;
            padding: 20px 0;
            display: none;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            z-index: 1000;
        }

        .step-progress-container {
            max-width: 92%;
            margin: 0 auto;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .progress-line {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            height: 2px;
            background: #ccc;
            transform: translateY(-50%);
            z-index: 1;
            margin-right:24px;
            margin-left:24px;
        }

        .progress-line-filled {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background: #333;
            width: 0;
            transition: width 0.3s ease;
        }

        .step-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
             cursor: pointer;
        }

        .step {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #ccc;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
            transition: all 0.3s ease;
             font-family: 'Montserrat', sans-serif;
            
        }

        .step-label {
            margin-top: 8px;
            font-size: 1em;
            color: #333;
            transition: all 0.3s ease;
             font-family: 'Montserrat', sans-serif;
        }


        .step-wrapper.active .step {
            background: #2A7AB6;
            color: #fefefe;
            font-weight:600;
        }

        .step-wrapper.active .step-label {
            color: #2A7AB6;
            font-weight: 600;
        }

        .step-wrapper.completed .step {
            background: #333;
            color: #fefefe;
        }

        .step-wrapper.completed .step-label {
            color: #333;
        }



/* WHY I MADE THIS PROJECT */


    
.whyproject{display:flex;
    border-top: 1px solid #cbcbcb;
     border-bottom: 1px solid #cbcbcb;
    margin-bottom:48px;
    margin-top:104px;
    }

.summary{display:flex;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    margin-top:104px;
    margin-bottom:48px;
    }

 .initial{display:flex;
     border-bottom: 1px solid #cbcbcb;
     border-top: 1px solid #cbcbcb;
     margin-bottom:48px;
    }


    .photo, .photo2, .photo3{max-width: 30%;
        max-height:50%;}

    .whyy{display:flex;
        align-content: flex-start;
        flex-wrap:wrap;
        font-family: 'Montserrat', sans-serif;
        margin-top:24px;
        }

    .whyi{display:flex;
        align-content: center;
        flex-wrap:wrap;
        font-family: 'Montserrat', sans-serif;
        }

    .whyp{display:flex;
        align-content: flex-end;
        flex-wrap:wrap;
        font-family: 'Montserrat', sans-serif;
        margin-bottom:24px;}

.question{
        margin-bottom:12px;
        margin-left:24px;
        margin-right: 24px;
        display:flex;
        font-family: 'Montserrat', sans-serif;
        color:#2A7AB6;
    font-size:1.25em;
font-weight:500;
   }

    .quote{
        color:#555;
        font-size: 1em;
        margin-left:24px;
         margin-bottom:24px;
        margin-right:104px;
        font-family: 'Montserrat', sans-serif;
    }


/* LONG STORY */



#mod2, #mod3, #mod4, #mod5{
    margin-top:104px;
    margin-bottom:104px;
    min-height: 100vh;
}

#mod6{ margin-top:48px;
    margin-bottom:104px;
    min-height: 100vh;}

.margins{
    margin-left:60px;
    margin-right:60px;
    }


.h2{font-size:2em;
    font-weight:600;
    margin-bottom:48px;
    padding:24px 60px;
    max-width:100%;
    font-family: 'Montserrat', sans-serif;
    background-color:rgba(166,204,237, .6);
    color:#333;}


.h3{font-family: 'Montserrat', sans-serif;
    color:#333;
    font-size:1.5em;
    margin-bottom:24px;
    margin-top:72px;
    font-weight:500;}

.h3-2{font-family: 'Montserrat', sans-serif;
    color:#333;
    font-size:1.5em;
    margin-bottom:24px;
    font-weight:500;}

.h4{font-family: 'Montserrat', sans-serif;
     color:#555;
    font-size:1.25em;
font-weight:500;
    margin-bottom:12px;}

.h4-2{font-family: 'Montserrat', sans-serif;
    color:#2A7AB6;
    font-size:1.25em;
    margin-bottom:12px;
font-weight:500;}

.description5{color:#333;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
    }
  

.subsub{color:#555;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:32px;
    margin-top:-16px;
    }

.bold{font-weight:600;}

/* GENERAL */

.subhead{font-size:1.75em;
    font-weight:600;
    margin-bottom:12px;
    padding-top:24px;
    margin-left:48px;
    margin-right: 48px;
    font-family: 'Montserrat', sans-serif;
    color:#333;}


.content{font-weight:600;
    margin-bottom:24px;
    margin-left:48px;
    font-family: 'Montserrat', sans-serif;
    color:#333;}

.content3{font-weight:400;
    margin-bottom:24px;
    font-family: 'Montserrat', sans-serif;
    color:#333;}


.description2{
    font-size: 1em;
    color:#333;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:24px;
    }



/* MOD 2 - RESEARCH */

#mod2{font-family: 'Montserrat', sans-serif;}

/* MARKET RESEARCH */

#research{display:flex;
    flex-wrap:wrap;
    flex:0;
    margin-top:48px;
    max-width:100%;
    justify-content:space-between;
     align-content: center;
    }

#claim-problem{display:flex;
    align-content: center;
    flex-wrap:wrap;
    max-width:58%;
    float:left;
    }





#chart{max-width:38%;
    display:flex;
    flex-wrap:wrap;
    margin: 24px 0px 24px 48px;
    float:right;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    }

/*  COMPETITIVE ANALYSIS */

#competitors{display:flex;
    flex-wrap:wrap;
    flex:0;
  
    margin-top:48px;
    max-width:100%;
    align-content: center;
    clear:both;
    max-width:100%;
    margin-bottom:72px;
    }

.comp{display:flex;
    max-width:51%;
    float:left;
    clear:right;
    min-height:20em;
    }

.comp img{
    max-width:100%;
   box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border-radius: 12px;  
    border: .01px, solid, #F0F0F0;
clear:right;
    }

.caption{position: relative;
margin-right:16px;
    }

.caption figcaption{position:absolute;
    bottom:1;
    left:0;
    right:0;
    font-family: 'Montserrat', sans-serif;
    color:#555;
    margin-top:4px;
    margin-bottom:24px;
    text-align: center;
    font-weight:600;
    }

#good-bad{display:flex;
    flex-wrap:wrap;
    max-width:46%;
    float:right;
    clear:left;
    align-content: center;
    margin-left:32px;
    }


.content2{
    clear:left;
    color:#333;
    margin-bottom:24px;
    font-family: 'Montserrat', sans-serif;
    }

.card1{height:135px;}

.sampling{font-weight:600;
         margin-top:52px;
        margin-bottom:12px;
       
        font-family: 'Montserrat', sans-serif;
    color:#333;
   }
 
.notable{font-weight:600;
         margin-top:36px;
        margin-bottom:12px;
        font-family: 'Montserrat', sans-serif;
    color:#333;
   }

/* USER SURVEY */


 .subhead3{font-size: 1.5em;
    font-weight:500;
    margin-top:48px;
    margin-bottom:12px;
    line-height:34px;
     color:#2A7AB6;
     
     background-image:url(images/linkedin.svg);
    background-size:34px; 
    background-repeat: no-repeat;
    background-position: top left;
    padding-left:40px;}

.participants{
    color:#555;
        font-size: 1em;
        margin-left:44px;}

#graph{margin-top:32px;
    list-style-type:none;
    margin-left:44px;
    margin-right:44px;
    display: flex;
    position:relative;
    max-width: 100%;
    align-items:stretch;
    flex-wrap: wrap;
    }

.bar{
    margin-bottom: 24px;
    display: flex;
    flex:1;
    align-items:stretch;
    width: 100%;
    flex:0;
    flex-basis: 100%;
    }

.factor, .percent{color:#555;
    font-size: 1.25em;
    font-weight:600;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    margin-bottom:22px;
}

.factor{float:left;
    flex:1;
}

.percent{float:right;}


.graphbarp, .graphbarc, .graphbart, .graphbaro{display:flex;
    position:absolute;
    width: 100%;
    height:10px;
    justify-content: left;
  align-items: stretch;
    margin-top:12px;
    }

.graphbarp{top:20px;}

.graphbarc{top:92px;}

.graphbart{top:162px;}

.graphbaro{top:234px;}

.graphbar{flex:1;
  display: flex;
  align-items: stretch;
  justify-content: left;
    flex-direction: row;
    }

.graphbar1{
    background:#2A7AB6;
    border-radius:6px;
    }

.graphbar2{
    background:#EEEFF2;
    border-radius:6px;
    }

#comments{display:flex;
    flex-wrap:wrap;
    padding-bottom:72px;
    justify-content:space-between; 
}

#comments1{display:flex;
    flex-wrap:wrap;
    justify-content:space-between; 
    padding-bottom:24px;
}


.card1, .card2{
    background-color:#fefefe;
    display:flex;
    flex-wrap:wrap;
    border-radius:12px;
    margin-top:8px;
    max-width:100%;
    text-align:left;
     box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border: .5px solid #EEEFF2;
}

.card2{height:117px;}

#ilike, #all{
    margin-right:16px;}

.person{max-width:50%;
    max-height:50%;
    border-radius:100px;
    margin:16px 8px 0px 16px;
    text-align:left;}

.opinion{font-size:.9em;
    font-family: 'Montserrat', sans-serif; 
    flex-wrap:wrap;
    max-width:240px;
    margin:16px 16px 16px 8px;
    text-align:left;
   }

.name{font-size:.9em;
    font-weight:600;
    flex-wrap:wrap;
    margin: 0px 16px 16px 8px;
    text-align:left;
    font-family: 'Montserrat', sans-serif;
     color:#333;
}


/* DESIGN PRINCIPLES */

#principle{margin-top:72px;
}

#design-principles{list-style-type:none;
    font-family: 
        'Montserrat', sans-serif;
    text-align: left;
    column-count:3;
margin-bottom:72px;}

.principles{margin-right:24px;}


/* MOD3 - IDEATION */

/* FLOW DIAGRAM */

#userflow{display:flex;
    justify-content: center;
    }

#flow{max-width:80%;
    margin-bottom:24px;}

/* LO FI WIREFRAMES */

#lowfi{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    }

#lowfidelity{
    display:flex;
    max-width:100%;
}

/* MOD4 - DESIGN */



.ui{display:flex;
    flex-wrap:wrap;
    margin-bottom:48px;
    width: fit-content;
}

.ui2{display:flex;
    flex-wrap:wrap;
    align-content: center;
  
    }

#key{margin-top:48px;
  border-radius:12px;
box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border: .5px solid #EEEFF2;
    padding:16px;
    width: fit-content;
    align-items:center;
}

#keywords{margin-bottom:0px;}

#keyh4{margin-bottom:0px;}

.logo{display:flex;
    margin-top:24px;
     border-radius:12px;
box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border: .5px solid #EEEFF2;
    padding:16px;
      width: fit-content;
     
    }

#brand{display:flex;
    flex-wrap:wrap;
    max-width:100%;
    text-align:center;
   gap: 22px; 
    width: fit-content;
    margin-top:2px;
    }

#large, #medium{
}


#small{}

.logo-text{
    font-family: 'Genos', sans-serif;
    font-size:48px;
    text-align:center;
     margin-left:20px;
    font-weight:600;
    }

.logo-text2{
    font-family: 'Genos', sans-serif;
    font-size:48px;
    text-align:center;
     margin-left:48px;
    font-weight:600;
    }

#logo-large{max-width:26%;
     margin-left:24px;
    }

#logo-medium{margin-top:60px;
     }

#logo-small{max-width:30%;
    margin-top:60px;
     margin-left:48px;
    }

.medium{
    font-weight:500;
    font-family: 'Montserrat', sans-serif;
    color:#333;
    white-space: nowrap;
    flex-shrink: 0;
    }

#icons{margin:48px 0px;
     border-radius:12px;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border: .5px solid #EEEFF2;
    padding:16px;
    display: flex;
    flex-direction: column; 
    max-width: 60%;
    gap: 24px;
    }


#lshapes{margin-bottom:24px;
    gap:72px;
  display: flex; 
     align-items: center;
    justify-content: space-between;
    }

#dshapes{
 gap:72px;
  display: flex; 
     align-items: center;
    justify-content: space-between;
}

.icons-container {
    flex-grow: 1;
    text-align: right;}

#icons-light{margin-left: 16px;
   max-width: 95%;
    height: auto;
    display: block; 
    }

#icons-dark{max-width: 100%;
    height: auto;
    display: block; 
    
    }

#colorpalette{margin-right:48px;
    float:left;
   border-radius:12px;
box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border: .5px solid #EEEFF2;
    padding:16px;
    height:200px;}

#accent{ margin-top:2px;
    margin-left:84px;}

.palette{display:flex;
        flex-wrap:wrap;
    margin-bottom:16px;
align-items: center; 
gap:72px;}

#lbackground{}

#circle1, #circle2, #circle3, #circle4, #circle5, #circle6, #circle7, #circle8, #circle9, #circle10{
    height: 50px;  
    width: 50px; 
    border: solid 1px;  
    border-radius: 50%;  
    display: inline-block;
    margin-right:8px;
    margin-left:8px;}

#circle1{background-color:#2A7AB6;
    border-color:#F0F0F0;
    margin-left:17px;}
#circle2{background-color:#181919;
    border-color:#F0F0F0;}
#circle3{background-color:#747576;
    border-color:#F0F0F0;}
#circle4{background-color:#D64000;
    border-color:#F0F0F0;}
#circle5{background-color:#fff;
    border-color:#000;}

#dbackground{background-color:#181919;
    padding:12px;
    }

#circle6{background-color:#A6CCED;
    border-color:#181919;}
#circle7{background-color:#fff;
    border-color:#181919;}
#circle8{background-color:#A7A8A9;
    border-color:#181919;}
#circle9{background-color:#E8591C;
    border-color:#181919;}
#circle10{background-color:#181919;
    border-color:#fff;}


#font{float:right;
    margin-right:48px;
   border-radius:12px;
box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.01),
      0 2px 2px hsl(0deg 0% 0% / 0.01),
      0 4px 4px hsl(0deg 0% 0% / 0.01),
      0 8px 8px hsl(0deg 0% 0% / 0.01),
      0 16px 16px hsl(0deg 0% 0% / 0.01);
    border: .5px solid #EEEFF2;
    padding:16px;}

.title4{
    margin-bottom:12px;
    font-family: 'Montserrat', sans-serif;
    color:#2A7AB6;
    font-size:1.25em;
    }

.roboto{
    margin-bottom:4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size:1.5em;
    margin-top: 16px;
    color:#333;}
#weightr{display:flex;
    flex-wrap:wrap;
    font-family: 'Roboto', sans-serif;
color:#333;}
#weightrr{
    font-weight: 400;
    color:#333;
    }
#weightrm{
     font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-left:8px;
    color:#333;
    }
#weightrb{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-left:8px;
    margin-bottom: 16px;
    color:#333;
    }
.alphar{
    margin-bottom: 24px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
color:#333;}

.genos{
    font-family: 'Genos', sans-serif; 
    font-weight: 700; 
    margin-bottom: 2px;
    font-size:1.9em;
color:#333;}
#weightg{
    font-family: 'Genos', sans-serif; 
    font-weight: 700;
    margin-bottom: 8px;
    font-size:1.4em;
color:#333;}
.alphag{
    font-family: 'Genos', sans-serif; 
    font-weight: 700;
    font-size: 1.9em;
color:#333;}

#look-feel{}

.blue{color:#2A7AB6;
font-weight:600;}

.orange{color:#D64000;
font-weight:600;
}

#inspo{
    max-width:100%;
    justify-content:center;
    align-items:center;
    display:flex;
    gap:8px;
    }

.inspo-photo{
    max-width:16.15%;
    border-radius:12px;
}

.imagefig{
    font-family: 'Montserrat', sans-serif;
    color:#555;
    margin-top:4px;
    margin-bottom:24px;
    text-align: left;
    font-weight:600;
     margin-bottom:72px;
    }




/* HIGH FI DESIGNS */



#final{display:flex;
    justify-content: center;
    margin: 48px 0px 24px 0px;
    overflow:hidden;}

#test{max-width:100%;
    }



/* ALIGNMENT/GRID  */


#alignbackground{}

#grid{display:flex;
    justify-content: center;
   }

#spacing{max-width:70%;
    }

/* PROTOTYPE */

#clickable{
    color:#2A7AB6;
    font-weight:600;
    font-family: 'Montserrat', sans-serif;
    text-decoration:underline;
    }

#clickable:hover{
    cursor:pointer;
    text-decoration:none;
    font-weight:400;
    color:#2A7AB6;
    text-align: center;
    }

#clickable:visited{
    color:#2A7AB6;
    font-weight:600;
    text-decoration:underline;
    }


#hi-fi{display:flex;
    justify-content: center;
    margin-top:24px;
    }

#proto{max-width:100%;
    }



#mpvideo{
    margin: 12px 48px 72px 48px;
   max-width:100%;
    cursor:pointer;
    }

#protovideo{max-width:100%;
}



#vp{text-align: center;
    margin:12px 48px;
    font-weight:600;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    max-width:100%;
    }

#viewproto{position:relative;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    max-width:100%;
    text-align: center;
}

#viewproto a{}

#viewproto img{
    max-width:100%;
    display:flex;
    flex-wrap:wrap;
    }

#viewproto img:hover{
    }

#mplink{position: absolute;
    background-color:rgba(0,0,0,.40);
    bottom:0;
    right:0;  
    left:0;
    top:0;
    
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    
    max-width:100%;
    margin:1.5% 38.2%;
    border-radius:38px;
    }

#mpcaption{display:flex;
    flex-wrap:wrap;
    justify-content:center;

   width:75%;
    max-height:5%;
    border-radius:12px;
    padding:1em;
    background-color:#2A7AB6;
    
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight:600;
     text-align: center;
    }

#viewproto:hover img{transform:scale(1.01);}

#viewproto:hover #mplink{
    cursor:pointer;
    background-color:rgba(0,0,0,.50);
   
     }

.viewproto:hover #mpcaption {
  transform: scale(1.01);
}

#clickimg{text-align:center;
    font-family: 'Montserrat', sans-serif;
    color:#555;
    font-size:1.25em;
    font-weight:500;}



#frame{
    display:flex;
    flex-wrap:wrap;
    text-align: center;
    justify-content: center;
    margin-left:48px;
    margin-right:48px;
    margin-top:24px;
    margin-bottom:24px;
    }

iframe{width:100%;
    height:100vh;}


/* MOD5 - TESTNG */


#results{max-width:100%;
    padding-bottom:24px;
    display:flex;
    flex-wrap: wrap;
    align-items:center;
   
    }


#new3{
    max-width:46%;
    float:right;
    margin-left:24px;
    }
#study{max-width:52%;
    display:flex;
    flex-wrap:wrap;
    }

#userresults{float:left;
    }


#conceptlist{margin-bottom:48px;}

.concept{font-size:1em;
    margin-bottom:24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:12px;
    font-family: 'Montserrat', sans-serif;
    margin-left:18px;
    list-style:square;
    color:#333;
     }
.concepts{font-size:1.5em;
    margin-bottom:12px;
    font-family: 'Montserrat', sans-serif;
    color:#333;
    }

#update{max-width:100%;
    padding-bottom:24px;
    display:flex;
    flex-wrap: wrap;
    align-items:center;}

#protoupdate{float:right;
    max-width:60%;
    }

#new2{
    max-width:40%;
    float:left;
    }

#proto2{max-width:100%;
    float:right;
    display:flex;
    flex-wrap: wrap;}

.imagefig2{
    font-family: 'Montserrat', sans-serif;
    color:#555;
    margin-bottom:24px;
    text-align: left;
    font-weight:600;
    margin-left:24px;
    }

/*  ACCESSIBILTY */


.access{margin-top:-12px;
margin-bottom:24px;}

#acc{display:flex;
    flex-wrap:wrap;
    max-width:100%;
     justify-content: space-between;
    margin-right:25px;
    margin-left:-6px;
   }

#acc1{float:left;
    max-width:100%;
    height:100%;}

#acc2{
    float:right;
    max-width:100%;
    height:100%;
    clear:both;
    }

#specific{
    margin-top:0px;
    margin-right:12px;
    margin-bottom:24px;
    color:#333;
    }

/* MOD6: FINAL THOUGHTS */

#mod6{}


.description3{color:#333;
        font-size: 1em;
        font-family: 'Montserrat', sans-serif;
        margin-bottom:32px;
    }


.nextsteps{color:#333;
        font-size: 1em;
        margin-left:18px;
        font-family: 'Montserrat', sans-serif;
     margin-bottom:32px;
        }

.nextsteps2{color:#333;
        font-size: 1em;
        margin-left:18px;
        font-family: 'Montserrat', sans-serif;
        }

.steps{margin-bottom:8px;
    list-style:square;}

#future{margin-top:24px;
margin-bottom:24px;}

.scissors{background:url(images/modura/icon-scissors.png)no-repeat;
    background-size:48px; 
    background-position: 94.5% 3px;
    padding-top:30px;}

.parting{border: 1px solid #2A7AB6;
    border-radius:48px;
    margin: 0px 72px 72px 72px;
    padding:24px;
    }


/* OTHER WORK */


.other-work{
     border-top: 1px solid #cbcbcb;
    width:100%;
    display: flex;
}

#otherw{margin:32px 80px 80px 80px;
}

#othercs{max-width:100%;
    display: flex;
    gap:24px;
}

.othera{text-decoration: none;
max-width:32%;}

.othera:hover{
text-decoration: none;}

.othera:visited{
text-decoration: none;}


.other-image, .other-image2{max-width:100%;}

.other-image:hover{cursor: pointer;
    transform: scale(1.01);
}

.otherfig{
    font-family: 'Montserrat', sans-serif;
    color:#333;
}

/* BACK NEXT NAV */

    .backnext{margin:0px 80px 0px 80px;
       display:flex;
        justify-content: center;
        gap:48px;
        border-top: 1px solid #cbcbcb;
        }

    .backnext a{
        font-size: 1.25em;
        color:#333;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        text-align:center;
        margin: 80px 0px;
   }

    .backnext a:hover{
        color:#aa1b6d;
        cursor: pointer;
        font-weight:200;
        text-decoration:none;
        font-family: 'Montserrat', sans-serif;
        font-size:1.25em;}

    .backnext a:visited{
        font-weight:400;
        text-decoration:none;
        font-family: 'Montserrat', sans-serif;
    }



/*BACK TO TOP BUTTON */

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 100px; 
  right: 16px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #757575; 
  cursor: pointer;
  padding: 10px 8px 2px 8px; 
  border-radius: 100px; 
  font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #fefefe;
    font-size:1.8em;
    opacity: 0px;
     box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.08);
}

#myBtn:hover{
    background-color:#555;}


/* FOOTER */

#footer{
    position:relative;
    bottom:0;
    width:100%;
    height:80px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    overflow:hidden;
    background-color:#fefefe;
    padding-bottom: 10px;
    
     border-top: 2px solid;
    border-image:linear-gradient(90deg, rgba(196,161,68,1) 0%, rgba(217,191,86,1) 50%, rgba(196,161,68,1) 100%);
    border-image-slice: 1;
    
}

#footer a{
    position:absolute;
    color:#aa1b6d;
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
    flex-grow:0; 
    text-decoration: none;
}

#copyright{
    position:absolute; 
    right:2em;
    color:#333;
    font-family: 'Montserrat', sans-serif;
    bottom:15px;}

#infinity{
    width:100px;
    height:auto;
    margin-bottom:95px;
    margin-top:150px;
    flex-grow:0;
    position:absolute;
    
}