@font-face {
    font-family: 'dellreplicaregular';
    src: url('DellReplica-Regular.eot');
    src: url('DellReplica-Regular.eot?#iefix') format('embedded-opentype'),
        url('DellReplica-Regular.woff2') format('woff2'),
        url('DellReplica-Regular.woff') format('woff'),
        url('DellReplica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dellreplicabold';
    src: url('DellReplica-Bold.eot');
    src: url('DellReplica-Bold.eot?#iefix') format('embedded-opentype'),
        url('DellReplica-Bold.woff2') format('woff2'),
        url('DellReplica-Bold.woff') format('woff'),
        url('DellReplica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'dellreplicalight';
    src: url('DellReplica-Light.eot');
    src: url('DellReplica-Light.eot?#iefix') format('embedded-opentype'),
        url('DellReplica-Light.woff2') format('woff2'),
        url('DellReplica-Light.woff') format('woff'),
        url('DellReplica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html {
    background: #5c2b76;
}

body::after{
    content: '';
	position: fixed;
	right: 0;
	top: 0;
    background-image: url("../images/rectangle.png");
    width: 58.8%;
    background-size: cover;
    height: 100vh;
    z-index: -1;
} 

.dell {
    font-family: 'dellreplicabold';
    padding: 30px 0;
    display: inline-block;
    width: 100%;
}

.dell .logos-wrap {
    display: inline-block;
    width: 100%;
}

.dell h1 {
    color: #eeeeee;
    margin-top: 40px;
    max-width: 550px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'dellreplicalight';
    font-weight: 700;
    margin-left: 2%;
}

.dell h2 {
    color: #eeeeee;
    font-size: 30px;
    line-height: 36px;
    font-family: 'dellreplicabold';
    margin-left: 2%;
    margin-bottom: 10px;
}

.dell h3 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'dellreplicabold';
}

.dell .uvod {
    margin-left: 2%;
    max-width: 650px;
    color: #eeeeee;
}

.dell .g-cta {
    margin-left: 2%;
    color: #eeeeee;
    text-transform: uppercase;
    border: solid 2px #eee;  
    border-radius: 5px;
    padding: 10px 20px;
}


.dell .card {
    background-color: #b33e96;
    padding: 10px 20px;
    box-shadow: 1px 1px 8px #5b264e;
}

.dell .cijena {
    display: inline-block;
    font-size: 26px;
    font-weight: 900;
    border: solid 2px #fff;
    border-radius: 5px;
    padding: 5px 10px 0;
    color: #ffffff;
    font-family: 'dellreplicalight';
}
.dell .cijena span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -9px;
    padding-right: 2px;
}

.dell .card img {
    position: absolute;
    margin-top: -50px;
}

.dell .card .tekst {
    margin-top: 120px;
    padding-bottom: 20px;
}


.float-l{
	float: left;
}
.float-r{
	float: right;
}
.clear{
	overflow: hidden;
}
.clear-img{
  clear:both;
}
.move-down-img{
  margin-top: 85px;
}
.pos-a{
  position: absolute;
  top: 0;
  right: 0;
}
.mag-l-t-b{
    margin-left: 82.5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

sup{
	font-size: 14px;
}
.dell p{
	line-height: 1.5;
	color: white;
    font-family: 'dellreplicalight';
}
.dell span{
	display: inline-block;
	margin-bottom: 10px;
    font-family: 'dellreplicaregular';
}
span.top{
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 20px;
}
a, .fakelink{
	text-decoration: none;
	color: white;
	font-size: 16px;
}


.img-ab {
    position: absolute;
    right: 0;
    top: 100px;
}

.disclaimer {
    margin: 0 0 30px 2%;
    color: #eeeeee;
    max-width: 900px;
    font-family: 'dellreplicalight';
}

@media screen and (max-width: 991px) {
    .dell .card {
        margin-top: 40px;
    }
}

@media screen and (max-width: 780px) {
    body::after {
        width: 80%;
    }
    .dell h1 {
        max-width: 400px;
    }
    .dell .uvod {
        max-width: 350px;
    }
}
@media screen and (max-width: 576px) {
    .dell h1 {
        max-width: 300px;
    }
    body::after {
        width: 100%;
    }
    .dlogo {
        height: 100px;
    }
    .ilogo {
        height: 90px;
    }
}
@media screen and (max-width: 480px) {
    .dell h1 {
        max-width: 250px;
    }
    .dlogo {
        height: 60px;
    }
    .ilogo {
        height: 60px;
    }
}