@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body{
    overflow-x: hidden;
}
:root{
    --black: #333;
    --yellow: #ffa200;
    --yellow2: #ffbf75;
    --white: #fff;
    --white2: #fff;
    --black2: #333;
}

section{
    position: relative;
    width: 100%;
    margin-top: 100px;
    /* min-height: 100vh; */
    padding: 80px;
    /* justify-content: space-around; */
    align-items: center;
    background: var(--white);
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

header .logo{
    position: relative;
    max-width: 70px;   
}

header .logo img{
    
    height: 100%;
    max-width: 130px;
    object-fit: contain;
}

header ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

header ul li{
    list-style: none;
    display: flex;
    margin-left: 30px;
}

header ul li a{
    display: inline-block;
    color: var(--black);
    font-weight: 500;
    text-decoration: none;
}

header ul li .signup{
    padding: 13px 20px;
    width: 150px;
    background: var(--yellow);
    color: var(--white2);
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
}

header ul li .signup:hover{
    background: var(--black);
}

.content{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.content .textBox{
    position: relative;
    max-width: 500px;
    z-index: 2;
    margin-right: 20px;
}

.content .textBox h2{
    font-size: 3em;
    color: var(--black);
    line-height: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
}

.content .textBox h2 span{
    font-size: 1.2em;
    color: var(--yellow);
}

.content .textBox a{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: var(--yellow);
    color: var(--white2);
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
}

.content .textBox .a-black{
    background: var(--black);
}

.content .textBox a:hover{
    background: var(--black);
}

.content .imgBox{
    position: relative;
    width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .imgBox::before{
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: var(--yellow);
    border-radius: 50%;
}

.content .imgBox img{
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.sci{
    position: absolute;
    bottom: 40px;
    left: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sci li{
    list-style: none;
}

.sci li a{
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: var(--black2);
    color: var(--white2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}

.sci li a .fab{
    font-size: 1.2em;
}

.sci li a:hover{
    background: var(--yellow);
}

/*responsive*/
@media (max-width: 991px) {
    section{
        padding: 150px 20px;
    }
    header{
        padding: 20px;
    }
    .sci{
        bottom: 20px;
        left: 20px;
    }
    .content{
        flex-direction: column-reverse;
    }
    .content .textBox,
    .content .imgBox{
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .content .imgBox img{
        max-width: 600px;
    }
    .content .imgBox::before{
        clip-path: circle(500px at center);
    }
    .content .textBox h2{
        font-size: 1.75em;
    }
}

.header-text{
    padding-right: 100px;
    padding-left: 100px;
}

.header-text p{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    max-width: 808px;
    margin: 0 auto 8px;
    color: #292A3A;
    font-family: 'Quicksand', sans-serif;
}

.header-text .header-text-small{
    font-size: 18px;
    font-weight: 500;
    color: #73747e;
    text-align: center
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    background: var(--yellow2);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter: blur(4px);
    border-radius: 10px;
}

.swiper-slide-active{
    background: var(--white);
    filter: blur(0px);
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.testimanialBox{
    position: relative;
    width: 100%;
    padding: 40px;
    padding-top: 90px;
    color: #999;
}

.testimanialBox .quote{
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0.2;
    width: 50px;
    height: 50px;
}

.testimanialBox .customer-say-details{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimanialBox .customer-say-details .customer-say-imgBx{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.testimanialBox .customer-say-details .customer-say-imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimanialBox .customer-say-details h3{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2196f3;
    line-height: 1.1em;
}

.testimanialBox .customer-say-details h3 span{
    font-size: 12px;
    color: #666;
}

.product-demo{
    background: #FFFAF2;
}

.product-demo .header-btn{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-items: center;
}

.product-demo .header-btn a{
    display: block;
    margin-top: 20px;
    padding: 13px 20px;
    width: 200px;
    background: var(--yellow);
    color: var(--white2);
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
}

.product-demo .header-btn a:hover{
    background: var(--black);
}

.product-demo-video-wrapper{
    max-width: 969px;
    margin: 0 auto;

}

.product-demo-video-wrapper>video{
    max-width: 100%;
    object-fit: contain;
}

.review-three-tab{
    justify-content: center;
    align-content: center;
}

.review-three-tab .three-tab{
    width: 100%;
    padding: 20px 0;
    margin-top: 30px;
}

.review-three-tab .three-tab .tab-content{
    padding: 0px 85px;
}

.review-three-tab .three-tab ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-three-tab .three-tab ul li{
    list-style: none;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid #f2f2f2;
}

.review-three-tab .three-tab ul li p{
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #b9b9be;
}

.review-three-tab-active{
    color: #461A42 !important;
}

.review-three-tab .three-tab ul li .tab-icon{
    color: #b9b9be;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 5%), inset 2px 2px 8px rgb(255 255 255 / 25%), inset -2px -2px 4px rgb(0 0 0 / 5%);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 auto;
}

.review-three-tab .three-tab-content{
    padding: 0px 70px;
    display: flex;    
    justify-content: center;
    align-items: center;
}

.review-three-tab .three-tab-content .three-tab-content-left{
    width: 50%;
}

.review-three-tab .three-tab-content .three-tab-content-left h3{
    font-size: 32px;
    font-weight: bold;
    color: #292A3A;
    margin-bottom: 40px;
    max-width: 520px;
}

.review-three-tab .three-tab-content .three-tab-content-left ul{
    list-style-type: none;
    margin: 0;
    padding-left: 32px;
}

.review-three-tab .three-tab-content .three-tab-content-left ul li{
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 400;
    max-width: 400px;
    color: rgba(41, 42, 58, 0.7);
    position: relative;
}

.review-three-tab .three-tab-content .three-tab-content-left ul li::before{
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -32px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.2);
}

.review-three-tab .three-tab-content .three-tab-content-left a{
    display: block;
    margin-top: 20px;
    padding: 13px 20px;
    width: 300px;
    background: var(--yellow);
    color: var(--white2);
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
}

.review-three-tab .three-tab-content .three-tab-content-left a:hover{
    background: var(--black);
}

.review-three-tab .three-tab-content .three-tab-content-right{
    width: 50%;
    position: relative;
}

.review-three-tab .three-tab-content .three-tab-content-right>img{
    width: 100%;
}

.ready-for-use{
    /* min-height: 40vh; */
    background: linear-gradient(
        90deg, rgba(244,166,70,0.2) 0%, rgba(244,166,70,0) 100%);
}

.ready-for-use a{
    display: block;
    position: relative;
    margin: 30px auto;
    margin-bottom: 0px;
    padding: 13px 20px;
    width: 200px;
    background: var(--yellow);
    color: var(--white2);
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
}

.ready-for-use a:hover{
    background: var(--black);
}

.getting-started-container ul{
    max-width: 1184px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
}

.getting-started-container ul li{
    background-color: #FFFAF2;
    border: 4px solid rgba(255,164,2,0.1);
    box-sizing: border-box;
    width: calc((100%-32px) / 3);
    margin-right: 16px;
    box-shadow: inset -4px -4px 24px rgb(0 0 0 / 4%), inset 4px 4px 24px #fff;
    border-radius: 24px;
    padding: 16px 16px 0;
    text-align: center;
}

.getting-started-container ul li .step-item-num{
    color: #461A42;
    margin: 24px auto;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 5%), inset 2px 2px 8px rgb(255 255 255 / 25%), inset -2px -2px 4px rgb(0 0 0 / 5%);
    border-radius: 50%;
    font-size: 32px;
    font-weight: bold;
    line-height: 52px;
}

.getting-started-container ul li .step-item-title{
    color: #461A42;
    max-width: 322px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.getting-started-container ul li .step-item-image{
    margin-top: -48px;
}

.getting-started-container ul li .step-item-image img{
    width: 100%;
}