@import url("fontStyle.css");

* {
    box-sizing: border-box;
}

html {
  font-family: 'Assistant', 'Arial', sans-serif;
  line-height: 1.15;
  direction: rtl;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Assistant', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: #010101;
    font-weight: 300;
    text-align: right;
    background-color: #f2f4ec;
}


:focus {
    outline: 0px solid #000;
}

a {
    text-decoration: underline;
    color: #72a6ff;
}

a:hover, a:focus {
    color: #0d52c8;
    text-decoration: none;
}

a, button, input, select, textarea {
    transition: all .3s ease-in;
    
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0px solid #000;
}

p {
    font-size: 17px;
    margin: 0px 0px 9px 0px;
    line-height: 19px;
    text-align: center;
    font-weight: 300;
}

strong, b {
    font-weight: 500;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    width: 100%;
}

.outline {
    outline: 2px solid #000000 !important;
}



/* start backTo top Styles */


article ul {
    margin: 10px 0px 15px 0px;
    padding: 0px 30px 0px 0px;
    list-style: none;
    font-size: 17px;
}

article ul li {
    line-height: 22px;
    position: relative;
}

article ul li::before {
    content: '';
    position: absolute;
    right: -32px;
    top: 2px;
    width: 22px;
    height: 22px;
    background-image: url(../images/Bullet.png);
    background-repeat: no-repeat;
    background-position: center center;
}

p.moreInfo {
    display: inline-block;
    position: relative;
}

.moreInfo::after {
	content: "\f107";
    font-family: FontAwesome;
    color: #000000;
    font-size: 30px;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: auto;
}


.domainOfferBox {
	box-shadow: 0px 0px 35px rgba(0, 0, 0, .07);
    background-color: #ffffff;
    max-width: 800px;
    padding: 10px 35px 35px 35px;
    margin: 0px auto 0px auto;
    text-align: center;
}

h1 {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
    line-height: 20px;
}

a.whatsupCall {
    display: inline-block;
    background-color: #26d366;
    color: #fff;
    padding: 9px 45px 9px 20px;
    font-size: 18px;
    margin-bottom: 15px;
    border: 1px solid #11994b;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .54);
    text-decoration: none;
    position: relative;
}

a.whatsupCall:focus, a.whatsupCall:hover {
    transform: scale(0.825);
}

a.whatsupCall::before {
    content: "\f232";
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: 14px;
}

.offerBox {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, .07);
    background-color: #ffffff;
    max-width: 800px;
    padding: 25px 35px;
    margin: 0 auto;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0px 10px 0px;
    line-height: 33px;
}

h3 {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    max-width: 430px;
    margin: 10px auto;
    line-height: 20px;
}

.innerOffer {
    border: 1px solid #f0f0f0;
    padding: 15px;
    margin-top: 15px;
}

p.xs {
    max-width: 680px;
    margin: auto;
}

h4 {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
}

.linkBox {
    text-align: center;
}

a.link {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 15px 10px 35px;
    margin: 15px auto;
    position: relative;
}

a.link::after {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    top: 9px;
    left: 11px;
}

a.web {
    display: block;
    margin: auto;
    width: 1200px;
}

span.color2 {
	position: relative;
}

span.color2::before {
    content: "";
    position: absolute;
    left: -6px;
    right: -4px;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 111%;
    height: 2px;
    z-index: 1;
    background-color: #f44336;
    transform: rotate(-4deg);
}

/*
	.website {
		background-image: url(../images/geometri.png);
		background-position: center center;
		background-repeat: no-repeat;
		height: 680px;
		width: 1000px;
		margin: auto;
		background-size: contain;
	}
*/


@media (max-width: 1440px) { 


}

@media (max-width: 1340px) { 

    
}


@media (max-width: 1280px) {

}

@media (max-width: 1024px) {


}

@media (max-width: 800px) {


}

@media (max-width: 736px) {


}

@media (max-width: 600px) {


}


@media (max-width: 400px) {
    
    
}

@media (max-width: 320px) {
    
    h1 {
        font-size: 24px;
    }

}

