/* ===================================
  Synogics-Website
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    /* --base-color: #ac8d56; */
    --medium-gray:#817F7C;
    --very-light-gray:#F4F1ED;
    --alt-font: 'Rufina', serif;
    --primary-font: 'Urbanist', sans-serif;
}  
/* reset */
body {
   
    /* border: 2px solid red; */
    font-size: 18px;
    line-height: 30px; 
    letter-spacing: .3px;
}
/* ----------------------content disable code----------------- */

html {
    overflow-x: hidden;
}
section.half-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.icon-extra-large {
    font-size: 53px;
}
.mt-minus-5{
    margin-top: -5%;
}
h2 {
    line-height: 3.3rem;
}
h3 {
    line-height: 2.9rem;
}
h5 {
    line-height: 2.5rem;
}
h6 {
    line-height: 2.2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 20px;
}
/* header */
header .navbar-brand {
    /* border: 2px solid red; */
    padding: 10px 0;
    width: 130px; 

}

.navbar .navbar-nav .nav-link {
    /* border: 2PX SOLID RED; */
    color: black;
    font-size: 14px;
    font-weight: 900;
}
.andriod{
    /* border: 2px solid red; */
    font-size: 15px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    /* border: 2px solid red; */
    font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    /* border: 2px solid blue; */
    width: 280px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 15px;
}
.center-logo .navbar-left, .center-logo .navbar-right {
    /* border: 2px solid red; */
    width: 40%;
}
/* btn */
.btn {
    /* border: 2px solid red; */
    font-weight: 600;
    text-transform: inherit;
    font-family: var(--primary-font);
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
    /* border: 2px solid red; */
    font-size: 18px;
    padding:16px 34px;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 16px;
    padding: 13px 25px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 15px;
    padding: 11px 20px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 14px;
    padding: 10px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 12px;
    padding: 8px 15px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 5px;
}
/* page title */
.page-title-large h1 {
    font-size: 4.375rem;
    line-height: 5.313rem;
}
/* banner highlight separator */
.highlight-separator[data-shadow-animation] span img { 
    height: 8px;
    bottom: 10px;
}
/* bg transparent */
.bg-transparent-base-color {
    /* border: 2px solid red; */
    background-color: rgba(160,135,91,.2) !important;

}
.bg-gradient-dark-transparent {
    background: #FFFFFF00;
    background: -webkit-linear-gradient(top, #FFFFFF00, #131313);
    background: -moz-linear-gradient(top, #FFFFFF00, #131313);
    background: linear-gradient(to bottom, #FFFFFF00, #131313);
}
/* border color */
.border-color-transparent-base-color {
    border-color: rgba(160,135,91,.2) !important;

}
.border-color-transparent-dark-very-light {
    border-color: rgba(112, 112, 112, 0.2) !important;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
    border-color: rgba(112, 112, 112, 0.2) !important; 
}
.tab-style-07 .nav-tabs .nav-item .nav-link span >span {
    color: var(--base-color);
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
    right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
    left: 30px;
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link {
    color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link.show, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);   
}
#img{
     /* border: 2px solid red; */
    width: 80%;
    margin-left: 200px;
    margin-top: 40px;
}

/* footer */
footer .nav-link {
    color:var(--dark-gray);
    line-height: normal;
}
footer .elements-social li {
    margin: 0 12px 0 0;
}
#footer_socialmedia{
    /* border: 3px solid green; */
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin-left: 400px;
    padding: 30px;
}
#connect{
    color: white    ;
    font-weight: 900;
    /* text-decoration-line: underline; */
}
#contactForm{
    /* border: 2px solid red; */
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
/* ----------------profile------------ */
#team-section {
    max-width: 1200px;
    margin: 120px auto;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#team-section h2 {
  color: #333;
  margin-bottom: 30px;
font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 1440px) {
    .team-members {
        justify-content: center;
        gap: 60px;
    }

    .photo-container {
        width: 300px;
        height: 300px;
    }

    .team-member h3 {
        font-size: 34px;
    }

    .role {
        font-size: 28px;
    }
}

.team-members {
    /* border: 2px solid red; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.team-member {
    /* border: 2px solid red; */
  /* max-width: 200px; */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.team-member.visible {
  opacity: 1;
  transform: translateY(0);
}

.photo-container {
  /* border: 2px solid red; */
  height: 250px;
  width: 250px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #ddd;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
 
}

.photo-container img {
  /* border: 2px solid red; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member:hover .photo-container {
  transform: scale(1.05);
}

.team-member h3 {
  margin: 5px 0 3px;
  color: #333;
  /* border: 2px solid red; */
  font-weight: 900;
  font-size: 30px;
}

.role {
  color: #777;
  font-size: 24px;
  font-weight: 700;
}

/* ********************************MEDIA QUERY******************************************** */
@media (max-width: 1440px) {
     .nav-item{
        /* border: 2px solid red; */
        font-size: 13px;
    } 
    .andriod{
        /* border: 2px solid green; */
        font-size: 13px;
    } 
    .navbar .navbar-nav .nav-link {
        /* border: 2PX SOLID RED; */
        color: black;
        font-size: 13px;
        font-weight: 900;
    }
    header .navbar-brand {
        /* border: 2px solid red; */
        /* padding: 10px 0;
        width: 190px;
        position: fixed; */
    }
    .footer-socialmedia{
        /* border: 2px solid red; */
        font-size: 25px;
       }
       #img{
        /* border: 2px solid red; */
        margin-right: 180px;
       }
}
@media (max-width: 1399px) {
    .tab-style-07 .nav-tabs .nav-item .nav-link {
        padding: 40px 35px;
    }
}
@media(max-width:1920px){
    

}
@media (max-width: 1199px) {
    .tab-style-07 {
        border-right: 1px solid rgba(112, 112, 112, 0.2);
    }
    .navbar.center-logo .navbar-left, .navbar.center-logo .navbar-right {
        width: 37%;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 25px 40px;
    }
}
@media (max-width: 1024px) { 
   .navbar .navbar-nav .nav-link {
       /* border: 2PX SOLID RED; */
       color: black;
       font-size: 10px;
       font-weight: 900;
   }
   .nav-item{
    /* border: 2px solid red; */
    font-size: 10px;
} 
   /* header .navbar-brand {
       border: 2px solid red;
       padding: 10px 0;
       width: 190px;
      
   } */
   .footer-socialmedia{
    /* border: 2px solid red; */
    font-size: 25px;
   }
   #img{
    /* border: 2px solid red; */
    margin-right: 150px;
   }
}
@media (max-width: 991px) {
    .tab-style-07 .nav-tabs .nav-item .nav-link {
        padding: 35px 25px;
    }
    .navbar.center-logo .navbar-left, .navbar.center-logo .navbar-right {
        width: 100%;
    }
    /* header.sticky .navbar-brand,
    header .navbar-brand {
        border: 2px solid red;
        position: fixed;
        padding: 15px 0;
    } */
    .tab-style-08 ul .nav-item .nav-link {
        padding: 20px 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
        right: 40px;
    }
    .tab-style-07 .nav-tabs .nav-item .nav-link {
        padding: 25px 25px;
    }
    .tab-style-07 {
        border-right: 0;
    }
    .slider-navigation-style-01.swiper-button-next {
        right: 15px;
    }
    .slider-navigation-style-01.swiper-button-prev {
        left: 15px;
    }
    .tab-style-08 ul .nav-item .tab-border {
        top: inherit;
        bottom: 0;
    }
    #startup-img{
        /* border: 2px solid red; */
        width: 100px;
        margin-top: 190px;
    }
    .social-media{
        /* border: 2px solid red; */
        margin-right: 50px;
    }
}
@media(max-width:320px){
    #startup-img{
        /* border: 2px solid red; */
        width: 80px;
       margin-top: 125px;
    }
    /* header .navbar-brand {
    border: 2px solid red;
    padding: 10px 0;
    position: fixed;
    margin-top: 20px;
    width: 150px;

} */
}
@media (max-width: 575px) {
    .pricing-table-style-13 li {
        text-align: left;
    }
    .btn.btn-switch-text.btn-medium > span {
        padding: 10px 18px;
    }
    #connect{
        display: none;
    }
    #tally_client{
        display: none;
    }
    #trade{
        display: none;
    }
    #trades{
        display: none;
    }
    #img{
        display: none;
    }
    #smart{
        /* border: 2px solid red; */
       display: contents;
        font-size: 50px;
    }
    .twitter{
        display: none;
    }
    /* header .navbar-brand {
    border: 2px solid red;
    position: fixed;
    margin-top: 20px;
    width: 150px;
} */
}
@media(max-width:425){
      header .navbar-img {
    border: 2px solid red;
    /* padding: 10px 0; */
    position: fixed;
    margin-top: 20px;
    width: 150px;


}
}