@import 'bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Pathway+Gothic+One&display=swap');

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    background: #f7f9fb;
}

body {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
    height: 100%;
    background: #f7f9fb;
}



/* selection */

::selection {
    background-color: #7FB1C5;
    color: #fff
}

-webkit-::selection {
    background-color: #7FB1C5;
    color: #fff
}

::-moz-selection {
    background-color: #7FB1C5;
    color: #fff
}

h3,
.h3 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7FB1C5;
    margin-top: 30px;
}

h3 a,
.h3 a {
    color: #7FB1C5;
}

.h3 a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 20px;
    font-family: 'Pathway Gothic One', sans-serif;
}

a {
    color: #7FB1C5;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover,
a:focus {
    color: #7FB1C5;
    outline: none
}

a:focus {
    text-decoration: none
}

.div-logo p {
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7FB1C5;
    text-align: center;
}

.logo {
    width: 180px;
    max-width: 180px;
    text-align: center;
    margin-bottom: 30px;
}


.div-logo .btn {
    background:#7FB1C5;
    border: 1px solid #7FB1C5;
    
}

.div-logo .btn a{
    color: #fff;
    text-decoration: none;
}

.div-logo .btn a:hover{
    color: #fff;
    text-decoration: none;
}

.div-logo .btn:hover {
    background: #7FB1C5;
    border: 1px solid #7FB1C5;
    color: #fff;
}

.js .animate-box {
    opacity: 0;
}

.btn {
    font-family: 'Pathway Gothic One', sans-serif;
    position: relative;
    display: inline-block;
    padding: 11px 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #fff;
    background: #7FB1C5;
    border: 1px solid #7FB1C5;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out!important;
    transition: all .3s ease-out!important;
    font-size: 15px;
}

.btn:hover,
.btn:focus {
     background: transparent;
    color: #7FB1C5;
    border: 1px solid #7FB1C5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none!important;
}


.layout {
    background: #f7f9fb url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.brand {
    display: inline-block;
    font-family: 'Pathway Gothic One', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.brand:hover,
.brand:focus {
    color: #fff;
    text-decoration: none
}

.text-primary {
    color: #101010
}

.main {
    padding: 90px 0;
    text-align: center
}

.description {
    margin-top: 3.6em
}

.arcprime-version {
    margin: 60px 0 0 0;
}

.arcprime-version h3 {
    margin-bottom: 20px
}

.arcprime-version figure {
    position: relative
}

.arcprime-version figure img {
    display: block
}

.arcprime-version figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.arcprime-version figcaption .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.arcprime-version figure:hover figcaption {
    opacity: 1
}

@media(min-width:768px) {
    html {
        font-size: 85%
    }
}

@media(min-width:992px) {
    html {
        font-size: 92%
    }
}

@media(min-width:1200px) {
    html {
        font-size: 100%
    }
}




/* Buy now */
.duru-buy-now {
		position: fixed;
		right: 30px;
		bottom: 30px;
		z-index: 999;
	}
.duru-buy-now a {
    text-decoration: none;
    color: #fff;
}
.duru-buy-now-btn {
		display: inline-flex;
		padding: 15px 30px;
		align-items: center;
		border: none;
		border-radius: 50em;
		background: #262626;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
       font-family: 'Pathway Gothic One', sans-serif;
		font-size: 15px;
		line-height: 1.5em;
		color: #fff;
		transition: all 0.3s;
	}
.duru-buy-now-btn svg {
		margin-right: 12px;
	}
.duru-buy-now-btn:hover {
		background: rgba(127, 177, 197, 0.9);
		color: #fff;
		transform: translateY(-2px);
	}
.duru-buy-now-btn:hover svg {
		fill: currentColor;
	}