body{
    font-family: "Playfair Display", serif;
}
section.sec-1 {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgb(251 239 225) 100%), url(../images/bg.png) no-repeat;
    height: 757px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
}

section.sec-2 {
    background: #fbefe1;
    padding: 4rem 0rem;
}

header {
    background: #fff2e2;
}
.sec-1 img {
    margin-bottom: 15px;
}

.sec-1 h2 span {
    display: block;
    font-size: 38px;
    font-weight: 400;
    line-height: 27px;
}

.sec-1 h2 {
    font-size: 50px;
    line-height: 57px;
    margin-bottom: 14px;
    color: #061929;
}

.sec-1 h1 {
    font-size: 64px;
    line-height: 64px;
    color: #061929;
}

.sec-1 p {
    font-size: 21px;
    color: #061929;
    width: 50%;
    margin: 25px auto 29px;
    font-weight: 500;
}
.sec-1 {
    padding-top: 15px;
    padding-bottom: 20px;
}
.btn-light1 {
    background: #dfc08a;
    color: #061929;
    font-size: 23px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: 0.7s ease;
}

.btn-light1:hover {
    text-decoration: none;
    background: #061929;
    color: #fbefe1;
}

li.nav-item.active {}

header a.nav-link {
    color: #061929 !important;
    font-size: 22px;
    font-weight: 500;
}
header li.nav-item {
    padding: 0px 15px;
}
.sec-2-main {
    text-align: center;
    padding: 10px 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: 0.7s ease;
    /* transform: scale(1.04); */
}

.sec-2-main h4 {
    font-size: 23px;
    width: 89%;
    margin: 12px auto 10px;
    color: #061929;
}

.sec-2-main p {
    font-size: 17px;
    width: 100%;
    margin: 12px auto 10px;
    color: #061929;
    font-weight: 400;
    line-height: 27px;
}

footer {
    text-align: center;
    padding: 25px 0px 25px;
    background: #dfc08a;
}

footer p {
    margin: 0px;
    font-size: 20px;
    color: #061929;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 10px;
}

.sec-2-main:hover {
    border: 2px solid #061929;
    transform: scale(1.02);
}
section.about-1 {
    background: #fffbf3;
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 4rem 0px 3rem;
}

.about-01 h1 {
    color: #01243b;
    font-size: 70px;
    line-height: 69px;
    margin-bottom: 28px;
}

.about-01 p {
    color: #061929;
    font-size: 21px;
    width: 68%;
    margin: 19px auto 10px;
}

.about-miss p {
    width: 40%;
}

.about-miss ul li p {
    color: #01243b;
    font-size: 21px;
    margin: 7px auto;
}

.about-miss ul li {
    position: relative;
    list-style: none;
}

.about-miss ul li::marker {
    /* position: absolute; */
    /* left: 51%; */
    /* text-align: center; */
}
.about-miss ul {
    padding-left: 0px;
}
section.sec-1.contactaa {
    background: linear-gradient(177deg, #f5e2c8 0%, #fdf0e1 50%);
    height: auto;
    padding: 40px 0px;
}

.form-1-cont {
    margin-top: 69px;
}

.form-1-cont h2 {
    color: #061929;
    margin-bottom: 0px;
    line-height: 7px;
}

.form-1-cont p {
    margin-bottom: 0px;
}
.input-form {
    display: block;
    margin: 15px 0px;
}

.input-form label {
    display: block;
    text-align: start;
    font-size: 18px;
    margin-bottom: 3px;
    color: #061929;
    font-weight: 500;
}

.input-form input {
    width: 100%;
}

.input-form message {
    width: 100%;
}

.input-form textarea {
    width: 100%;
    height: 84px;
    background: #fff3e3;
    border: 1px solid #b27217;
}

.form-contact {
    width: 45%;
    margin: 26px auto;
}

label {}

.input-form input {
    height: 43px;
    background: #fff3e3;
    border: 1px solid #b27217;
    outline: none;
    border-radius: 6px;
    padding-left: 10px;
}

section.sec-1.contactaa.por {
    background: #f2dec2;
}

section.port1 {
    background: #fff3e5;
    padding: 4rem 0;
    text-align: center;
}

.portfolio12 h1 {
    color: #01243b;
    font-size: 88px;
    margin-bottom: 0px;
}

.portfolio12 p {
    color: #01243b;
    font-size: 22px;
    margin: 5px 0px 10px;
}

.review h4 {
    font-size: 24px;
    color: #01243b;
    margin-bottom: 0px;
}

.review {
    margin: 1.5rem auto;
    width: 45%;
}

h4 {}

.review span {
    color: #01243b;
    font-size: 26px;
}

.portfolio1 {
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    text-align: start;
    width: 100%;
    justify-content: center;
    gap: 21px;
}

.portfolio-child {
    display: flex;
    width: 47%;
    margin: 10px 0px;
    gap: 13px;
    align-items: center;
    padding: 10px 10px;
    background: #f2dec2;
    border-radius: 10px;
}

.portfolio-child img {
    /* width: 259px; */
    height: 346px;
    object-fit: cover;
}

.content-por h2 {
    color: #01243b;
    font-size: 38px;
}

h2 {}

.content-por p {
    color: #01243b;
    font-size: 20px;
    width: 91%;
    margin: 0px 0px;
}
.sec-2-main.serv {
    text-align: start;
}

.sec-2-main.serv h4 {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 2px;
}

h4 {}

.sec-2-main.serv ul {
    padding-left: 0;
    padding: 0px;
    margin: 0;
}

.sec-2-main.serv {
    margin: 13px 0px;
    border: 1px solid #061929;
    height: 426px;
    /* display: flex; */
    align-items: center;
    flex-direction: initial;
    padding: 15px 13px;
}

.sec-2-main.serv p br {
}

.sec-2-main.serv:hover {
    transform: scale(1);
    background: #061929;
    border-color: white;
}

.sec-2-main.serv:hover h4 {
    color: #fbefe1;
}

.sec-2-main.serv:hover p {
    color: #fbefe1;
}

.sec-2-main.serv ul li {
    list-style: none;
}

section.sec-2 {}
section.sec-2 h1 {
    text-align: center;
    color: #061929;
    margin-bottom: 23px;
    width: 53%;
    margin-left: auto;
    margin-right: auto;
}
.about-miss h3 {
    color: #01243b;
}

header img {
    width: 127px;
}
section.privacy {
    padding: 30px 0px;
    background: #fff2e2;
}

section.privacy h1 {
    color: #061929;
    /* background: aqua; */
}

section.privacy p {
    color: #061929;
    font-size: 18px;
    font-weight: 600;
}

section.privacy h2 {
    color: #061929;
}

section.privacy ul {
    padding: 0px;
}

section.privacy li {
    list-style: none;
}

footer a {
    color: #061929;
    font-size: 19px;
    font-weight: 500;
}
.loader img {
    width: 56px;
    margin-top: 11px;
}