@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&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');

.content>div>h1 {

    font-family: 'Roman';
    color: #3B362A;
    font-weight: 500;
}

@font-face {
    font-family: 'Roman';
    src: url('https://aiwellassets.s3.ap-south-1.amazonaws.com/Fonts/Miller-DisplayRoman.otf') format('opentype');

}

@font-face {
    font-family: 'Archer';
    src: url('https://aiwellassets.s3.ap-south-1.amazonaws.com/Fonts/Archer-Book-Pro_2.otf') format('opentype');

}

body {
    margin: 0;
}

.header {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid silver;
}

.header>div>img {
    width: 8rem;

}

.social-icons {
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    gap: 10px;
    align-items: center;
}

.icon>img {
    width: 2rem;
}

.main-title {
    display: flex;
    justify-content: center;
    font-family: 'Roman';

    align-items: center;
}

.topic>h4 {
    font-size: 24px;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.doc-name {
    color: #252525;
    font-family: "Roman";
    font-size: 30px;

    margin-top: 1rem;
    align-self: flex-start;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.dnt {
    color: #787878;
    font-family: 'Archer';
    align-self: flex-start;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    text-transform: capitalize;
}

.topic {
    color: #353535;
    font-family: 'Archer';
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: 174%;
}

.subtitle {
    color: #252525;
    font-family: "Roman";
    font-style: normal;
    margin: 1rem;
    font-weight: 500;
    line-height: normal;
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.subtitle>img {
    width: 9rem;
}

.div-box {
    border-radius: 25px;
    background: #F8F2E3;
    color: #353535;
    margin-top: 3rem !important;
    text-align: justify;
    font-family: 'Archer';
    font-style: normal;
    font-weight: 375;
    /* line-height: 170%; */
    /* 47.6px */
}

.main-topic {
    width: 100%;

    text-align: center;
}

.main-topic>p {
    text-align: center;
}

.main-topic>h1 {
    color: #252525;
    text-align: center;
    font-family: "Roman";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

.main-topic>h4 {
    color: #75623F;
    font-family: 'Roman';
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.main-topic>p {
    color: #353535;
    text-align: justify;
    font-family: 'Archer';
    font-size: 22px;
    font-style: normal;
    font-weight: 325;
    line-height: 174%;
    /* 55.68px */
}

.content>img {
    /* height:38rem; 

    /* object-fit:scale-down; */
    width: 1240px;
    height: 700px;
    flex-shrink: 0;
    background-color: #f1f9ff;
    object-fit: cover;
    border-radius: 20px;
}

.icon-button {
    right: 6rem;
    top: 2rem;
    cursor: pointer;
    margin: 2rem;
}

.icon-button>img {
    width: 24px
}

.fa-house {
    font-size: 1.5rem;
}

.container {
    padding: 5rem;
    padding-top: 3rem;
}

.topic {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div-box {
    width: 70%;
    margin: auto;
}

.div-box>p {
    color: #353535;
    text-align: justify;
    font-family: 'Archer';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    /* 47.6px */
}

.topic>img {
    height: 30rem;
    margin: auto;

    border-radius: 20px;
    object-fit: contain;
}

.content {
    font-family: 'Open Sans', sans-serif;
}


ul {
    margin-top: 10px;
}

li {
    margin: 1rem;
    /* list-style: none; */
    color: #696969;
}

.footer>p {
    color: #6F6F6F;
    text-align: center;
    font-family: 'Archer';
    font-size: 24px;
    display: flex;
    font-style: normal;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.96px;
}

.footer {
    /* width: 100%; */
    padding: 10px;
    background: #F8F2E3;
}

.wc {
    color: #8CEB8C;
    font-family: 'Archer';
    font-size: 24px;
    font-style: normal;
    font-weight: 375;
    align-self: flex-start;
    line-height: 18.3px;
    letter-spacing: 1.408px;
    text-transform: uppercase;
}

.Ctxt {
    font-family: 'Archer';
    font-size: 20px;
    font-style: normal;
    margin: 1rem;
    border: 1p solid red;
    line-height: 170%;
    color: #252525;
}

.productscontainer {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.productscontainer>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    height: 100%;
    place-items: center;
    grid-gap: 1rem;
    margin: auto;
}


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

    .container {
        padding: 1rem;
    }

    .doc-name {
        margin-top: -5px;
        margin-bottom: -3px;
        font-size: 16px;
    }

    .content>img {
        height: auto;
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .topic>img {
        height: auto;
        margin: auto;
        object-fit: cover;
        border-radius: 8px;
        width: 100%;
    }

    .div-box {
        width: auto;
        margin-top:1rem !important;
    }

    .main-title {
        align-items: flex-end;
    }
    .main-title h1{
        
    }

    .main-title h1 {
        font-size: 20px;
        text-align: center;
    }

    li {
        /* margin:0; */
        padding: 0;
        font-size: 12px;
    }

    .icon-button {
        right: 5px;
        top: 0rem;
        cursor: pointer;
        margin: 2rem;
    }

    .icon-button>img {
        width: 12px;
    }

    .topic>h4 {
        font-size: 18px;
    }

    ul {
        /* margin-top: -2rem; */
        font-size: 14px;
    }

    .subtitle {
        font-size: 16px;
        text-align: center;
    }

    .subtitle>img {
        width: 3rem;
        text-align: center;
        justify-content: flex-start;
    }

    .main-topic>h1 {
        font-size: 33px;
    }

    .main-topic {
        width: 100%;
    }

    .main-topic>h4 {
        font-size: 26px;
    }

    .doc-name {
        color: #252525;
        font-family: "Roman";
        font-size: 20px;
        margin: 2px;
        align-self: flex-start;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .wc {
        color: #8CEB8C;
        font-family: 'Archer';
        font-size: 16px;
        font-style: normal;
        font-weight: 375;
        align-self: flex-start;
        line-height: 18.3px;
        letter-spacing: 1.408px;
        text-transform: uppercase;
    }

    .dnt {
        font-size: 16px;
    }

    .footer>p {
        color: #6F6F6F;
        text-align: center;
        font-family: 'Archer';
        font-size: 10px;
        display: flex;
        font-style: normal;
        gap: 0rem;
        margin-top: 0rem;
        justify-content: center;
        align-items: center;
        font-weight: 300;
        line-height: 130%;
        letter-spacing: 0.96px;
    }

    .productscontainer>div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        height: 100%;
        place-items: center;
        grid-gap: 1rem;
        margin: auto;
    }

    .productscontainer>p {
        font-size: 14px !important;
    }

    .productscontainer p {
        font-size: 14px;
    }

    .Ctxt {
        font-size: 14px;
    }

    .div-box>p {
        font-size: 14px;
    }
}

@media only screen and (max-width:576px) {
    .productscontainer>div {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: auto;
        height: 100%;
        place-items: center;
        grid-gap: 1rem;
        margin: auto;
    }
}