@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');





* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

header {
    width: 100%;
    height: auto;
    background-image: url(./photos/background1.png), url(./photos/background.jpg);
    background-size: cover;
    padding-bottom: 400px;

}

header nav {
    max-width: 1000px;
    height: auto;
    margin: auto;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header nav .logo {
    display: flex;
}

header nav .logo img {
    width: 46px;
    height: 35px;
}

header>nav>.logo>h2 {
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: 400;
    color: white;
}

header nav .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

header nav ul li a {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    color: white;
}

header nav ul li a:hover {
    color: rgba(199, 178, 153, 1);
}

header nav .item .icons {
    display: flex;
}

header nav .item .icons i {
    color: white;
    font-size: 20px;
    padding: 5px;
    display: block;
}

header h3 {
    margin-top: 280px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

header>h2 {
    font-family: 'Montserrat';
    font-size: 35.5px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 10px 0px;
}

header p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    max-width: 400px;
    margin: 25px auto;
}

header button {
    width: 125px;
    height: 38px;
    background-color: rgba(153, 134, 117, 1);
    border: none;
    color: white;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 600;
    display: block;
    margin: 10px auto;
}

/* ####################################################################### */

main .item_t {
    max-width: 800px;
    height: auto;
    margin: 100px auto;
    /* border: 2px solid black; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

main .item_t .box {
    max-width: 183px;
    height: auto;
    /* border: 1px solid black; */
}

main .item_t .box:hover {
    border-bottom: 2px solid rgba(199, 178, 153, 1);
}

main .item_t .box i {
    font-size: 40px;
}

main .item_t .box:hover>i {
    color: rgba(199, 178, 153, 1);
}

main .item_t .box h1 {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
    color: rgba(88, 88, 88, 1);
    margin: 15px 0px;
}

main .item_t .box:hover>h1 {
    color: rgba(199, 178, 153, 1);
}


main .item_t .box p {
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 600;
    color: rgba(88, 88, 88, 1);
    padding-bottom: 30px;
    line-height: 20px;
}

main .item_m {
    width: 100%;
    height: auto;
    background-color: rgba(250, 248, 250, 1);
    padding-top: 100px;
}

main .item_m .box {
    max-width: 556px;
    margin: auto;
    /* padding-top: 100px; */
    text-align: center;
}

main .item_m .box h1 {
    font-family: 'Raleway';
    font-size: 22px;
    font-weight: 600;
    color: rgba(88, 88, 88, 1);
}

main .item_m .box p {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    color: rgba(88, 88, 88, 1);
    margin-top: 15px;
}

main .item_m .box1 {
    max-width: 563px;
    margin: auto;
    /* position: relative; */
    margin-top: 40px;
}
main .item_m .box1 img{
    width: 100%;
}

main .item_b {
    background-image: url(./photos/main.jpg);
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 40px 0px;
}

main .item_b .card {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

main .item_b .card .box .p1 {
    font-family: 'Raleway';
    font-size: 21px;
    font-weight: 400;
    color: white;
    padding-bottom: 10px;
}

main .item_b .card .box span {
    color: rgba(199, 178, 153, 1);
}

main .item_b .card .box .p2 {
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 400;
    color: rgba(199, 178, 153, 1);
}

main .item_b .box1 button {
    width: 125px;
    height: 38px;
    background-color: rgba(153, 134, 117, 1);
    border: none;
    color: white;
    font-family: 'Raleway';
    font-size: 10px;
    font-weight: 400;
}

summary {
    max-width: 870px;
    height: auto;
    margin: 100px auto;
}

summary .section {
    max-width: 538px;
    text-align: center;
    margin: auto;
}

summary .section h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    color: rgba(88, 88, 88, 1);
    margin-bottom: 20px;
}

summary .section p {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 400;
    color: rgba(140, 140, 140, 1);
}

summary>.section1>.but {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0px;
}

summary>.section1>.but>button {
    display: block;
    justify-content: center;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 700;
    padding: 5px 20px;
    background: none;
    border: 1px solid rgba(140, 140, 140, 1);
    border-radius: 5px;
}

summary>.section1>.but>button:hover {
    background-color: rgba(140, 140, 140, 1);
    color: white;
    transition: 0.4s;
}

summary .section1 .item {
    display: grid;
    grid-template-columns: auto auto auto;
    /* border: 1px solid black; */
    column-gap: 25px;
    row-gap: 30px;
}

summary .section1 .item .card {
    max-width: 270px;
    height: auto;
    /* border: 1px solid black; */
    background-color: rgba(251, 250, 248, 1);
}

summary .section1 .item .card img {
    width: 100%;
}

summary .section1 .item .card h1 {
    font-family: 'Raleway';
    font-size: 15px;
    font-weight: 400;
    color: rgba(199, 178, 153, 1);
    padding: 20px 0px 10px 20px;
}

summary .section1 .item .card p {
    font-family: 'Raleway';
    font-size: 11px;
    font-weight: 400;
    color: rgba(196, 196, 196, 1);
    padding: 0px 0px 20px 20px;
}

summary .section1 .item .card:hover {
    color: white;
    background-color: rgba(55, 47, 45, 1);
}

summary>button {
    display: block;
    margin: auto;
    width: 124px;
    height: 36px;
    font-family: 'Raleway';
    font-size: 10px;
    font-weight: 700;
    padding: 5px 20px;
    background-color: rgba(153, 134, 117, 1);
    border: 1px solid rgba(140, 140, 140, 1);
    color: white;
    margin-top: 30px;
}

section {
    width: 100%;
    height: auto;
    background-image: url(./photos/Rectangle\ 20.png), url(./photos/photo5.jpg);
    background-size: cover;
}

section .center {
    max-width: 538px;
    margin: auto;
    text-align: center;
    padding: 150px 0px;
}

section .center i {
    font-size: 60px;
    color: white;
    margin: 15px 0px;
}

section .center h1 {
    font-family: 'Raleway';
    font-size: 23px;
    font-weight: 400;
    color: white;
    margin-bottom: 20px;
}

section .center p {
    font-family: 'Montserrat';
    font-size: 11px;
    font-weight: 400;
    color: white;
    margin-bottom: 40px;
}

section .center .number {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 400;
    color: rgba(199, 178, 153, 1);
}


article .top {
    max-width: 800px;
    height: auto;
    margin: auto;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    /* gap: 50px; */
}

article .top .left img {
    width: 100%;
}

article .top .right {
    max-width: 480px;
    height: auto;
    /* margin: 70px 0px 0px 0px; */
}

article>.top>.right>h1 {
    font-family: 'Roboto';
    font-size: 23.5px;
    font-weight: 400;
    color: rgba(88, 88, 88, 1);
    margin-top: 75px;
}

article>.top>.right>p {
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
    color: rgba(140, 140, 140, 1);
    /* padding-top: 20px; */
}

article .top .right .box {
    display: flex;
    gap: 10px;
    margin: 20px 0px 0px 40px;
}

article .top .right .box i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: white;
    background-color: rgba(194, 174, 149, 1);
    text-align: center;
    font-size: 15px;
}

article>.top>.right>.box>p {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
    color: rgba(140, 140, 140, 1);
}

aside {
    width: 100%;
    height: auto;
    background-image: url(./photos/Background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

aside .main {
    max-width: 550px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    /* border: 1px soliod white; */
    padding: 50px 0px;

}

aside .main .box {
    width: 97px;
    /* border: 2px solid yellow; */
}

aside .main .box i {
    color: white;
    font-size: 50px;
    display: flex;
    justify-content: center;
    margin: 15px 0px;
}

aside .main .box h1 {
    font-family: 'Montserrat';
    font-size: 35px;
    font-weight: 300;
    color: white;
    text-align: center;
}

aside .main .box p {
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: white;
    margin: 5px 0px;
}

aside .main .box hr {
    width: 23px;
    height: 2px;
    background-color: white;
    margin: 10px auto;
}

figure .top {
    max-width: 840px;
    margin: auto;
}

figure .top .box {
    margin: 70px 0px;
}

figure .top .box h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #585858;
    padding-bottom: 10px;
}

figure .top .box p {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #8C8C8C;
}

figure .top .box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

figure .top .box1 .card {
    max-width: 270px;
    height: auto;
    /* border: 1px solid black; */
    /* background-color: rgba(251, 250, 248, 1); */
}

figure .top .box1 .card img {
    width: 100%;
}

figure .top .box1 .card h1 {
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 400;
    color: #585858;
    padding: 20px 0px 10px 20px;
}

figure .top .box1 .card p {
    font-family: 'Raleway';
    font-size: 11px;
    font-weight: 400;
    color: rgba(196, 196, 196, 1);
    padding: 0px 0px 15px 20px;
}

figure .top .box1 .card button {
    background: none;
    border: none;
    color: #C7B299;
    font-family: 'Montserrat';
    font-size: 10px;
    font-weight: 300;
    padding: 0px 0px 15px 20px;
}

figure .top .box1 .card:hover {
    color: white;
    background-color: rgba(55, 47, 45, 1);
}

figure .top .box1 .card:hover h1 {
    color: #C2AE95;
}

figure>.bot {
    width: 100%;
    height: auto;
    background-image: url(./photos/Rectangle30.png), url(./photos/photo9.png);
    background-size: cover;
    padding: 150px 0px;
}

figure .bot .photos {
    max-width: 800px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 20px; */
}

figure .bot .photos .box img {
    width: 100%;
}

footer {
    width: 100%;
    height: auto;
    background-color: #191919;
}

footer>.about {
    max-width: 850px;
    margin: auto;
    padding: 50px 0px;
}

footer .about .about_item {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 20px;
}

footer .about .about_item .box .logo {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

footer .about .about_item .box .logo img {
    width: 46px;
    height: 35px;
}

footer .about .about_item .box .logo h1 {
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: 400;
    color: white;
}

footer .about .about_item .box p {
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #8C8C8C;
}

footer .about .about_item .box button {
    font-family: 'Raleway';
    font-size: 12px;
    font-weight: 600;
    color: #C4C4C4;
    background: none;
    border: none;
    margin: 15px 0px;
}

footer .about .about_item .box1 h1 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px 0px 20px 0px;
}

footer .about .about_item .box1 p {
    font-family: 'Raleway';
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    color: white;
    padding-bottom: 20px;
}

footer .about .about_item .box2 h1 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px 0px 20px 0px;
}

footer .about .about_item .box2 p {
    font-family: 'Raleway';
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    color: white;
    padding-bottom: 20px;
}

footer .about .about_item .box2 span {
    color: rgba(43, 43, 145, 0.745);
}

footer .about .about_item .box3 h1 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 15px 0px 20px 0px;
}

footer .about .about_item .box3 img>img {
    width: 100%;
}

footer .social {
    width: 100%;
    height: auto;
    background-color: #0d0d0d;
}

footer .social .about {
    max-width: 850px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
}

footer .social .about p {
    font-family: 'Raleway';
    font-size: 10px;
    font-weight: 700;
    color: white;
}











@media screen and (max-width: 1050px) {

    header nav,
    h3,
    h2,
    p {
        padding: 10px 20px;
    }

    main .item_t {
        margin: 150px auto;
        display: flex;
        justify-content: center;
        max-width: 800px;
    }

    main .item_b .card {
        padding: 30px 20px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    main .item_b .card .box1 button {
        margin-top: 10px;
    }

    summary {
        padding: 0px 20px;
    }

    article .top {
        margin: 100px 30px 0px 30px;
    }

    article .top .right .box {
        margin: 10px 0px 0px 20px;
    }

    article .top .right .box i {
        margin: 5px;
    }

    article .top .right .box p {
        padding: 5px;
    }
}

@media screen and (max-width: 850px) {
    header nav {
        display: flex;
        justify-content: center
    }

    header nav ul {
        display: flex;
        justify-content: center;
    }

    header nav .icons {
        margin: auto;
    }

    summary .section1 .item {
        max-width: 560px;
        margin: auto;
        display: grid;
        grid-template-columns: auto auto;
    }

    article .top {
        max-width: 480px;
        margin: 50px auto;
        display: flex;
        flex-wrap: wrap;
        /* text-align: center; */
        padding: 0px 20px;
    }

    article .top .right h1 {
        text-align: center;
    }

    figure .top {
        margin: 0px 20px;
    }

    figure .top .box1 {
        gap: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    figure .bot .photos {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
        padding: 50px 20px;
    }

    footer>.about {
        padding: 60px 20px;
    }

    footer .about .about_item p {
        padding: 15px 0px;
    }
}

@media screen and (max-width: 750px) {
    footer .about .about_item {
        display: grid;
        grid-template-columns: auto auto auto;
        /* padding: 50px 30px;
        column-gap: 30px; */
    }
}

@media screen and (max-width: 600px) {
    header {
        padding-bottom: 300px;
    }

    header h3 {
        margin-top: 150px;
    }

    aside .main {
        margin: 0px 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    footer .about .about_item {
        display: grid;
        grid-template-columns: auto auto;
        padding: 50px 30px;
        column-gap: 30px;
    }
}

@media screen and (max-width: 420px) {
    summary .section1 .item {
        max-width: 270px;
        margin: auto;
        display: grid;
        grid-template-columns: auto;
    }

    footer .about .about_item {
        display: grid;
        grid-template-columns: auto;
    }
    footer .social .about {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        
    }
    
}