@import url('https://fonts.googleapis.com/css2?family=Rancho&family=Rubik:wght@300;400;500;600;700;800;900&family=Ubuntu&display=swap');


/* -----------------------Header start--------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

.mobviewheader{
    display: none;
}

header {
    position: fixed;
    height: 70px;
    width: 100vw;
    padding: 0px 20px;
    /* margin-top: 5px; */
    display: flex;
    align-items: center;
    z-index: 200;
    background-color: white;
    transition: 0.45s all ease;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px; */

}

.scroll-text-shadow.scroll-active p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Add your desired text shadow here */
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0px;
    margin-left: 71.9%;

}

.logo {
    margin-top: 20px;
}

.logo img {
    display: flex;
    margin-left: -1050px;
    margin-top: 5px;
    width: 108px;
    margin-bottom: 20px;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.navlinks {
    margin-left: 34px;
    cursor: pointer;
    font-size: 1.2vw;
    font-weight: 400;
    /* color: white; */
}

.navlinks:nth-child(1)::after {
    content: '';
    height: 2px;
    width: 100%;
    background: orange;
    display: block;
    opacity: 0;
    margin-top: 2px;
    transition: 0.55s ease-in-out;

}

.navlinks:nth-child(2)::after {
    content: '';
    height: 2px;
    width: 100%;
    background: #00b0ef;
    display: block;
    opacity: 0;
    margin-top: 2px;
    transition: 0.55s ease-in-out;

}

.navlinks:nth-child(3)::after {
    content: '';
    height: 2px;
    width: 100%;
    background: green;
    display: block;
    opacity: 0;
    margin-top: 2px;
    transition: 0.55s ease-in-out;
}

.navlinks:nth-child(1):hover::after {
    opacity: 1;
}

.navlinks:nth-child(2):hover::after {
    opacity: 1;
}

.navlinks:nth-child(3):hover::after {
    opacity: 1;
}

.nav-list li {
    margin-right: -2px;
}

.openlogo {
    margin-right: 4.8px;
    margin-left: 30px;
    cursor: pointer;
    width: 28px;
}

.closelogo {
    display: none;
    margin-left: -54px;
    cursor: pointer;
    /* z-index: 99; */
    transition: 5s;
}

.closelogo {
    /* opacity: 0; */
    z-index: 99;
    width: 23px;
    margin-left: -35px;


}

/* Expanded Nav */
.expandednav {
    position: fixed;
    font-size: clamp(16px, 3vw, 18px);
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    background-color: #202020;
    font-family: 'Rubik', sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: white;
    padding: 10px;
    clip-path: circle(0px at 100% 0%);
    transition: all 1s ease-out;

}

.expandednav.expanded {
    clip-path: circle(1800px at 100% 0%);
    pointer-events: all;
}

.expandedNavLeft {
    width: 55%;
    height: 100%;
    border-right: 2px solid #666;
}

.expandedNavRight {
    width: 45%;
    height: 100%;
    cursor: pointer;
}

.welcome {
    height: 35%;
    width: 100%;
    padding: 20% 10%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #666;
    justify-content: center;
}

.wel {
    font-size: 2.7vw;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.7px;

}

.well {
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 1.6px;
}

.cracking {
    height: 65%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10% 10%;
    justify-content: space-between;
}

.carctxt {
    font-size: 2.6vw;
    font-weight: 600;
    margin-top: 4rem;
}

.contact {
    width: 57%;
    border: 2px solid #fff;
    border-radius: 50px;
    color: white;
    background-color: transparent;
    padding: 15px;
    font-size: 1vw;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.35s ease-in;
}

.imgg {
    height: 14px;
    display: inline;
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%);
}

.contact:hover {
    color: black;
    background: #fff;
}

.contact:hover img {
    filter: none;
}

.offices {
    display: flex;
    gap: 20px;
    height: 16px;
    font-size: 14px;
}

.mumoffice {
    font-size: 1vw;
}

.divider2 {
    border: 1px solid #fff;
    height: 21px;
    width: 0.2px;
    border-radius: 50px;
}

.social {
    height: 35px;
    margin-bottom: 20px;
}

.social img {
    margin-right: 20px;
    height: 35px;
}

.expandedNavRight ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10% 10%;
}

.expandedNavRight li {
    width: fit-content;
    height: 20px;
}

.expandedlinks1 {
    height: 50%;
}

.expandedlinks1 li {
    font-size: 1.8vw;
    font-weight: 600;
}

.expandedlinks2 {
    height: 50%;
}

.expandedlinks2 li {
    font-size: 1.4vw;
    font-weight: 300;
}

.expandedNavRight li::after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 100%;
    margin-top: 1px;
}

.expandedNavRight li:hover::after {
    transform: scaleX(0.3) translateX(340%);
}

li.active::after {
    transform: scaleX(0.3) translateX(340%);
    transition: none;
}

/* -------------------------header end----------------------------- */
/* --------------------------------------------page1 start---------------------------------------- */



.page1 {
    height: 100vh;
    max-width: 100vw;
    background-color: #fff;
}

.mcontent {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 55vw;
}

.mid {
    width: fit-content;
    display: flex;
    height: 100%;


}

.mid h1 {
    color: black;
    font-weight: bolder;
    align-items: center;
    font-size: 60px;
    margin-top: 35%;
}

.circleimage {
    height: 45vh;
    max-width: fit-content;
    position: absolute;
    top: 72%;
    right: 0;
    overflow: hidden;
    z-index: 1;

}

.circleimage img {
    position: relative;
    margin-top: 15px;
    right: -50px;
    height: 90%;
    width: 100%;
    animation: rotate 15s linear infinite;
    /* Apply the animation */


}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        /* Starting rotation angle */
    }

    100% {
        transform: rotate(360deg);
        /* Ending rotation angle */
    }
}

/* --------------------------------------------page1 end---------------------------------------- */


/* --------------------------------------------page2 start---------------------------------------- */
.reveal {
    /* position: relative; */
    transform: translateY(90px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;

}


.reveal1 {
    /* position: relative; */

    transform: translateX(100px);
    opacity: 0;
    transition: all 0.9s ease;
}

.reveal1.active1 {
    transform: translateX(0px);
    opacity: 1;

}

.pagee2 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.vidtxt {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ortbelive {
    height: 100%;
    width: 59%;
    /* background-color: #00b0ef; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.belcont {
    display: block;
    width: 31vw;
    background-color: #fff;
    margin-left: 260px;
    margin-right: auto;

}

.p1 {
    font-size: 1.3vw;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;

}

.line {
    border: 2px solid #00b0ef;
    width: 22%;
    margin-bottom: 25px;
    /* margin-top: -10px; */
}

.text2 {
    width: 111%;
}

.p2 {
    line-height: 30px;
}

.orr {
    background-color: #fff;
    height: 18vh;
    width: 18vh;
    position: relative;
    left: 70px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 70px;

}

.orangequote {
    border: 2px solid transparent;
    border-radius: 50%;
    background: #fff;
    background: url(https://onerooftech.com/assets/img/development/inverted-commas-blue.svg);
    height: 14vh;
    width: 14vh;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 47px;

    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
}


.chinesevideo {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 41%;
    z-index: 1;
    background-color: aliceblue;
}

.chinesevideo video {
    position: absolute;
    left: -70%;
    height: 100%;
    width: fit-content;
    /* min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover; */
}

/* --------------------------------------------page2 end---------------------------------------- */

/* --------------------------------------------page3 start---------------------------------------- */
.mobviewpage3{
    display: none;
}
.page3b {
    height: 300vh;
}

.page3 {
    height: 100vh;
    /* max-width: 100vw; */
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: block;
}

.solprob {
    height: 27%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: #fff;
}

.moovinstep p {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 30px;
}

.solprob h2 {
    font-size: 2.7vw;
    background-color: #fff;

}

.moovintext {
    position: absolute;
    top: 65vh;
    /* overflow: hidden; */
    left: 8%;
    white-space: nowrap;
    width: 30%;
    height: 30px;
    font-size: 3vw;
    z-index: 2;
}

.moovintext span {
    font-size: clamp(16px, 2vw, 28px);
    color: #212529;
}

.leftScrollPara {
    font-weight: 600;
}

.leftScrollPara {
    margin-left: 16%;
}

.lefttext2,
.lefttext3,
.lefttext4 {
    opacity: 0;
}

.mmcontent {
    height: 100%;
    width: 69vw;
    margin: 0 auto;
}

.movingcunttt {
    height: 70%;
    width: 100%;
    overflow-x: visible;
    position: relative;
    z-index: -1;
}

.movingimagesss {
    position: absolute;
    left: 0;
    width: 22%;
    height: 100%;
    display: flex;
    align-items: center;
}

.movingimagesss img {
    width: 100%;
    height: auto;
}

.movingimagesss1,
.movingimagesss2,
.movingimagesss3 {
    opacity: 0;
}

.moovinstep {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.moovinstep2,
.moovinstep3,
.moovinstep4 {
    top: 100%;
}


.moovinstep4,
.moovinstep4{
    background-color: #fff;
}

.listtttttt {
    display: flex;
    justify-content: space-between;
}

.listtttttt ul {
    list-style: none;
    /* display: flex; */
}

.hiefn {
    width: 13px;
    height: 3px;
    background-color: #00b0ef;
    /* position: absolute; */
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 5px;

}

.listtttttt ul li {
    font-size: 1.1vw;
    font-weight: 500;
    line-height: 35px;

}
.mobviewpage3{
    display: none;
}

/* --------------------------------------------page3 end---------------------------------------- */

/* --------------------------------------------page4 start---------------------------------------- */
.page4 {
    height: 100vh;
    width: 100%;
    background-color: #ffffff;
}

.mcontentpg4 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 56vw;
}

.fliptextt {
    height: fit-content;
    width: 100%;
    display: flex;
    padding-top: 30%;
    color: #fff;
}

.fliport {
    width: 55%;
    font-size: 1.2vw;
}

.fliptech {
    width: 40%;
    margin-left: 20px;
    color: #888888;
    line-height: 21px;

}

.flip-content {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0 auto;
    padding-top: 5%;
}

.flip-cards {
    width: 100%;
    height: 73%;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.scene {
    width: 100%;
    height: 80px;
    perspective: 5000px;
    padding-bottom: 10px;
}

.mobviewflipimages{
    display: none;
}
.secenee {
    display: flex;
    gap: 10px;
}

.scenee2 {
    display: flex;
    gap: 10px;
}

.cardFlip {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card__face {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
}

.card__face--front {
    background: #333;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.card__face--back {
    background: #333;
    transform: rotateY(180deg);
    background-size: auto 55px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.card.is-flipped {
    transform: rotateY(180deg);
}


.card1 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/reactjs.png);
}

.card1 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/angular.png);
}

.card2 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/node.svg);
}

.card2 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/.net.png);
}

.card3 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/flutter_logo.png);
}

.card3 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/android_studio_logo.svg);
}

.card4 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/js_logo.svg)
}

.card4 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/phython_logo.svg);
}

.card5 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/css_logo.svg);
}

.card5 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/bootstrap.png);
}

.card6 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/development/s.png);
}

.card6 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/development/wordpress.png);
    background-size: 80px auto;
}

.card7 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/adobe_xd_logo.svg);
}

.card7 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/illustrator_logo.svg);
}

.card8 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/photoshop.png);
}

.card8 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/swift_logo.svg);
    background-size: 50px auto;
}

.card9 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/after-effects.png);
}

.card9 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/corel-draw.png);
}

.card10 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/sublime_logo.svg);
}

.card10 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/github_logo.svg);
    background-size: 80px auto;
}

.card11 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/php.png);
}

.card11 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/docker.png);
}

.card12 .card__face--front {
    background-image: url(https://onerooftech.com/assets/img/html-5.png);
}

.card12 .card__face--back {
    background-image: url(https://onerooftech.com/assets/img/sass.png);
}

/* --------------------------------------------page4 end---------------------------------------- */

/* --------------------------------------------page4b start---------------------------------------- */
.page4b {
    height: 100vh;
    width: 100%;
    background-color: #222;
}

.mcontent4b {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 57vw;
    /* background-color: #222; */
    padding-top: 10%;
}

.fundamental {
    width: 100%;
    height: fit-content;
    /* background-color: #202020; */
}
#shiftFromWhite{
    color: #fff;
}
.fundamental h1 {
    font-size: 2.5vw;
    font-weight: 600;
    padding-bottom: 25px;
}

.TPDC {
    height: 100%;
    width: 100%;
    /* background-color: #363636; */
}

.TPDC h3 {
    font-size: 60px;
    font-weight: bolder;
    color: #c9dadb;
}

.TPDC h1 {
    font-size: 1.5vw;
    font-weight: 500;
    padding-bottom: 15px;
}

.TPDC p {
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 28px;
}

.evolvintime {
    height: fit-content;
    width: 100%;
    /* background-color: #666; */
    display: flex;
    padding-bottom: 20px;
}

.evolve,
.timeee {
    height: fit-content;
    width: 47.5%;
    /* background-color: wheat; */
}

.accuracy,
.clientneed {
    height: fit-content;
    width: 47.5%;
    /* background-color: rgb(224, 225, 136); */
}

.timeee,
.clientneed {
    margin-left: 25px;
    margin-right: 0;
}

.perfectclient {
    height: fit-content;
    width: 100%;
    /* background-color: #eff7f9; */
    display: flex;
    padding-top: 20px;
}

/* --------------------------------------------page4b end---------------------------------------- */

/* --------------------------------------------page5 start---------------------------------------- */
.page5 {
    height: 60vh;
    max-width: 100vw;
    background: #fff;
    position: relative;
}

.mcontent3 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 59vw;
    overflow: hidden;

}

.yearsss {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 40px;
}

.useclients {
    width: 70%;
    height: 100%;
    padding-top: 60px;
}

.orangeclient {
    width: 94%;
}

.orangeclient h1 {
    font-size: 2.7vw;

}

.zeal {
    width: 70%;
    font-size: 1vw;
    line-height: 30px;
    margin-top: 20px;
}

.yearsofexp {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nunmbox {
    width: 150px;
    height: auto;
    padding: 35px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 15px 30px #00B0EF45;
    text-align: center;
}

.nunmbox h4 {
    color: #00b0ef;
    font-size: 2.5vw;
    padding: 5px;
}

.numnbox1 img {
    max-width: 100%;
    height: auto;

}

.numnbox1 {
    background: url(https://onerooftech.com/assets/img/blue.gif);
    background-repeat: no-repeat;
    background-size: 165px;
    height: 200px;
    background-position: center;
}

.numnbox1 p {
    padding-top: 100%;
}

.yearsofexp1 {
    height: 100%;
    padding-top: 7%;
    margin-left: 20px;
    margin-right: 20px;
    /* background-color: #00b0ef; */
}

.yearsofexp1 .nunmbox h4 {
    /* padding-left: 100px; */
    font-size: 5.4vw;
    font-weight: 900;
}
.mobviewwwwpage5{
    display: none;
}

/* --------------------------------------------page5 end---------------------------------------- */

/* --------------------------------------------page6 start---------------------------------------- */
#page6 {
    position: relative;
    height: 50vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: #fff;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    padding: 10px 0px;
    margin-top: 100px;
    background: white;
    white-space: nowrap;
}

.logos:hover .logoslider {
    animation-play-state: paused;
}

.logoslider {
    display: inline-block;
    animation: 50s slide infinite linear;
}

.logoslider img {
    height: 135px;
    padding: 14px;
    margin: 10px 15px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: #eff7f9;
    filter: grayscale(1);
    transition: 0.45s all ease-in-out;

}

.logoslider img:hover {
    filter: grayscale(0);
}

/* --------------------------------------------page6 end---------------------------------------- */

/* --------------------------------------------page7 start---------------------------------------- */
.page7 {
    height: 80vh;
    max-width: 100vw;
    background-color: #fff;
}

.mcontent4 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 55vw;

}

.diverse h1 {
    font-size: 2.5vw;
}

.hovertextimg1,
.hovertextimg2 {
    height: 30%;
    display: flex;
    padding-top: 90px;
}

.choverimgtxt,
.choverimgtxt1,
.choverimgtxt2,
.cchoverimgtxt,
.cchoverimgtxt1,
.cchoverimgtxt2 {
    height: 100%;
    width: 33.33%;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.choverimg,
.cchoverimg {
    height: 50%;
    width: fit-content;
    display: flex;
    align-items: center;
}

.choverimg img,
.cchoverimg img {
    width: 70px;
    height: auto;
}

.chovertext,
.cchovertext {
    height: 50%;
    width: 100%;
    padding-top: 40px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #363636;
}

.choverimg img:nth-child(2),
.cchoverimg img:nth-child(2) {
    display: none;
}

.choverimg:hover img:nth-child(1),
.cchoverimg:hover img:nth-child(1) {
    display: none;
}

.choverimg:hover img:nth-child(2),
.cchoverimg:hover img:nth-child(2) {
    display: block;
}

.hovertextimg1 .choverimgtxt,
.hovertextimg2 .cchoverimgtxt {
    margin-left: 0;
}

/* --------------------------------------------page7 end---------------------------------------- */

/* --------------------------------------------page8 start---------------------------------------- */
.page8 {
    height: 85vh;
    max-width: 100vw;
    background-color: #fff;
}

.testimony {
    width: 100%;
    height: 100%;
    /* background-color: #007bff; */
    display: flex;
    padding: 0 50px;
}

.whattheysay {
    height: 100%;
    width: 47%;
}

.wts {
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 20vw;
}

.wts p {
    font-size: 3vw;
    font-weight: 600;
    padding-left: 40px;
}

.frcomp {
    height: 100%;
    width: 53%;
    /* background-color: #00b0ef; */
}

.item {
    /* background-color: #f1f1f1; */
    height: 600px;
    /* padding-top: 500px; */
    width: 509px;
    position: relative;

}

.owl-nav {
    position: absolute;
    left: -59%;
    bottom: 10px;
    font-size: 35px;
    cursor: auto;
}

.owl-nav span {
    border: 2px solid black;
    padding: 0 15px;
    border-radius: 60px;
    margin-right: 10px;

}

.owl-nav:hover {
    background: white;
    color: black;
}

.owl-next {
    background: rgb(94, 17, 17);
    /* color: black; */
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: white !important;
    color: #FFF;
    text-decoration: none
}

.owl-nav:hover span {
    background: white;
    color: black;
}

.owl-theme .owl-nav:hover {
    background: rgb(255, 255, 255);
    color: #FFF;
    text-decoration: none
}

.item p {
    font-size: 1.2vw;
    line-height: 32px;
    padding: 10px 0;
}

.ownername {
    padding-top: 80px;
}

.ownername h4 {
    font-size: 1.5vw;
    font-weight: 600;
    color: #00b0ef;
}

.ownername h5 {
    padding-top: 5px;
    font-size: 1vw;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.ownername1 {
    padding-top: 40px;
}

.ownername1 h4 {
    font-size: 1.5vw;
    font-weight: 600;
    color: #00b0ef;
}

.ownername1 h5 {
    padding-top: 5px;
    font-size: 1vw;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.opnquote {
    height: 8vh;
    width: 5vw;
    background-image: url(https://onerooftech.com/assets/img/resource-augmentation/open_quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.closquote {
    height: 8vh;
    width: 5vw;
    background-image: url(https://onerooftech.com/assets/img/resource-augmentation/close_quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
}

/* --------------------------------------------splpage start---------------------------------------- */

.splpage {
    height: 30vh;
    max-width: 100vw;
    background-color: #202020;
    position: relative;
}

.blue {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 34%;
    display: flex;
    justify-content: flex-end;
    background: #00b0ef;
    transition: 0.45s;
    border-left: 1px solid transparent;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;

}

.splpage:hover .blue {
    width: 110%
}

.bluetext {
    position: relative;
    color: white;
    display: flex;
    height: 100%;
    width: 55%;
    justify-content: space-between;
    /* background-color: #888888; */
    margin: 0 auto;
    z-index: 99;

}

.explore {
    /* display: flex;
    flex-direction: column; */
    margin-top: auto;
    margin-bottom: auto;
}

.explore p {
    margin: 10px 0;
    font-size: smaller;
    font-weight: 300;
    padding-right: 3%;
    line-height: 20px;
}

.kmowmore {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 45px;
}

.kmowmore button {
    background: transparent;
    padding: 17px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-size: small;
    text-transform: uppercase;
}

.kmowmore img {
    height: 10px;
}

.kmowmore:hover button {
    color: black;
}

/* --------------------------------------------splpage end---------------------------------------- */



/* --------------------------------------------page11 start---------------------------------------- */


#page11 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    /* background-color: #222; */
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-x: hidden;
    background-color: #fff;
}

.heading1 {
    font-size: 2.4vw;
    font-weight: 600;
    margin: 0 10%;
    margin-top: 6%;
    text-align: center;
}

.tiles {
    height: 35vw;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 10%;
}

.tilewrapper {
    height: 30vw;
    width: 55vw;
    margin: 0px 2vw;
    /* background-color: #222; */
    transition: all 0.3s ease;

}

.tile {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    background: #222;
    position: relative;
    overflow: hidden;
}

.tile img {
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    transition: 0.5s all ease;

    top: 0;
    left: 0;
    opacity: 0.8;
}

.contnet {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    position: relative;
    top: -35%;
    padding: 20px 40px;
    z-index: 10;
    color: white;
}

.contnet h3 {
    font-size: 1.7vw;
    font-weight: 600;
    margin-bottom: 15px;

}

.carowpar {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.carowpar span {
    padding: 3px;
    font-size: small;
}

.contnet a {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.btnconta {
    margin-left: 300px;
}

.carouselbtn {
    width: 150px;
    height: 40px;
    z-index: 1;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 50px;
    font-size: 15px;
    padding: 2px;
}

.carouselbtn img {
    height: 10px;
}

.carouselbtn:hover {
    color: white;
    background-color: black;
}

.carouselbtn:hover img {
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%);
}

/* -------------------page12 start------------------ */

#page12 {
    height: 250vh;
}

/* --------------------------------------------page11 12 end---------------------------------------- */



/* .form1{
    display: none;
} */
#form2 {
    height: 100vh;
    max-width: 100vw;
    background-color: #fff;
}

.formcontent {
    height: 100%;
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    /* background: #000; */
}

.head {
    margin-top: 80px;
}

.options {
    height: 10vh;
    width: 100%;
    margin-top: 40px;
}

.checkboxbuttons {
    background: transparent;
    padding: 4px;
    border-radius: 3px;
    position: relative;
    width: fit-content;
    margin-bottom: 16px;
}

/* .checkboxbuttons input{
    border: 1px solid rgb(174, 174, 174);
    border-radius: 20px;
    background-color: transparent;
    margin: 5px;
    padding: 10px;
    font-size: 0.9vw;
} */

.checkboxbuttons input:hover {
    border: 1px solid #00aaff;
    color: #00aaff;
}

.checkboxbuttons :checked {
    background: #00aaff !important;
    color: #fff !important;
    border: 2px solid #00aaff !important;
}

.checkedbut {
    /* padding: 10px 20px; */
    border: 1px solid rgb(174, 174, 174);
    border-radius: 20px;
    background-color: transparent;
    margin: 5px;
    padding: 10px;
    font-size: 0.9vw;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

/* Style for selected buttons */
.checkedbut.selected {
    background-color: #007bff;
    color: #fff !important;
    border-color: #007bff;
}

.infoform {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: #ae8512; */
    margin-top: 100px;
    display: flex;
    flex-direction: row;

}

.one {
    /* margin-top: 2px; */
    width: 45%;
    height: 60%;

    /* background-color: #007bff; */
}

.two {
    width: 45%;
    height: 60%;
    /* background-color: #202020; */
}

.three {
    /* background-color: #616168; */
    width: 100%;
    margin-top: -69%;

}

.inputgrp {
    margin-top: 20px;
    position: relative;
    width: 100%;

}

.inputgrp label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 0 5px;
    padding-bottom: 10px;
    pointer-events: none;
    transition: 0.25s all ease-in-out;
    /* margin-bottom: 30px; */

}

.inputgrp input {
    width: 340px;
    margin: 5px 0;
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(185, 185, 185);
    outline: none;
}

.inputgrp input:focus~label,
.inputgrp input:valid~label {
    top: 0;
    font-size: 13px;
    color: #b4b1b1;
}

.butttton {
    /* margin-top: 20px; */
    padding-top: 50px;

}

.butt {
    font-size: 1vw;
    padding: 10px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 50px;
}

.butt img {
    height: 12px;
    margin-left: 3px;
}

.form1:hover button {
    background: #202020;
    color: #00aaff;
}




/* ---------------------------------------footer start--------------------------------------- */
.page13 {
    height: 100vh;
    max-width: 100vw;
    background-color: transparent;
}
:root {
    --cursorX: 50vw;
    --cursorY: 50vh;
  }

.footer1 {
    height: 100vh;
    max-width: 100%;
    background-color: #222222;
    background-image: url(https://onerooftech.com/assets/img/union-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.footer1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: radial-gradient(circle 30rem at var(--cursorX) var(--cursorY),
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 85%,
            rgba(0, 0, 0, 0.95) 100%);
}

.footercontainer {
    margin: 0 12.5%;
    height: 85%;
    width: 75%;
    margin-top: 50px;
    /* background-color: aliceblue; */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
}

.footercontainer h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.9vw;
    font-weight: 600;
    text-align: center;
}

table {
    width: 100%;
    margin-top: 210px;
    text-align: center;
    color: white;
    display: inline-table;
}

th {
    font-size: 1.40vw;
    font-weight: 500;
    padding-bottom: 10px;
}

td {
    padding: 7px 0;
    font-weight: 300;
    font-size: 0.9vw;
}

.socials {
    /* height: 10vh;
    width: 100%; */
    margin-top: 40px;
    margin-bottom: 20px;
    /* background-color: rgb(79, 68, 53); */
}

.socials h4 {
    font-size: 1.6vw;
    font-weight: 400;
    margin-bottom: 10px;
}

.sociallogos img {
    padding-right: 20px;

}

.footer-foot {
    border-top: 2px solid rgba(128, 128, 128, 0.366);
    display: flex;
    justify-content: space-between;
}

.policies {
    margin-top: 10px;
    display: flex;
    color: #888888;
}

.policies span {
    margin: 6px 7px 0px 7px;
    color: #00b0ef;
    font-size: 11px;
}

.copyright {
    margin-top: 10px;
    font-size: 13px;
    color: #888888;

}

/* ---------------------------------------footer end--------------------------------------- */


@media screen and (min-width: 300px) and (max-width: 767px) {
    /* .page7,.page1{
        display: none;
    } */

    .tht {
        display: none;
    }

    .mobviewheader {
        display: block;
        height: 70px;
        width: 100%;
        position: fixed;
        /* background-color: #00aaff; */
    }

    .mnavbar {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mnavcontent {
        display: flex;
    }

    .mopenlogo {
        width: 20px;
    }

    .mcloselogo {
        position: relative;
        bottom: 10px;
        /* right: 23px; */
        width: 20px;
        /* display: none; */
        z-index: 10;
    }

    .mexpandednav {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        /* background-color: #00aaff; */
        /* display: none; */
        clip-path: circle(0px at 100% 0%);
        transition: all 1s ease-out;
    }

    .mexpandednav.mexpanded {
        clip-path: circle(1200px at 100% 0%);
        pointer-events: all;
    }

    .blackpart {
        width: 100%;
        height: 50%;
        background-color: #000;
        color: #fff;
        display: flex;
        padding: 5%;
    }

    .blackpart ul {
        list-style: none;
    }

    .fourmainpages {
        height: 100%;
        width: 50%;
        /* background-color: #007bff;         */
    }

    .fourmainpages ul li {
        margin: 20px;
        margin-left: 0;
        font-weight: 500;
        font-size: 30px;
    }

    .quicklinks {
        width: 50%;
        height: 100%;
        /* background-color: #898766; */

    }

    .quicklinks ul {
        padding-top: 110px;
    }

    .quicklinks ul li {
        margin-bottom: 10px;
        margin-left: 0;
        font-weight: 300;
        font-size: 21px;

    }

    .whitepart {
        height: 40%;
        width: 100%;
        background-color: #fff;
        color: #000;
        padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .getintouch h1 {
        font-size: 45px;
    }

    .contactus button {
        padding: 10px 45px 10px 40px;
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: transparent;
        border: 1p solid black;
        border-radius: 50px;
        margin: 10px 0;
    }

    .mgetintouch {
        height: 10%;
        width: 100%;
        background-color: #363636;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mgetintouch a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 400;
    }
    .mid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .mcontent {
        width: 100vw;
    }

    .mid h1 {
        color: black;
        font-weight: bolder;
        align-items: center;
        font-size: 40px;
        padding-left: 25px;
        /* margin-top: 33%; */
    }

    .circleimage {
        height: 30vh;
        top: 85%;
    }


    .vidtxt{
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .ortbelive{
        height: 50%;
        width: 100%;
        position: absolute;
        top: 50%;
    }
    .chinesevideo{
        height: 50%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .chinesevideo video{
        object-fit: cover;
    }
    .belcont{
        width: 100%;
        margin: 0;
        line-height: normal;
        padding: 10% 10px 0;
    }
    .p1{
        font-size: 20px;
        text-align: justify;
        margin-bottom: 0;
    }
    .line{
        margin-bottom: 0;
        /* padding: 10% 0; */
        margin: 3% 0;
    }
    .text2{
        width: 100%;
    }
    .p2{
        font-size: 13px;
        line-height: 19px;
    }
    .orr{
        position: absolute;
        top: -55px;
        left: 30%;
        height: 14vh;
        width: 14vh;
    }
    .orangequote{
        background-size: 30px;
        height: 11vh;
        width: 11vh;
    }
    .page3,.page3b{
        display: none;
    }
    .mobstep1{
        padding-bottom: 40px;
        

    }
    .mobviewpage3{
        display: block;
        height: fit-content;
        width: 100%;
        background-color: #fff;
        padding: 20px 15px;
    }
    .textonimage{
        position: absolute;
        font-size: 20px;
        bottom: 50px;
        left: 0;
    }
    .solprob{
        width: 100%;
        padding-bottom: 15px    ;
    }
    .solprob h2{
        font-size: 25px;
    }
    .mobstepimg{
        height: 200px;
        width: 100%;
        position: relative;
        padding-bottom: 50px;
    }

    .mobstepimg img{
        height: 170px;
        width: auto;
    }
    .steponeee{
        padding-bottom: 35px;
    }
    .steponeee p{
        line-height: 24px;
        text-align: justify;
    }
    .listtttttt{
        display: flex;
        flex-direction: column;
        /* padding: 10px; */
        padding-left: 30px;
    }
    
    .listtttttt ul {
        list-style: none;
        /* display: flex; */
    }
    
    .hiefn {
        width: 13px;
        height: 3px;
        background-color: #00b0ef;
        /* position: absolute; */
        display: inline-block;
        margin-bottom: 3px;
        margin-right: 5px;
    
    }
    
    .listtttttt ul li {
        font-size: 15px;
        font-weight: 500;
        line-height: 35px;
        padding-bottom: 15px;
    
    }
    .page4{
        height: fit-content;
    }

    .mcontentpg4{
        margin: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 10% 0;
    }
    .fliptextt{
        height: 50%;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
    }
    .fliport{
        width: 100%;
        font-size: 14px;
        padding: 0 5px;
    }
    .fliptech{
        width: 100%;
        padding: 0 5px;
        text-align: justify;
        margin: 0;
        font-size: 16px;
    }
    .flip-content{
        display: flex;
        height: 50%;

    }
    .scene{
        padding: 10px 5px;
    }
    .secenee,
    .scenee2{
        display: none;
    }
    .mobviewflipimages{
        display: block;
    }
    .mobsecenee1,
    .mobsecenee2,
    .mobsecenee3{
        display: flex;
    }
    
    
    .card__face--front {
        background: #333;
        background-size: auto 30px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .card__face--back {
        background: #333;
        transform: rotateY(180deg);
        background-size:  auto 30px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .page4b{
        height: fit-content;
        padding: 20px 15px;
    }
    .mcontent4b{
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }
    .evolvintime,
    .perfectclient{
        display: flex;
        flex-direction: column;
    }
    .evolve,.timeee,.accuracy,.clientneed{
        width: 100%;
        padding: 0 0 40px 0;
        margin: 0;
        height: auto;
    }
    .perfectclient,.evolvintime{
        padding: 0;
    }
    .fundamental h1{
        font-size: 23px;
    }

    .TPDC h3{
        font-size: 50px;
        margin: -6% 0;
        padding: 0;
        z-index: 10;
    }
    .TPDC h1{
        font-size: 20px;
    }
    .TPDC p{
        font-size: 16px;
    }
    .page5{
        display: none;
    }

    .mobviewwwwpage5{
        display: block;
        background-color: #fff;
        height: 200vh;
    }

    .mcontent3{
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .yearsss{
        display: flex;
        flex-direction: column;
    }
    .mobstatviewww{
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }







    
}