@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #17181A;
}
.home {
    position: relative;
}
button{
    cursor: pointer;
}
button:hover{
 background-color: rgba(0, 0, 0, 0.808) !important; 
 color: white;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 95px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.header ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.logo-img {
    width: 196px;
    height: 34px;
}

ul li {
    color: #17181A;
    padding: 0 25px;
}

.demo-btn button {
    padding: 11px 20px;
    background: #3CBA79;
    border-radius: 30px;
    border: none;
    color: #FFFFFF;
}

.menubar {
    font-size: 25px;
    display: none;
}

.round {
    width: 48px;
    height: 48px;
    background: rgba(0, 112, 240, 0.9);
    border-radius: 50%;
    position: absolute;
    left: -24px;
}

.homePage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 95px;
}

.homePage h1 {
    font-size: 50px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #1F284F;
    padding: 16px 0;
}

.homePage img {
    width: 464px;
    height: 464px;
    position: relative;
}

.homePage p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #575757;
    padding: 16px 0;
}

span {
    color: #000000;
    font-weight: 600;
}

form {
    margin: 10px 0;
}

label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

.biground {
    width: 170px;
    height: 170px;
    background: rgba(0, 112, 240, 0.9);
    opacity: 0.3;
    border-radius: 50%;
    position: absolute;
    left: -103px;
    top: 495px;
}

.smallround {
    width: 32px;
    height: 32px;
    background-color: gray;
    position: absolute;
    top: 595px;
    left: 50%;
    background: #5956E9;
    border-radius: 16px;
}

.square {
    position: absolute;
    width: 114px;
    height: 114px;
    background: #8C30F5;
    transform: matrix(0.71, -0.71, -0.71, -0.71, 0, 0);
    top: 405px;
    right: 35%;
    border-radius: 50%;
    z-index: -1;
}

input[type="radio"]:checked+label {
    color: #17181A;
}

.companypage {
    background: #FAFBFC;
}

.companypage h1 {
    padding-top: 80px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #1F284F;
}

.compaines {
    padding: 100px 150px 80px 150px;
}

.companylist1 {
    padding-bottom: 16px;
}

.about {
    background: #E5E5E5;
}

.about .about-desc {
    padding-top: 63px;
    padding-left: 104px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: rgba(0, 112, 240, 0.9);
}

.about h1 {
    padding-left: 100px;
    padding-top: 16px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1F284F;
}

.about-btn {
    padding-top: 24px;
    padding-left: 100px;
}

.about-btn button:first-child {
    padding: 12px 24px;
    background: rgba(0, 112, 240, 0.9);
    border: 1px solid rgba(0, 112, 240, 0.9);
    border-radius: 30px;
    color: #FFFFFF;
}

.about-btn button {
    padding: 12px 24px;
    border-radius: 30px;
    background: #FAFBFC;
    border: 1px solid #B7BFC7;
}

.paragraph-1 {
    padding-top: 32px;
    padding-left: 104px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #17181A;
}

.about h6 {
    padding-left: 100px;
    padding-top: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    font-feature-settings: 'liga' off;
    color: #575757;
}

.cards {
    padding-top: 44px;  
    padding-bottom: 84px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
}
.card1 {
    width: 363px;
    height: 256px;
    background-color: white;
    border: 1px solid #E1E8F0;
    border-radius: 16px;
}
.frames-1{
    width: 284px;
    height: 176px;
    margin: 40px;
}
.frames-1 img{
    padding-bottom: 24px;
}
.frames-1 p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #17181A;
}


.ourprograms{
    width: 100%;
    background: #FAFBFC;
}
.programimg{
    padding-top: 56px;
    padding-bottom: 102px;
}
.info{
    display: flex;
    justify-content: center;
    gap: 95px;
    flex-wrap: wrap;
}
.discription{
    padding-top: 137px;
    padding-bottom: 169px;
}
.discription p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-feature-settings: 'liga' off;
    color: rgba(0, 112, 240, 0.9);
}
.discription h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1F284F;
    padding-top: 16px;
}
.discription h6{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 32px;
color: #575757;
padding-top: 16px;
}
.discription-btn button{
    background: rgba(0, 112, 240, 0.9);
    border: 1px solid rgba(0, 112, 240, 0.9);
    border-radius: 30px;
    padding: 12px 24px;
    color: #fff;
}
.featurecards{
    padding-top: 16px;
}
.feature1,.feature2{
    display: flex;
    align-items: center;
}
.feature1text,.feature2text{
    padding-left: 28px;
}
.feature1{
    padding-bottom: 24px;
}
.feature1text h4,.feature2text h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-feature-settings: 'liga' off;
    color: #17181A;
    padding-bottom: 4px;
}
.feature1text p,.feature2text p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'liga' off;
    color: #575757;
}
.programcards{
    display: flex;
    justify-content: center;
    gap: 68px;
    padding-bottom: 96px;  
    flex-wrap: wrap;
}
.programcard1,.programcard2,.programcard3,.programcard4{
   display: flex;
    align-items: center;     
}
.programscard1,.programscard2{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.programscard1 p,.programscard2 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'liga' off;
    color: #575757;
}
.programscard1 h4,.programscard2 h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'liga' off;
    color: #1F284F;
    padding-bottom: 8px;
}
.programcards img{
    padding-right: 68px;
}

.desicion-page{
    background: #1F384F;
    margin: 22px 40px 64px 40px;
    border-radius: 16px;
}

.desicion-page h1{
    padding-top: 80px;
    text-align: center;
    padding-bottom: 44px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}
.decision-btn{
    display: flex;
    justify-content: center;
    padding-bottom: 44px;
}
.decision-btn button{
    background: #3CBA79;
    border: 1px solid #3CBA79;
    border-radius: 30px;
    padding: 12px 24px;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.decisioncards p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}
.dicision-1{
    width: 350px;
    height: 72px;
    display: flex;
    gap: 16px;

}
.decisioncards{
    display: flex;
    justify-content: center;
    padding-bottom: 104px;
    flex-wrap: wrap;
}
.decisioncards img{
    width: 18px;
    height: 26px;
}


/* Testimonial part */

.testimonial{
    width: 100%;
    background: #E5E5E5;
    position: relative;
    min-height: 100vh;
    padding: 25px;
}
.testimonial-title{
    position: relative;
    left: 25px;
}
.testimonial-title h2{
    position: absolute;
    top: 0;
    left: 95px;
    top: 55px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    font-feature-settings: 'liga' off;
    color: #1F284F;
}
.testimonial-title p{
    position: absolute;
    top: 158px;
    left: 95px;
}
.testimonial-card1{
    width: 350px;
    height: 375px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 16px;
}
.testimonial-card2{
    width: 445px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 16px;
    position: absolute;
    top: -30%;
}
.testimonial-card3{
    width: 350px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 16px;
    position: absolute;
    top: 45%;
}
.testimonial-cards{
    display: flex;
    gap: 30px;
    padding-top: 80px;
    padding-left: 190px;
}
.another-cards{
    position: relative;
}
.testimonialimg{
    margin-left: 16px;
    margin-top: 16px;
}
.hubspot{
    width: 254px;
    height: 290px;
    margin-top: 8px;
    margin-left: 60px;
    padding: 10px; 
}
.airbnb{
    width: 381px;
    height: 185px;
    margin-top: 8px;
    margin-left: 35px;
    padding: 10px;
}
.bookmyshow{
    width: 254px;
    height: 140px;
    margin-top: 8px;
    margin-left: 50px;
    padding: 10px;
}
.profile{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 16px;
}
.profile p{
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    font-feature-settings: 'liga' off;
    color: #575757;
}
.profile h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    color: #1F284F;
}
.airbnb p,.bookmyshow p,.hubspot p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-feature-settings: 'liga' off;
    color: #17181A;
}
.para{
    padding-left: 16px;
}











/* Footer part */

footer{
    background: #FAFBFC;
    padding: 84px 100px 0 150px;
}
.title p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #515458;
    padding: 22px 0 2px 0;
}
.social-icon{
    width: 24px;
    height: 24px;
    border: 1px solid #515458;
    border-radius: 24px;
}
.isoimg{
    padding-bottom: 24px;
}
.social-icon .fb-icon{
    padding: 5px 3px 3px 8px;  
}
.social-icon .tw-icon{
    padding: 6px 0 10px 6px;  
}
.social-icon .linkdin-icon{
    padding: 8px 5px 10px 8px;  
}
.social-icon .instagram-icon{
    padding: 5px 6px 10px 6px;  
}
.social-media-icons{
    display: flex;
    padding-left: 20px;
    gap: 8px;
}
.footer-1{
    display: flex;
    padding: 44px 0; 
}
.opmentek-features{
    padding-left: 100px;
}
.opmentek-features h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #17181A;
    padding-bottom: 24px;
}
.opmentek-features a{
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #515458;
}
.opmentek-features p{
    padding-bottom: 24px;
}
.support{
    padding-left: 20px;
}
.support-list{
    display: flex;
    gap: 18px;
    padding-bottom: 20px;
    align-items: center;
}
.support-list span{
    color: #515458;
}
.support-list h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #17181A;
    font-feature-settings: 'salt' on, 'liga' off;
}
.support h3{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 26px;
color: #17181A;
padding-bottom: 27px;
}
.footer-2{
    display: flex;
    padding: 44px 0; 
}
.copyright{
    display: flex;
    justify-content: space-between;
   padding: 34px 0;
   flex-wrap: wrap;
}
.copyright p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
text-align: right;
}
.feature-list img{
    display: none;
}
















/* MEdia Query part  */

/* @media screen and (max-width: 1170px) {
    .header li,button{
        display: none;
    }
    .menubar{
        display: block;
    }
    .round{
        display: none;
    }
    .header{    
        flex-direction: row-reverse;
        padding: 17px 0;
        padding-left: 16px;
    }
    .logo-img{
        margin: 0 auto;
    }
} */

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

    .header li,
    .header button {
        display: none;
    }

    .menubar {
        display: block;
        padding-left: 50px;
    }

    .round {
        display: none;
    }

    .header {
        flex-direction: row-reverse;
        padding: 17px 0;
        /* padding-left: 16px; */
    }

    .logo-img {
        margin: 0 auto;
    }

    .homePage {
        flex-direction: column-reverse;
    }

    .square {
        right: 70%;
    }

    .compaines {
        padding-top: 50px;
        margin: 0;
    }

    .compaines h1 {
        padding: 50px;
    }

    .about h6,
    .about-btn,
    .about .paragraph-1,
    .about h1,
    .about p {
        padding-left: 25px;
        padding-right: 25px;
    }
    .discription{
        padding-bottom: 0;
    }
    .info{
        align-items: center;
        flex-direction: column-reverse;
        gap: 0;
        flex-wrap: nowrap;
    }
    .info button{
        width: 100%;
    }
    .programcards{
        gap: 0;
    }
    .programscard1, .programscard2{
        gap: 0;
    }
    .programcard1,.programcard2,.programcard3,.programcard4{
        padding-bottom: 16px;
    }
}


@media screen and (max-width: 768px) {
    .homePage img {
        display: none;
    }

    .homePage h1 {
        font-weight: 700;
        font-size: 36px;
    }

    .homePage p {
        font-weight: 400;
        font-size: 18px;
        padding-top: 16px;
    }

    .homePage {
        padding-top: 78px;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0;
        padding-bottom: 10px;
    }

    form {
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
    }

    label {
        padding-bottom: 16px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #17181A;
    }
    .homePage button {
        width: 100%;
        border: #3CBA79;
    }
    .biground {
        display: none;
    }

    .homePage button {
        width: 100%;
    }

    .square {
        display: none;
    }

    .smallround {
        display: none;
    }

    .companypage h1 {
        padding-left: 19px;
        padding-right: 13px;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 32px;
    }

    .companypage img {
        width: 102.48px;
        height: 72px;

    }

    .companylist2 {
        padding-left: 19px;
        padding-right: 13px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .companylist1 {
        display: none;
    }

    .about h1 {
        padding-top: 24px;
        padding-left: 11px;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
    }

    .about .paragraph-1{
        display: none;
    }

    .about-btn {
        padding-top: 24px;
        padding-left: 11px;
    }

    .about h6 {
        padding-top: 24px;
        padding-left: 11px;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
    }

    .about-btn button {
        padding: 8px 16px;
    }

    .cards {
        padding-top: 44px;
        display: flex;
        gap: 16px;
        padding-bottom: 84px;   
        padding-left: 11px;
        padding-right: 22px;
    }
    .card1{
        width: 343px;
        height: 176px;
        border-radius: 16px;
    }
    .frames-1{
        width: 292px;
        height: 120px;
        margin: 32px 25px 24px 25px;
    }
    .frames-1 img{
        width: 32px;
        height: 32px;
        padding-bottom: 16px;
    }
    .frames-1 p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding-left: 0;
        padding-right: 0;
    }
 
    .info{
        align-items: center;
        flex-direction: column-reverse;
        gap: 0;
        flex-wrap: nowrap;
    }
    .discription p{
        padding: 32px 16px 21px 16px;
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 2px;
    }
    .discription h1{
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
    }
    .discription h6{
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }
    .featurecards img{
        height: 24px;
        width: 24px;
    }
    .featurecards{
        padding-left: 16px;
        padding-bottom: 16px;
    } 
    .feature1text,.feature2text{
        padding-left: 20px;
    }
    .feature1text h4,.feature2text h4{
        font-weight: 400;
font-size: 20px;
line-height: 30px;
    }
.feature1text p,.feature2text p{
    font-weight: 400;
    font-size: 16px;
line-height: 26px;
padding: 0;
}
.discription-btn{
   padding-left: 22px;
   padding-right: 8px;
}
.discription-btn button{
    width: 100%;
    padding: 12px 12px;
    border-radius: 30px;
}
.programimg{
    width: 343px;
    height: 522.46px;  
    border-radius: 120px; 
    padding-left: 22px;
    padding-right: 8px;
}
.programcards{
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-left: 22px;
    padding-right: 8px;
}
.programcards img{
    padding-right: 36px;
}
.programscard1,.programscard2{
    gap:0;
}
.programcard1,.programcard2,.programcard3,.programcard4{
    padding-bottom: 16px;
}
.title p{
    font-size: 12px;
    line-height: 18px;
}
.desicion-page{  
    margin: 22px 16px 64px 16px;
    border-radius: 16px;
}
.desicion-page h1{
    padding-top: 15px;
    padding-bottom: 24px;

}
.decision-btn{
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
}
.decisioncards p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}
.dicision-1{
    width: 295px;
    height: 72px;
    display: flex;
}
.decisioncards{
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    gap: 16px;
   
}
.decisioncards img{
    width: 18px;
    height: 26px;
}
hr{
    display: none;
}
footer{
    padding: 32px 16px;
}
.quality-social-media{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 49px 0;
}
.footer-1{
    padding: 0;
    flex-direction: column;
}
.footer-2{
    padding: 49px 0 0 0;
    flex-direction: column-reverse;
}
.support{
    padding-top: 49px;
    padding-left: 0;
}
.opmentek-features{
    padding: 0 0 16px 0;
}
.opmentek-features p{
    display: none;
    padding-bottom: 0;
}
.isoimg{
    padding-bottom: 0;
}
.isoimg img{
    width: 101px;
    height: 44px;
}
.feature-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feature-list img{
    display: block;
}
.open p{
    display: block;
    padding-top: 16px;
}
.footer-logo {
    width: 129px;
    height: 22px;
}
.opmentek-features h3{
    padding-bottom: 0;
}
.testimonial-title{
   position: static;
   left: 0;
}
.testimonial-title h2{
    position: static;
   
}
.testimonial-title P{
    position: static;
}
.testimonial-title img{
    display:none;
}
.testimonial-card2{
    position: static;
}
.another-cards{
    position: static;
}








}


@media screen and (max-width: 380px) {
    .compaines{
        display: flex;
        justify-content: center;
    }
    .companylist2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .dicision-1{
        padding: 0 20px;
    }
    footer{
        padding: 15px 5px 15px 5px;
    }
    .copyright{
        gap: 25px;
    }
    hr{
        display: block;
    }
}


@media screen and (max-width: 1200px) {
    .info{
        gap: 25px;
    }
}


@media screen and (max-width: 1100px) {
   .programimg{
    padding-bottom: 15px;
   }
   .discription{
    padding-top: 0;
   }

   /* TEstimonial Part Start */

   .another-cards{
    position: static;
   }
   .testimonial-card2 ,.testimonial-card3{
    position: static;
   }
   .testimonial-card1,.testimonial-card2,.testimonial-card3{
    width: 450px;
    height: 350px;
   }
   .testimonial-cards{
    padding-top: 55px;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: center;
   }    
   .testimonial-card3{
    display: none;
   }
   .testimonial-title{
    left: 25%;
   }


   /* TEstimonial Part End */
}


@media screen and (max-width: 1150px) and (min-width:768px) {
   footer{
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   }
   .footer-1,.footer-2{
    padding: 25px;
   }
   .opmentek-features{
    display: none;
   }
   .copyright{
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   hr{
    display: none;
   }

}