/* Start Global */
/*-------------------Scroll bar--------------------*/

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-orange);
    border-radius: 20px;
}

/*::-webkit-scrollbar-thumb:hover {
    background: var(--main-blue-color);
}*/

/*::-webkit-scrollbar-track {
    background: var(--main-lightgrey-color);
}*/

/*-------------------Selection color--------------------*/

::selection {
	background: var(--main-orange); 
	color: var(--main-white);
}
::-moz-selection {
	background: var(--main-orange); /* Gecko Browsers */
	color: var(--main-white);
}

/*-------------------Fonts--------------------*/

p, li, span, div, a{
    font-family: var(--main-text-fam);
}

li,ul{
    list-style: none;
    margin: 0;  
    padding: 0;
}

p, li {
    margin: 0 0 15px;   
}

h1 {
    font-family: var(--main-title-fam);
    
}
h2, h3 {
    font-family: var(--main-title-fam);
    font-weight: 900;
}

h2 {font-size: 65px;}


h3 {
    font-size: 34px;
    font-weight: 900;
    margin: 20px 0px 20px 0px;
}

h4 {
    font-size: 60px;
    font-weight: 900;
    margin: 0 0 40px 0;
    color: var(--main-white);
}


em, .regal {font-family: "Inter", serif;}

.text-dec a{text-decoration: none;}

p, li, div, a {font-size: 20px;line-height: 1.5;}

.fs-12 {font-size: 12px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-24 {font-size: 24px;}
.fs-32 {font-size: 32px;}
.fs-48 {font-size: 48px;}
.fs-64, .big-title {font-size: 64px;}
.fs-200 {font-size: 200px;}
h1, .big-title {font-size: 65px;font-weight: 800;}
h1 em {font-size: 100px;}
.xbig-title {font-size: 200px;font-weight: 700;}

.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-700 {font-weight: 700;}

.lh-1 {line-height: 1;}
.lh-1 a {line-height: 1;}
.lh-12 {line-height: 1.2;}

.indent {
    padding-left: 150px;
    text-indent:-150px;
}
.indent-big {
    padding-left: 40%;
    text-indent: -60%;
}
.ta-left {text-align: left;}
.ta-center {text-align: center;}
.ta-right {text-align: right;}

.italic {font-style: italic;}

.ma-0 { margin: 0; }
.pa-0 { padding: 0; }

/* Colors */

.color-white,
.color-white-all * {
    color: #fff;
}
.color-red {
    color: var(--main-red-color);
}
.color-blue-all *,
.color-blue {
    color: var(--main-blue-color);
}
.main-color, p, li, div, a, button {
    color: var(--main-black-color)
}
.black-bg {
    background: var(--main-black-color);
}
.green-bg {
    background: var(--main-green-color);
}
.light-green-bg {
    background: var(--main-light-green-color);
}
.light-blue-bg {
    background: var(--main-light-blue-color);
}
.white-bg {
    background: var(--main-white-color);
}

/* height */

.height-700 { height: 700px; }

/* Grid */

.grid {
    max-width: 1740px;
    display: block;
    margin: 0 auto;
}
.sm-grid {
    max-width: 1420px;
    display: block;
    margin: 0 auto;
}
.xsm-grid {
    max-width: 860px;
    display: block;
    margin: 0 auto;
}
.gutter {
    margin: 0 20px;
}

/* Positioning */

.rel {position: relative;}
.abs {position: absolute;}
.fixed {position: fixed;}

.abs-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.abs-right {
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.go-right {margin: 0 0 40px auto;}
.go-center {margin: 0 auto;}

.z--1 {z-index: -1;}
.z-1 {z-index: 1;}
.z-2 {z-index: 2;}
.z-5 {z-index: 5;}
.z-10 {z-index: 10;}
.z-999 {z-index: 999;}
.z-1000 {z-index: 1000;}

.display-none {display: none;}
.display--inline-top {
    display: inline-block;
    vertical-align: top;
}
.display--inline-mid {
    display: inline-block;
    vertical-align: middle;
}
.display--inline-bot {
    display: inline-block;
    vertical-align: bottom;
}
.display-block {display: block;}
.display--grid {display: grid;}  

/* Sizing */

.full-width {width: 100%;}
.full-height {height: 100%;}
.max-content {width: max-content;}
.fill-dimentions {width: 100%; height: 100%;}

.block-20 {width: 20%;}
.block-25 {width: 25%;}
.block-30 {width: 30%;}
.block-33 {width: 33.3333%;}
.block-40 {width: 40%;}
.block-50 {width: 50%;}
.block-60 {width: 60%;}
.block-70 {width: 70%;}
.block-80 {width: 80%;}

.pad-top-150 {
    padding-top: 150px;
}
.marg-bot-100 {
    padding-top: 150px;
}

/* Style Classes */

.overflow {overflow: hidden;}
.pe-none {pointer-events: none;}
.main-trans {transition: var(--main-ease);}
.mh-screen {min-height: 100vh;}


/*-------------------Buttons--------------------*/
.deafult-button{
    background-color: var(--main-orange);
    font-size: 25px;
    color:var(--main-black-color);
    padding: 10px 25px 10px 25px;
}  

/* Highlighted text*/

:root {
	--bg-scale: scaleX(0);
}
.anim-bg {
    position: relative;
    display: block;
    width: max-content !important;
    max-width: max-content;
    z-index: 2;
    padding: 0 30px;
}
.anim-bg::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F8B635 0%, #EA9570 100%);
    z-index: -1;
    transition: 2s ease-in-out;
    transform-origin: left;
    transform: var(--bg-scale);
}
.img-radius-1 img {
    border-radius: 15% 2%;
}

.hover-effect a{
    transition: var(--main-easing);
}
.hover-effect a:hover {
    background-color: var(--main-black) !important;
    color: var(--main-white) !important;
    transition: var(--main-easing);
}