
*, *::before, *::after {
    box-sizing: border-box;
    }
    
    * {
    margin: 0;
    }
    

    img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    }
    
    input, button, textarea, select {
    font: inherit;
    }
    
    p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    }
    
    #root, #__next {
    isolation: isolate;
    }
    
    h2 {
        font-size: 32px;
        font-weight: 600;
    }

    h3 {
        font-size: 24px;
        font-weight: 600;
    }

    h4 {
        font-weight: 600;
    }

    p {
        font-family: "Inter";
        font-size: 16px;
    }

@font-face {
    font-family: "Clash Display";
    src: url('fonts/ClashDisplayBold.otf');
    font-weight: bold;
    font-style: normal;
  }

@font-face {
    font-family: "Clash Display";
    src: url('fonts/ClashDisplayRegular.otf');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Clash Display";
    src: url('fonts/ClashDisplaySemibold.otf');
    font-weight: 600;
    font-style: normal;
  }

@font-face {
    font-family: "Inter-Medium";
    src: url('fonts/Inter-Medium.ttf');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Inter";
    src: url('fonts/Inter-VariableFont_slnt\,wght.ttf');
    font-weight: normal;
    font-style: normal;
  }


body {
    overflow-x: hidden;
    margin: 0;
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 10%);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: "Clash Display";
  }
  

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px; 
}

.logo {
    max-height: 60px;
}

.hero {
    text-align: center;
}
.hero h1 {
    font-size: 80px;
    margin-top: 80px;
    font-weight: 600;
    line-height: 1;
}
.hero p {
    max-width: 600px;
    margin: 30px auto 15px auto;
    font-family: "Inter";
    font-size: 16px;
    color: #717171;

    
}
.hero-subscribe {
    margin-top: 30px;
    background-color: #F0F0EB;
    padding: 50px 0px;
}

.hero-subscribe p {
    margin: 0 auto;
    text-align: center;
    color: #233E68;
    font-family: "Clash Display";
    font-weight: normal;
}

.sub-form {
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 15px;
    
}

.success_message {
    font-size: 12px;
    color: #18B469 !important;
}

.error_message {
    font-size: 12px;
    color: crimson !important;
}
.sub-form input {
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #969696;
    background-color: transparent;
}

.sub-form button {
    background-color: #233E68;
    border-radius: 8px;
    color: white;
    padding: 0px 15px;
    border: 1px solid #233E68;
    height: 35px;
    cursor: pointer;
}

.active-role {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    column-gap: 25px;
    align-items: center;
}
.active-role .graph {
    width: 75%;
}

.active-role .graph img {
    border-radius: 10px;
}
.active-role .graph .g-gray {
    /* background-color: #f5f5f5; */
    /* border: 1px solid #e6e6e6; */
    /* border-radius: 8px; */
    /* padding: 50px; */
}

.active-role .txt {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 30px;
}

.active-role .txt h2 {
    font-size: 48px;
    line-height: 1;
}
.active-role .txt h3 {
    font-weight: 500;
}
.active-role .txt p {
    margin-top: 5px;
}

.active-role .txt .gray {
    color: #717171;
    font-size: 14px;
    font-weight: normal;

}

.icon {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.icon-white {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.agent-desc {
    max-width: 200px !important;
    font-size: 15px;
}
.agent-name {
    width: 120px;
    background-color: #2737AD;
    margin-top: 15px !important;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 20px;
}

.ships {
    margin-top: 15px;
    max-width: 200px;
}

.ships span {
    background-color: #2D73FB;
    padding: 8px;
    border-radius: 8px;
    font-size: 15px;
    display: inline-block;
    margin: 5px;
}


.allinone {
    background-color: #365DE5;
    text-align: center;
    margin-top: 50px;
    padding: 80px 0px;
}

.allinone h2 {
    color: white;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.allinone p {
    color: white;
    max-width: 800px;
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 8px;
}

.allinone h3 {
    color: white;
    font-weight: 500;
}

.command-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 25px;
}

.command {
    color: white;
    text-align: center;
}

.command img {
    margin: 0 auto;
    height: 160px;
    width: auto;
    border-radius: 8px;
}

.squares {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
    
}

.square {
    padding: 60px 60px 350px 60px;
    width: 45%;
    border: none;
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
}

.square-bg {    
    background-position-x: -112px;
    background-position-y: 130%;
    background-size: 600px;
    background-repeat: no-repeat;
}
.square-bg1 {    
    background-image: url(deadline.png);
}

.square-bg2 {    
    background-image: url(skills.png);
}

.square-bg3 {    
    background-image: url(rank.png);
}

.square-bg4 {    
    background-image: url(productivity.png);
}

.square p {
    color: #717171;
    font-family: "Inter";
}
.square h3 {
    margin-bottom: 5px;
    padding-bottom: 20px;
    line-height: 1;
}

.square-black {
    padding: 60px 60px 350px 60px;
    width: 45%;
    border: none;
    border-radius: 8px;
    color: white;
    background-color: black;
    border: 1px solid #e6e6e6;
}

.square img {
    margin-top: 15px;
}

.square-black img {
    margin-top: 15px;
}
.green {
    background-color: #18B469;
    display: flex;
    justify-content: flex-end;
}

.green h4 {
    font-weight: normal;
    font-size: 18px;
    font-family: "Clash Display";
    font-weight: normal;
    margin-bottom: 5px;
}

.green-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.green .green-content {
    color: white;
    width: 50%;
    padding: 80px 50px;
    max-width: 600px;
}

.green .green-content h2 {
    font-size: 48px;
    line-height: 1;
}

.green .green-img {
    background-image: url(green.jpg);
    background-size: cover;
    width: 50%;
    background-position: right;
}

.about {
    margin-top: 100px;
}

.about h2 {
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 60px;
}

.about-flex {
    margin-top: 30px;
    display: flex;
    column-gap: 100px;
}

.about-flex .comment {
    width: 50%;
    font-size: 24px;
}
.about-flex .advante {
    background-image: url(advante.jpg);
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-position: right;
}

.tc {
    text-align: center;
}

.blue {
    margin-top: 100px;
    background-color: #365DE5;
    padding: 100px;
    text-align: center;
    color: white;
}

.blue h2 {
    font-size: 48px;
    line-height: 1;
}
.blue h3 {
    color: #c9c9c9;
    max-width: 700px;
    margin: 0 auto;
}

.footer {
    background-color: black;
    display: flex;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: white;
    padding-top: 40px;
    padding-bottom: 5px;
}

.footer-content p {
    
    color: #969696;
}

.footer-content .left p {
    margin-top: 50px;
    margin-bottom: 20px;
}

.form input {
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #969696;
    background-color: transparent;
}

.subscribe .form input {
    color: white;
}

.subscribe {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 15px;
    
}
.subscribe p {
    margin-top: 15px;
    font-size: 16px;
    font-family: "Inter";
    color: white;
    max-width: 300px;
    text-align: right;
}

.subscribe .form {
    display: flex;
}

.form button {
    background-color: #233E68;
    border-radius: 8px;
    color: white;
    padding: 0px 15px;
    border: 1px solid #233E68;
    height: 35px;
    margin-left: 8px;
}


.loader {
    width: 35px;
    height: 35px;
    border: 5px solid #233E68;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

#loaderb {
    border: 5px solid white;
    border-bottom-color: transparent;
    margin-left: 8px;
    margin-right: 70px;
}



@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


@media only screen and (max-width: 640px) {

    .hero h1 {
        font-size: 48px;
        margin-top: 50px;
    }
    .logo {
        margin: 0 auto;
    }
    .hero-subscribe {
        margin-top: 30px;
        background-color: #F0F0EB;
        padding: 50px 15px;
    }

    .active-role {
        margin-top: 10px;
        flex-direction: column-reverse;
    }

    .squares {
        flex-direction: column;
    }
    .square {
        padding: 50px 50px 350px 50px;
        width: 100%;

    }
    .active-role .graph .g-gray {
        padding: 20px;
        margin-top: 15px;
    }

    .active-role .txt h2 {
        margin-top: 30px;
    }

    .active-role .txt br {
        display: block;
        margin: 10px 0;
    }

    .square-bg {
        background-position-x: -230px;
    }

    .square-black {
        padding: 50px 50px 350px 50px;
        width: 100%;
    }

    .active-role .graph {
        width: 90%;
        height: auto;
        margin-bottom: 30px;
    }

    .square h3 {
        margin-bottom: 5px;
        max-width: 210px;
    }

    .active-role .txt {
        width: 90%;
        margin-left: 0px;
    }
    .green {
        flex-direction: column-reverse;
    }
    .green-container {
        flex-direction: column-reverse;
    }
    .green .green-content {
        width: 90%;
        margin-left: 0px;
    }

    .green .green-img {
       
        width: 100%;
        background-position: top;
        height: 400px;
    }

    .about {
        margin-top: 50px;
    }

    .about-flex {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }

    .about-flex .comment {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }


    .footer-content {
        flex-direction: column-reverse;
    }

    .subscribe {

    }

    .footer-content p {
        text-align: center;
        max-width: 305px;
        margin: 0 auto;
    }
    .subscribe .form {
        display: flex;
        padding: 15px;
        margin: 0 auto;
        max-width: 80%;
        flex-direction: column;
        align-items: center;
        row-gap: 8px;
    }

    .subscribe .form input {
        text-align: center;
    }

    .about-flex .advante {
        width: 100%;
        background-position: center;
        height: 100px;
    }

    .hero-subscribe p {
        max-width: 260px;
    }


    .footer .logo {
        margin-top: 50px;
    }

    .loader {
        display: block;
    }
    #loaderb {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sub-form input {
        width: 100%;
        margin: 0 20px;
        text-align: center;
    }


    .blue {
        padding: 50px 20px;
        margin-top: 50px;
    }
    
  }

  

/* 
  
  @font-face {
    font-family: "Fira Sans";
    src: url('fonts/fira/eot/FiraSans-Italic.eot');
    src: url('fonts/fira/eot/FiraSans-Italic.eot') format('embedded-opentype'),
         url('fonts/fira/woff2/FiraSans-Italic.woff2') format('woff2'),
         url('fonts/fira/woff/FiraSans-Italic.woff') format('woff'),
         url('fonts/fira/woff2/FiraSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  /* Fira Sans Bold */
  /* @font-face {
    font-family: "Fira Sans";
    src: url('fonts/fira/eot/FiraSans-Bold.eot');
    src: url('fonts/fira/eot/FiraSans-Bold.eot') format('embedded-opentype'),
         url('fonts/fira/woff2/FiraSans-Bold.woff2') format('woff2'),
         url('fonts/fira/woff/FiraSans-Bold.woff') format('woff'),
         url('fonts/fira/woff2/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
   */
  /* @font-face {
    font-family: "Fira Sans";
    src: url('fonts/fira/eot/FiraSans-BoldItalic.eot');
    src: url('fonts/fira/eot/FiraSans-BoldItalic.eot') format('embedded-opentype'),
         url('fonts/fira/woff2/FiraSans-BoldItalic.woff2') format('woff2'),
         url('fonts/fira/woff/FiraSans-BoldItalic.woff') format('woff'),
         url('fonts/fira/woff2/FiraSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  } */

