.wrapper .cont-a {
    position: relative;
    height: 700px;
    width: 100%;
    background-image: url(top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrapper .cont-a::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgb(43 42 42 / 59%);
    content: '';
    /* mix-blend-mode: overlay; */
}
.wrapper .cont-a .content {
    position: absolute;
    z-index: 3;
    left: 80px;
    /* width: 100%; */
    bottom: 150px;
    right: 0;
}
.wrapper .cont-a .content h2 {
    position: relative;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 5px 0px;
    color: #fff;
}
.wrapper .cont-a .content h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 1000;
    /* letter-spacing: 1px; */
    margin: 10px 0px;
    max-width: 600px;
    color: rgb(131, 224, 255);
}
.wrapper .cont-a .content h4 span {
    /* max-width: 900px; */
    color: #fff;
    font-size: 16px;
}
.wrapper .cont-a .content .link {
    position: relative;
    /* display: block; */
    font-weight: 700;
    top: 30px;
    text-transform: uppercase;
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease-in-out all;
    color: #fff;
    background-color: rgb(47, 182, 228);
}
.wrapper .cont-a .content .link:hover {
    transition: 0.3s ease-in-out all;
    letter-spacing: 3px;
}
.wrapper .cont-b {
    position: relative;
    min-height: 500px;
    padding: 30px 0px;
    background-image: url(first.jpg);
    background-position: left center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.wrapper .cont-b::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(78, 87, 87, 0.541);
    content: '';
    /* mix-blend-mode: overlay; */
}
.wrapper .cont-b p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
    max-width: 700px;
    z-index: 3;
}
.wrapper .cont-b p b {
    color: #fff;
    text-transform: uppercase;
}
.wrapper .cont-b .link {
    box-sizing: border-box;
    padding: 20px;
    left: -100px;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
}
.wrapper .cont-b .link a span {
    font-size: 10px;
    background-color: transparent;
    /* display: block; */
}
.wrapper .cont-b .link::before {
    position: absolute;
}
.wrapper .cont-b a {
    position: relative;
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 1px 8px #333;
    padding: 30px 20px;
    font-size: 20px;
    background-color: rgb(47, 182, 228);
    /* justify-self: flex-start; */
    align-self: flex-start;
    transition: 0.3s ease-in-out all;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper .cont-b a:hover {
    transition: 0.3s ease-in-out all;
    background-color: rgb(29, 163, 207);
    /* box-shadow: 1px 1px 8px #fff; */
    /* letter-spacing: 1px; */
}
.wrapper .cont-c {
    position: relative;
    min-height: 500px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(second.jpg);
    background-position: left center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.wrapper .cont-c::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to left, rgb(47, 182, 228), rgba(47, 183, 228, 0.384)) ;
    content: '';
    /* mix-blend-mode: overlay; */
}
.wrapper .cont-c::after {
    position: absolute;
    content: '';
    top: 300px;
    left: -100px;
    transition: 0.3s ease-in-out all;
    right: 0;
    bottom: -300px;
    background-color: #fff;
    z-index: 2;
    transform: rotate(6deg);
}
.wrapper .cont-c .text {
    position: relative;
    width: 800px;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.wrapper .cont-c .text p {
    position: relative;
    font-size: 18px;
    /* color: #ccc; */
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 50px;
    /* margin: 30px 0px; */
    text-transform: capitalize;
}
.wrapper .cont-c .text a {
    position: relative;
    text-decoration: none;
    color: rgb(47, 182, 228);
    background-color: #fff;
    transition: 0.3s ease-in-out all;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
}
.wrapper .cont-c:hover::after {
    position: absolute;
    content: '';
    top: 300px;
    left: -100px;
    right: -100px;
    bottom: -300px;
    transition: 0.3s ease-in-out all;
    transform: rotate(2deg);
}
.wrapper .cont-d {
    position: relative;
    display: block;
}
.wrapper .cont-d h3 {
    color: #2fb6e4;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0px 0px 10px #ccc;
}
.cont-d .boxes {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 50px;
    flex-direction: column;
}
.cont-d .boxes .box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.cont-d .boxes .box img {
    /* position: absolute; */
    position: relative;
    width: 30%;
    z-index: 2;
    transform: translate(100px);
    height: auto;
    box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.61);
}
/* .cont-d .boxes .box img:hover */
.cont-d .boxes .box .text {
    position: relative;
    justify-self: center;
    text-align: right;
    transform: translate(-50px, -80px);
}
.cont-d .boxes .box:nth-child(even) .text {
    order: 1;
    transform: translate(50px, -80px);
    text-align: left;
}
.cont-d .boxes .box:nth-child(even) .text p::after {
    right: -300px;
    left: 0px;
}
.cont-d .boxes .box:nth-child(even) img {
    transform: translate(-100px, -100px);
    order: 2;
}
.cont-d .boxes .box:nth-child(3) img {
    transform: translate(100px, -200px);
    /* order: 2; */
}
.cont-d .boxes .box:nth-child(3) .text {
    top: -50px;
}
.cont-d .boxes .box .text p {
    position: relative;
    font-size: 20px;
    color: rgb(47, 182, 228);
    font-weight: 700;
}
.cont-d .boxes .box .text p::after {
    position: absolute;
    content: '';
    z-index: 1;
    left: -300px;
    right: 0px;
    /* width: 70%; */
    /* right: 0; */
    display: block;
    margin: 5px 0px;
    height: 3px;
    background-color: #ddd;
}
.cont-d .boxes .box .text .go {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    transition: 0.3s ease-in-out all;
    top: 30px;
    background-color: rgb(2, 109, 145);
    color: #fff;
    padding: 15px 30px;
}
.cont-d .boxes .box .text .go:hover {
    transition: 0.3s ease-in-out all;
    box-shadow: 0px 0px 15px #cccc;
}
.cont-f {
    position: relative;
    padding: 10px 50px;
}
.cont-f h4 {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.5;
    z-index: 3;
    max-width: 600px;
    color: #057ca3;
}
.cont-f>img {
    position: absolute;
    width: 30%;
    right: 100px;
    top: -100px;
    opacity: .1;
    z-index: -2;
}
.cont-f .box {
    position: relative;
    display: block;
    margin-top: 50px;
    padding: 0px 50px;
}
.cont-f .box>div {
    position: relative;
    display: grid;
    align-items: center;
    /* border: 1px solid #333; */
    grid-template-columns: 40% 60%;
    margin: 10px 0px;
    gap: 20px;
}
.cont-f .box>div .text {
    position: relative;
    padding: 20px 0px;
}
.cont-f .box>div .text h5 {
    font-size: 18px;
    color: #333;
    letter-spacing: 3px;
    padding: 5px 0px;
    margin-bottom: 20px;
}
.cont-f .box>div .text p {
    font-size: 14px;
    line-height: 1.5;
}
.cont-f .box>div .text p a {
    position: relative;
    color: #018ebd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
.cont-f .box>div .images {
    position: relative;
    max-height: 450px;
    transform: skew(-35deg) translateX(100px) rotateX(35deg);
}
.cont-f .box>div .images img {
    width: 100%;
}
.cont-f .box .box-1 .images .img-1 {
    background-image: url(ubuntu2.jpg);
}
.cont-f .box .box-3 .images .img-1 {
    background-image: url(TTC.png);
}
.cont-f .box .box-2 .images .img-1 {
    background-image: url(tsb.png);
}
.cont-f .box .images .img-1 {
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.cont-f .box>div .images .img-1 {
    position: relative;
    height: 300px;
    width: 250px;
    z-index: 5;
    transform: translateY(50px);
    /* border: 1px solid #333; */
}
.cont-f .box>div .images .img-2::after {
    position: absolute;
    content: '';
    display: block;
    left: 10px;
    margin-top: 20px;
    right: 10px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, 0.644);
    opacity: .2;
}
.cont-f .box>div .images .img-2 {
    position: relative;
    z-index: 4;
    width: 350px;
    /* height: 200px; */
    /* border: 1px solid #333; */
    transform: translate(80px, -100px);
}


@media (max-width: 720px) {
    .wrapper .cont-a {
        height: 650px;
    }
    .wrapper .cont-a .content {
        left: 30px;
        bottom: 80px;
    }
    .wrapper .cont-a .content h2 {
        font-size: 30px;
    }
    .wrapper .cont-a .content h4 {
        font-size: 16px;
        margin: 5px 0px;
    }
    .wrapper .cont-a .content h4 span {
        /* max-width: 900px; */
        color: #fff;
        font-size: 14px;
    }
    
    .wrapper .cont-a .content .link:hover {
        letter-spacing: 2px;
    }
    .wrapper .cont-b {
        position: relative;
        min-height: 500px;
        padding: 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }
    .wrapper .cont-b p {
        font-size: 14px;
        line-height: 1.5;
    }
    .wrapper .cont-b .link {
        left: 0px;
    }
    .wrapper .cont-b a {
        font-size: 16px;
        letter-spacing: 5px;
    }
    .wrapper .cont-c {
        position: relative;
        min-height: 500px;
        background-position: center;
        padding: 30px;
        display: flex;
    }
    .wrapper .cont-c .text {
        position: relative;
        max-width: 800px;
    }
    .wrapper .cont-c .text p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    .wrapper .cont-c .text a {
        font-size: 16px;
    }
    .wrapper .cont-d h3 {
        font-size: 30px;
        padding: 15px;
    }
    .cont-d .boxes {
        gap: 20px;
        padding: 50px 30px;
    }
    .cont-d .boxes .box img {
        width: 55%;
        transform: translate(0px);
    }
    .cont-d .boxes .box .text {
        text-align: right;
        transform: translate(0px);
    }
    .cont-d .boxes .box:nth-child(even) .text {
        text-align: left;
        transform: translate(0px);
    }
    .cont-d .boxes .box:nth-child(even) .text p::after {
        right: -150px;
    }
    .cont-d .boxes .box:nth-child(even) img {
        transform: translate(0px);
    }
    .cont-d .boxes .box:nth-child(3) img {
        transform: translate(0px);
    }
    .cont-d .boxes .box:nth-child(3) .text {
        top: 0px;
    }
    .cont-d .boxes .box .text p {
        font-size: 16px;
    }
    .cont-d .boxes .box .text p::after {
        left: -150px;
    }
    .cont-d .boxes .box .text .go {
        font-size: 14px;
    }
    .cont-e {
        font-size: 14px;
    }
    .cont-f {
        position: relative;
        padding: 10px 30px;
    }
    .cont-f h4 {
        position: relative;
        font-size: 14px;
        max-width: 600px;
    }
    .cont-f>img {
        position: absolute;
        width: 30%;
        right: 80px;
        top: -50px;
        opacity: .1;
        z-index: -2;
    }
    .cont-f .box {
        position: relative;
        display: block;
        margin-top: 50px;
        padding: 0px 0px;
    }
    .cont-f .box>div {
        position: relative;
        display: grid;
        align-items: center;
        /* border: 1px solid #333; */
        grid-template-columns: 100%;
        margin: 10px 0px;
        gap: 20px;
    }
    .cont-f .box>div .text h5 {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 5px 0px;
        margin-bottom: 5px;
    }
    .cont-f .box>div .text p a {
        font-size: 13px;
    }
    .cont-f .box>div .images {
        max-height: 250px;
        transform: skew(-25deg) translateX(30px) rotateX(40deg);
    }
    .cont-f .box>div .images .img-1 {
        height: 200px;
        width: 150px;
        transform: translateY(0px);
        /* border: 1px solid #333; */
    }
    .cont-f .box>div .images .img-2::after {
        left: -20px;
        margin-top: 10px;
    }
    .cont-f .box>div .images .img-2 {
        width: 250px;
        transform: translate(80px, -90px);
    }
    .cont-e p {
        font-size: 60px;
        background-position: center;
        margin: 10px 0px;
    }
}