@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
@font-face {
    font-family: 'Athelas';
    src: url('../fonts/Athelas-Regular.eot');
    src: url('../fonts/Athelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Athelas-Regular.woff2') format('woff2'),
        url('../fonts/Athelas-Regular.woff') format('woff'),
        url('../fonts/Athelas-Regular.ttf') format('truetype'),
        url('../fonts/Athelas-Regular.svg#Athelas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chap';
    src: url('../fonts/Chap-Regular.eot');
    src: url('../fonts/Chap-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Chap-Regular.woff2') format('woff2'),
        url('../fonts/Chap-Regular.woff') format('woff'),
        url('../fonts/Chap-Regular.ttf') format('truetype'),
        url('../fonts/Chap-Regular.svg#Chap-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



::-moz-selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #7b7d7f;
    color: #ffffff;
    text-shadow: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: 'Athelas';
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #000;
    background: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: hidden;
    /* overflow-y: scroll; */
}

:root {
    overflow-y: scroll;
}

/* html.cl-loaded.menu-came-in {
  overflow: hidden;
} */

a {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

a:hover {
    text-decoration: none;
    transition: all 0.25s ease-out 0s;
}

p,
p span {
    font-family: "Readex Pro", sans-serif;
}

img {
    border: 0px;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

:-moz-placeholder {
    color: #ffffff;
}

section,
header,
footer {
    width: 100%;
    float: left;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Chap';
}

p {
    font-family: 'Athelas';
}

.container {
    max-width: 1365px;
    margin: 0 auto;
    padding: 0px 15px;
}

.header-sec {
    background-color: white;
    padding: 20px 30px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-content .logo img {
    width: 200px;
}


.overlay {
    position: fixed;
    width: 75%;
    height: 100vh;
    background: #693822;
    padding: 112px 6%;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -100%;
    opacity: 0;
    transition: all .25s ease-in-out;
}

.overlay.show {
    margin-left: 0;
    opacity: 1;
}

.menu-open .hamberger-menu {
    position: fixed;
}

.hamberger-menu {
    position: absolute;
    width: 70px;
    height: 30px;
    margin-left: 6%;
    top: 42px;
    z-index: 99;
    cursor: pointer;
    user-select: none;
}

.hamberger-menu .line {
    display: inline-block;
    width: 100%;
    background: #be6c2a;
    height: 2px;
    position: relative;
}

.hamberger-menu .line:before {
    content: "";
    position: absolute;
    width: 100%;
    background: #be6c2a;
    height: 2px;
    top: -11px;
}

.hamberger-menu .line:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #be6c2a;
    height: 2px;
    top: 12px;
}

.hamberger-menu .menu-toggle {
    display: block;
    width: 100%;
    height: 100%;
}

.overlay ul {
    width: 100%;
}

.overlay ul li.nav-link {
    display: block;
    padding: 0;
    color: #be6c2a;
    border-bottom: 1px solid #be6c2a;
}

.overlay ul li.nav-link a {
    font-size: 35px;
    padding: 10px 0;
    display: inline-block;
    color: #be6c2a;
    font-family: "chap";
}

.overlay ul li.nav-link a:hover {
    color: #ffffff;
}


.home-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/home-banner.png");
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
}

.home-banner h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}

/* who we are */

.whowe-sec {
    background-color: #eed9c7;
    padding: 60px 0px;
    text-align: center;
}

.who-sec-contnet {
    max-width: 600px;
    margin: 0 auto;
}

.whowe-sec h5 {
    font-size: 20px;
    color: #B2622A;
    margin-bottom: 40px;
}

.whowe-sec p {
    color: #7C5C28;
    font-size: 18px;
    line-height: 1.5;
}




.manifesto-sec {
    padding: 60px 0px;
    text-align: center;
}

.manifesto-content {
    max-width: 600px;
    margin: 0 auto;
}

.manifesto-content h5 {
    font-size: 20px;
    color: #B2622A;
    margin-bottom: 40px;
}

.manifesto-content h2 {
    color: #F15B2D;
    font-size: 55px;
    text-align: left;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.manifesto-content h2 sup {
    font-size: 12px;
    top: -17px;
}

.manifesto-content p {
    font-size: 18px;
    line-height: 1.5;
}



.who-we-sec {
    padding: 120px 0px;
    background-image: url("../images/who-we-ban.png");
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.who-we-content {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}

.who-we-content h5 {
    margin-bottom: 50px;
    font-size: 20px;
}

.who-we-content p {
    font-size: 18px;
    line-height: 1.5;
}





.what-sets-sec {
    padding: 60px 0px;
    text-align: center;
    background-color: #eed9c7;
}

.what-sets-content {
    max-width: 600px;
    margin: 0 auto;
}

.what-sets-content h5 {
    font-size: 20px;
    color: #B2622A;
    margin-bottom: 40px;
}

.what-sets-content p {
    color: #7C5C28;
    line-height: 1.5;
    font-size: 18px;
}

.what-set-accordion {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.what-set-accordion .accordion .accordion-item .accordion-button {
    background-color: #eed9c7;
    color: #7C5C28;
    font-size: 18px;
    position: relative;
    padding: 25px 0px;
}

.what-set-accordion .accordion .accordion-item .accordion-button::after {
    content: "";
    position: absolute;
    background-image: none;
    border: solid #7C5C28;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 15px;
    height: 30px;
    width: 30px;
    top: 10px;
}

.what-set-accordion .accordion .accordion-item .accordion-body {
    background-color: #eed9c7;
    border: none;
    padding: 15px 0px;
    text-align: left;
}

.what-set-accordion .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.what-set-accordion .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(225deg);
}

.what-set-accordion .accordion .accordion-item {
    border: 1px solid #B2622A;
    border-left: 0;
    border-right: 0;
}

.what-set-accordion .accordion .accordion-item:nth-child(2),
.what-set-accordion .accordion .accordion-item:nth-child(3) {
    border-top: 0;
}

.collabration-sec {
    background-image: url("../images/collabration-bg.png");
    padding: 120px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-bottom: 200px;
}

.collabration-contnet {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}

.collabration-contnet h5 {
    margin-bottom: 50px;
    font-size: 20px;
}

.collabration-contnet p {
    font-size: 18px;
    line-height: 1.5;
}


.form-sec {
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 120px;
    background-color: #BB6B28;
    max-width: 800px;
    width: 100%;
    padding-bottom: 50px;
}

.form-sec input {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
}

.form-sec input::placeholder,
.form-sec textarea::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    font-family: 'Chap';
    font-size: 20px;
}

.form-sec input::-ms-input-placeholder,
.form-sec textarea::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    font-family: 'Chap';
    font-size: 20px;

}

.form-control:focus {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.form-sec textarea {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
}

.form-sec .send-btn {
    text-align: right;
    margin-top: 50px;

}

.form-sec .send-btn a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Chap';
    text-transform: uppercase;
    padding: 20px;
}





.footer-sec {
    padding-top: 250px;
    padding-bottom: 50px;
    font-family: 'Athelas';
    font-size: 18px;
}

.footer-sec a {
    text-decoration: none;
    color: black;
}

.footer-sec .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-sec .footer-content .footer-logo a img {
    width: 200px;
}

.footer-list-2 .footer-address {
    margin-bottom: 20px;
}

.footer-list-3 ul li {
    list-style-type: none;
    margin-bottom: 8px;
}

.social-media {
    display: flex;
}

.social-media a {
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

.footer-sec p {
    color: #000;
    margin: 0 0 20px;
}




/* About page */



.about-banner {
    background-image: url("../images/who-we-ban.jpg");
    height: 250px;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: 0% 50%;
    position: relative;
}

.about-banner h2 {
    z-index: 5;
}

.about-banner::after {
    content: "";
    position: absolute;
    background-color: #833121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.about-us-content-sec {
    padding: 50px 0px;
}

.about-content,
.what-bind-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.about-content .about-left {
    width: 48%;
}

.about-content .about-right {
    width: 48%;
}

.sub-head h4 {
    font-size: 20px;
    color: #B2622A;
    margin-bottom: 10px;
    font-family: 'Athelas';
}

.sub-head h2 {
    font-size: 40px;
    color: #F15B2D;
    font-weight: 500;
}

.about-content .about-right p {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}


.whatbind-sec {
    background-color: #eed9c7;
    padding: 50px 0px;
    width: 100%;
}

.what-bind-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.what-bind-left {
    width: 48%;
}

.what-bind-right {
    width: 48%;
}

.boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.bind-box {
    background-color: #fff;
    width: 180px;
    height: 180px;
    border-radius: 20px;
    border: 1px solid #BB6B28;
    margin-bottom: 70px;
}

.bind-box:nth-child(2) {
    transform: translateY(60%);
    top: 60%;
    left: 10%;
    position: relative;
}

.bind-box:nth-child(3) {
    margin-bottom: 0;
}

.bind-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #BB6B28;
    width: 100%;
    height: 100%;
    font-family: 'Athelas';
}

.bind-box-content h3 {
    font-size: 50px;
    margin-bottom: 10px;
    color: #F15B2D;
}

.bind-box-content p {
    font-size: 25px;
}

.what-bind-right-contnet h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: #B2622A;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B2622A;
}

.what-bind-right-contnet p {
    color: #7C5C28;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}


.what-we-sec-content {
    max-width: 1000px;
    margin: 0 auto;
}

.what-we-do-sec {
    background-color: #BB6B28;
    padding: 80px 0px;
}

.what-we-head h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.what-we-head {
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.service-contnet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serv-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.serv-box .serv-logo img {
    width: 80px;
    height: 80px;
}

.serv-box .serv-head h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #fff;
}

.vision-sec {
    padding: 50px 0px;
}

.vision-sec-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.vision-left {
    width: 35%;
}

.vision-left img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.vision-right {
    width: 60%;
}

.vision-box {
    padding: 30px 0px;
    border-bottom: 1px solid #F15B2D
}

.vision-box:last-child {
    border-bottom: none;
}

.vision-box h3 {
    color: #F15B2D;
    font-size: 30px;
    margin-bottom: 20px;
}

.vision-box p {
    color: #7C5C28;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}


/* portfolio-section */
.portfolio-banner {
    background-image: url("../images/who-we-ban.jpg");
    height: 250px;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: 0% 50%;
    position: relative;
}

.portfolio-banner::after {
    content: "";
    position: absolute;
    background-color: #833121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.portfolio-banner h2 {
    z-index: 5;
}

.portfolio-head {
    margin: 60px 0px;
}

.portfolio-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-content-head {
    width: 48%;
}

.portfolio-content-head h2 {
    font-size: 40px;
    color: #F15B2D;
    font-weight: 500;
}

.portfolio-content-para {
    width: 48%;
}

.portfolio-content-para p {
    color: #7C5C28;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}

.portfolio-works {
    float: left;
    width: 100%;
}

.portfolio-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.portfolio-box {
    width: 32%;
    margin-bottom: 40px;
}

.portfolio-contnet {
    margin-top: 20px;
}

.portfolio-contnet h3 {
    color: #F15B2D;
    font-size: 28px;
    text-decoration: underline;
    margin-bottom: 10px;
    position: relative;
}

.portfolio-contnet h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    width: 40px;
    height: 40px;
    background-image: url("../images/rightarrow.svg");
    background-size: cover;
    transform: rotate(314deg);
}

.portfolio-contnet p {
    font-size: 18px;
    color: #7b7d7f;
}




/* collaborate */
.collab-wrapp {
    padding: 95px 0;
    background: #eed9c7;
}

.collab-wrapp .collab-row {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.collab-wrapp .collab-left {
    width: 45%;
}

.collab-wrapp .collab-right {
    width: 50%;
}

.collab-wrapp h2 {
    font-size: 40px;
    color: #B2622A;
    font-weight: 500;
    margin: 0 0 20px;
}

.collab-wrapp p {
    color: #7C5C28;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    margin: 0 0 20px;
}

.collab-wrapp ul {
    width: 100%;
    margin: 0 0 20px;
}

.collab-wrapp ul li {
    color: #7C5C28;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
    padding-left: 15px;
    position: relative;
}

.collab-wrapp ul li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: -1px;
}

.collab-wrapp .collab-form {
    width: 100%;
    background: #fff;
    padding: 70px 50px;
}

.collab-wrapp .text-fields {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.collab-wrapp .text-fields .text-field {
    width: 48%;
    margin: 0 4% 0 0;
}

.collab-wrapp .text-fields .text-field:nth-child(2n) {
    margin-right: 0;
}

.collab-wrapp .text-fields .text-field input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #BB6B28;
    border-radius: 0;
    margin-bottom: 15px;
    color: #BB6B28;
    font-size: 18px;
    height: 52px;
    font-family: 'Chap';
    text-align: left;
}

.collab-wrapp .text-fields .text-field input::placeholder {
    color: #BB6B28;
}

.collab-wrapp .text-fields .text-field:nth-child(5) {
    width: 100%;
    margin: 0 0 0;
}

.collab-wrapp .text-fields .text-field textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #BB6B28;
    border-radius: 0;
    margin-bottom: 30px;
    color: #BB6B28;
    font-size: 18px;
    height: 125px;
    font-family: 'Chap';
    resize: none;
    text-align: left;
}

.collab-wrapp .text-fields .text-field textarea::placeholder {
    color: #BB6B28;
}

.collab-wrapp .text-fields .text-btn {
    width: 100%;
    text-align: left;
}

.collab-wrapp .text-fields .text-btn .submit-btn {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: 'Chap';
    text-transform: uppercase;
    padding: 12px 25px;
    background: #BB6B28;
    border: 1px solid #BB6B28;
    transition: all .25s ease-in-out;
}

.collab-wrapp .text-fields .text-btn .submit-btn:hover {
    background: none;
    color: #BB6B28;
}

.collab-page .footer-sec {
    padding-top: 55px;
}






/* manifestostyle */


.manifesto-banner {
    background-image: url("../images/who-we-ban.jpg");
    height: 250px;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: 0% 50%;
    position: relative;
}

.manifesto-banner::after {
    content: "";
    position: absolute;
    background-color: #833121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.manifesto-banner h2 {
    z-index: 5;
}

.manifesto-section {
    padding: 50px 0px;
    background-color: #eed9c7;
    width: 100%;
}

.ourmanifesto-content {
    max-width: 1000px;
    margin: 0 auto;
}

.ourmanifesto-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #7C5C28;
}

.ourmanifesto-content h3 {
    font-size: 30px;
    color: #F15B2D;
    margin: 50px 0px;
    margin-bottom: 10px;
}




/* newsroom */


.newsroom-banner {
    background-image: url("../images/who-we-ban.jpg");
    height: 250px;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: 0% 50%;
    position: relative;
}

.newsroom-banner::after {
    content: "";
    position: absolute;
    background-color: #833121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.newsroom-banner h2 {
    z-index: 5;
}
.news-room-sec{
    background-color: #eed9c799;
}
.news-sec {
    max-width: 1000px;
    margin: 50px auto;
}
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: minmax(100px, auto);
}

.one {
    grid-column: 1 / 3;
    grid-row: 1/5;
}

.two {
    grid-column: 3/ 4;
    grid-row: 1 / 3;
}

.three {
    grid-column: 3;
    grid-row: 3/5;
}

.four {
    grid-column: 1;
    grid-row: 5/7;
}

.five {
    grid-column: 2;
    grid-row: 5/7;
}

.six {
    grid-column: 3;
    grid-row: 5/7;
}
.seven {
    grid-column: 1;
    grid-row: 7/9;
}
.eight {
    grid-column: 2;
    grid-row: 7/9;
}
.nine {
    grid-column: 3;
    grid-row: 7/9;
}
.main-news{
    border-bottom: 1px solid #693822;
    border-radius: none;
}
.main-news .news-image img{
    max-width: 650px;
    width: 100%;
    min-height: 400px;
    height: 100%;
    object-fit: cover;
}
.main-news .news-content{
    margin: 10px 0px;
}
.main-news .news-content h3{
    font-size: 30px;
    color: #B2622A;
    margin-bottom: 20px;
    font-weight: 500;

}
.main-news .news-content p{
    font-size: 18px;
    color: #7C5C28;
    margin-bottom: 15px;
    text-align: justify;
}
.main-news .news-content h4{
    color: #F15B2D;
    font-size: 16px;
}
.news-box{
    border-bottom: 1px solid #693822;
}
.news-box .news-box-content img{
    max-width: 300px;
    width: 100%;
    min-height: 150px;
    height: 100%;
    object-fit: cover;
}
.news-box .news-box-content{
    margin: 10px 0px;
}
.news-box .news-box-content h3{
    font-size: 22px;
    color: #B2622A;
    margin-bottom: 10px;
    font-weight: 500;

}
.news-box .news-box-content p{
    font-size: 16px;
    color: #7C5C28;
    margin-bottom: 15px;
    text-align: justify;
}
.news-box .news-box-content h4{
    color: #F15B2D;
    font-size: 16px;
}


/* whatmkesapart */

.whatmakes-banner {
    background-image: url("../images/who-we-ban.jpg");
    height: 250px;
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: 0% 50%;
    position: relative;
}

.whatmakes-banner::after {
    content: "";
    position: absolute;
    background-color: #833121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.whatmakes-banner h2 {
    z-index: 5;
}
.whatmake-sec{
    padding: 80px 0px;
    background-color:#eed9c7;
}
.what-makes-boxes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.makes-box{
    background-color: #fff;
    padding: 30px;
    border: 1px solid #693822;
    border-radius: 20px;
    width: 48%;
    margin-bottom: 50px;
}
.makes-box h3{
    font-size: 30px;
    color: #F15B2D;
    margin-bottom: 10px;
}
.makes-box p{
    font-size: 18px;
    color: #833121;
    line-height: 1.6;
}



/* ----gallery---- */

.gallery-wrapp {
    padding: 70px 0;
}

.gallery-wrapp .gallery-row {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.gallery-wrapp .gallery-row .gallery-col1 {
    width: 24%;
    margin: 0 1.33% 1.33% 0;
}

.gallery-wrapp .gallery-row .gallery-col1:nth-child(4n) {
    margin-right: 0;
}

.gallery-wrapp .gallery-row .gallery-col1 img {
    width: 100%;
    display: block;
}