/*
 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=Manrope:wght@200..800&display=swap');

/*------------------------------------------------------
/  2. Presets & Typography Settings
/------------------------------------------------------*/
html,body{
    margin: 0;
    padding: 0;
}
:root{
    --tw-primary-color: #000000;
}
body{
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(3, 3, 15, .8);
}
p{
    margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    color: #03030f;
    line-height: 1.5;
    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: 46px;
    border: none;
    background: #FFF;
    border-radius: 0;
    padding: 0 28px;
    letter-spacing: -.34px;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tw-primary-color);
    font-weight: 700;
    line-height: 46px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    border: 1px solid transparent;
}
.landBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 150%;
    height: 100%;
    background: #000;
    transform-origin: 0 bottom;
    z-index: -1;
    transform: translateX(-100%) rotate(-30deg);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.landBtn:after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 150%;
    transform-origin: right bottom;
    transform: translateX(100%) rotate(30deg);
    bottom: 0;
    height: 100%;
    background:  #000;
    z-index: -1;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.landBtn:hover:before {
    left: 0;
    transform: rotate(0deg);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.landBtn:hover:after {
    right: 0;
    transform: rotate(0deg);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.landBtn:hover{
    border-color: #000;
    color: #FFF;
}

.landBtn i {
   position: relative;
   display: inline-block;
   margin-right: 6px;
   -moz-transition: transform ease 500ms;
   -webkit-transition: transform ease 500ms;
   transition: transform ease 500ms;
    background: transparent;
}
.landBtn:hover i{
    -moz-transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}
.landBtn.darks{
    color: var(--tw-primary-color);
    background: #FFF;
}
.landBtn.darks::before{
    background: rgba(229, 239, 243, 1);
}
.landBtn.darks::after{
    background: rgba(229, 239, 243, 1);
}
.landBtn.rvs{
    color: #FFF;
    background: rgba(229, 239, 243, 1);
}
.landBtn.rvs:hover{
    background: #FFF;
    color: var(--tw-primary-color);
}
.landBtn.darks:hover{
    color: var(--tw-primary-color);
}
.comonSection{
    padding: 120px 0;
    position: relative;
}
.sectionTitle{
    font-size: 42px;
    line-height: .8;
    margin: 0 0 15px;
    font-weight: 900;
    letter-spacing: -2px;
}
.stBar{
    display: inline-block;
    margin: 0 0 45px;
}
.fixedHeader .headerBTN .landBtn {
    background: var(--tw-primary-color);
    color: #FFF;
}
.fixedHeader .headerBTN .landBtn:hover {
    color: var(--tw-primary-color);
    border-color:rgba(229, 239, 243, 1);
}
.fixedHeader .headerBTN .landBtn::after{
    background: rgba(229, 239, 243, 1);
}
.fixedHeader .headerBTN .landBtn::before{
    background: rgba(229, 239, 243, 1);
}