@import '../../../web/custom-variables';

@media screen and (max-width: 1600px) {
    @import '../../../web/custom-variables';
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&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=Prompt: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&display=swap');
/*STATIC LANDING PAGE*/

.static-landing-page{
    background-color: #F5F5F5;
}

.white-card-container{
    border-radius: 30px;
    background-color: #FFF;
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
}

.custom-display-grid{
    width: 100%;
    margin: 10px 0px;
    display: flex;
    height: fit-content;
    justify-content: space-between;
}

.top-bar-layout-grid .row .col{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.logo-branding-container{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.logo-branding-container .logo{
    width: 60px;
    height: auto;
    margin-right: 10px;
}


.logo-branding-container .wfc-logo-name{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-bar-layout-grid{
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
}

.top-bar-layout-grid .col-lg-6{
    justify-items: center;
    align-self: center;
}

.landing-page-navigation{
    display: flex;
    width: fit-content;
    height: 35px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px var(--sds-size-depth-100) var(--sds-size-blur-100) rgba(166, 166, 166, 0.10);
}

.landing-page-navigation  ul.mx-menubar-list{
    max-height: 25px;
    min-height: 25px;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item{
    height: 25px;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item > a{
    color: #455A64;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: ease-in-out 0.3s;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(1),
.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(2),
.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(3),
.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item:nth-child(4){
    border-right: solid #0F5A87 0.5px;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item a:hover, .landing-page-navigation ul.mx-menubar-list li.mx-menubar-item a:focus{    
    border: none;
    border-radius: 20px;
    font-weight: 600;
    color: #0F5A87;
    background-color: #FFF;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item.active{
    border: none;
    border-radius: 20px;
    color: #0F5A87;
    background-color: #E0EDFD;
}

.landing-page-navigation ul.mx-menubar-list li.mx-menubar-item.active a{
    border: none;
    font-weight: 600;
    background-color: #E0EDFD;
    color: #0F5A87;
    border-radius: 20px;
}

.landing-page-button-container{
    justify-content: flex-end;
    align-items: center;
    display: inline-flex;
    width: 90%;
}

/*STATS CONTAINER STATS CONTAINER STATS CONTAINER*/

.landing-page-application-stats-container{
    display: flex;
    width: 35%;
    //align-self: center;
    justify-self: center;
    height: fit-content;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    border-radius: 30px;
    background: #0F5A87;
    height: 300px;
}

.landing-page-application-stats-container .stats-container{
    width: 50%;
    display: grid;
    margin: 20px 0px;
    gap: 20px 0px;
}

.landing-page-application-stats-container .stats-container .content{
    display: grid;
    align-content: center;
}

.landing-page-application-stats-container .stats-container .content .label{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.landing-page-application-stats-container .stats-container .content .value{
    color: #56BCA2;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/*
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.landing-page-application-stats-container .stats-container .content .value{
  animation: counter 5s ease-in-out forwards;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  padding: 2rem;
}


.landing-page-application-stats-container .stats-container .content .value::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 100;
  }
}
*/

.landing-page-device-visual{
    display: inline-flex;
    height: 300px;
    width: 62%;
    justify-content: center;
}

.landing-page-device-details-container{
    width: 40%;
    justify-content: center;
    display: flex;
    padding: 10px;
    margin: 0;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.landing-page-device-details-container .button-container{
    display: inline-flex;
    //position: absolute;
    //bottom: 40px;
    justify-content: space-between;
    width: 60%;
}

.landing-page-device-details-container .display-text{
    color: #0F5A87;
    text-align: center;
    font-family: Poppins;
        font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 250px;
    margin-bottom: 50px;
}

.landing-page-display-devices-container{
    width: 60%;
    padding: 10px;
    justify-content: center;
    display: flex;
}

.landing-page-display-devices-container .gradient{
    //border-radius: 25px;
    //background: linear-gradient(0deg, rgba(15, 90, 135, 0.70) 0%, rgba(150, 243, 250, 0.80) 47%, #FFF 89.5%);
    width: auto;
    height: 100%;
    
}

.landing-page-display-devices-container .devices{
    height: 100%;
    width: auto;
}

.landing-page-large-fish{
    position: absolute;
    z-index: 10;
    left: 75px;
    top: 135px;
    height: 420px;
    width: auto;
}

.landing-page-content-container-1{
    height: 340px;
    width: 75%;
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-end; /* Aligns items to the right */
    align-content: space-between; /* Maintains spacing between wrapped lines */
    margin-left: auto;
    padding: 25px 0px;
    padding-right: 10px;
}

.landing-page-content-container-1 .content-1, .landing-page-content-container-1 .content-2, .landing-page-content-container-1 .content-3{
    justify-content: center;
    align-content: center;
    display: grid;
    text-align: center;
    justify-items: center;
}

.landing-page-content-container-1 .content-1 .heading{
    color: #0F5A87;
    font-family: Prompt;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.landing-page-content-container-1 .content-1 .text{
    color: #5D5D5D;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    width: 780px;
    margin-bottom: 0;
}

.landing-page-content-container-1 .content-2 .text{
    color: #0F5A87;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.landing-page-content-container-1 .content-3 .text{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:750px;
}

}

@media screen and (min-width: 1350px) and (max-width: 1600px){
    .landing-page-content-container-1{
    padding-right: 100px;
    }

    .landing-page-large-fish{
    position: absolute;
    z-index: 10;
    left: 150px;
    top: 135px;
    height: 420px;
    width: auto;
    }
}