
/*************Fonts implemenatation******************/

@font-face {
    font-family: 'Abril Fatface';
    src: url('../fonts/AbrilFatface-Regular.eot');
    src: url('../fonts/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbrilFatface-Regular.woff2') format('woff2'),
        url('../fonts/AbrilFatface-Regular.woff') format('woff'),
        url('../fonts/AbrilFatface-Regular.ttf') format('truetype'),
        url('../fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Oxygen-normal';
    src: url('../fonts/Oxygen-Regular.eot');
    src: url('../fonts/Oxygen-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oxygen-Regular.woff2') format('woff2'),
        url('../fonts/Oxygen-Regular.woff') format('woff'),
        url('../fonts/Oxygen-Regular.ttf') format('truetype'),
        url('../fonts/Oxygen-Regular.svg#Oxygen-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Bold.eot');
    src: url('../fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oxygen-Bold.woff2') format('woff2'),
        url('../fonts/Oxygen-Bold.woff') format('woff'),
        url('../fonts/Oxygen-Bold.ttf') format('truetype'),
        url('../fonts/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxygen-Light';
    src: url('../fonts/Oxygen-Light.eot');
    src: url('../fonts/Oxygen-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/.woff2') format('woff2'),
        url('../fonts/Oxygen-Light.woff') format('woff'),
        url('../fonts/Oxygen-Light.ttf') format('truetype'),
        url('../fonts/Oxygen-Light.svg#Oxygen-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Black.woff') format('woff'),
         url('../fonts/AvenirLTStd-Black.ttf')  format('truetype'),
         url('../fonts/AvenirLTStd-Black.svg#Avenir LT Std') format('svg');
}


/*************Fonts implemenatation******************/
*{
    margin: 0px;
    padding: 0px;
    box-sizing:border-box;
}
a,a:hover,a:focus,a:active{
    text-decoration:none;
    color:#333;
}
.container
{
	width: 90%;
	max-width:1300px;
	margin: 0 auto;
}

.section-header
{
	font-size:70px;
	margin-bottom:50px;
    font-family: 'Abril Fatface';
    text-transform:uppercase;
    text-align:center;
    position:relative;
    z-index:2;
}
.section-header:after
{
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #b88f45;
    top: 50%;
    width: 300px;
}

.link-btn
{
    font-family: 'Avenir-Roman';
    min-width: 120px;
    border: 2px  solid #e9d07f;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}
.link-btn:hover
{
    background: #b88f45;
    color: #fff;

}
.center {
  min-width: 180px;
  height: 60px;
  position: absolute;
  display: none;
}
.btn {
    min-width: 180px;
    height: 60px;  
    cursor: pointer;
    background: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: 1s ease-in-out;
    display:none;
}

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}



.background-color-b88f45
{
    background-color:#b88f45;
}

.color-b88f45
{
    color:#b88f45;
}

.color-f7dd86
{
    color:#f7dd86;
}


@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index:7;
    bottom:2%;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: 'Avenir-Roman';
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #e9d07f;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 16px;
    margin: -4px 0 0 -4px;
    border: 1px solid #e9d07f;
    /* border-radius: 50%; */
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
.scroll-btn .mouse span:after
{
   content: '';
    position: absolute;
    width: 4px;
    height: 10px;
    background-color: #e9d07f;
    top: -10px;
    left: 1px;
}

.scroll-btn .mouse span:before
{
   content: '';
    position: absolute;
    width: 4px;
    height: 10px;
    background-color: #e9d07f;
    bottom: -10px;
    left: 1px;
}
.position-relative
{
    position:relative;
}

.position-absolute
{
    position:absolute;
}

.padding-t-0
{
    padding-top: 0 !important;
}
.padding-b-0
{
    padding-bottom:0 !important;
}

.text-center
{
    text-align:center;
}

.d-flex
{
    display:flex;
}

