@font-face {
    font-family: "Yantramanav-Medium";
    src: url("Yantramanav-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "BarlowCondensed-SemiBold";
    src: url("BarlowCondensed-SemiBold.woff2") format("woff2");
}
/*************** MAIN ELEMENTS ***************/

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
	overflow: hidden;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #161616;
    pointer-events: none;
    top: 0;
    left: 0;
}

#border {
    border: 1px solid #333; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
    top: 0;
    left: 0;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
    top: 0;
    left: 0;
}

/******************** LOGO ********************/

#logo {
    cursor: pointer;
    width: 66px;
    height: 66px;
    top: 12px;
    left: 12px;
    background: url("logo.svg") no-repeat;
    background-size: contain;
}

/******************** BUTTON ********************/

#ctawrap {
    width: 145px;
    height: 30px;
    bottom: 8px;
    right: 8px;
    border-radius: 20px;
    /* min-width: 140px; */
    /* width: inherit;
    bottom: 12px; */
}

.cta {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 30px;
    /* width: 15%;
    right: 12px;
    bottom: 0;
    padding: 8px 5px;
    text-align: center;
    line-height: 110%;
    height: inherit; */
    font-family: 'BarlowCondensed-SemiBold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    letter-spacing: 0.6pt;
}

#cta {
    cursor: pointer;
    background: #00bdf2;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#ctaback {
    background: #fff; 
    color: #00bdf2;
}

#cta:hover {
	background: #fff;
    color: #00bdf2;
}

/********************** TEXT **********************/

#text {
    top: 0px;
    left: 270px;
    width: 290px;
    height: inherit;
    font-family: 'BarlowCondensed-SemiBold', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.4pt;
    line-height: 1;
}

#text > span {
    display: inline-block;
}

#text1 {
    font-size: 26px;
    color: #fff;
    line-height: 100%;
}

#text2 {
    font-size: 15px;
    color: #00bdf2;
    line-height: 100%;
}

#text3 {
    top: 8px;
    text-align: center;
    width: 160px;
    right: 8px;
    font-family: 'Yantramanav-Medium', sans-serif;
    line-height: 100%;
    font-size: 12px;
    color: #fff;
}

.slanted {
    display: inline-block;
    -webkit-transform: rotate(-10deg) skewX(-10deg);
        -ms-transform: rotate(-10deg) skewX(-10deg);
            transform: rotate(-10deg) skewX(-10deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
}

/********************** IMAGE **********************/

#images {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
}

.img {
    width: inherit;
    height: inherit;
}

