/*
Theme Name: Orbito
Theme URI: http://orbito.omanthemes.com/html/
Author: Orientate
Author URI: http://orbito.omanthemes.com
Description: Orbito - Creative Agency Responsive HTML5 Template
Version: 1.0
License:
License URI:
*/

/*==================================
    [Table of contents]
===================================
    01. Theme Fonts
    02. Basic Typography
    03. Links & Buttons
    04. Section Titles
    05. Section Notes
    06. Sub Headings
    07. Column Padding Margin Custom Define
    08. Share Details On Social
    09. Preloader
*/

/*------------------------------------------------------
/  01. Theme Fonts
/------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&family=Cairo:wght@300;400;500;600;700&display=swap');

/*------------------------------------------------------
/  02. Basic Typography
/------------------------------------------------------*/
body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    letter-spacing: 0;
    font-weight: 400;
}

p {
    margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #190c3a;
    margin: 0 0 15px;
}

a {
    color: #dcccc2;
    text-decoration: none;
    transition: all ease 350ms;
}

a:hover, a:focus {
    color: #190c3a;
    text-decoration: none;
    outline: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: 0;
}

.jost {
    font-family: 'Jost', sans-serif;
}

/*------------------------------------------------------
/  03. Section Presets
/------------------------------------------------------*/
.secSubTitle {
    font-size: 18px;
    line-height: 1;
    color: #d3ab3b;
    /*letter-spacing: 7.56px;*/
    margin: 0 0 11px;
}

.secTitle {
    font-size: 48px;
    line-height: 60px;
    color: #190c3a;
    margin: 0;
}

.stWhite {
    color: #FFF;
}

.secDesc {
    font-size: 21px;
    color: #868b9b;
    line-height: 36px;
    margin: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-left: 0;
}

/*------------------------------------------------------
/  04. Links & Buttons
/------------------------------------------------------*/
.readMoreLink {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #190c3a;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
}

.readMoreLink i {
    font-size: 12px;
    color: #dcccc2;
    margin-left: 11px;
    position: relative;
    top: 0;
    transition: margin ease 350ms;
}

.readMoreLink:hover {
    color: #dcccc2;
}

.readMoreLink:hover i {
    margin-left: 6px;
}

.orbBtn01 {
    font-family: 'Jost', sans-serif;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    min-width: 173px;
    height: 54px;
    line-height: 52px;
    border-radius: 54px;
    padding: 0 15px;
    text-align: center;
    border: none;
    outline: none;
    display: inline-block;
    background: #d2b14b;
    color: #fff;
    vertical-align: middle;
    z-index: 2;
    transition-delay: calc((var(--n) - 1) * 0.1s);
}

.orbBtn01.orbBtnBorder {
    border: 2px solid #FFF;
    background: transparent;
    line-height: 48px;
}

.orbBtn01:hover {
    color: #fff;
}

.orbBtn01 .bp-text {
    z-index: 3;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.orbBtn01 .bp-shape {
    position: absolute;
    width: 25%;
    height: 100%;
    background: #190c3a;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
}

.orbBtn01:hover .bp-shape {
    transform: translateY(0) scale(2);
}

/*------------------------------------------------------
/  05. RTL Language Support
/------------------------------------------------------*/
body[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

body[dir="rtl"] h1, 
body[dir="rtl"] h2, 
body[dir="rtl"] h3, 
body[dir="rtl"] h4, 
body[dir="rtl"] h5, 
body[dir="rtl"] h6 {
    text-align: right;
}

body[dir="rtl"] a {
    text-align: right;
}

body[dir="rtl"] .orbBtn01 {
    text-align: right;
}

body[dir="rtl"] .readMoreLink {
    margin-right: 11px;
    margin-left: 0;
}

/*------------------------------------------------------
/  06. Arabic Font Support
/------------------------------------------------------*/
body[lang="ar"] {
    font-family: 'Cairo', sans-serif;
}
