@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap');
:root {
    --bgBlue: #000D2E;
    --white: #ffffff;
    --gray: #BDBDBD;
    --darkGray: #6B6D70;
    --fontBlack : #4F4F4F;
    --blackTitle: #1C1C1C;
  }
html,body{
    font-family: 'Raleway', sans-serif;
    background: var(--bgBlue);
    color: var(--white);
    font-size: 10px;
}
.sml-img{
    display: none;
}
.lg-img{
    display: block;
}
a{
    color: var(--white);
    text-decoration: none;
}
.dark-bg{
    /* background-color: #000A21; */
    background-image: linear-gradient(to bottom, #000A21, #000D2E);
}
.section-padding{
    padding: 100px 40px;
}
.sm-device{
    display: none;
}
.lg-device{
    display: inline-block;
}


.header-wrapper{
    padding: 20px 40px;
    overflow: hidden;
}
.header-wrapper a{
    font-size: 1.6rem;
    text-decoration: none;
    color: var(--gray);
    margin: 0 16px ;
}
.header-wrapper a:hover{
    color: var(--white);
}

.hero-gif{
    width:24px;
}
.hero-lg-text{
    font-size: 6rem;
    font-weight: bold;
}
.hero-sml-text{
    font-size: 1.6rem;
}
.hero-curved-text{
    position: absolute;
    width: 300px;
    height: auto;
    display: block;
    margin-top: 4rem;
}
/* ===== scroll down arrow animation ===== START */
.scroll-down {
    position: absolute;
    left: 45%;
    top: 80px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation:    fade_move_down 4s ease-in-out infinite;
    animation:         fade_move_down 4s ease-in-out infinite;
  }
  
  
  /*animated scroll arrow animation*/
  @-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
  }
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
  }
  @keyframes fade_move_down {
    0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
  }

/* ===== scroll down arrow animation ===== END */
.hero-image-wrapper{
    height: 430px;
    width: 300px;
    
    display: inline-block;
    position: relative;
}
.img-container{
    height: 430px;
    width: 300px;
    border-radius: 130px;
    background: var(--white);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.img-container img{
    max-width: 100%;
    max-height: 100%;
}
.hero-image-wrapper .dashed-bg{
    height: 430px;
    width: 300px;
    border-radius: 130px;
    background: var(--bgBlue);
    display: inline-block;
    border:1.5px dashed var(--darkGray);
    position: absolute;
    left: -10px;
    top: -10px;
}
.text1{
    font-size: 4rem;
    color: var(--white);
    font-weight: bold;
}
.text4{
    font-size: 2rem;
    color: var(--gray);
    letter-spacing: 4px;
}
.process-wrapper{
    border:1.5px dashed var(--darkGray);
    padding: 16px 16px;
    border-radius: 5px;
    background: #000921;
}
.process-title{
    font-size: 2rem;
    font-weight: bold;
}
.process-desc{
    font-size: 1.4rem;
    color: var(--gray);
}
.work-thumbnail-wrapper{
    display: block;
    margin: 20px;
    transition: all 0.2s ease;
}
.work-thumbnail-wrapper:hover{
    margin: 15px;
    transition: all 0.2s ease;
}
.tool-list{
    /* padding-left: 50px; */
}
.tool-wrapper{
    position: relative;
    display: inline-block;
    margin:0 20px ;
    z-index: 0;
    min-height: 60px;
    vertical-align: top;
}
.tool-wrapper .content-wrapper{
    border: 1px solid var(--gray);
    padding: 16px;
    border-radius: 15px;
    background: var(--bgBlue);
    min-height: 60px;

}
.tool-wrapper .dashed-bg  {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: var(--bgBlue);
    display: inline-block;
    border:1.5px dashed var(--darkGray);
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.work-wrapper .work-title{
    color: var(--blackTitle);
    font-size: 2rem;
    font-weight: bold;
    margin-top: 16px;
}
.work-wrapper{
    background: var(--white);
    padding: 1.6rem;
    border-radius: 30px;
    color: var(--blackTitle);
    padding-bottom: 60px;
    padding: 40px 32px;
    margin: 0 16px;

}
.work-wrapper a{
    color: var(--blackTitle);
    font-size: inherit;
}
.sml-title{
    font-size: 1.6rem;
    font-weight: bold;

}
.sml-text{
    font-size: 1.4rem;
    font-weight: 500;
}
.dead-text{
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--darkGray);
}
.work-roles{
    margin-top: 50px;
}
.work-desc{
    font-size: 1.6rem;
    font-weight: 500;
}
.work-intro-img{
    text-align: right;
}
.work-link a{
    font-weight: bold;
    color: var(--blackTitle);
    font-size: 2rem;
    display: inline-block;
}
.work-link.spreadd a{
    color: #FF3A3E;
}
.role-item{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px;
    border: 1px solid var(--gray);
    border-radius: 3px;
    color: var(--blackTitle);
    margin: 0 8px 8px;
    display: inline-block;
}
.role-item img{
    height: 20px;
}
.enhance-img{
    /* box-shadow: 5px -4px 25px #eee; */
    margin: 16px auto;
    border-radius: 5px;
    border: 1px solid #eee
}
.external-links{
    padding: 16px;
    background: #ddebff;
    border-radius: 5px;
}
.external-links img{
    width: 24px;
}
.external-links a{
    font-weight: bold;
    font-size: 1.4rem;
}
.sm-links img{
    width: 24px;
}
.work-wrapper .top-work-nav{
    font-size: 1.6rem;
}
.top-work-nav{
    width: 160px;
    text-align: left;
    display: inline-block;
    transition: all 0.2s ease;

}
.top-work-nav:hover img{
    margin-left: 8px;
    transition: all 0.2s ease;
}
.top-work-nav:hover img.prev{
    margin-right: 8px;
    transition: all 0.2s ease;
}
.top-work-nav img{
    width: 16px;
    transition: all 0.2s ease;

}
.card-header{
    font-size: 1.2rem;
}
.card-title{
    font-size: 1.4rem;
    font-weight: 600;
}
.card-text{
    font-size: 1.4rem;
}

/*  Media queries */

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .sml-img{
        display: block;
    }
    .lg-img{
        display: none;
    }
    .header-wrapper{
        padding: 20px 16px;
    }
    .header-logo img{
        width: 50px;
    }
    .hero-sml-text{
        font-size: 1.4rem;
    }
    .hero-lg-text{
        font-size: 3rem;
        margin-bottom: 3rem;
    }
    .hero-image-wrapper .dashed-bg{
        height: 360px;
        width: 250px;
    }
    .img-container{
        height: 360px;
        width: 250px;
        overflow: hidden;

    }
   
    .hero-image-wrapper{
        height: 350px;
    }
    .hero-curved-text{
        display: none;
    }
    .hero-image-wrapper{
        height: 350px;
    }
    .section-padding{
        padding: 40px 16px;
    }
    .sm-device{
        display: inline-block;
    }
    .lg-device{
        display: none;
    }
    .img-tools,
    .img-process{
        width: 200px;
    }
    .process-wrapper{
        padding: 16px 8px;
    }
    .work-thumbnail-wrapper{
        margin: 0 0  16px 0;
    }
    .tool-wrapper{
        margin: -2px;
    }
    .tool-wrapper .dashed-bg{
        display: none;
    }
    .tool-wrapper .content-wrapper{
        min-height: 87px;
        display: inline-block;
        width: 111px;
        border-radius: 0;
    }
    .smd-tools-title{
        font-size: 4rem;
    }

}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { }