:root {
    --background: #000000;
    --primary-color: #FFFFFF;
    --secondary-color: #673090;
    --secondary-text-color: #A285BA;
    --border-color: #7F7F7F;
}

body {
    background-color: var(--background);
    color: var(--primary-color);
    font-family: 'Roboto', sans-serif !important;
    height: 100vh;
}


/* Navigation style */

nav {
    min-width: 46rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: var(--primary-color);
}

nav a.btn {
    background-color: var(--secondary-color);
    border-radius: 0;
    color: var(--primary-color);
}

nav a.btn:hover {
    background-color: var(--secondary-color);
}

/* End navigation style */


/* ======= Home style ========= */

#home-title-container {
    /* height: fit-content; */
    padding-top: 35px;
}

#home-title-container h1 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 8rem;
    font-weight: 700;
}

#home-title-container h1, #home-title-container p {
    text-align: center;
}

#home-title-container p {
    color: var(--secondary-color);
}

#home-image-container {
    height: 21rem;
}

#home-image-container img {
    position: absolute;
    width: 95vw;
    height: 60%;
    object-fit:cover;
    padding-bottom: 20px;
    top: 550px;
    z-index: -50;
}

/* End home style */


/* About us section */

#about-us-section{
    padding-top: 600px;
}
/* #right-texts h1{
    left: 40%;
} */

#about-us-section h1 {
    font-size: 4rem;
    line-height: 1;
}

#purple {
    color: var(--secondary-text-color);
}

.value-container {
    margin-right: 16px;
    max-width: 150px;
}

.value-text {
    font-size: 4rem;
}

.add-symbol {
    font-size: 4rem;
    font-weight: 400;
    color: var(--secondary-text-color);
    padding-right: 20px;
    padding-left: 2px;
}

.value-title {
    font-size: 1.5rem;
    line-height: 1;
    padding-left: 5px;
}

/* .stacked-image-container {
    width: 20rem;
    height: 25rem;
}

.stacked-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stacked-image-container.on-top {
    z-index: 1;
}

.stacked-image-container.z-index-1 {
    z-index: 1;
}

.stacked-image-container.z-index-2 {
    z-index: 2;
}

.stacked-image-container.z-index-3 {
    z-index: 3;
}

.stacked-image-container.down {
    margin-top: 2rem;
}

.stacked-image-container.move-left {
    margin-left: -1rem;
} */

/* End about us section */


/* Our services section */

#purple {
    color: var(--secondary-text-color);
}

.temp-class-container {
    text-align: center;
    border-bottom: 3px solid var(--border-color);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}
.temp-class {
    font-size: 2rem;
    text-decoration: none;
    color: var(--border-color);
    text-align: center;
}

/* End our services section */


/* Division section */

#grey-header {
    color: #7F7F7F;
}

.division-container {
    display: flex;
    margin-bottom: 2rem;
}

.division-branch-image-container {
    height: 30rem;
    width: 30rem;
    border-radius: 1rem;
}

.division-branch-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.branch-name {
    font-size: 4.375rem;
}

.division-container .btn {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}


/* End division section */


/* Market insight section */


.market-insight-image-container {
    height: 30rem;
    width: 30rem;
    border-radius: 1rem;
}

.market-insight-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.market-insight-container .btn{
    background-color: var(--secondary-color);
    color: var(--primary-color);
}


/* End market insight section */


/* Sections style */

.section-title {
    border-radius: 1.124rem;
    border: 2px solid var(--border-color);
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 16px;
    margin-bottom: 3.625rem;
    width: fit-content;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.section-header {
    /* font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem; */
    
     padding-left: 40px;
    padding-right: 40px;
    font-size: 4.5rem;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 5rem;
    margin-top: 2rem;
}

ul{
    list-style: none;
}
ul.home_dropdown li{
    display: block;
}
ul.home_dropdown{
    width: 100%;
    background: black;
    position: absolute;
    z-index: 999;
    display: none;
}

ul li:hover ul.dropdown {
    display: block;
}

/* End sections style */


/* ========= Divison Page ========== */
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: black;
}
.division_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    height: 600px;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;

}
.division-container .slide .item-division{
    width: 200px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505055;
    
}
/* ======= footer image ========== */

/* =====image ======== */
.img_contact_us img{
    width: 100px;
    height: 200px;
    object-fit: cover;
    border-radius: 1.8rem;
    left: 5000px;
    padding-bottom: 100px;
    position: relative;
} 


/* ========== footer code ==========  */
.footer{
  position: relative;
  padding-bottom: 30px;
  /* top: 50%;
  left: 50%; */
  left: 40%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  /* max-width: 1280px; */
  width: 100%;
  background: #000000;
  box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
  border-radius: 6px;
}
.footer .footer-row{
   display: flex;
   flex-wrap: wrap;
   /* justify-content: space-between; */
   justify-content: center;
   gap: 4px;
   /* pad: 60px; */
   padding-left: 40px; 
   padding-right: 120px;
   padding-top: 30px;
   padding-bottom: 20px;
}
.footer-row .footer-col{
  padding-left: 10%;
}

.footer-row .footer-col h4{
  /* color: ; */
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-col .links{
  list-style: none;
  margin-bottom: 10px;
}
.footer-col .links li{
  /* list-style: none; */
  margin-bottom: 1px;
}

.footer-col .links li a{
  text-decoration: none;
  color: var(--body-font);
}
.footer-col .links li a:hover{
  color: var(--secondary-text-color);
}

.footer-col p{
  /* color: ; */
  margin: 10px 0;
  max-width: 300px;
}
.footer-col form{
  display: flex;
  /* gap: 5px; */
}
.footer-col input{
  height: 40px; 
  border-radius: 6px;
  background: none;
  width: 100%;
  outline: none;
  border: 1px solid #7489c6;
  caret-color: black;
  color: black;
  padding-left: 10px;
}
.footer-col input::placeholder{
  color: black;
}

.footer-col form button{
background: var(--secondary-text-color);
outline: none;
border: none;
padding: 10px 15px;
border-radius: 6px;
cursor: pointer;
font-weight: 500;
transition: 0.2s ease;
}

.footer-col form button:hover{
  background: var(--first-color);
}
/* .footer-col .icons{
  display: flex;
  margin-top: 30px;
  gap: 30px;
  cursor: pointer;
}
.footer-col .icons i{
  color: var(--first-color );
}
.footer-col .icons i:hover{
  color: black;
} */


/* ===================== media footer =================== */
@media(max-width: 768px){
•footer{
  position: relative;
  bottom: 0;
  left: 0;
  transform: none;
  width: 100vh;
  border-radius: 0;
  padding-right: 20px;
} 
.footer .footer-row{
  padding: 20px;
  gap: 1rem;
}
.footer-col form{
  display: block;
}
.footer-col form :where(input, button){
  width: 100%;
}
.footer-col form :no-button{
  margin: 10px 0px 0px 0px;

}
.footer-col:nth-child(1){
  opacity: 0;
}
.footer-col .links .icons{
  justify-content: center;
  display: flex;
 
}

}