@font-face {
    font-family: 'satoshi';
    src: url(/static/Fonts/Satoshi_Complete/Fonts/TTF/Satoshi-Variable.ttf);
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body{
    font-family: "satoshi", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    /* background-image: url(../images/background_img.png); */
    background-image: url(../images/64f5Background.webp);
    /* background-size: cover; */

    max-width: 1600px;
    margin: auto;
}

.header {
    height: 6rem;
    display: flex;
    justify-content: space-between;
    margin: 3rem 11.5rem;
    align-items: center;
    gap: 1.7rem;
}

.logo {
    width: 11.8rem;
    height: 12.7rem;
    border-radius: 6.25rem;
    cursor: pointer;
    /* position: absolute;
    top: 0; */
}

/* .header_menu {
    padding: 1.2rem 1.9rem;
    border-radius: 10rem;
    border: .1rem solid rgba(255, 255, 255, 0.18);
    background: rgba(179, 179, 179, 0.20);
    backdrop-filter: blur(2.5rem);
    flex-shrink: 0;
} */

.menu_list {
    font-size: 1.6rem;
    display: flex;
    gap: 4rem;
}

.menu_list li {
    display: flex;
    align-items: center;
    list-style: none;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.menu_list li svg {
    width: 2rem;
    height: 2rem;
    margin-left: 0.7rem;
}

.btn
 {
    /* width: 12rem; */
    display: flex; 
    align-items: center;
    padding: 1.2rem 1.6rem;
    justify-content: center;
    border-radius: 10rem;
    background-color: #647C6A;
    text-align: center;
    gap: 0.2rem;
    cursor: pointer;
}

.btn svg {
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    margin-right: 0.7rem;
}

.btn a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 400;
}




footer {
    position: relative;
    margin: 0 2.3rem 3rem 2.3rem;
}

footer svg {
    width: 100%;
    display: block;
}

.footer-main-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    display: flex;
    justify-content: space-around;
    color: white;
    gap: 7%
}

.footer-main-card div {
    flex: 1;
}

.footer-main-card h4 {
    color: #FFF;
    font-size: 3rem;
    font-weight: 700;
}

.footer-main-card ul {
    list-style: none;
    padding: 0;
}

.footer-main-card ul li {
    margin: .5rem 0;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2;
}

.social-media {
    margin: -7rem;
    text-align: center;
    margin-right: 4rem;
    margin-left: 0.1rem;
}

.social-media span {
    color: #FFF;
    font-size: 1.6rem;
    display: block;
    margin: 0.7rem 5rem 2.6rem 5rem;
}

.social-media img {
    width: 13rem;
    height: 13rem;
    border-radius: 13rem;
}

.social-media ul {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 1.7rem;
}

.social-media ul li {
    display: flex;
    width: 9.3rem;
    height: 9rem;
    padding: .4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 3rem;
    background: rgba(179, 179, 179, 0.20);
}

.menu ul li {
    width: 10rem;
}

.services ul li {
    width: 18rem;
}

.Contact {
    margin-top: 4rem;
}

.Contact h4 {
    margin-left: 20%;
}

.Contact ul li{
    display: flex;
    align-items: center;
}

.Contact ul li svg{
    width: 20%;
}

.mail {
    width: 40rem;
}

hr {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 90%;
    color: #FFF;
    margin-top: 5.5rem;
}

footer .footer-note {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 90%;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    letter-spacing: .15rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5.5rem;
}

.contact-header {
    text-align: center;
    margin: 5rem 0 2.7rem 0;
}

.contact-card {
    width: 90%;
    height: 56rem;
    margin: 0 7rem 10rem 7rem;
    display: inline-flex;
    /* gap: 1rem; */
}

.img-frame {
    width: 52%;
    padding: 2.4rem 1rem;
    align-items: center;
}

.img-frame img {
    width: 100%;
    height: 512px;
    border-radius: 30px;
}

.contact-info {
    width: 76%;
    /* height: 560px; */
    border-radius: 3rem;
    background: rgba(164, 164, 164, 0.15);
    display: flex;
    gap: 4rem;

}
.contact-message {
    width: 40%;
    /* text-align: center;.contact-message ul li.contact-message ul li */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2rem;
}

.block {
    display: block;
    line-height: 3rem; /* 150% */
    letter-spacing: -.1rem;
    margin: 1.6rem 1.5rem 4rem 0;
}

.send-msg-info {
    width: 60%;
}

.contact-message ul li {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-bottom: 1.4rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 143.203%; /* 21.48px */
    /* margin-left: 1rem; */
}

.phone-div {
    display: flex;
    align-items: center;
    padding: 1rem;
    height: 4rem;
    border-radius: 3rem;
    background: #000;
}

.msg-text {
    color: rgba(0, 0, 0, 0.50);
    font-size: 2rem;
    font-weight: 700;
    line-height: 68px; /* 340% */
    letter-spacing: -1px;
}

.input-text, .textarea {
    font-family: "satoshi", sans-serif;
    display: flex;
    width: 90%;
    height: 40px;
    padding: 10px 10px 13px 10px;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #749580;
    border: none;
    margin-bottom: 1rem;

    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-weight: 300;
    line-height: 150%; /* 22.5px */
}

input::placeholder, .textarea::placeholder {
    color: rgba(255, 255, 255, 0.70); /* Change this to any color */
    opacity: 1; /* Ensure visibility (some browsers lower opacity by default) */
}

input:focus, .textarea:focus {
    outline: none;
    border-color: #639274; /* A nice teal color */
    box-shadow: 0 0 5px rgba(107, 201, 140, 0.8);
}

.textarea {
    height: 24rem;
    align-items: flex-start;
}

.btn-send-mail {
    /* display: flex; */
    width: 40%;
    height: 45px;
    padding: 0px 10px;
    /* justify-content: center;
    align-items: center; */
    gap: 7px;
    margin-top: 3rem;

    border-radius: 100px;
    background: #000;
}

@media (max-width: 1600px) {

    .footer-main-card {
        left: 47%;
    }
    
}

.all-proj-btn-div {
    text-align: center;
}

.margin-top {
    margin-top: 8rem;
}


.proj-all-btn {
    text-decoration: none;
    width: fit-content;
    color: #FDFDFC;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%; /* 27px */
    padding: 2.2rem 3rem;
    margin-bottom: 6.3rem;
    display: inline-flex;
    gap: 1rem;
    text-transform: uppercase;
}

.work-together {
    display: block;
    color: #000;
    text-align: center;
    font-size: 12.8rem;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 128px */
    margin-bottom: 2.4rem;
}

.work-together-desc {
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    line-height: 170%; /* 34px */
    margin: 2.4rem 0;
}
.get-in-touch {
    margin: 3.1rem 34.6rem;
    text-align: center;
}

.interested {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 160%; /* 20.8px */
    letter-spacing: .15rem;
    text-transform: uppercase;
}

.get-in-touch-btn {
    margin: 2.4rem 0 6.3rem 0;
}

.menu-item.has-submenu {
  position: relative; /* so submenu can position itself under this <li> */
}

/* container styling (yours) */
.header_menu {
  padding: 1.2rem 0.9rem;
  border-radius: 10rem;
  border: .1rem solid rgba(255,255,255,0.18);
  background: rgba(179,179,179,0.20);
  backdrop-filter: blur(2.5rem);
  display: inline-block;
}

/* main menu */
.menu_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
  font-size: 1.6rem;
}

.menu-item {
  position: relative;            /* ← for absolutely-positioned submenu */
  display: flex;
  align-items: center;
  list-style: none;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  padding: 0 1rem;
}

/* .menu:last-child{
    padding: 0 0 0 1rem;
}

.menu:first-child {
    padding: 0 1rem 0 0;
} */

.menu-item svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.7rem;
  transition: transform .2s ease;
}

.menu-item.has-submenu:hover > .submenu {
  display: block;
}

.menu-item.has-submenu:hover > svg {
  transform: rotate(180deg);
}

/* SUBMENU */
.submenu {
  position: absolute;
  top: 100%;
  left: -3%;
  margin-top: 0.1rem;
  padding: 0.5rem 0;
  list-style: none;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 12rem;
  display: none;               
  z-index: 10;
}

.menu-item:hover {
    background-color: white;
    /* padding: 1rem; */
    border-radius: 1rem;
}

.submenu-item {
  padding: 0.5rem 1rem;
}

.submenu-item a {
  color: #333;
  text-decoration: none;
  display: block;
}

.submenu-item:hover {
  background: #f5f5f5;

}

/* when the parent is “open”… */
.menu-item.has-submenu.open > .submenu {
  display: block;
}

/* rotate the chevron when open */
.menu-item.has-submenu.open > svg {
  transform: rotate(180deg);
}

.menu-item a {
    text-decoration: none;
    color: #000;
    
}

.swal2-show {
    backdrop-filter: blur(3px);
    background: rgb(255 255 255 / 77%);
    border-radius: 3rem;
    padding: 17px;
    overflow: hidden;
    color: #000000;

}
