@font-face {
    font-family: myFirstFont;
    src: url(./itc-avant-garde-gothic-lt-demi.ttf);
}

@font-face {
    font-family: myPfont;
    src: url(./Salesforce Sans.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: myFirstFont !important;
}

p {
    font-family: myPfont !important;
    font-size: 18px;
}

:root {
    --blue: #052f62;
    --bg: #b7dbff;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.hero {
    padding: 70px 0;
    background-color: #f7fbfe;
}

.fisthero h1 {
    font-size: 110px;
    font-weight: bold;
    color: var(--blue);
    background-color: var(--bg);
    width: fit-content;
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 60px;
}

.fisthero h2 {
    font-size: 65px;
    font-weight: bold;
    color: var(--blue);
    font-family: myPfont !important;
}

.shads {
    background-color: var(--bg);
    border-radius: 5px;
    padding: 0 10px;
}

.hero2 img {
    width: 90%;
    margin-left: auto;
    display: block;
}

.section2 {
    text-align: center;
    padding: 70px 0;
}

.section2 h3,
.section3 h3,
.section4 h3 {
    font-size: 57px;
    color: var(--blue);
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.section2 p,
.section4 p {
    color: var(--blue);
    font-size: 20px;
}

.section3 {
    background-color: #f7fbfe;
    padding: 70px 0;
}

.herobtns {
    margin-top: 20px;
}

.comonbtn {
    display: flex;
    gap: 20px;
}

.comonbtn button {
    border: none;
    padding: 7px 25px;
    font-size: 18px;
    border-radius: 5px;
}

.comonbtn button:nth-child(1) {
    background-color: #0077d6;
    color: white;
}

.comonbtn button:nth-child(2) {
    border: 1px solid #0077d6;
    background-color: white;
    color: #0077d6;
}

.btnsection2,
.btnsection4 {
    margin: 30px auto;
    width: fit-content;
}

.section4 {
    padding: 70px 0;
    background-image: linear-gradient(to bottom, white, #f7fbfe);
}

.cardsection {
    margin-top: 80px;
}

.maincard {
    display: flex;
    gap: 50px;
    padding: 40px;
    box-shadow: 0 0 20px rgb(192, 192, 192);
    justify-content: space-between;
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto 30px;
}

.maincard img {
    width: 28%;
}

.cardcontent {
    width: 65%;
}

.cardcontent h4 {
    font-size: 32px;
    margin-top: 25px;
    font-weight: bold;
    color: var(--blue);
}

.cardcontent p {
    text-align: left !important;
    font-size: 17px;
}

.section4card {
    box-shadow: 0 0 20px rgb(192, 192, 192);
    border-radius: 20px;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
    padding: 40px 0;
}

.section4card h4 {
    font-size: 70px;
    margin-bottom: 25px;
    font-weight: bold;
    color: var(--blue);
}

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

.imgrow4 img {
    padding: 20px;
    width: 100%;
}

.buildersection {
    padding: 70px 0;
}

.buildersection h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: bold;
    color: var(--blue);
}

.builderlogorow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.blogobox {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.builderlogorow img {
    width: 150px;
    height: 75px;
    object-fit: contain;
    box-shadow: 0 0 10px #80808052;
    border-radius: 5px;
}

.striplast {
    background-color: var(--blue);
    padding: 50px 0;
    margin-top: 70px;
    position: relative;
}

.striplast h3 {
    color: white;
    font-size: 55px;
    margin-bottom: 25px;
    font-weight: bold;
}

.striplast .comonbtn button:nth-child(1) {
    background-color: white;
    color: var(--blue);
}

.striplast .comonbtn button:nth-child(2) {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

.dog {
    position: absolute;
    width: 439px;
    top: -269px;
    right: 0;
}

/* -------------------- MOBILE -------------------- */

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

    .fisthero h1 {
        font-size: 69px;
    }

    .section2 h3,
    .section3 h3,
    .section4 h3 {
        font-size: 29px;
        line-height: 1.4;
    }

    .comonbtn button {
        padding: 7px 14px;
        font-size: 13px;
    }

    .maincard {
        flex-direction: column;
        padding: 17px;
    }

    .maincard img {
        width: 50%;
    }

    .cardcontent {
        width: 100%;
    }

    .section4card h4 {
        font-size: 29px;
        padding: 0 10px;
    }

    .buildersection h3 {
        font-size: 29px;
    }

    .striplast h3 {
        font-size: 29px;
        padding-right: 90px;
    }

    .dog {
        width: 282px;
        top: -62px;
        right: -34px;
    }

    .blogobox {
        width: 48%;
    }

    .striplast {
        padding: 80px 0;
        overflow: hidden;
    }
}
