/* @import url('https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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'); */
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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');
@import url('https://fonts.googleapis.com/css?family=Montserrat:900|Raleway:400,400i,700,700i');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Raleway', sans-serif;
}
body{
    background-image: linear-gradient(to right, #F6F9FC 0%, #E7D7F8 100%);
    
    
    
}

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #5b42f3;
	fill: transparent;
	stroke-width: 1px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s;
}

.nav-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 14vh;
    background: inherit;
    transition: all 0.3s ease-in-out;
}
.sticky{
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.nav-wrapper img{
    width: 125px;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
    
}
.nav-menu{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    width: 50%;
}
.nav-menu li{
    list-style: none;
    position: relative;
    
}
.nav-menu li:hover .indicator-line{
    width: 100%;
}
.indicator-line{
    width: 0;
    height: 2px;
    background: #B8BCE0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}
.nav-menu li a{
    text-decoration: none;
    color: #41403e;
    transition: all 0.2s ease-in-out;
    font-weight: 300;

}
.nav-menu li a:hover{
    color: #8268A6;

}

.btns-nav{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    width: 25%;

}
.btns-nav .toggle-btn{
    display: none;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    
}
.btns-nav .toggle-btn:hover{
    background-color: #B8BCE0;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    
}
.btns-nav .toggle-btn span{
    width: 30px;
    height: 2px;
    background-color: #41403e;
    margin: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;

    
}

.btn-nav {
  align-self: center;
  background-color: white;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-nav:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}
.btn-nav:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}
.moblie-nav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    

}
.moblie-nav.show-nav{
    display: block;
}
.moblie-nav .toggle-btn2{
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.moblie-nav .toggle-btn2 span{
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
}
.moblie-nav .toggle-btn2 .bar-1{
    transform: rotate(45deg) translateX(15px);
    margin-top: 5px;
}
.moblie-nav .toggle-btn2 .bar-2{
    opacity: 0;
}
.moblie-nav .toggle-btn2 .bar-3{
    transform: rotate(-45deg) translateX(15px);
    margin-top: 5px;

}
.nav-menu2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: all 0.3s ease-in-out;
    padding-left: 50px;
    background: rgba(0,0,0,0.5);
    
}
.nav-menu2 li{
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    color: #41403e;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
    
}
.nav-menu2 li a{
    text-decoration: none;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    border-left: #3E4C6F 3px solid;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    padding-left: 10px;

}
    
.nav-menu2 li a:hover{
    color: #8268A6;

}



/* CSS */
.btn-nav2 {
  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.btn-nav2:active,
.btn-nav2:hover {
  outline: 0;
}

.btn-nav2 span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.btn-nav2:hover span {
  background: none;
}

@media (min-width: 768px) {
  .btn-nav2 {
    font-size: 24px;
    min-width: 196px;
  }
}

/* main */

main .container{
    margin-top: 14vh;
    width: 100%;
    height: 86vh;
    padding: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
    
}
main .container .img-main{
    width: 50%;
}
main .container .img-main img{
    width: 85%;
}

main .container .main-col{
    width: 50%;
    padding-left: 2rem;
}
main .container .main-col h1{
    font-size: 3rem;
    font-weight: 700;
    color: #3E4C6F;
    margin-bottom: 20px;
}
main .container .main-col p{
    font-size: 1.5rem;
    color: #41403e;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
main .container .main-col a{
    font-size: 1.5rem;
    color: #41403e;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
}
main .container .main-col a:hover{
    color: #8268A6;
}
main .container .main-col input{
    width: 70%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #B8BCE0;
    padding: 0 20px;
    font-size: 1.5rem;
    color: #41403e;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    margin-bottom: 40px;
}



.btn-main {
  background-color: #E7D7F8;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: fit-content;
  max-width: 460px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-main:focus {
  outline: 0;
}

.btn-main:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.btn-main:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .btn-main {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}
/* MAin and NavBar */

/* SECTION 1 */
.line{
    width: 15rem;
    height: 1px;
    background-color: #000000;
    margin-top: 50px;
    border-radius: 15px;
}
.partners h3{
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #41403e;
    margin-bottom: 20px;
    margin-top: 30px;

}
.partners{
    width: 100%;
    height: fit-content;
    background-color: #F5F5F5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partners h1{
    font-size: 3rem;
    font-weight: 700;
    color: #3E4C6F;
    margin-bottom: 20px;
    margin-top: 20px;
}
.partners .partners-col{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 100px;
}
.partners .partners-col img{
    width: 7%;
    margin: 30px 50px;

}
.benefits{
    width: 100%;
    height: fit-content;
    background-color: #5B42F3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.benefits h1{
    width: 45%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #F5F5F5;
    margin-bottom: 20px;
    margin-top: 30px;
}
.benefits h3{
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 30px;

}
.benefits .line{
    background-color: #B8BCE0;
   
}
.benefits p{
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 50px;
    margin-top: 30px;

}
.approach{
    width: 100%;
    height: fit-content;
    background-color: #F6F9FC;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.approach h1{
    width: 45%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #3E4C6F;
    margin-bottom: 20px;
    margin-top: 30px;
}
.approach h3{
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #41403e;
    margin-bottom: 20px;
    margin-top: 30px;

}
.approach .line{
    background-color: #B8BCE0;
   
}
.approach .approach-colms{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 100px;
    padding: 0 15px;
}
.approach .approach-colms .approach-col{
    width: 600px;
    
}

.approach .approach-colms .approach-col:last-child h4{
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #41403e;
}

ol.gradient-list > li, ol.gradient-list > li::before {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}
ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
}
ol.gradient-list > li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
}
ol.gradient-list > li::before, ol.gradient-list > li::after {
    background: linear-gradient(135deg, #83e4e2 0%, #5b42f3 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: '';
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
}
ol.gradient-list > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 'Montserrat';
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
}
ol.gradient-list > li:nth-child(10n+1):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.2) 0%, rgba(0, 221, 235, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+2):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.4) 0%, rgba(0, 221, 235, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+3):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.6) 0%, rgba(0, 221, 235, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+4):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.8) 0%, rgba(0, 221, 235, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+5):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 1) 0%, rgba(0, 221, 235, 1) 100%);
}
ol.gradient-list > li:nth-child(10n+6):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.8) 0%, rgba(0, 221, 235, 0.8) 100%);
}
ol.gradient-list > li:nth-child(10n+7):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.6) 0%, rgba(0, 221, 235, 0.6) 100%);
}
ol.gradient-list > li:nth-child(10n+8):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.4) 0%, rgba(0, 221, 235, 0.4) 100%);
}
ol.gradient-list > li:nth-child(10n+9):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0.2) 0%, rgba(0, 221, 235, 0.2) 100%);
}
ol.gradient-list > li:nth-child(10n+10):before {
    background: linear-gradient(135deg, rgba(91, 66, 243, 0) 0%, rgba(0, 221, 235, 0) 100%);
}
ol.gradient-list > li + li {
    margin-top: 2rem;
}

:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}



.attribution { 
    font-size: 11px; text-align: center; 
}
.attribution a { 
    color: hsl(228, 45%, 44%); 
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}

.header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}


.box p {
    color: var(--grayishBlue);
}

.box {
    border-radius: 5px;
    box-shadow: 0px 30px 40px -20px var(--grayishBlue);
    padding: 30px;
    margin: 20px;  
    background-color: #F5F5F5;
}

.box img {
    float: right;
}

@media (max-width: 450px) {
    .box {
        height: 200px;
    }
}

@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
        height: 180px;
    }
}

.cyan {
    border-top: 3px solid var(--cyan);
}
.red {
    border-top: 3px solid var(--red);
}
.blue {
    border-top: 3px solid var(--blue);
}
.orange {
    border-top: 3px solid var(--orange);
}

.box h2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
    margin-bottom: 15px;
}


@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-down {
        position: relative;
        top: 150px;
    }
    .box {
        width: 20%;
     
    }
    .header p {
        width: 30%;
    }
    
}
.about{
    background-color: #5B42F3;
    padding-bottom: 20px;
    
}
.about .about-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.about .line{
    background-color: #B8BCE0;
    margin-bottom: 20px;
}
.about .about-header h1{
    width: 45%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #F5F5F5;
    margin-bottom: 20px;
    margin-top: 30px;
}
.about .about-header h3{
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 30px;

}


.resource {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  background: #232427;
}

.resource .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px 0;
}

.resource .container .card {
  position: relative;
  min-width: 320px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

.resource .container .card:nth-child(1) .box .content a {
  background: #5b42f3;
}

.resource .container .card:nth-child(2) .box .content a {
  background: #AF40FF;
}

.resource .container .card:nth-child(3) .box .content a {
  background: #B8BCE0;
}

.resource .container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
  width: auto;
  height: auto;
}

.resource .container .card .box:hover {
  transform: translateY(-50px);
}

.resource .container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.resource .container .card .box .content {
  padding: 20px;
  text-align: center;
}

.resource .container .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.resource .container .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.resource .container .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.resource .container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.resource .container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}


.resource{
    padding-bottom: 20px;
    
}
.resource .line{
    background-color: #B8BCE0;
    margin-bottom: 20px;
}
.resource .resource-header h1{
    width: 45%;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: #F5F5F5;
    margin-bottom: 20px;
    margin-top: 30px;
}
.resource .resource-header h3{
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 30px;

}
.resource .resource-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.contact {
    background: #232427;
    font-size: 12px;
}
  
.contact, button, input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1.4px;
}
  
.contact .background {
    display: flex;
    min-height: 100vh;
}
  
.contact .background .container {
    flex: 0 1 700px;
    margin: auto;
    padding: 10px;
}
  
.contact .background .container .screen {
    position: relative;
    background: #3e3e3e;
    border-radius: 15px;
  }
  
.contact .background .container .screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
  }
  
.contact .background .container .screen .screen-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #4d4d4f;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  
.contact .background .container .screen .screen-header .screen-header-left {
    margin-right: auto;
  }
  
.contact .background .container .screen .screen-header .screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
  }
  
.contact .background .container .screen .screen-header .screen-header-left .screen-header-button.close {
    background: #ed1c6f;
}
  
.contact .background .container .screen .screen-header .screen-header-left .screen-header-button.maximize {
    background: #e8e925;
}
  
.contact .background .container .screen .screen-header .screen-header-left .screen-header-button.minimize {
    background: #74c54f;
}
  
.screen-header-right {
    display: flex;
}
  
.screen-header-ellipsis {
    width: 3px;
    height: 3px;
    margin-left: 2px;
    border-radius: 8px;
    background: #999;
}
  
.screen-body {
    display: flex;
}
  
.screen-body-item {
    flex: 1;
    padding: 50px;
}
  
.screen-body-item.left {
    display: flex;
    flex-direction: column;
}
  
.app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #5B42F3;
    font-size: 26px;
}
  
.app-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 4px;
    background: #5B42F3;
}
  
.app-contact {
    margin-top: auto;
    font-size: 8px;
    color: #888;
}
  
.app-form-group {
    margin-bottom: 15px;
}
  
.app-form-group.message {
    margin-top: 40px;
}
  
.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}
  
.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
}
  
.app-form-control::placeholder {
    color: #666;
}
  
.app-form-control:focus {
    border-bottom-color: #ddd;
}
  
.app-form-button {
    background: none;
    border: none;
    color: #5b42f3;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out; 
}
  
.app-form-button:hover {
    color: #3E4C6F;
}
  
.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #ffa4bd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
  
.credits-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
  
.dribbble {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
  
@media screen and (max-width: 520px) {
    .screen-body {
      flex-direction: column;
    }
  
    .screen-body-item.left {
      margin-bottom: 30px;
    }
  
    .app-title {
      flex-direction: row;
    }
  
    .app-title span {
      margin-right: 12px;
    }
  
    .app-title:after {
      display: none;
    }
}
  
@media screen and (max-width: 600px) {
    .screen-body {
      padding: 40px;
}
  
.screen-body-item {
      padding: 0;
    }
}



.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #5b42f3;
	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: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}




@media only screen and (max-width: 1050px) {
    .img-main img{
        display: none;
    }
    .img-main{
        width: 0;
        display: none;
    }
    main .container .main-col{
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        
    }
    main .container .main-col h1{
        font-size: 2.5rem;
    }
    main .container .main-col input{
        width: 50%;
    }
    .nav-wrapper .btns-nav .btn-nav,.nav-wrapper .nav-menu{
        display: none;
    }
    .btns-nav .toggle-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .moblie-nav .toggle-btn2{
        display: flex;
    }
    .partners h1{
        font-size: 1.5rem;
        margin: 0 -18px;
        margin-bottom: 10px;
    }
    
    
    
    
    
    

}
@media only screen and (max-width: 600px) {
    main .container .main-col input{
        width: 100%;
    }
    .partners h1{
        font-size: 1.5rem;
        margin: 0 -18px;
        margin-bottom: 10px;
        padding: 0 10%;
    }
    .benefits h1{
        font-size: 1.2rem;
        width: 85%;
    }
    .benefits p{
        font-size: 1.2rem;
        width: 85%;
    }
    .approach h1{
        font-size: 1.2rem;
        width: 85%;
    }
    .approach .approach-colms .approach-col:first-child{
       display: none;
    }
    .about .about-header h1{
        font-size: 1.2rem;
        width: 85%;
    }
    .about .about-header h3{
        font-size: 1.5rem;
        width: 85%;
    }
    .resource .resource-header h1{
        font-size: 1.5rem;
        width: 85%;
    }
    

}

.arrow-up{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #24262b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 99999;

}
.arrow-up:hover{
    background-color: #5b42f3;

}
.arrow-up:active{
    background-color: #5b42f3;

}



