@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F8FAFC;
    font-family: 'Inter', sans-serif;
}

nav {
    width: 100%;
}

.con1 {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.btn {
    font-weight: bold;
    padding-left: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
    padding-right: 35.97px;
    font-size: medium;
}

.links {
    display: flex;
    padding-top: 30px;
    display: flex;
    gap: 40px;
}

a {
    text-decoration: none;
    color: gray;
    font-weight: bold;
}

#newlink {
    color: #005A3C;
    font-weight: 15px;
}

a:active {
    color: #003EC7;
    text-decoration: underline;
}

.btn1 {
    height: 35px;
    width: 130px;
    background: linear-gradient(#003EC7, #0052FF);
    border-radius: 9px;
    color: white;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-right: 20px;
}

.hero {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(254, 248, 253);
    padding-top: 110.5px;
    padding-right: 32px;
    padding-bottom: 110.5px;
    padding-left: 32px;
}

.content {
    height: 121%;
    width: 96%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100%;
    column-gap: 40px;
    align-items: center;
}

.photo {
    position: relative;
    width: 100%;
    height: 100%;
}

.backimage {
    position: absolute;
    top: 1px;
    right: 31px;
    z-index: 1;
    transform: rotate(2deg);
    border-radius: 20px;
    overflow: hidden;
    width: 460px;
    height: 588px;
}

.backimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.frontimage {
    position: absolute;
    top: -2px;
    right: 60px;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    width: 481px;
    height: 635px;
}

.frontimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.small {
    height: 27px;
    width: 154px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: smaller;
    background-color: #EAEDFF;
    color: #005A3C;
    font-weight: bolder;
}

.big {
    width: 100%;
    height: 361px;
    margin-top: 20px;
    font-family: 'Manrope';
    font-size: 65px;
}

#edit {
    color: #005A3C;
}

.bottom {
    height: 66px;
    width: 60%;
    margin-top: 20px;
    font-size: 15px;
}

.buttons {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.btn2 {
    height: 46px;
    width: 157px;
    background: linear-gradient(#003EC7, #0052FF);
    border-radius: 2px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn3 {
    background-color: #E2E7FF;
    height: 46px;
    width: 157px;
    border-radius: 2px;
    color: #003EC7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.experties {
    background-color: #FFFFFF;
    height: 900px;
    width: 100%;
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 58px;
    padding-right: 15px;
}

.box {
    width: 1395px;
    height: 725px;
}

.nav1 {
    width: 100%;
    height: 80px;
    color: gray;
    margin-bottom: 40px;
}

h1 {
    color: black;
    font-size: 40px;
}

p {
    padding-left: 940px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.corner {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.info {
    width: 100%;
    height: 639px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(7, 1fr);
    row-gap: 30px;
    column-gap: 30px;
}

.item1 {
    background-color: #F2F3FF;
    grid-row: 1/4;
}

h3 {
    margin-bottom: 15px;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 25px;
}

.item2 {
    background-color: #F2F3FF;
    grid-row: 4/7;
}

.item3 {
    background-color: #F2F3FF;
    grid-column: 2/3;
    grid-row: 2/5;
}

.item4 {
    background-color: #F2F3FF;
    grid-column: 2/3;
    grid-row: 5/8;
}

.item5 {
    background-color: #F2F3FF;
    grid-column: 3/4;
    grid-row: 1/8;
}

.item5 img {
    padding-top: 170px;
}

.info img {
    margin-top: 30px;
}

.item1,
.item2,
.item3,
.item4,
.item5 {
    padding: 30px;
    border-radius: 12px;
}

.info img {
    margin-bottom: 15px;
}

.work {
    width: 100%;
    height: 1300px;
    background-color: #FAF8FF;
}

.work1 {
    width: 1395px;
    height: 1064px;
    margin-top: 5px;
    margin-left: 60px;
    margin-top: 85px;
}

.bar {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.line {
    height: 1px;
    width: 38%;
    background-color: #D1D5DB;
}

.text {
    font-size: 12px;
    letter-spacing: 3px;
    color: gray;
}

.container {
    margin-top: 30px;
    height: 995px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
    row-gap: 30px;
    column-gap: 90px;
}

.item6 {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 2;
}

.item6 img {
    width: 100%;
    height: 100%;
}

.item7 {
    grid-row-start: 2;
    grid-row-end: 7;
    grid-column-start: 2;
    grid-column-end: 3;
}

.item7 img {
    width: 100%;
    height: 100%;
}

.tiny {
    color: #131B2E;
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 2;
    font-size: 35px;
    display: flex;
    justify-content: space-between;
}

#num {
    color: #005A3C;
    font-size: 20px;
    font-weight: bold;
}

.yes {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 1;
    grid-column-end: 2;
    padding-top: 55px;
    font-size: 18px;
    color: #434656;
}

.tiny1 {
    color: #131B2E;
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 2;
    grid-column-end: 3;
    font-size: 35px;
    display: flex;
    justify-content: space-between;
}

#num1 {
    color: #005A3C;
    font-size: 20px;
    font-weight: bold;
}

.yes1 {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 2;
    grid-column-end: 3;
    padding-top: 55px;
    font-size: 18px;
    color: #434656;
}

.cta {
    width: 100%;
    height: 500px;
    background-color: #FAF8FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta1 {
    width: 1395px;
    height: 450px;
}

.ctabox {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: linear-gradient(90deg, #003EC7, #2F6BFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ctahead {
    font-family: 'Manrope';
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.ctatext {
    margin-top: 20px;
    font-size: 16px;
    color: #E5E7EB;
    text-align: center;
    width: 500px;
}

.ctabtn {
    margin-top: 35px;
    width: 180px;
    height: 50px;
    background-color: white;
    color: #003EC7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 160px;
    background-color: #FAF8FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer1 {
    width: 1395px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: bold;
    font-size: 18px;
}

.copyright {
    margin-top: 10px;
    font-size: 14px;
    color: gray;
}

@media (max-width: 1024px) {
    .photo {
        display: none;
    }
    .big {
        font-size: 48px;
    }
    .info {
        grid-template-columns: repeat(2, 1fr);
    }
    .item5 {
        grid-column: 1/3;
        grid-row: auto;
    }
    .container {
        grid-template-columns: 1fr;
    }
    .tiny, .tiny1 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .con1 {
        flex-direction: column;
        height: auto;
        padding: 15px;
        gap: 15px;
    }
    .links {
        padding-top: 10px;
        gap: 20px;
    }
    .btn1 {
        margin: 0;
    }
    .hero {
        height: auto;
        padding: 60px 20px;
    }
    .photo {
        display: none;
    }
    .big {
        font-size: 36px;
        height: auto;
    }
    .bottom {
        width: 100%;
    }
    .buttons {
        flex-direction: column;
        align-items: center;
    }
    .experties {
        height: auto;
        padding: 40px 20px;
    }
    .box {
        width: 100%;
        height: auto;
    }
    .nav1 {
        height: auto;
        margin-bottom: 20px;
    }
    .corner {
        flex-direction: column;
        gap: 10px;
    }
    .info {
        grid-template-columns: 1fr;
        height: auto;
    }
    .item1, .item2, .item3, .item4, .item5 {
        grid-column: auto;
        grid-row: auto;
    }
    h1 {
        font-size: 28px;
    }
    .work {
        height: auto;
        padding: 40px 20px;
    }
    .work1 {
        width: 100%;
        margin: 0;
        height: auto;
    }
    .container {
        height: auto;
        column-gap: 20px;
    }
    .cta {
        height: auto;
        padding: 40px 20px;
    }
    .cta1 {
        width: 100%;
        height: auto;
    }
    .ctabox {
        padding: 40px 20px;
    }
    .ctahead {
        font-size: 32px;
    }
    .ctatext {
        width: 100%;
    }
    .footer {
        height: auto;
        padding: 30px 20px;
    }
    .footer1 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .right {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.right {
    display: flex;
    gap: 40px;
    color: gray;
    font-size: 14px;
}

.hi {
    padding-bottom: 20px;
    color: #434656;
}

.gray {
    color: #434656;
}
