img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--Charcoal, #1d1d1d);
  font-family: "Source Sans 3", sans-serif;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-30); /* 150% */
  letter-spacing: 0.4px;
  margin-bottom: 15px;
  margin-top: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  margin-top: 0px;
}

:root {
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-50: 50px;
  --fs-62: 62px;
  --fs-70: 70px;
  --fs-82: 82px;
  --fs-22: 22px;
  --fs-26: 26px;
  --lh-24: 24px;
  --lh-26: 26px;
  --lh-28: 28px;
  --lh-30: 30px;
  --lh-32: 32px;
  --lh-56: 56px;
  --lh-62: 62px;
  --lh-72: 72px;
  --lh-90: 90px;
  --bg-color: rgba(29, 29, 29, 1);
  --color-white: #fff;
}

body,
html {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

/* header css start */

.custom-header {
    background-color: rgb(29 29 29 / 50%);
    padding: 18px 0px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(29, 29, 29, 0.50);
    backdrop-filter: blur(15px);
}
.custom-header ul li a {
  color: var(--color-white);
  text-align: center;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-24); /* 120% */
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: 0.3s ease-in;
}
.custom-header ul li:hover a{
  color: var(--Muted-Gold, #C2B280);
}
.custom-header ul li.current-menu-item a{
  color: var(--Muted-Gold, #C2B280);

}
.custom-header ul li {
  list-style: none;
}
.custom-header ul {
  padding: 0px;
  margin: 0px;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-item ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mt{
  margin-top: 101px;
}

/* hero */

.hero {
  position: relative;
  z-index: 0;
  padding-top: 285px;
  background-position: top;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #F5F5F0;
  background-attachment: fixed;
 
}
/* .hero::after {
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0.2;
  background-color: #000;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
} */
.main-image-banner.data{
  position: relative;
  z-index: 99;
}
.main-conent {
  background: var(--Charcoal, #1d1d1d);
  padding-top: 47px;
  padding-left: 160px;
  padding-bottom: 47px;
  padding-right: 176px;
  max-width: 1230px;
  width: 100%;
  position: relative;
  z-index: 0;

}

.fs-60 {
  color: var(--Slate-Gray, #a9a9a9);
  font-family: "Cormorant Garamond";
  font-size: var(--fs-62);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-62); /* 103.333% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 15px;
}

.main-conent p {
  color: var(--Slate-Gray, #a9a9a9);
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-28); /* 127.273% */
  letter-spacing: 0.88px;
  max-width: 900px;
  width: 100%;
}

.btns .c-btn {
  padding: 10px 30px;
  display: block;
  border: 1px solid var(--Slate-Gray, #a9a9a9);
}
.btns {
  display: flex;
  gap: 30px;
  padding-top: 20px;
}
.btns .c-btn {
  color: var(--Slate-Gray, #a9a9a9);
  text-align: center;
  text-decoration: none;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24); /* 133.333% */
  letter-spacing: 1.8px;
  transition: 0.3s ease-in;
  text-transform: uppercase;
  position: relative;
}

.btns .c-btn.yellow {
  border: 1px solid var(--Muted-Gold, #c2b280);
  color: var(--Muted-Gold, #c2b280);

}
.btns .c-btn::after{
  width: 0;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease-in;
}
.btns .c-btn.yellow:hover{
  color: var(--Charcoal, #1D1D1D);
}
.btns .c-btn.yellow:hover::after{
 width: 100%;
 background-color:  var(--Muted-Gold, #c2b280);

}
.btns .c-btn.white:hover{
color: var(--Charcoal, #1D1D1D);
border: 1px solid #FFF;


}
.btns .c-btn.white:hover::after{
background: var(--White, #FFF);
width: 100%;

}

.main-image-banner img {
  display: block;
  height: 100%;
}

/* about us section */
.about-us {
  background: var(--Ivory-White, #f5f5f0);
  padding-top: 105px;
  padding-bottom: 123px;
  margin-top: -267px;

}
.main-conent-data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.sub-dis {
  max-width: 512px;
  width: 100%;
}

.fs-70 {
  font-size: var(--fs-70);
  line-height: var(--lh-72);
}
.main-title {
  max-width: 475px;
  width: 100%;
  color: var(--Deep-Navy, #1a2238);
  font-family: "Cormorant Garamond";

  font-style: normal;
  font-weight: 500;

  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.about-us .btns {
  justify-content: center;
  margin-top: 45px;
  padding-top: 0px;
}
.btns.data .c-btn {
  /* border: 1px solid var(--Deep-Navy, #1a2238); */
  background: var(--Deep-Navy, #1a2238);
  color: var(--Ivory-White, #f5f5f0);
  text-align: center;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24); /* 133.333% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  z-index: 4;
}
.btns.data a.c-btn.white::after{
  
background: var(--Muted-Gold, #C2B280);
}
.btns.data a.c-btn.white::after{
  width: 0;
  z-index: -1;
}
.btns.data a.c-btn.white:hover::after{
  width: 100%;
}
.btns.data a.c-btn.white:hover{
  color: red;
  color: var(--Charcoal, #1D1D1D);
border: 1px solid var(--Muted-Gold, #C2B280);

}

.about-us {
  position: relative;
}
.rotate {
  position: absolute;
  left: 98px;
  writing-mode: sideways-lr;
  height: 100%;
  text-align: center;
  top: 0px;
}
.rotate span {
  color: var(--Slate-Gray, #a9a9a9);
  font-size: var(--fs-82);
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  letter-spacing: 1.64px;
  display: block;
  opacity: 0.2;
  text-transform: uppercase;
}
/* about us section end */

/* exprince css */

.exprince {
  position: relative;
  padding: 53px 0px;
}

.main-title-exprince {
  max-width: 844px;
  width: 100%;
  margin: 0 auto;
}
.fs-50 {
  font-size: var(--fs-50);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-56); /* 112% */
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.main-title-exprince .fs-50 {
  margin-bottom: 25px;
  color: var(--Ivory-White, #f5f5f0);
  text-align: center;
  font-family: "Cormorant Garamond";
}
.main-title-exprince p {
  text-align: center;
  color: var(--Ivory-White, #f5f5f0);
  text-align: center;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-32); /* 145.455% */
  letter-spacing: 0.44px;
}

.grid-start {
  display: flex;
  gap: 35px;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.grid-start {
  padding-top: 45px;
}
.grid-value {
  /* border: 1px solid var(--Slate-Gray, #a9a9a9); */

  max-width: 268px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.grid-value h3 {
  color: var(--Slate-Gray, #a9a9a9);
  text-align: center;
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-28); /* 116.667% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 20px;
  min-height: 60px;
}

.grid-value p {
  color: var(--Slate-Gray, #a9a9a9);
  text-align: center;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-28); /* 144.444% */
  letter-spacing: 0.36px;
}
.grid-value::after {
  width: 100%;
  height: 100%;
  border: 1px solid var(--Slate-Gray, #a9a9a9);
  background: var(--Deep-Navy, #1A2238);
  position: absolute;
  content: "";
  z-index: 2;
  left: 10px;
  top: 10px;
  transition: 0.3s ease-in;
}

.grid-value:hover::after {
  top: -5px;
  left: -5px;
    border: 1px solid var(--Ivory-White, #F5F5F0);
  }
.grid-value::before {
  width: 100%;
  height: 100%;
  border: 1px solid var(--Slate-Gray, #a9a9a9);
  position: absolute;
  background: var(--Deep-Navy, #1A2238);
  content: "";
  z-index: 2;
  right: 0px;
  top: 0px;
  transition: 0.3s ease-in;
}
.grid-value:hover::before {
  right: -5px;
  top: 5px;
  border: 1px solid var(--Ivory-White, #F5F5F0);

}
 .content-service{
  cursor: pointer;
 }
/* .grid-value:hover .content-service {

background: var(--Deep-Navy, #1A2238);
} */
.grid-value:hover .content-service h3{
color: var(--Ivory-White, #F5F5F0);

}
.grid-value:hover .content-service p{
  color: var(--Ivory-White, #F5F5F0);

}
 .content-service h3,
.content-service p{
transition: 0.3s ease-in;
}
.content-service {
  padding: 40px 23px;
  /* background: var(--Deep-Navy, #1a2238); */
  position: relative;
  z-index: 99;
  height: 365px;
}

.exprince .btns {
  padding-top: 0px;
  margin: 0 auto;
  margin-top: 63px;
  width: fit-content;
}

.exprince .btns .c-btn {
  /* border: 1px solid var(--Slate-Gray, #a9a9a9); */
  background: var(--Slate-Gray, #a9a9a9);
  color: var(--Charcoal, #1d1d1d);
}

.exprince .rotate {
  left: auto;
  z-index: 99;
  writing-mode: sideways-rl;
  right: 98px;
}

/* foundation css start */
.foundation {
  padding-top: 40px;
  padding-bottom: 60px;
  background: var(--Ivory-White, #f5f5f0);
  position: relative;
}
.foundation .fs-50 {
  color: var(--Charcoal, #1d1d1d);
  font-family: "Cormorant Garamond";
  font-style: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.main-title-data p {
  font-size: var(--fs-22);
}

.main-list ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.main-list ul li {
  list-style: none;
}
.main-title-data {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.main-title-data p {
  max-width: 1035px;
  width: 100%;
}
.main-list {
  padding-top: 46px;
}
.main-list ul li {
  width: 49%;
}
.main-list ul li .list-conent {
  padding: 54px 40px;
  border-radius: 40px 0 0 0;
  background: rgba(26, 34, 56, 0.1);
  height: 100%;
  transition: 0.3s ease-in;
}
.main-list ul li:nth-child(1) .list-conent{

border-top: 2px solid transparent;
border-left: 2px solid transparent;

}
.main-list ul li:nth-child(1):hover  .list-conent{
 border-radius: 40px 0 0 0;
border-top: 2px solid var(--Deep-Navy, #1A2238);
border-left: 2px solid var(--Deep-Navy, #1A2238);
background: rgba(26, 34, 56, 0.10);
}

.main-list ul li:nth-child(2) .list-conent{

border-top: 2px solid transparent;
border-right: 2px solid transparent;

}
.main-list ul li:nth-child(2):hover .list-conent {
border-color: var(--Deep-Navy, #1A2238);
background: rgba(26, 34, 56, 0.10);
}

.main-list ul li:nth-child(3) .list-conent{

border-bottom: 2px solid transparent;
border-left: 2px solid transparent;

}
.main-list ul li:nth-child(3):hover .list-conent {
border-radius: 0 0 0 40px;
border-bottom: 2px solid var(--Deep-Navy, #1A2238);
border-left: 2px solid var(--Deep-Navy, #1A2238);
background: rgba(26, 34, 56, 0.10);
}

.main-list ul li:nth-child(4) .list-conent{

border-right: 2px solid transparent;
border-bottom: 2px solid transparent;

}
.main-list ul li:nth-child(4):hover .list-conent {
border-radius: 0 0 40px 0;
border-right: 2px solid var(--Deep-Navy, #1A2238);
border-bottom: 2px solid var(--Deep-Navy, #1A2238);
background: rgba(26, 34, 56, 0.10);
}
.main-list ul li .list-conent h3 {
  margin-bottom: 7px;
  color: var(--Charcoal, #1d1d1d);
  font-size: var(--fs-24);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-26); /* 116.667% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.main-list ul li .list-conent p {
  font-size: var(--fs-18);
  line-height: var(--lh-26);
}
.foundation .btns.data {
  justify-content: center;
  padding-top: 53px;
}
.main-list ul li:nth-last-child(odd) .list-conent {
  border-radius: 0 40px 0 0;
}

/* contact us page css start */
.contact-us {
  padding-top: 70px;
  padding-bottom: 65px;
  background-size: cover;
  background-position: center center;
  position: relative;

}

.contact-info .fs-50 {
  color: var(--Slate-Gray, #a9a9a9);
  font-family: "Cormorant Garamond";
  max-width: 495px;
  width: 100%;
  margin-bottom: 20px;
}
.contact-info p {
  color: var(--Slate-Gray, #a9a9a9);
  max-width: 470px;
  width: 100%;
  font-size: var(--fs-22);
  line-height: var(--lh-32); /* 145.455% */
  letter-spacing: 0.44px;
}

.contact-from {
  display: flex;
  gap: 136px;
  justify-content: center;
}
.contact-form-data {
  max-width: 780px;
  width: 100%;
}

.input-feilds {
  display: flex;
  gap: 30px;
}

.text-area textarea::placeholder,
.input-feilds input::placeholder{
  color: var(--Slate-Gray, #a9a9a9);
  text-transform: uppercase;
}
.text-area textarea,
.input-feilds select,
.input-feilds input {
  width: 50%;
  color: var(--Slate-Gray, #a9a9a9);
  font-family: "Cormorant Garamond";
  font-size: var(--fs-26);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-32); /* 115.385% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 10px;
  border-bottom: 1px solid #888;
  margin-bottom: 30px;
  text-transform: none;
}
.text-area textarea {
  width: 100%;
  margin-bottom: 10px;
}

.contact-us form p {
  color: var(--Slate-Gray, #a9a9a9);
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-32); /* 177.778% */
  letter-spacing: 0.36px;
}

.contact-form-data form h3 {
  margin-top: 10px;
  color: var(--Slate-Gray, #a9a9a9);
  font-family: "Cormorant Garamond";
  font-size: var(--fs-26);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-32); /* 115.385% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-check {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main-check label{
  display: flex;
  align-items: center;
}
.main-check label span {
  color: var(--Slate-Gray, #a9a9a9);
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-32); /* 145.455% */
  letter-spacing: 0.44px;
  margin-left: 10px;
}
.main-check label input {
  transform: scale(1.3);
}
.save {
margin: 50px 0px;
width: fit-content;
position: relative;
z-index: 0;
margin-bottom: 30px;
}

.save button::after {

position: absolute;
width: 0;
transition: 0.3s ease-in;
 background: var(--Muted-Gold, #C2B280);
content: "";
height: 100%;
left: 0;
top: 0;
z-index: -1;
}

.save button {
  padding: 12px 30px;
  color: var(--Charcoal, #1d1d1d);
  text-align: center;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-24); /* 133.333% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: none;
  outline: none;
background: var(--Slate-Gray, #A9A9A9);
  transition: 0.3s ease-in;
  position: relative;
  z-index: 2;
    border: 1px solid var(--Slate-Gray, #A9A9A9);
}
.save button:hover::after{
  width: 100%;
}
.save button:hover{
  border: 1px solid var(--Muted-Gold, #C2B280);
color: var(--Charcoal, #1D1D1D); 


}
label.condtions {
  color: var(--Slate-Gray, #a9a9a9);
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-24); /* 133.333% */
  letter-spacing: 0.36px;
}
label.condtions input {
  transform: scale(1.3);
  margin-right: 10px;
  /* margin-top: 10px; */
}

.contact-us .rotate {
  left: auto;
  writing-mode: sideways-rl;
  right: 98px;
}


/* toogle */

.toogle{
  display: none;
}

.main-title-data{
  position: relative;
  z-index: 99;
}

/* footer css start */
.topbtn{
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
.custom-footer{
  padding: 106px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
background: var(--Slate-Gray, #A9A9A9);
}


.copy-right {
  background: var(--Charcoal, #1D1D1D);
  padding: 12px 0px;
}
.copy-right  p {
color: var(--Slate-Gray, #A9A9A9);
text-align: center;
font-size: var(--fs-18);
font-style: normal;
font-weight: 400;
line-height: var(--lh-24); /* 144.444% */
letter-spacing: 0.36px;
}
.copy-right  p a{
color: var(--Slate-Gray, #A9A9A9);
;
  text-decoration: none;
}

.footer-data{
  max-width: 1356px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.locations p,
.social-links h3,
.links a {
  display: block;
  color: #111;
  text-decoration: none;
font-size: var(--fs-18);
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 12px;
}
.locations p{
  margin-bottom: 0px;
  max-width: 200px;
}

/* heros section */

.input-feilds select option{
  background-color: #1D1D1D;
  color: var(--Slate-Gray, #a9a9a9);
}




/* hero section end */


 
@media(max-width:1680px){
 .about-us {
    margin-top: -260px;
}
}




@media(max-width:1366px){
        .about-us {
        margin-top: -176px;
    }
}
