﻿body {
    /*  font-family: 'Poppins', sans-serif;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
}

#agk {
    fill: transparent;
    stroke: rgba(112, 112, 112, 1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

.agk {
    padding-top: 6%;
    height: 2px;
    width: 100%;
}

.faq h2 {
    font-weight: bold;
    font-size: 64px;
    color: #590b25;
    letter-spacing: 0.9px;
}

/*--------------------------------------plan section*---------------------------------------------------------*/
.container {
    padding: 50px 5%;
    position: relative;
}

.planheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .planheader h1 {
        color: #590b25;
        line-height: 60px;
        text-align: left;
        font-weight: bold;
        font-size: 45px;
        letter-spacing: 0.8px;
        margin-left: 3%;
    }

.planheaderp {
    font-weight: bold;
    font-size: 29px;
    color: rgba(39, 39, 39, 1);
    margin-left: 3%;
    margin-bottom: 4%;
}

.top-right-image {
    width: 280px;
    height: 250px;
}

.plans {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 40px;
    margin-top: 20px;
    margin-left: 3%;
}

.plan {
    background: #590b25;
    color: white;
    padding: 20px;
    border-radius: 30px;
    width: 300px;
    text-align: justify;
    padding-left: 4%;
}

.age {
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
}

.plan h2 {
    /*  line-height: 60px;*/
    text-align: justify;
    font-weight: bold;
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.15px;
}

.plan h5 {
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    line-height: 0px;
    font-weight: normal;
    text-align: justify;
}

.planamt p {
    line-height: 60px;
    text-align: left;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
}

.plan p {
    /* line-height: 37px;*/
    font-weight: lighter;
    font-size: 21px;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
}

.below60 {
    font-size: 18px !important;
}

.plan ul {
    padding: 0;
    /*list-style: none;*/
}

    .plan ul li {
        line-height: 30px;
        font-weight: lighter;
        font-size: 19px;
        color: rgba(255, 255, 255, 1);
        margin: 5px 0;
        margin-right: 15px;
    }

.btn {
    background: white;
    color: #590b25;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



.assured-amount {
    background-color: white;
    color: #680731;
    border-radius: 8px;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

/*--------------------------------------why choose section*---------------------------------------------------------*/

.containerchoose {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 5%;
    padding-right: 0px;
    background-color: #e6e6e6;
}

.content {
    flex: 1;
    max-width: 40%;
    margin: 4%;
}

    .content h2 {
        color: #590b25;
        line-height: 60px;
        text-align: left;
        font-weight: bold;
        font-size: 45px;
        text-align: justify;
    }

.feature {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.icon {
    width: 110px;
    height: 110px;
    background: #c2c2c2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8%;
}

.feature h3 {
    line-height: 60px;
    text-align: left;
    font-weight: bold;
    font-size: 34px;
    color: rgba(0, 0, 0, 1);
}

.feature p {
    margin: 5px 0 0;
    line-height: 45px;
    text-align: justify;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 9%;
}

.getpolbtn {
    font-weight: normal;
    font-size: 37px;
    line-height: 60px;
    color: rgba(255, 255, 255, 1);
    background-color: #590b25;
    font-family: Lama Sans;
    font-style: normal;
    letter-spacing: 0.2px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.image-container-ship {
    flex: 1;
    max-width: 100%;
    background: #e6e6e6;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container-ship img {
        width: 100%;
        border-radius: 10px;
    }

.image-container {
    flex: 1;
    max-width: 45%;
    background: white;
    border-radius: 20px;
    padding: 100px 5%;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img {
        width: 100%;
        border-radius: 10px;
    }
/*--------------------------------------why choose section*---------------------------------------------------------*/
/*--------------------------------------faq---------------------------------------------------------*/

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    text-align: justify;
    font-size: 1.25em;
    line-height: 1.4em;
    margin-left: 5%;
    margin-right: 3%;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    transition: all 0.25s ease-out;
    background-color: rgb(242 242 242);
    padding-left: 4%;
    padding-right: 4%;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
    transition: all 0.25s ease-out;
}

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        display: inline-block;
        float: right;
        height: 10px;
        position: relative;
        right: 20px;
        top: 2px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 10px;
        color: #590b25;
    }

    /* OPTIONAL HOVER STATE */
    .faq-drawer__title:hover {
        color: #4E4B52;
    }

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
    display: none;
}

.faq-drawer__content p {
    font-size: 15px;
}
/*--------------------------------------faq---------------------------------------------------------*/

/*--------------------------------------banner---------------------------------------------------------*/
.hero {
    border-radius: 10%;
    margin: 3%;
    position: relative;
    background: url('../images/pa1.jpg') no-repeat center center / cover;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
    /* background-color: #f9f9f9;*/
}

    .hero img {
        border-radius: 10%;
    }

.hero-image {
    flex: 1;
}

    .hero-image img {
        max-width: 100%;
        border-radius: 10px;
    }

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 550px;
}

.content-card, .input-card {
    /* margin-right: 10%;*/
    background: #ebe7e2;
    opacity: 80%;
    padding: 8%;
    padding-top: 0px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .content-card h1 {
        font-size: 28px;
        line-height: 46px;
        letter-spacing: 0.8px;
        font-size: 35px;
    }

    .input-card h4 {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: 0.2px;
    }

    .content-card p {
        font-size: 16px;
        line-height: 26px;
        font-size: 14px;
    }

.btn {
    background-color: #590b25;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.2px;
    line-height: 28px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.input-card input {
    width: 75%;
    padding: 18px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}

/*--------------------------------------banner---------------------------------------------------------*/

.faq {
    padding: 50px 15%;
    text-align: center;
}

.faq-item {
    background-color: rgb(242 242 242);
    padding-left: 4%;
    margin: 4% 0;
    border-radius: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lama Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: rgba(6, 6, 6, 1);
    line-height: 52px;
    height: 70px;
}

    .faq-item::after {
        content: '\2713';
        color: #590b25;
        font-size: 20px;
        margin-right: 3%;
    }

.contact-section {
    background: url('footer-bg.jpg') no-repeat center center/cover;
    color: white;
    padding: 50px 5%;
    text-align: center;
}


.cards {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.card {
    background-color: #590b25;
    color: white;
    padding: 22px;
    border-radius: 20px;
    line-height: 22px;
    width: 380px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .card img {
        width: 150px;
        height: 100px;
        /*margin-bottom: 10px;*/
    }

    .card h3 {
        /*  font-size: 18px;*/
        font-size: 24px;
        line-height: 48px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .card p {
        /*  font-size: 14px;*/
        margin-bottom: 15px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }

    .card a {
        font-size: 27px;
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        font-weight: bold;
        display: inline-block;
        /*  border-bottom: 2px solid white;*/
        line-height: 108px;
    }

    @media (max-width: 768px) {

        .planheader h1 {
            font-size: 23px;
            letter-spacing: 0.3px;
            margin-left: 0%;
            line-height: 30px;
        }

        .planheaderp {
            font-size: 15px;
            line-height: 25px;
        }

        .plans {
            flex-direction: column;
            align-items: center;
        }

        .plan {
            padding-left: 10%;
            width: 260px;
        }

            .plan h2 {
                line-height: 26px;
                font-size: 24px;
            }

            .plan p {
                line-height: 26px;
                font-weight: normal;
                font-size: 16px;
            }

            .plan h5 {
                font-size: 20px;
            }

        .assured-amount {
            font-size: 16px;
        }

        .plan ul li {
            line-height: 30px;
            font-size: 16px;
        }

        .content h2 {
            line-height: 46px;
            font-size: 26px;
            text-align: center;
        }

        .containerchoose {
            padding: 2% 5%;
        }

        .feature h3 {
            font-size: 20px;
            text-align: center;
            line-height: 20px;
        }

        .feature p {
            line-height: 25px;
            font-size: 18px;
        }

        .planheader {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .top-right-image {
            display: none;
            width: 80px;
            margin-top: 10px;
        }

        .header h1 {
            text-align: center;
        }

        .containerchoose {
            flex-direction: column;
            text-align: center;
            padding-bottom: 10%;
        }

        .content, .image-container {
            max-width: 100%;
            margin-top: 8%;
        }

        .feature {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .icon {
            margin-bottom: 10px;
        }

        /*  nav ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
*/
        .content-card p {
            font-size: 13px;
        }

        .content-card h1 {
            font-size: 20px;
        }

        .content-card h4 {
            font-size: 16px;
        }

        .content-card, .input-card {
            padding: 5%;
        }

            .input-card h4 {
                font-size: 16px;
                line-height: 20px;
                letter-spacing: 0.2px;
            }


        .hero {
            flex-direction: column;
            text-align: center;
        }

            .hero img {
                margin-top: 20px;
            }

        .hero-boxes {
            position: static;
            width: 100%;
        }


        .content-card h1 {
            line-height: 30px;
            letter-spacing: 0.5px;
        }

        .faq-item {
            line-height: 22px;
            font-size: 12px;
        }

        .faq h2 {
            font-size: 30px;
        }


        .faq-drawer__title {
            line-height: 22px;
            font-size: 12px;
            padding-left: 3%;
        }

        .faq {
            padding: 50px 9%;
        }
        /*.agk {
        height:0px;
    }*/
        .faq-drawer__title::after {
            margin-left: 9%;
        }
    }

    @media (min-width: 964px) and (max-width: 1354px) {
        .planheader h1 {
            font-size: 35px;
        }

        .planheaderp {
            font-size: 22px;
        }

        .plan h2 {
            font-size: 24px;
        }

        .plan h5 {
            font-size: 20px;
        }

        .plan p {
            font-size: 16px;
        }

        .below60 {
            font-size: 14px !important;
        }

        .assured-amount {
            font-size: 16px;
        }

        .plan {
            width: 200px;
        }

        .feature p {
            font-size: 25px;
        }

        .content h2 {
            font-size: 35px;
        }

        .faq h2 {
            font-size: 40px;
        }
    }

    @media (min-width: 769px) and (max-width: 963px) {
        .planheader h1 {
            font-size: 35px;
        }

        .planheaderp {
            font-size: 22px;
        }

        .plan h2 {
            font-size: 20px;
        }

        .plan h5 {
            font-size: 18px;
        }

        .plan p {
            font-size: 14px;
        }

        .assured-amount {
            font-size: 14px;
        }

        .plan {
            width: 150px;
        }

        .feature p {
            font-size: 25px;
        }

        .content h2 {
            font-size: 35px;
        }

        .faq h2 {
            font-size: 40px;
        }

        .below60 {
            font-size: 14px !important;
        }
    }

