@font-face { 
  font-family:Onest;
  src:url(./fonts/Onest-Bold.woff2) format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
} 
@font-face { 
  font-family:Onest;
  src:url(./fonts/Onest-Medium.woff2) format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
} 
@font-face { 
  font-family:Onest;
  src:url(./fonts/Onest-Light.woff2) format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
} 
@font-face { 
  font-family:Onest;
  src:url(./fonts/Onest-Regular.woff2) format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
} 
@font-face { 
  font-family:Onest;
  src:url(./fonts/Onest-SemiBold.woff2) format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
} 

:root { 
    --page-bg: #ffffff; 
    --primary-color: #000000; 
    --accent-color: #F00000; 
    --text-color2: #2C2F36; 
    --secondary2: #DDE1E7; 
} 

.master__content { 
    /* padding-top: 95px; */ 
    position: relative; 
    /* z-index: 3; */
} 

.master__head { 
    display: flex; 
    justify-content: space-between; 
    gap: 20px;
} 

.master__top { 
    margin-top: 19px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 20px;
} 

.master__slider { 
    margin-top: 38px; 
    overflow: hidden;
} 

.swiper-horizontal { 
    touch-action: pan-y;
} 

.master__head h2  { 
    font-size: 55px; 
    font-style: normal; 
    font-weight: 600; 
    line-height: 110%; 
    letter-spacing: -1.65px; 
    color: var(--primary-color); 
    max-width: 990px;
} 

.master__head-serts { 
    flex-shrink: 0; 
    display: flex; 
    gap: 10px; 
    margin-top: 8px;
} 

.master__top p  { 
    font-size: 20px; 
    font-style: normal; 
    font-weight: 500; 
    line-height: 120%; 
    letter-spacing: -0.2px; 
    color: var(--primary-color);
} 

.master__btns { 
    display: flex; 
    align-items: center; 
    gap: 20px; 
    margin-top: -9px;
} 

.swiper-wrapper { 
    position: relative; 
    width: 100%; 
    height: 100%; 
    z-index: 1; 
    display: flex; 
    transition-property: transform; 
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); 
    box-sizing: content-box;
} 

.swiper-wrapper { 
    transform: translateZ(0);
} 

.swiper-scrollbar { 
    border-radius: var(--swiper-scrollbar-border-radius, 10px); 
    position: relative; 
    touch-action: none; 
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
} 

.master__slider .swiper-scrollbar  { 
    max-width: 913px; 
    left: 50% !important; 
    transform: translate(-50%); 
    background-color: var(--secondary2); 
    position: relative !important; 
    margin-top: 62px !important;
} 

.swiper-horizontal > .swiper-scrollbar ,.swiper-scrollbar.swiper-scrollbar-horizontal { 
    position: absolute; 
    left: var(--swiper-scrollbar-sides-offset, 1%); 
    bottom: var(--swiper-scrollbar-bottom, 4px); 
    top: var(--swiper-scrollbar-top, auto); 
   
    height: var(--swiper-scrollbar-size, 4px); 
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
} 

.master__head h2 span  { 
    color: var(--accent-color);
} 

.master-button-prev { 
    width: 50px; 
    height: 35px; 
    border-radius: 80px; 
    border: 1px solid var(--primary-color); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: var(--page-color); 
    cursor: pointer; 
    transition: all 0.2s;
} 

.master-button-prev:hover { 
    background-color: var(--accent-color); 
    border-color: var(--accent-color);
} 

.master-button-next { 
    width: 50px; 
    height: 35px; 
    border-radius: 80px; 
    border: 1px solid var(--primary-color); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: var(--page-color); 
    cursor: pointer; 
    transition: all 0.2s;
} 

.master-button-next:hover { 
    background-color: var(--accent-color); 
    border-color: var(--accent-color);
} 

.swiper-slide { 
    flex-shrink: 0; 
    width: 100%; 
    height: 100%; 
    position: relative; 
    transition-property: transform; 
    display: block;
} 

.master__slider .swiper-slide  { 
    max-width: 343px;
} 

.swiper-backface-hidden .swiper-slide  { 
    transform: translateZ(0); 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
} 

.swiper-scrollbar-drag { 
    height: 100%; 
    width: 100%; 
    position: relative; 
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5)); 
    border-radius: var(--swiper-scrollbar-border-radius, 10px); 
    left: 0; 
    top: 0;
} 

.master__slider .swiper-scrollbar .swiper-scrollbar-drag  { 
    background-color: var(--accent-color);
} 

.master-button-prev svg  { 
    fill: var(--primary-color); 
    transition: all 0.2s;
} 

.master-button-next svg  { 
    fill: var(--primary-color); 
    transition: all 0.2s;
} 

.master__img { 
    border-radius: 10px; 
    overflow: hidden;
} 

.master__info { 
    margin-top: 12px;
} 

.master__name { 
    font-size: 20px; 
    font-style: normal; 
    font-weight: 600; 
    line-height: 110%; 
    letter-spacing: -0.4px; 
    color: var(--primary-color);
} 

.master__prof { 
    font-size: 15px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: 130%; 
    letter-spacing: -0.15px; 
    color: var(--text-color2); 
    margin-top: 8px;
} 

.master__experience { 
    font-size: 12px; 
    font-style: normal; 
    font-weight: 400; 
    line-height: 130%; 
    letter-spacing: -0.12px; 
    color: var(--text-color2); 
    padding: 4px 10.5px; 
    border: 1px solid var(--text-color2); 
    border-radius: 5px; 
    display: inline-block; 
    margin-top: 11px;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-zLZMo.style-zLZMo {  
   transform: translate3d(0px, 0px, 0px);  
    transition-duration: 0ms;  
    transition-delay: 0ms;  
}  
#style-C6Ymc.style-C6Ymc {  
   margin-right: 10px;  
}  
#style-eJqga.style-eJqga {  
   margin-right: 10px;  
}  
#style-dDE6O.style-dDE6O {  
   margin-right: 10px;  
}  
#style-ko1JT.style-ko1JT {  
   margin-right: 10px;  
}  
#style-pbL4c.style-pbL4c {  
   margin-right: 10px;  
}  
#style-prDRi.style-prDRi {  
   margin-right: 10px;  
}  
#style-HHMoS.style-HHMoS {  
   margin-right: 10px;  
}  
#style-gvDgq.style-gvDgq {  
   margin-right: 10px;  
}  
#style-QTz2B.style-QTz2B {  
   margin-right: 10px;  
}  
#style-ClSZM.style-ClSZM {  
   margin-right: 10px;  
}  
#style-nOnZ1.style-nOnZ1 {  
   transform: translate3d(0px, 0px, 0px);  
    transition-duration: 0ms;  
    width: 363.125px;  
}  
/* These were inline style tags. Uses id+class to override almost everything */
#style-cALce.style-cALce {  
   transform: translate3d(0px, 0px, 0px);  
    transition-duration: 0ms;  
    transition-delay: 0ms;  
}  
#style-X9gZL.style-X9gZL {  
   margin-right: 10px;  
}  
#style-r8cEX.style-r8cEX {  
   margin-right: 10px;  
}  
#style-TkUqY.style-TkUqY {  
   margin-right: 10px;  
}  
#style-xmRCF.style-xmRCF {  
   margin-right: 10px;  
}  
#style-Jyoxb.style-Jyoxb {  
   margin-right: 10px;  
}  
#style-6FM2e.style-6FM2e {  
   margin-right: 10px;  
}  
#style-NRYV4.style-NRYV4 {  
   margin-right: 10px;  
}  
#style-JxGij.style-JxGij {  
   margin-right: 10px;  
}  
#style-M95Fk.style-M95Fk {  
   margin-right: 10px;  
}  
#style-m9geJ.style-m9geJ {  
   margin-right: 10px;  
}  
#style-2t6oO.style-2t6oO {  
   transform: translate3d(0px, 0px, 0px);  
    transition-duration: 0ms;  
    width: 363.125px;  
}  
