@charset 'UTF-8'; :root {
    --container-width: calc(100vw - 60px);
    --font1: "Inter", sans-serif;
   --font2: "Outfit", sans-serif;
    --bg-color: #3800AA;
    --bg-color2: #fff;
}

*, ::after, ::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

img[src=""],img:not([src]) {
    display: none;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.d-none {
    display: none;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

body {
    font-family: var(--font1);
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
    margin: 0;
    background: #F3F8FF;
}

::selection {
    background: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 ,p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

img {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.h-100 {
    height: 100%;
}

.row-gap {
    row-gap: var(--bs-gutter-x);
}

.column-gap {
    column-gap: var(--bs-gutter-x);
}

.pore {
    position: relative;
}

.posi {
    position: sticky;
}

@font-face {
    font-family: 'dk-icon-font';
    src: url('./fonts/font/dk-icon-font.eot?97504649');
    src: url('./fonts/font/dk-icon-font.eot?97504649#iefix') format('embedded-opentype'), url('./fonts/font/dk-icon-font.woff?97504649') format('woff'), url('./fonts/font/dk-icon-font.ttf?97504649') format('truetype'), url('./fonts/font/dk-icon-font.svg?97504649#dk-icon-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.demo-icon {
    font-family: "dk-icon-font";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--bg-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--bg-color);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.mt-20 {
    margin-top: 20px;
}

.mb-40 {
    margin-bottom: 20px;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.page {
    min-height: 100vh;
    background: #F9F9F9;
}

.tabs-container {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}

.tabs-content-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 50px;
    margin: 60px 0;
}

.tabs-content {
    flex: 1;
    text-align: center;
}

.tabs-content {
    text-align: left;
    flex: 1;
    padding: 50px;
    max-width: 1170px;
    display: flex;
    height: calc(100vh - 120px);
    overflow: auto;
    background: #fff;
    border-radius: 24px;
    gap: 10px;
    flex-direction: column;
    margin: 0 auto;
}

.tabs-content::-webkit-scrollbar {
    display: none;
}

.profile-brand-img {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}

.profile-brand-img .profile-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.profile-brand-img .brand-logo {
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.profile-brand-img .brand-logo img {
    max-height: 70px;
    object-fit: cover;
    object-position: center;
    max-width: calc(100% - 60px);
}

.profilo-info {
    margin: 0 30px;
}

.profilo-info h1 {
    color: #000;
    font-family: var(--font2);
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.profilo-info h2 {
    color: #000;
    font-family: var(--font2);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.profilo-info h3 {
    color: #575757;
    font-family: var(--font2);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.tabs-content.contact .contact-card {
    width: 100%;
    background: #F9F9F9;
    border-radius: 16px;
    padding: 16px;
}

.tabs-content.contact .contact-card.w-50 {
    width: calc(50% - 5px);
}

.tabs-content.contact .contact-card i {
    margin-bottom: 10px;
    color: var(--bg-color);
    display: block;
    text-align: left;
    font-size: 20px;
}

.tabs-content.contact .contact-card i.icon-mail {
    font-size: 15px;
}

.tabs-content.contact .contact-card a {
    font-family: var(--font2);
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.tabs-content.contact .contact-card p {
    font-family: var(--font2);
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    text-align:left
}
.tabs-content p {
    text-align:center;
    font-family: var(--font2);
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    
}
.tabs-content.contact .contact-card:first-child {
  margin-top:20px;
}
@media(max-width:600px){
    :root {
    --container-width: calc(100vw - 10px);
  
}
.tabs-content {
  
    padding: 40px 10px;
    max-width: 1170px;
    height: calc(100vh - 20px);
  
}
.tabs-content-wrapper {
    
    margin: 20px 0;
}
}