/********** Template CSS **********/
:root {
    --primary: #AB7442;
    --light: #F5F5F5;
    --dark: #353535;
    --black1: #000000;
    font-family: Barlow;
}
body{
    background-color: #161D6F;
}
.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/* image border */
.custom-image {
    width: 100%;
    height: auto;
    border: 3px solid #ddd; /* Change color and width as needed */
    padding: 5px; /* Optional padding for the image */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
}




h1 {
    margin-bottom: 50px;
}

h2, p {
    margin-top: 10px;
}

img {
    max-width: 100%;
    height: auto;
}
