
*{
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}
h1,h2,h3{
    color: #34618b;
}
a{
    display: inline-block;
}
.info{
    min-width: 100vw;
    min-height:95vh;
    background-image: url("{% static 'images/HeadermainBgLandingPage.svg'%}");
    background-size: cover;
    background-repeat: no-repeat;

}
.header{
    display: flex;
    align-items: center;
    padding:30px 100px ;
    justify-content: space-between;
}
.logo,.header-list{
    display: flex;
    align-items: center;
}
.logo{
    gap: 5px;
}
.header-list{
    gap: 30px;
}

.header-list button{
    height: 40px;
    padding: 0 15px;
    border-radius: 2px;
    background: linear-gradient(311deg, #4AA5A6 0%, #2F677E 100%);
    border: none;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px #b8ccd0;
}
.header-list a{
    text-decoration: none;
    font-size: 15px;
    color: #747582;
    outline: none;
}
.header h2{
    color: #34618b;
    font-size: 30px;
    letter-spacing: 1px;
}
.info-box{
    padding:30px 100px ;
    display: grid;
    grid-template-columns: .5fr .5fr;
}
.left,.right{
    width: calc(50%-100px);
}
.left h2{
    color: #2F677E;
    font-size: 40px;
    line-height: 52px;
}
.right img{

    height: 75vh;
    width: 100%;
}
.tool-info{
    display: flex;
    gap: 5px;
    color: #4BA6A7;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.tool-info img{
    height: 20px;
}
.h2-info-box img{
    height: 8px;
    width: 40%;
}
.info-text{
    padding: 20px 0;
    color: #34618B;
    font-family: Outfit;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 36px;
}
.btn-container{
    margin: 30px 0;
    display: flex;
    gap: 20px;
}
.get-started{
    height: 50px;
    border-radius: 2px;
    width: 180px;
    text-decoration: none;
    background: linear-gradient(311deg, #4AA5A6 0%, #2F677E 100%);
    border: none;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.btn-container a{
    display: inline-block;
    height: 50px;
    border-radius: 1px;
    width: 180px;
    gap: 5px;
    border: 1px solid #2F677E;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2F677E;
    border-radius: 3px;
    background-color: transparent;
    letter-spacing: 0.36px;
}

.services{
    background-color: white;
    width:99vw;
    padding: 55px 100px;
    display: flex;
    gap: 30px;
    align-items: center;
    background-image: url("{% static 'images/services_Bg.png' %}");
    background-size: cover;
    background-repeat: no-repeat;
}
.offerings{
    width: 27%;
    display: grid;
    gap: 10px;
    float: left;
    align-self: flex-start;
}
.offerings h2{
    letter-spacing: 1px;
}
.offerings-text{
    color: #4BA6A7;
    font-size: 16px;
}
.services-info{
    line-height: 25px;
    color: #747582;
    font-size: 14px;
}
.services-info-boxes{
    width: 80%;
    float: left;
    display: flex;
}
.services-inner-box{
    width: 33.3%;
    float: left;
    padding: 30px 20px 30px 30px;
    cursor: pointer;
    background: #FFF;
box-shadow: -40px 100px 70px 0px rgba(121, 121, 121, 0.05), 40px 0px 70px 0px rgba(121, 121, 121, 0.05);
}
.services-inner-box:hover{
    background-color: whitesmoke;
}

.services-inner-box p{
    color: #747582;
    font-size: 13px;
    line-height: 22px
}

.services-inner-box h4{
    color: #34618B;
    margin: 10px 0;
    font-weight: 400;
    text-align: start;
}

.industryBenchmark{
    background: #C9EEF6;
    box-shadow: none;
}
.industryBenchmark:hover{
    background-color: #C9EEF6;
    opacity: 0.71;
}

.waiting-list-box{
    display: flex;
    padding: 50px 100px;
    gap: 50px;
    background-color: white;
    width:100vw;
    background-image: url("{% static  'images/footer-Bg.svg' %}");
}


.waiting-list-box .left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.waiting-list-box .right{
    width: 50%;
    gap: 0px!important;
    display: grid;
    align-items: center;
}
.waiting-list-box .right h2{
    font-size: 30px;
    margin-bottom: 15px;
}
.waiting-list-box .right p{
    color: #80818e;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}
.waiting-list-box .left img{
    width: 80%;
}
input[type='email']{
    width: 100%;
    margin: 0 0 0 0;
    height: 50px;
    font-size: 17px;
    outline: none;
    font-weight: 300;
    border: none;
    box-shadow: 0px 0px 15px 5px rgba(75, 166, 167, 0.10) inset;
    color: #34618B;
    padding: 0 20px;
    margin-bottom: 20px;
}

.get-started{
    height: 50px;
    width: 200px;
    padding: 0 20px;
    border-radius: 1px;
    font-weight: 600;
    background: linear-gradient(311deg, #4AA5A6 0%, #2F677E 100%);
    border: none;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px #b8ccd0;
}
.footer{
    height: 100px;
    width: 100%;
    background-image: url("{% static  'images/footerBox-bg.svg' %}");
    padding: 0px 100px;
    display: flex;
    align-items: center;
}
button,a{
    cursor: pointer;
}
button:hover{
    opacity: 0.71;
}
a:hover{
    opacity: 0.71;
}
button:active,a:active{
    transform: scale(0.98);
}
.btn-container a:hover{
    background-color: #9cbac0;
    border: 1px solid #dddddd;
}
.footer-logo-container{
    display: flex;
    gap: 8px;
    width: 20%;
}
.footer-logo-container h2{
    color: #fff;
    display: flex;
    align-items: center;
}
.footer-inner-box{
    display: flex;
    align-items: center;
    color: #fff;
    width:80%;
    font-weight: 300;
    justify-content: space-around;
    font-size: 13px;
    border-left: 1px solid #fff;
}
.copyright-container{
    display: flex;
    gap: 5px;
    align-items: center;
}
.footer-img-boxes{
    display: flex;
    gap: 5px;
}
.footer-inner-box a{
    color: #fff;
    text-decoration: none;
}
.img-box-footer{
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-img-boxes img{
    height: 20px;

}
.clientReviewBox{
    height: 15%;
}
  @keyframes loading {
    0%{
     transform: translateX(0);
    }
    25%{
     transform: translateX(15px);
    }
    50%{
     transform: translateX(-15px);
    }
    100%{
     transform: translateX(0);
    }
      
  } 



@keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  #loader{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 3px solid #92c9ca;
    border-radius: 50%;
    border-top-color: #33608a;
    animation: spin 1s ease-in-out infinite;
    }
    .waiting-list-box .right label{
        color: #92c9ca;
    }
    #loader-info-box{
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 5px;
        overflow-y: hidden;
    }
    #logs{
        display: block;
        margin-bottom: 15px;
        background-image: linear-gradient(60deg, #E21143, #FFB03A);
        -webkit-background-clip: text;
background-clip: text;
color: transparent;
        font-size: 14px;
    }
    #youtube-pop-up{
        margin: 0;
    position: absolute;               
    width: 50%;
    z-index: 1000;
    gap: 5px;
        justify-self: center;
        align-self: center;
    padding: 15px;
    border-radius: 5px;
    display: grid;
    }
    #youtube-pop-up iframe{
        width: 100%;
        height:70vh;
    }
    #youtube-pop-up a{
        display: inline-block;
        overflow: hidden;
        height:20px;
        padding: none;
        width: 20px;
        display: flex;
        justify-self: end;
        color: black;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        border-radius: 50%;
        margin-right: 10px;
        border: 1px solid black;
        border-color: black;
    }
    .get-started{
        color: #fff!important;
        text-decoration: none!important;
background: linear-gradient(311deg, #4AA5A6 0%, #2F677E 100%)!important;
    }
    .last-section-btn{
        font-weight: 500;
    }