/* Inter UI */
@font-face {
    font-family: 'Inter UI';
    src: url('../fonts/Inter-UI-Regular.eot');
    src: url('../fonts/Inter-UI-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-UI-Regular.woff2') format('woff2'),
         url('../fonts/Inter-UI-Regular.woff') format('woff'),
         url('../fonts/Inter-UI-Regular.ttf')  format('truetype'),
         url('../fonts/Inter-UI-Regular.svg#Inter UI') format('svg');
}
@font-face {
    font-family: 'Inter UI Medium';
    src: url('../fonts/Inter-UI-Medium.eot');
    src: url('../fonts/Inter-UI-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-UI-Medium.woff2') format('woff2'),
         url('../fonts/Inter-UI-Medium.woff') format('woff'),
         url('../fonts/Inter-UI-Medium.ttf')  format('truetype'),
         url('../fonts/Inter-UI-Medium.svg#Inter UI Medium') format('svg');
}
@font-face {
    font-family: 'Inter UI Bold';
    src: url('../fonts/Inter-UI-Bold.eot');
    src: url('../fonts/Inter-UI-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Inter-UI-Bold.woff2') format('woff2'),
         url('../fonts/Inter-UI-Bold.woff') format('woff'),
         url('../fonts/Inter-UI-Bold.ttf')  format('truetype'),
         url('../fonts/Inter-UI-Bold.svg#Inter UI') format('svg');
}
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
:root{
    --iu: 'Inter UI', sans-serif;
    --ium: 'Inter UI Medium', sans-serif;
    --iub: 'Inter UI Bold', sans-serif; 
    --ubuntu: 'Ubuntu', sans-serif;
    --text-dark:#283C46;
    --text-light:#283C46;
    --white:#fff;   
    /* plyr */
    --plyr-color-main:#585858
}

body, html{
    font-family: var(--iu);
    font-size: 15px;
    font-weight: 400;
    scroll-behavior: smooth;  
    color: var(--text-light); 
}
::placeholder{
    color: #9AA6AE;
    letter-spacing: 0.50px;
}
.relative{
    position: relative;
}
h1, h2, h3, h4, h5, h6{
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-weight:700;
    color: var(--text-dark);
    font-family: var(--ubuntu);
}
a{
    text-decoration: none;
    color: #6059D6;
}
a:hover{
    text-decoration: none;
}
.bg-100{
    background-size: 100% 100%
}
hr {
    margin: 1rem auto;
}
h1, .entry-title{    
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 62px !important
}
h2{
    font-size:40px;
    margin-bottom:15px;
    line-height: 50px !important;
}
h3{
    font-size:32px;
}
h4{
    font-size:26px;
    line-height: 26px !important;
}
h5{
    font-size:18px;
    line-height: 25px !important;
}
h6{
    font-size:16px;
}
p{
    font-family: var(--iu);
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1.6 !important;   
}
ul{
    margin-left: 15px;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
}
.font-ium{
    font-family: var(--ium);
}
.font-iub{
    font-family: var(--iub);
}
.font-13{
    font-size:13px;
}
.font-14{
    font-size:14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-22{
    font-size: 22px;
}
.bg-pink{
    background: #FBF1F1;    
}
.bg-blue{
    background: #F1F8FF;
}
.bg-purple{
    background: #F8F6FF;
}
.pl-15{
    padding-left: 15px;
}
.pl-30{
    padding-left: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-100{
    margin-top: 100px
}
.mt-150{
    margin-top: 150px
}
b, strong {
    font-weight: 700;
}
a.link-blue{
    color: var(--text-light)
}
a.link-blue:hover{
    color: #3497C4
}
/* link hover */

.footer-links ul li:before, 
.social-list a:before, 
.footer-list a:before,
.career-list-card:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-105%);
    box-sizing: border-box;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.footer-links ul li, 
.social-list a, 
.footer-list a,
.career-list-card{   
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s all;   
}
.footer-links ul li:hover, 
.social-list a:hover, 
.footer-list a:hover,
.career-list-card:hover{
    text-decoration: none;
}
.footer-links ul li:hover:before, 
.social-list a:hover:before, 
.footer-list a:hover:before,
.career-list-card:hover:before{
    transform: translateX(0);
    box-sizing: border-box;
    transition: 0.1s ease-in-out;
}
.footer-links ul li:hover:after, 
.social-list a:hover:after, 
.footer-list a:hover:after,
.career-list-card:hover:after{
    right: 10px;
    transition: 0.3s all;
}

.max-content{
    width: max-content
}
/* elementor fixing */

/* .elementor-column-gap-extended .elementor-column:first-child{
    margin-left:-15px;
}
.elementor-column-gap-extended .elementor-column:last-child{
    margin-right:-15px ;
} */
/* .elementor-container.elementor-column-gap-narrow {
    margin-left:-5px !important; 
    margin-right:-5px !important;
}

.elementor-container.elementor-column-gap-extended {
    margin-left:-15px !important; 
    margin-right:-15px !important;
}   

.elementor-container.elementor-column-gap-wide {
    margin-left:-20px !important; 
    margin-right:-20px !important;
}

.elementor-container.elementor-column-gap-wider {
    margin-left:-30px !important; 
    margin-right:-30px !important;
} */


section{
    padding: 100px 0
}