/*
 Theme Name: Bittanto
 Theme URI: https://themeforest.net/user/themewar/portfolio
 Author: themewar
 Author URI: 
 Description: Bittanto - Creative Resume HTML5 Responsive Template
 Version: 1.0
 License:
 License URI:
*/

/*==================================
    [Table of contents]
===================================
    1. Fonts
    2. Presets & Typography Settings
    3. Preloader
*/

/*------------------------------------------------------
/  1. Fonts
/------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


:root{
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Urbanist', sans-serif;
    --tw-primary-color: #ff6a00;

    --body-color: var(rgba(3, 3, 15, .8));
    --body-font-size: 18px;
    --body-line-height: 32px;
    --body-font-weight: 400;
    --body-letter-spacing: 0;

    --heading-color: #000000;
    --heading-font-weight: 700;
    --heading-line-height: 1.1;

    --dark-color: #121212;
    --dark-color-2: #232121;
    --dark-color-3: #242035;
}



/*------------------------------------------------------
/  2. Presets & Typography Settings
/------------------------------------------------------*/
html,body{
    margin: 0;
    padding: 0;
}
body{
    font-family: var(--primary-font);
    font-weight: var(--body-font-weight);
    font-size: var(--body-font-size);
    line-height: 32px;
    letter-spacing: 0;
    color: var(--body-color);
}
p{
    margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Urbanist", sans-serif;
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
    margin: 0 0 15px;
}
a{
    color: #03030f;
    text-decoration: none;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
a:hover{
    color: var(--tw-primary-color);
    text-decoration: none;
}
input:focus, button:focus, select:focus, textarea:focus, a:focus{
    outline: 0;
    box-shadow: none;
}
.fw_300{
    font-weight: 300;
}
.fw_400{
    font-weight: 400;
}
.fw_500{
    font-weight: 500;
}
.fw_600{
    font-weight: 600;
}
.fw_700{
    font-weight: 700;
}
.wb_all{
    word-break: break-all;
}
.fs_italic{
    font-style: italic;
}



.landBtn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    height: 55px;
    border: none;
    background: var(--tw-primary-color);
    border-radius: 50px;
    padding: 0 25px;
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    line-height: 55px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.landBtn::before {
    position: absolute;
    left: auto;
    right: 0;
    height: 100%;
    content: '';
    z-index: -1;
    width: 0;
    overflow: hidden;
    border-radius: 50px;
    background: #FFF;
    transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -moz-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
    -webkit-transition: width .5s cubic-bezier(.25,.8,.25,1) 0s;
}
.landBtn:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}
.landBtn i {
    display: inline-block;
    position: relative;
    margin-left: 11px;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    border-radius: 50%;
    background: var(--dark-color-2);
    font-size: 14px;
    line-height: 31px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.landBtn:hover i {
    background: var(--dark-color-2);
    color: var(--tw-primary-color);
}
.landBtn.darks{
    color: #FFF;
    background: var(--tw-primary-color);
}
.landBtn.darks::before{
    background: var(--dark-color-2);
}
.landBtn.rvs{
    color: #FFF;
    background: var(--tw-primary-color);
}
.landBtn.darks i{
    background: var(--dark-color-2);
}
.landBtn.darks:hover i{
    background: var(--tw-primary-color);
    color: #FFF;
}
.landBtn.darks:hover {
    color: #FFF;
}
.landBtn:hover{
    color: var(--tw-primary-color);
    background: #FFF;
}
.landBtn.rvs:hover{
    background: #FFF;
    color: #62a403;
}
.comonSection{
    padding: 120px 0;
    position: relative;
}
.sectionTitle{
    font-size: 42px;
    line-height: .8;
    margin: 0 0 15px;
    font-weight: 900;
}
.stBar{
    display: inline-block;
    margin: 0 0 45px;
}