/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/
@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Bold.woff2') format('woff2'),
        url('fonts/EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Bold.woff2') format('woff2'),
        url('fonts/EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Light.woff2') format('woff2'),
        url('fonts/EuclidSquare-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Light.woff2') format('woff2'),
        url('fonts/EuclidSquare-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Medium.woff2') format('woff2'),
        url('fonts/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Light.woff2') format('woff2'),
        url('fonts/EuclidSquare-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Bold.woff2') format('woff2'),
        url('fonts/EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Regular.woff2') format('woff2'),
        url('fonts/EuclidSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-SemiBold.woff2') format('woff2'),
        url('fonts/EuclidSquare-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Medium.woff2') format('woff2'),
        url('fonts/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Regular.woff2') format('woff2'),
        url('fonts/EuclidSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Medium.woff2') format('woff2'),
        url('fonts/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-SemiBold.woff2') format('woff2'),
        url('fonts/EuclidSquare-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-Regular.woff2') format('woff2'),
        url('fonts/EuclidSquare-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Euclid Square';
    src: url('fonts/EuclidSquare-SemiBold.woff2') format('woff2'),
        url('fonts/EuclidSquare-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


html
{
	overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Euclid Square', sans-serif !important;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background-color:#000;
    background-image: url("https://myth.onlinedigitalprojects.com/wp-content/uploads/2023/04/Group-38415.jpg") !important;
    background-size: cover !important;
}



/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */
h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;}

h1
{
	font-size:50px;

	font-weight:600;
	color:#fff;
}
h2 {
    font-size: 38px;
	font-weight:600;
}
h3 {
    font-size: 20px;
    font-weight: 600;
}

p {
 
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}

.autowidth img {max-width: unset !important;}
.autowidth.right img {
    float: right;
}
.highindex {
    position: relative;
    z-index: 99;
}
header {
    position: absolute;
    width: 100%;
    padding: 20px 0;
}
.boxrow .elementor-image-box-content {
    min-height: 110px;
}


@media only screen and (max-width : 767px) {
.autowidth img {max-width: 100% !important;}
div#feature-slider .caption {    margin: 0 5px;}
.rating_columns {    background-color: #0095b6;}
.rating_block {    transform: unset;}
}