@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Philosopher&family=Poppins:wght@300&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;

}

:root {
    --font-01: 'Poppins', sans-serif;
    --font-02: 'Philosopher', sans-serif;

    /* color  */
    --global-color-0: #e41345;
    --global-color-1: #000000;
    --global-color-2: #1a1a1a;
    --global-color-3: #3e4359;
    --global-color-4: #f7f7f7;
    --global-color-5: #fff;
    --global-color-6: #243673;
    --global-color-7: #BFD1FF;

}

/* sectionFirst */

.sectionFirst {
    padding: 9rem 0% 11rem;
}

.sectionFirst::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--global-color-2); */
    background-image: url("../img/backgroundimg.jpeg");
    z-index: -1;
    opacity: .7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sectionFirst h1 {
    text-align: center;
    font-size: 5rem;
    font-family: var(--font-02);
}


/* second section  */

.AboutMeInDetail {
    padding: 1rem 5%;
    display: flex;
    gap: 2rem;
}

.AboutMeInDetail .img {
    max-width: 400px;
}

.AboutMeInDetail .img img {
    width: 100%;
    border-radius: 10px;
}

.AboutMeInDetail .infoAboutMe {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.AboutMeInDetail .infoAboutMe h1 {
    color: var(--global-color-1);
    font-family: var(--font-02);
}

.AboutMeInDetail .infoAboutMe .p-text {
    font-family: var(--font-02);
}

/* .AboutMeInDetail .infoAboutMe .para {} */

.AboutMeInDetail .infoAboutMe h2 {
    font-family: var(--font-02);
    color: var(--global-color-1);

}

.AboutMeInDetail .infoAboutMe .iconLink {
    display: flex;
    gap: 2rem;
}

.AboutMeInDetail .infoAboutMe .iconLink i {
    color: var(--global-color-1);
    overflow-y: hidden;
}

.AboutMeInDetail .infoAboutMe .iconLink i a {
    padding-left: 10px;
    text-decoration: none;
    color: black;
    font-family: var(--font-01);
    transition: all .4s ease;
}

.AboutMeInDetail .infoAboutMe .iconLink i a:hover {
    color: var(--global-color-1);
}


/* -----------section three--------------- */

.aboutTeam-Info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 3rem 2%;
    text-align: center;
}

.aboutTeam-Info .teamText {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.aboutTeam-Info .teamText .t-team {
    font-family: var(--font-02);
    font-weight: 400;
}

.aboutTeam-Info .teamText .t-heading {
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--font-02);
    color: var(--global-color-1);
}

/* .aboutTeam-Info .teamText .t-lines {} */

.aboutTeam-Info .teamImgInfo {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 300px));
    gap: 4rem;
    margin: auto;
    padding: 2rem;
}

.aboutTeam-Info .teamImgInfo .box {
    overflow: hidden;
    border-radius: 2%;
    box-shadow: 0 0 18px 2px #d1d1d1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    position: relative;

}



.aboutTeam-Info .teamImgInfo .box .img {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.aboutTeam-Info .teamImgInfo .box .img img {
    width: 100%;
    height: 100%;
    border-radius: 2%;
}

.aboutTeam-Info .teamImgInfo .box .t-name {
    overflow-y: hidden;
    margin-top: 2rem;
    letter-spacing: 2px;
    padding: .2rem 0;
}

.aboutTeam-Info .teamImgInfo .box .t-position {
    overflow-y: hidden;
    margin-top: .7rem;
    padding: .2rem 0;

}

.aboutTeam-Info .teamImgInfo .box.fourthBox {
    position: relative;
    color: #fff;
}

.aboutTeam-Info .teamImgInfo .box.fourthBox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/discountBackGround.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .7;
}

.aboutTeam-Info .teamImgInfo .box.fourthBox::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--global-color-0);
    z-index: -1;
    opacity: .7;

}

.aboutTeam-Info .teamImgInfo .box.fourthBox .ak-disc {
    font-size: 1.6rem;
    font-family: var(--font-02);
    position: absolute;
    top: 6%;
    padding: 1rem;
}

.aboutTeam-Info .teamImgInfo .box.fourthBox .ak-sale {
    position: absolute;
    top: 40%;
    padding: 1rem;
}

.aboutTeam-Info .teamImgInfo .box.fourthBox .btn {
    position: absolute;
    bottom: 2rem;
    border: 1px solid #fff;
    margin: 0 5%;
    display: flex;
    border-radius: 5px;
}

.aboutTeam-Info .teamImgInfo .box.fourthBox .btn a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: .5rem 1.5rem;
    transition: all .4s ease;

}

.aboutTeam-Info .teamImgInfo .box.fourthBox .btn a:hover {
    background-color: #fff;
    color: var(--global-color-1);

}
footer .fbox-1{
    margin-right: 4em;
}

/* floating whtsapp */
/* .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    overflow: hidden;
}

.my-float {
    margin: 0; 
    padding: 0;
} */

/* Make it responsive */
/* @media (max-width: 768px) {
    .float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
} */



/* header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

header .logo-pic {
    height: 60px;
    width: auto;
    margin-right: 10px;
}

header .logo {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--global-color-5);
    text-decoration: none;
} */

/* Responsive changes for mobile */
@media (max-width: 768px) {
    header .logo-pic {
        height: 70px;
        width: 80px;
        margin-right: 5px;
    }

    header .logo {
        font-size: 1.1rem;   
    }
}
/* body {
    margin: 0;
    overflow-x: hidden; Prevents horizontal scrolling on the page
} */

a{
    text-decoration:none;
  }
  .floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: black;
    font-size: 13px;
  }
