/*
Theme Name: Orbito
Theme URI: https://omanthemes.com/orbito/wp/
Author: Orientate
Author URI: http://orbito.omanthemes.com
Description: Orbito - Creative Agency WordPress Theme
Version: 1.1
License:
License URI:
*/

/*==================================
    [Table of contents]
===================================
    01. Basic Typography
    02. Section Presets
    03. Links & Buttons
*/

/*------------------------------------------------------
/  01. Basic Typography
/------------------------------------------------------*/

:root{
    --theme-color: #f9758f;
    --theme-color-two: #00c0ff;
    --theme-color-heading: #343c55;
    --theme-color-body: #343c55;
    --gr-color-start: rgba(249, 116, 143, 1);
    --gr-color-end: rgba(254, 154, 139, 1);
    --date-color-start: rgba(0,122,223,1);
    --date-color-end: rgba(0,236,188,1);
    --cat-color-start: rgba(10,207,254,1);
    --cat-color-end: rgba(73,90,255,1);
    --secondary-color: #FFFFFF;

    --primary-font: 'Open Sans', sans-serif;
    --primary-font-size: 18px;
    --primary-font-weight: 400;
    --primary-line-height: 28px;
    --secondary-font: 'Jost', sans-serif;
    --secondary-font-weight : 500;
}
body, html{
    margin: 0;
    padding: 0;
}
body{
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    line-height: var(--primary-line-height);
    color: var(--theme-color-body);
    letter-spacing: 0;
    font-weight: var(--primary-font-weight);
}
p{
    margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--secondary-font);
    font-weight: var(--secondary-font-weight);
    line-height: 1.1;
    color: var(--theme-color-heading);
    margin: 0 0 15px;
}
a{
    display: inline-block;
    color: var(--theme-color);
    font-weight: 500;
    text-decoration: none;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
a:hover, a:focus{
    color: var(--theme-color-heading);
    text-decoration: none;
    outline: 0;
}
input:focus, select:focus, textarea:focus, button:focus{
    outline: 0;
}
.jost{
    font-family: var(--secondary-font);
}

/*------------------------------------------------------
/  02. Section Presets
/------------------------------------------------------*/
.secSubTitle{
    font-size: 18px;
    line-height: 1;
    color: var(--theme-color);
    letter-spacing: 7.56px;
    margin: 0 0 11px;
}
.secTitle{
    font-size: 48px;
    line-height: 60px;
    color: var(--theme-color-heading);
    margin: 0;
}
.stWhite{
    color: #FFF;
}
.secDesc{
    font-size: 21px;
    color: #868b9b;
    line-height: 36px;
    margin: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.wpcf7 form .wpcf7-response-output{
    margin: 20px 0 0 -5px;
}
.inlineBlock{
    display: inline-block;
}
.elementor-widget-wrap > .elementor-element.itemInline-yes{
    width: auto;
    display: inline-block;
}

/*------------------------------------------------------
/  03. Links & Buttons
/------------------------------------------------------*/
.readMoreLink{
    font-family: var(--secondary-font);
    font-size: 18px;
    color: var(--theme-color-heading);
    font-weight: 500;
    display: inline-block;
    line-height: 1;
}
.readMoreLink i{
    font-size: 13px;
    color: var(--theme-color);
    margin-left: 11px;
    position: relative;
    top: 1px;
    transition: margin ease 350ms;
    -moz-transition: margin ease 350ms;
    -webkit-transition: margin ease 350ms;
}
.readMoreLink:hover{
    color: var(--theme-color);
}
.readMoreLink:hover i{
    margin-left: 6px;
}
.orbBtn01{
    font-family: var(--secondary-font);
    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: var(--theme-color);
    color: #fff;
    vertical-align: middle;
    z-index: 2;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.orbBtn01.orbBtnBorder{
    -webkit-transition: all ease 0.55s;
    -moz-transition: all ease 0.55s;
    transition: all ease 0.55s;
    border: 2px solid #FFF;
    background: transparent !important;
    line-height: 48px;
}
.orbBtn01.orbBtnBorder:hover{
    border-color: transparent;
}
.orbBtn01 .bp-text {
  z-index: 3;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.orbBtn01 .bp-shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--theme-color-heading);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
}
.orbBtn01.hoverBlue .bp-shape{
    background: var(--theme-color-two);
}
.orbBtn01 .bp-shape:nth-child(1) {
  --b: 1;
}
.orbBtn01 .bp-shape:nth-child(2) {
  --b: 2;
}
.orbBtn01 .bp-shape:nth-child(3) {
  --b: 3;
}
.orbBtn01 .bp-shape:nth-child(4) {
  --b: 4;
}
.orbBtn01 .bp-shape:nth-child(5) {
  --b: 5;
}
.orbBtn01 .bp-shape:nth-child(6) {
  --b: 6;
}
.orbBtn01 .bp-shape:nth-child(7) {
  --b: 7;
}
.orbBtn01 .bp-shape:nth-child(8) {
  --b: 8;
}
.orbBtn01 .bp-shape:nth-child(9) {
  --b: 9;
}
.orbBtn01:hover .bp-shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
}
.orbBtn01:hover{
    color: #fff;
}
.orbVideoBtn{
    width: 139px;
    height: 139px;
    background: var(--theme-color-two);
    border-radius: 50%;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.orbVideoBtn:hover{
    color: #FFF;
}
.orbVideoBtn i{
    position: relative;
    z-index: 2;
}
.orbVideoBtn:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: var(--theme-color);
    border-radius: 50%;
    
    opacity: 0;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.orbVideoBtn:hover:after{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.orbBtn01 i{
    position: relative;
    margin: 0 0 0 9px;
    top: 3px;
}
.orbBtn01.orbBtnV6 {
    line-height: 52px !important;
}

/* bitBox */
.pd_cardBtn{
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex:0;
    font-size: 14px;
    line-height: 38px;
    font-weight: 900;
    font-family: var(--secondary-font);
    padding: 8px 15px;
    min-width: 129px;
    width:100%;
    height: 38px;
    background: transparent;
    color:var(--secondary-color);
    z-index: 2;
    border:1px solid var(--theme-color);
    margin-left: 5px;
}
.pd_cardBtn::after{
    position: absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(115deg, #004AF9, #DB00FF);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in;
    z-index: -1;
}
.pd_cardBtn:hover:after{
    visibility: visible;
    opacity: 1;
}
.pd_cardBtn:hover{
    border:none;
}




/*------------------------------------------------------
/  04. Layer Image
/------------------------------------------------------*/
.layer_img {
    position: absolute;
    left: 0;
    top: 0;
}
.layer_img img {
    max-width: 100%;
    height: auto;
}
.right_top {
    left: auto;
    right: 0;
}
.right_bottom {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}
.left_bottom {
    top: auto;
    bottom: 0;
}
.move_anim img {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}
.move_anim_two img {
    -webkit-animation: movebounce2 3s linear infinite;
    animation: movebounce2 3s linear infinite;
}
.rotate_anim img {
    -webkit-animation: rotated 30s infinite linear;
    animation: rotated 30s infinite linear;
}
@keyframes movebounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes movebounce2 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes blinker {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 163, 146, 0.2), 0 0 0 30px rgba(247, 163, 146, 0.2), 0 0 0 50px rgba(247, 163, 146, 0.2);
    }
    100% {
        box-shadow: 0 0 0 30px rgba(247, 163, 146, 0.2), 0 0 0 50px rgba(247, 163, 146, 0.2), 0 0 0 70px transparent;
    }
}

/* V2 Modification */
.orbBtn01.gradientBTN{
    background-color: transparent;
    background-image: linear-gradient(45deg, #F9748F 0%, #FE9A8B 100%);
}
.orbBtn01.gradientBTN.sliderBTN{
    line-height: 50px !important;
    text-align: center !important;
}
.sliderBTN span.bp-text{
    width: 100%;
    line-height: inherit !important;
    text-align: center !important;
}
.gradient4 .iconBox01{
    background: rgb(247,140,160) !important;
    background: linear-gradient(135deg, rgba(247,140,160,1) 0%, rgba(249,116,143,1) 19%, rgba(253,134,140,1) 60%, rgba(254,154,139,1) 100%) !important;
}




/* V3 blog Btn  */

/* Link Style V3 */
.orbLink{
    min-width: 162px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #1c2035;
    background: #e9e9e9;
}
.orbLink i{
    position: relative;
    top: 2px;
    margin-left: 7px;
}
.orbLink:hover{
    background: #1c2035;
    color: #FFF;
}

/* Comment Button */
.biCmt{
    font-size: 15px;
    color: #727376;
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.biCmt i{
    font-size: 27px;
    position: relative;
    margin-right: 2px;
}
.biCmt:hover{
    background: #1c2035;
    color: #FFF;
}
 /* V3 OrbBtn 02  */
.orbBtn02{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 65px;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    background: #4761ff;
    overflow: hidden;
    border-radius: 0;
    padding: 0 15px;
    text-align: center;
    border: none;
    outline: none;
    vertical-align: middle;
    z-index: 2;

    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.orbBtn02 .bp-text {
    z-index: 3;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .orbBtn02 .bp-shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #343c55;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
  }
  .orbBtn02.hoverBlue .bp-shape{
      background: #00c0ff;
  }
  .orbBtn02 .bp-shape:nth-child(1) {
    --b: 1;
  }
  .orbBtn02 .bp-shape:nth-child(2) {
    --b: 2;
  }
  .orbBtn02 .bp-shape:nth-child(3) {
    --b: 3;
  }
  .orbBtn02 .bp-shape:nth-child(4) {
    --b: 4;
  }
  .orbBtn02:hover .bp-shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
  }
  .orbBtn02:hover{
      color: #fff;
  }
