@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans-Regular.ttf) format('woff2');
}
@font-face {
    font-family: guru-regular;
    src: url(../fonts/Teko-Regular.ttf);
}
@font-face {
    font-family: guru-300;
    src: url(../fonts/Teko-Light.ttf);
}
@font-face {
    font-family: rale-400;
    src: url(../fonts/raleway.light.ttf);
}

.landing-web-design{
    background-color: black;
    padding-top: 2em;
    padding-bottom: 7em;
}
.half-width{
    width: 50%;
    color: white;
}
.self-cnter{
    align-self: center;
}
.half-width .img{
    width: 100%;
    text-align: center;
}
.half-width .img img{
    width: 80%;
}
.img-1 img{
    height: 375px;
    width: 500px;
}

.landing-web-design h1{
    font-size: 52px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 5px 0;
    text-align: center;
}
.landing-web-design h2{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 30px 0;
    text-align: left;
}
.landing-web-design p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: rale-400      ;
    text-align: left;
    line-height: 1.6em;
}
.web-approch{
    background-color: #0083F2;
    padding-top: 2em;
    padding-bottom: 7em;
    padding-left: 6%;
    padding-right: 6%;
}
.web-approch h1{
    font-size: 62px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular;
    text-align: left;
    margin: 0;
}
.web-approch .p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: rale-400;
    text-align: left;
}
.web-approch h2{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: rale-400;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
}
.aproch-body .d-flex{
    justify-content:center ;
}
.aproch-body h3{
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: guru-regular;
    text-align: left;
    line-height: 1.2em;
    margin: 0;
}
.aproch-body p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: rale-400      ;
    text-align: left;
    line-height: 1.6em;
    margin: 0;
}
.aproch-body .col-1.left{
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400;
    text-align: center;
    line-height: 1.6em;
    padding-right: 10px;
    align-self: center;
    position: relative;
}
.aproch-body .col-1.left::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dashed #ffffff;
    left: 2px;
}
.aproch-body .col-1.right{
    font-size: 30px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    align-self: center;
    padding-right: 10px;
    position: relative;
}
.aproch-body .col-1.right::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dashed #ffffff;
    left: 2px;
}

.section-contact{
    padding: 5%;
    background-color: black;
}
.section-contact h1{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
}
.section-contact a{
    font-size:52px;
    color: #ffffff;
    font-weight: 800;
    font-family: rale-400  ;
    text-align: center;
    line-height: 1.6em;
    margin: 0;
    text-decoration: none;
}

.third-web-design{
    background-color: black;
    padding-top: 2em;
    padding-bottom: 7em;
}


.third-web-design h2{
    font-size: 32px;
    color: #0083F2;
    font-weight: 400;
    font-family: guru-regular   ;
    margin: 30px 0;
    text-align: left;
}
.third-web-design p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: rale-400      ;
    text-align: left;
    line-height: 1.6em;
}
.last-para p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: rale-400      ;
    text-align: left;
    line-height: 1.6em;
    width: 80%;
    margin: auto;

}

@media (max-width:1024px) and (min-width:768px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: 1px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: 1px;
        top: 4px;
    }
}
@media (max-width:768px) and (min-width:500px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
    }
}
@media (max-width:500px) and (min-width:375px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
    }
    .landing-web-design .d-flex{
        flex-direction: column;
    }
    .landing-web-design .d-flex .half-width{
        width: 100%;
    }
    .web-approch h1 {
        font-size: 42px;
    }
    .web-approch .p {
        font-size: 18px;
        line-height: 1.4em;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }
    .web-approch {
        padding-bottom: 2em;
    }
    .d-flex{
        flex-direction: column;
    }
}
@media (max-width:375px) and (min-width:320px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
    }
    .landing-web-design .d-flex{
        flex-direction: column;
    }
    .landing-web-design .d-flex .half-width{
        width: 100%;
    }
    .web-approch h1 {
        font-size: 42px;
    }
    .web-approch .p {
        font-size: 18px;
        line-height: 1.4em;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }
    .web-approch {
        padding-bottom: 2em;
    }
    .d-flex{
        flex-direction: column;
    }
}
@media (max-width:320px){
    .aproch-body .col-1.left::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.right::before {
        width: 40px;
        height: 40px;
        left: -10px;
        top: 4px;
    }
    .aproch-body .col-1.left span {
        padding-right: 10px;
    }
    .aproch-body .col-1.right span {
        padding-right: 10px;
    }
    .half-width .img img {
        width: 100%;
    }
    .landing-web-design .d-flex{
        flex-direction: column;
    }
    .landing-web-design .d-flex .half-width{
        width: 100%;
    }
    .web-approch h1 {
        font-size: 42px;
    }
    .web-approch .p {
        font-size: 18px;
        line-height: 1.4em;
    }
    .aproch-body .d-flex {
        flex-direction: column;
    }
    .aproch-body .d-flex .d-flex{
        flex-direction: row;
    }
    .half-width{
        width: 100%;
    }
    .col-6{
        width: 100%;
    }
    .web-approch {
        padding-bottom: 2em;
    }
    .d-flex{
        flex-direction: column;
    }
}