@font-face {
    font-family: 'argent_cfbold';
    src: url('argentcf-bold-webfont.woff2') format('woff2'),
         url('argentcf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'argent_cfregular';
  src: url('argentcf-regular-webfont.woff2') format('woff2'),
       url('argentcf-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'argent_cflight';
  src: url('argentcf-light-webfont.woff2') format('woff2'),
       url('argentcf-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
:root {
    --light-bg-color: #F5F5F5;
    --main-text-color: rgba(13, 54, 82, 1);
    /* --text-light-color: rgba(104, 122, 137, 1); */
    --text-light-color :linear-gradient(92deg, #7E91A0 0%, #698D98 100%);
    --dark-blue: #0D3652;
    --yellow: rgba(255, 207, 35, 1);
    --white: rgba(255, 255, 255, 1);
    --red-gradient: linear-gradient(96.73deg, #E23434 0%, #FD3D6B 102.6%);
    --dark-blue-gradient:  linear-gradient(80deg, #1D3031 29.2%, #223140 94.11%);
    --lato: 'Lato', sans-serif;
    --argent: 'argent_cfregular';
    --argentLight: 'argent_cflight';
    --argentBold: 'argent_cfbold';



    
  }

  html, body{
    margin:0;
    padding:0;
    font-family: var(--lato);
    overflow-x: hidden;
  }
  *{
    box-sizing: border-box;
  }
  .text-light{
    background: var(--text-light-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .dark-blue{
    color: var(--dark-blue);
  }
  .text-gradient{
    background: linear-gradient(92deg, #388AC2 1.57%, #044179 67.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .align-center{
    align-items: center;
  }
  .main-screen{
    font-family: var(--lato);
    text-align: left;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    justify-content: center; 
  }
  .w-860{
    max-width: 860px;
    margin: 0 auto;
  }
  .w-1260{
    max-width: 1260px;
    margin: 0 auto;
  }
 
  .center{
    text-align: center;
  }
  .main-screen h1{
    font-family: var(--argentLight);
    font-size: 94px;
    font-style: normal;
    font-weight: normal;
    line-height: 86px;
    width: 100%;
    margin: 0;
  }

  .main-screen h3{
    font-size: 22px;
    line-height: 1.5;
    width: 100%;
    margin: 0;
  }
  

  .empty-box-right{
    background: linear-gradient(170.03deg, rgba(207, 241, 255, 0.3) 10.07%, rgba(247, 217, 255, 0.3) 128.49%);
  }
  .light-bg{
    background-color: var(--light-bg-color);
    background-image: url(../images/Grid_860.svg) !important;
    background-repeat: repeat-y;
    background-position: center top;
  }
  .min-h-screen-f{
    min-height: 100vh;
  }
  .flex_row{
    display: flex;
  }
  .justify-space-between{
    justify-content: space-between;
  }
  .header{
    position: fixed;
    top:0;
    padding: 42px 70px 20px;
    background: transparent;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 1s 500ms, opacity 1s 300ms;
    opacity: 0;
    visibility: hidden;
  }
  .loaded .header{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: transform 1s 500ms, opacity 1s 300ms;
    z-index: 9;
  }
  .main-screen{
    position: relative;
  }
  .arrow {
    text-align: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
  }
  .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  .quote{
    font-family: var(--argent);
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px; 
    color: var(--light-bg-color);
  }
  .screen-two .leftBox{
    width: 215px;
    min-height: 70vh;
    background: #fff;
    float: left;
  }
  .screen-two h3{
    margin: 0;
  }
  .singleImage img{
    width: 100%;
  }
  .screen-two .leftBox {
    margin-top: -20vh;
}
h3.dark-blue.viewProjects a{
  font-size: 16px;
  line-height: 45px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
  color: #0D3652;
  text-decoration: none;
}

.empty-box-right-gredient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, rgba(226, 252, 255, 0.4) 100%);
  float: right;
  width: 429px;
  height: 0;
  transition: height 200ms, transform 300ms 200ms;
  visibility: hidden;
}
.animated .empty-box-right-gredient{
  height: 270px;
  visibility: visible;
  transition: height 200ms;
  transform: translateY(0);
}
.animated  .empty-box-right-gredient.flatBG {
  background: #FAFAFA;
  border-radius: 0 0 20px 20px;
  margin-bottom: 50px;
}
.empty-box-right-gredient + h1 {
  clear: both;
  font-family: var(--argent);
    font-size: 56px;
    font-weight: normal;
    line-height: 1;
}
.sharingRelation h1, .makeYourIdea h1{
  font-family: var(--argent);
    font-size: 56px;
    font-weight: normal;
    line-height: 1;
}
.empty-box-right-gredient + h1 span.text-light{
  font-family: var(--argentLight);

}
.empty-box-right-gredient  > p{
  padding: 220px 20px 20px;
  font-size: 24px;
  color: #353F46;
  margin: 0;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
}
.empty-box-right-gredient.flatBG > p {
  font-size: 24px;
  font-weight: lighter;
  color: #353F46;
  line-height: 1.5;
  padding-top: 72px;
}
.animated .empty-box-right-gredient p{
  visibility: visible;
  opacity: 1;
  transition: opacity 505ms 500ms, transform 500ms 700ms;
  transform: translateY(0);
}
.empty-box-right-gredient .redGredient{
  background: linear-gradient(96.73deg, #E23434 0%, #FD3D6B 102.6%);
  padding: 15px;
}
.relative{
  position: relative;
}
.z-9{
  z-index: 9;
}
.empty-box-right-gredient .redGredient p{
  line-height: 1;
  color: #F5F5F5;
  margin: 0;
}
.recentProjectsContainer{
  /* background: linear-gradient(80.39deg, #1D3031 29.2%, #223140 94.11%); */
  background: #EAEDED;
  background-image: url(../images/Grid_860.svg) !important;
    background-repeat: repeat-y;
    background-position: center top;
}
.recentProjectHeading {
  width: 429px;
  margin: 0vh auto 0;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  transform: translate(0, -72px);
  border-radius: 20px;
}



.recentProjectHeading h2 {
  font-size: 56px;
  color: #7F92A1;
  font-family: var(--argent);
  font-weight: normal;
  margin: 167px 0 230px;
}
a.button-explore {
  background: linear-gradient(104deg, #FE4450 2.62%, #F2335B 93.63%);
  padding: 12px 15px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  font-family: 'Lato';
}
.singleImage.w-1260 {
  margin-top: 80px;
  border-radius: 40px;
  overflow: hidden;
}

.recentProjectHeading h2 span.yellow {
  color: #FFCF23;
}

ul.projects {
  list-style: none;
  padding: 0;
  margin: -152px 0 0;
}

.projectInfo {
  display: flex;
  background: #fff;
  width: 100%;
  max-width: 645px;
  color: #0D3652;
  box-shadow: 3px 4px 117px 0px #0000001F;
  border-radius: 16px;
}
.dark-blue-bg{
  background: linear-gradient(99.16deg, #1A2128 43.06%, #171717 102.62%);
  
}
.text-light-gradient{
  background: linear-gradient(0deg, #9AC3D0, #9AC3D0),
linear-gradient(270deg, #AFBFCE 0%, rgba(0, 0, 0, 0) 53.15%),
linear-gradient(270deg, #AFBFCE 24.91%, rgba(0, 0, 0, 0) 53.15%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.white{
  color: #fff;
}
ul.projects li > img {
  width: 100%;
  max-width: 645px;
  display: block;
  height: auto;
}
ul.projects > li{
margin-bottom: 100px;
}
ul.projects{
  position: relative;
}

.projectInfo img {
  max-width: 100%;
  width: 163px;
  height: 163px;
}

.projectInfo .info {
  padding: 20px 20px 10px;
}

.projectInfo .info * {
  margin: 0;
  font-family: var(--lato);
}

.projectInfo .info h4 {
  margin: 10px 0;
}

.projectInfo .info ul.tags {
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}
ul.projects li > a {
  max-width: 430px;
  display: block;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.projectInfo .info ul.tags li {
  background: #EBECED;
  color: #687A89;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
}
ul.projects > li:nth-child(odd) .projectInfo {
  margin-top: 0px;
  margin-left: 0%;
  position: relative;
}
ul.projects > li:nth-child(even) >a {
  float: right;
}
ul.projects > li:nth-child(even) .projectInfo {
  margin-left: 0%;
  margin-top: 0px;
  position: relative;
}

ul.projects > li:nth-child(even) {
  margin-left: 25%;
}
.projectInfo .info h3 {
  min-height: 60px;
  width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.allProjects.w-860 {
  padding: 0px 0 100px;
  position: relative;
}

.allProjects.w-860 a.button {
  font-size: 18px;
  text-decoration: none;
  color: #0D3652;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  border-radius: 4px;
  font-family: var(--lato);
  background: #FFDE6F;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 8px 10px rgb(255 222 111 / 50%);
  color: #102F59;
  text-decoration: none;
  border: 1px solid #FFDE6F;
}
.allProjects.w-860 a.button:hover{
  background: #FFEFB9;
  border: 1px solid #FFDE6F;
}
ul.relationship {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 0;
  justify-content: center;
  list-style: none;
  margin: 100px auto;
  overflow-x: auto;
  max-width: 860px;

}
ul.relationship li img {
  max-width: 215px;
  height: auto;
}
.snippet {
    background: linear-gradient(91.15deg, #F1F8FF 7.66%, #FFFAE9 103.91%);
    padding: 16px 32px;
    border-radius: 20px;
    position: relative;
    margin-left: 0vw;
    width: 430px;
    margin-top: 5vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f9ff+0,fffbeb+100 */
background: linear-gradient(to right,  #f2f9ff 0%,#fffbeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
border: 1px solid #E4E4D5;

}

.snippet svg {
    
    display: block;
    width: 50px;
    height: 50px;
}

.snippet * {
    margin: 0;
}

.snippet p {
    font-size: 24px;
    margin-top: 15px;
}
.footer {
  background: linear-gradient(91.7deg, #15181C -3.26%, #16181F 101.26%);
  padding: 56px 0 1px;
  text-align: center;
  color: #D8E0E8;
  text-decoration: none;
  font-size: 18px;
  font-family: var(--lato);
  position: relative;
}
ul.footerNave.Centered a {
  color: #D8E0E8;
}

ul.footerNave.Centered {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 100px;
  justify-content: center;
  margin-bottom: 100px;
  padding: 0;
  margin-top: 0;margin-bottom: 114px;
}

ul.footerNave.Centered a {
  color: #D8E0E8;
  text-decoration: none;
  font-size: 20px;
  font-family: var(--lato);
}

.centeredEmail h3 {
  margin: 0;
  font-size: 28px;
}

.centeredEmail h3 a {
  color: #608CBF;
  text-decoration: none;
}

.centeredEmail {
  margin-bottom: 36px;
}
.centeredPara.wow.fadeInUp {
  border-top: 1px dashed #334552;
  padding-top: 36px;
}
.time {
  margin-top: 40px;
}

.time h2.yellogradient {
  color: #BFA460;
}

ul.projects li a img {
  width: 100%;
  display: block;
  height:auto
}


.overlay {
  position: fixed;
  z-index: 98;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 56%);
  opacity: 0;
  visibility: hidden;
}
body.openmenu .overlay{
  opacity: 1;
  transition: opacity 100ms;
  visibility: visible;
}
.menu.dark-blue-bg, .menu.dark-blue-bg a {
  color: #BBC3D4;
  text-decoration: none;
}

.menu.dark-blue-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 75vw;
  padding: 30px;
  height: 0vh;
  z-index: 99;
  visibility: hidden;
  transition: all 100ms;
}
body.openmenu .menu.dark-blue-bg {
  height: 100vh;
  visibility: visible;
  transition: all 200ms 200ms;
}
span.openMenu {
  cursor: pointer;
}
.main-menu, .secondary {
  visibility: hidden;
  opacity: 0;
  
}
body.openmenu .main-menu, body.openmenu .secondary {
  visibility: visible;
  opacity: 1;
}
body.openmenu .main-menu {
  transition: visibility 100ms 400ms, opacity 500ms 500ms linear;
}
body.openmenu .secondary {
  transition: visibility 100ms 700ms, opacity 500ms 800ms linear;
}
.menu.dark-blue-bg ul {
  list-style: none;
  padding: 0 0 0 10px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s;
}
body.openmenu .menu.dark-blue-bg .main-menu ul{
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s 500ms, opacity 1s 300ms;
}
body.openmenu .menu.dark-blue-bg .secondary ul{
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s 800ms, opacity 1s 500ms;
}


span.closemenu {
  float: right;
  margin-right: 40px;
  cursor: pointer;
  visibility: hidden;
}
body.openmenu span.closemenu{
  visibility: visible;
  transition: all 400ms 100ms;
}

.main-menu {
  clear: both;
  border-bottom: 0.5px dashed #8f929445;
}

.menu.dark-blue-bg .main-menu ul {
  display: flex;
  justify-content: space-between;
  padding-right: 70px;
  margin: 70px 0 40px;
}

.menu.dark-blue-bg ul.main-list li a:hover {
  color: #FFE665;
}

ul.main-list li a {
  font-size: 56px;
}

.secondary * {
  color: rgb(255 255 255 / 60%);
  font-family: 'Lato';
}

.secondary h3 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
  margin-top: 70px;
}

ul.secondary-list li a {
  font-size: 24px;
  padding: 10px 0;
  display: inline-block;
}


.menu.dark-blue-bg a:hover {
  color: #fff;
}

.menu.dark-blue-bg ul.secondary-list li a:hover:after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 22px;
  background: url('https://sportslandgroup.in/owl/wp-content/themes/owldesign/assets/images/menu-arrow.svg');
  margin-left: 10px;
}


.flex_row.nameIntro.w-860.wow.fadeInUp {
  width: 860px;
  gap: 50px;
  margin-bottom: 50px;
}

.flex_row.nameIntro.w-860.wow.fadeInUp h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  width: auto;
  color: #0D3652;
  font-family: var(--lato);
}

.makeYourIdea h1.wow.fadeInUp {
  margin-bottom: 60px;
}





@media only screen and (max-width:768px){
 
  ul.projects > li:nth-child(odd) .projectInfo {
      margin-left: 0;
  }

  .recentProjectHeading {
      width: 100%;
      height: 100px;
  }

  .recentProjectHeading h2 {
      font-size: 46px;
      white-space: nowrap;
  }

  .snippet {
      width: 100%;
      margin: 0;
  }

  .snippet svg {
      right: 0;
  }

  .header {
      padding: 20px;
  }

  .light-bg {
      padding: 0 20px;
  }

  .screen-two .leftBox {
      width: 25%;
  }

  .empty-box-right-gredient {
      width: 100%;
      position: static;
  }

  .empty-box-right-gredient > p {
      padding: 20px;
      margin: 0;
  }

  h3.dark-blue.viewProjects {
      margin: 50px 0;
      padding: 0 20px;
  }

  .recentProjectsContainer {
      margin: 0 -20px;
      padding: 0 20px;
  }

  ul.projects > li:nth-child(odd) .projectInfo {
      margin: 0;
  }

  ul.projects li .projectInfo img{
      width: 75px;
      height: 75px;
  }

  .projectInfo .info {
      padding: 10px;
  }

 

  ul.projects > li:nth-child(even) {
      margin-left: 0;
  }

  ul.projects > li:nth-child(even) .projectInfo {
      margin-left: 0;
      margin: 0;
  }

  ul.projects > li {
      margin-bottom: 40px;
  }

  .main-screen h1 {
    text-align: left;
    line-height: 1.2;
    margin-top: 20px;
    font-size: 52px;
  }

  ul.relationship {
      margin: 20px auto;
  }

  .min-h-screen-f {
      min-height: unset;
  }

  .min-h-screen-f .flex_row.align-center.min-h-screen-f.main-screen.w-860 {
      min-height: 100vh;
  }

  .main-screen h3 {
      font-size: 16px;
  }
  .flex_row.nameIntro.w-860.wow.fadeInUp {
      width: 100%;
  }
  svg {
    max-width: 100%;
  }
  

  ul.footerNave.Centered {
      padding: 0 20px;
      gap: 20px;
      margin-bottom: 40px;
  }

  ul.footerNave.Centered a {
      font-size: 14px;
  }


  .centeredEmail {
      margin-bottom: 40px;
  }

  .centeredPara p {
      font-size: 14px;
      padding: 0 20px;
      line-height: 1.2;
  }

  .time h2.yellogradient {
      font-size: 24px;
      margin: 0;
  }

  .time h4 {
      font-size: 16px;
      margin-bottom: 10px;
  }

  .centeredEmail h3, .centeredEmail p {
      font-size: 16px;
      margin: 5px 0;
  }

  ul.relationship li {
      width: 33.3%;
  }

  ul.relationship li img {
      width: 100%;
      display: block;
      height: auto;
  }
  .footer {
    padding: 20px 0;
  }

  ul.footerNave.Centered {
      margin-top: 0;
  }
  .projectInfo {
      display: block;
      margin-top: -40px;
  }

  html ul.projects > li:nth-child(odd) .projectInfo {
      margin-top: -75px;
      background: transparent;
  }

  ul.projects > li:nth-child(even) >a{
    float: none;
  }

  html ul.projects > li:nth-child(even) .projectInfo {
      margin-top: -75px;
      background: transparent;
  }

  ul.projects > li:nth-child(even) .projectInfo a {
      float: right;
  }

  ul.projects > li:nth-child(even) .projectInfo .info {
      clear: both;
  }
  .menu.dark-blue-bg {
      width: 100vw;
      padding: 20px;
  }

  span.closemenu {
      margin-right: 0;
  }

  .menu.dark-blue-bg .main-menu ul {
      display: block;
      margin: 40px 0 40px;
  }

  ul.main-list li a {
      font-size: 36px;
      display: block;
      padding: 10px 0;
  }

  .secondary h3 {
      margin-top: 50px;
      font-size: 14px;
  }

  ul.secondary-list li a {
      font-size: 18px;
  }
  .main-screen h1 svg {
      width: 20px;
      height: 20px;
  }

  .w-1260 {
      width: 100%;
      padding: 20px;
  }

  .light-gradient-bg {
      padding: 20px;
  }
  a.button-explore{
    padding: 8px 12px;
  }



}
blockquote.wp-block-quote {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
  background: #fff ;
  position: relative;
}
blockquote.wp-block-quote:before {
  background: url(../images/q.svg);
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 26px;
  left: -20px;
  top: -11px;
}
blockquote.wp-block-quote h2 {
  padding: 0;
  margin: 0;
  font-size: 24px !important;
  line-height: 1.5 !important;
  font-weight: normal;
}

blockquote.wp-block-quote h2 br {
  display: none;
}
cite {
  color: #FF1E46;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px;
  letter-spacing: 1px;
}
.slick-slide {
  padding: 0 5px;
  display: block;
}
.slick-list.draggable {
  padding: 0 !important;
}

.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

[data-center-mode="true"] .slick-slide.slick-active {
  opacity: 0.6;
}
.projectInfo span.hoverArrow {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 50%;
  transform: translate(-0%, -50%);
  width: 87px;
  height: 87px;
}
.projectInfo:hover span.hoverArrow {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, -50%);
  transition: all 0.5s linear;
}

.projectInfo span.hoverArrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.projectInfo .info h3 a {
  text-decoration: none;
  color: #0D3652;
}
.projectInfo .info h4 {
  margin-top: 0;
}
.makeYourIdea span.starts {
  margin-bottom: -50px;
  margin-top: 50px;
  margin-left: 60%;
  z-index: 9;
}
.center.screen-two span.blueGlowBg.verticle {
  position: fixed;
  transform: rotate(-90deg) translate(0, -50%) scale(3);
  left: -195px;
  top: 50%;
  z-index:0;
  pointer-events:none
}

.center.screen-two {
  position: relative;
}
.makeYourIdea span.yellowGlowBg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.makeYourIdea {
  position: relative;
}
.animatedCirle {
  position: fixed;
  z-index: 0;
  height: 340px;
  width: 340px;
  background: #fff;
  border-radius: 50%;
  display: block;
  pointer-events: none;
}

.flex_row.nameIntro.w-860.wow.fadeInUp {
  justify-content: space-between;
}

.rightGrid {
  width: 212px;
}

.rightGrid h3 {
  color: #0D3652;
  font-size: 18px;
  line-height: 1.5;
}

a.sayHi {
  background: #FFDE6F;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  box-shadow: 0 8px 10px rgb(255 222 111 / 50%);
  color: #102F59;
  text-decoration: none;
  border: 1px solid #FFDE6F;
}

a.sayHi:hover {
  background: #FFEFB9;
  border: 1px solid #FFDE6F;
}
.singleImage video {
  border-radius: 40px;
  border: 1px solid #DAD1BA;
}

div#counter {
  font-size: 11.4vw;
}

.main-screen.dark-blue-bg.sharingRelation {
  height: auto;
}

.flex.projectsCompleted {
  font-size: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #92A7B8;
  position: relative;
}

.flex.projectsCompleted span {
  background: #1a2128;
  position: relative;
  z-index: 1;
  padding: 0 14px;
}

.flex.projectsCompleted span img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 30px;
}

.flex.projectsCompleted:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(0deg, #9AC3D0, #9AC3D0),linear-gradient(270deg, #AFBFCE 0%, rgba(0, 0, 0, 0) 53.15%),linear-gradient(270deg, #AFBFCE 24.91%, rgba(0, 0, 0, 0) 53.15%),linear-gradient(0deg, #FFFFFF, #FFFFFF);
  top: 17px;
}
.curvedBG:after {
  content:"";
  background: url(https://owldesign.in/wp-content/themes/owldesign/assets/images/curve-bg.svg);
  display:block;
  width:100%;
  position: absolute;
  top: calc(100% - 1px);
  z-index: 9;
  background-size: 100%;
  background-position: 0 bottom;
  aspect-ratio: 1440/104;
}

.curvedBG {
  padding-top: 100px;
  position: relative;
}
p.projectDesc {
  font-size: 24px;
  font-weight: lighter;
  color: #BAC4CA;
  line-height: 1.5;
  width: 390px;
  margin-top: 70px;
  margin-bottom: 0;
}

.flex.projectsCompleted span {
  padding-left: 0;
}

@media only screen and (max-width:767px){
  div#counter {
      font-size: 181px;
  }

  .curvedBG {
      padding-top: 20px;
  }

  .flex.projectsCompleted {
      flex-direction: column;
      justify-content: space-between;
      height: 200px;
      align-items: flex-start;
      padding-left: 20px;
  }

  .flex.projectsCompleted:after {
      width: 1px;
      height: 200px;
      top: 0;
      left: 30px;
  }

  .flex.projectsCompleted span {
      padding: 10px 0;
  }

  p.projectDesc.wow.fadeInUp {
      padding: 0 20px;
      margin-top: 40px;
  }
  ul.relationship.wow.fadeInUp {
      display: flex;
      flex-wrap: wrap;
  }
}
.main-screen h1 span.text-gradient {
  position: relative;
  display: inline-block;
}
.main-screen h1 span.text-gradient:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(92deg, #388AC2 1.57%, #044179 67.14%);
  position: absolute;
  bottom: 5px;
}
.makeYourIdea{
  background-image: url(../images/Grid_860.svg) !important;
  background-repeat: repeat-y;
  background-position: center top;
}

.flex_row.nameIntro.w-860.wow.fadeInUp h3.dark-blue.myname {
  color: #7E91A0;
}

.flex_row.nameIntro.w-860.wow.fadeInUp h3.dark-blue.myname strong {
  color: #102F59;
}
.sectionWorkingWith h3.text-light.wow.fadeInUp {
  margin: 0;
}

.sectionWorkingWith h1.relative.z-9.wow.fadeInUp {
  margin-bottom: 7px;
}

h3.dark-blue.viewProjects a {
  background: #fff;
  display: inline-flex;
  padding: 12px;
  gap: 14px;
  border-radius: 12px;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  margin-top: 16px;
  margin-bottom: 160px;
}

h3.dark-blue.viewProjects a:hover {
  border: 1px solid #f7cd41;
}

h3.dark-blue.viewProjects a svg {
  transition: all 0.3s linear;
}

h3.dark-blue.viewProjects a:hover svg {
  transform: rotate(45deg);
  transition: all 0.3s linear;
}
.projectInfo .info h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 14px;
}

div#counter.projectCompleted {
  display: inline-block;
  background: linear-gradient(to right,  #b4c8dd 0%,#819fbe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
  
.flex.projectsCompleted span.completed {
  padding-left: 14px;
}
ul.relationship.slick-initialized .slick-slide {
  background: #222d3c;
}
ul.relationship.slick-initialized .slick-slide.slick-current.slick-active.slick-center {
  background: #1c222a;
}

ul.relationship li {
  padding: 0;
}

.makeYourIdea span.blueGlowBg {
  position: absolute;
  top: 0;
}

.makeYourIdea {
  padding-top: 230px;
}


.makeYourIdea h3.dark-blue.viewProjects {
  align-items: center;
  width: auto;
  background: #fff;
  display: inline-flex;
  padding: 12px;
  gap: 14px;
  border-radius: 12px;
  border: 1px solid #fff;
  transition: all 0.3s linear;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.makeYourIdea h3.dark-blue.viewProjects svg {
  transition: all 0.3s linear;
}
.makeYourIdea h3.dark-blue.viewProjects:hover svg {
  transform: rotate(45deg);
  transition: all 0.3s linear;
}
.makeYourIdea h3.dark-blue.viewProjects:hover {
  border: 1px solid #f7cd41;
}

.snippetText span {
  font-size: 20px;
  color: #0D3652;
  background: transparent;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-weight: 700;
  transition: all 0.5s linear;
}

.snippet .snippetText p {
  font-size: 20px;
  color: #323232;
  margin-top: 0;
}

.snippet.wow.fadeInUp {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
}

.snippet:hover svg {
  transform: rotate(45deg);
  transition: all 0.5s linear;
}
.centeredEmail.wow.fadeInUp p {
  font-size: 14px;
  color: #8FA7BF;
  margin: 0 0 5px;
}
.centeredPara.wow.fadeInUp p {
  font-size: 11px;
  line-height: 1.5;
  color: #8FA7BF;
  margin: 0 0 20px;
}

.centeredEmail.wow.fadeInUp p {
  font-size: 14px;
  color: #8FA7BF;
  margin: 0 0 5px;
}

.centeredPara.wow.fadeInUp p {
  font-size: 11px;
  line-height: 1.5;
  color: #8FA7BF;
  margin: 0 0 20px;
}


.time.wow.fadeInUp h4 {
  font-size: 14px;
  color: #C3C8CD;
  margin-bottom: 6px;
}

.time h2.yellogradient {
  font-size: 28px;
  margin-top: 6px;
  margin-bottom: 60px;
}
.sharingRelation div {
  max-width: 100%;
}
ul.relationship.wow.fadeInUp{
  overflow: hidden;
}
ul.relationship.wow.fadeInUp li{
  float: left;
}


@media screen and (max-width:767px) {
  .flex_row.nameIntro.w-860.wow.fadeInUp h3{
    font-size: 16px;
  }
  .flex_row.nameIntro.w-860.wow.fadeInUp h3.dark-blue.myname strong {
      padding-left: 25px;
  }
  .flex_row.nameIntro.w-860.wow.fadeInUp h3.dark-blue.myname br {
      display: none;
  }
  .flex_row.nameIntro.w-860.wow.fadeInUp{
    gap: 20px;
  }
  .center.screen-two .singleImage.w-1260.wow.fadeInUp {
      padding: 0;
      margin: 0 -20px;
      width: 100vw;
      border-radius: 0;
  }

  .center.screen-two .singleImage.w-1260.wow.fadeInUp video {
      border-radius: 0 !important;!i;!;
  }

  .center.screen-two .sectionWorkingWith {
      margin: 0 -20px;
  }

  .sectionWorkingWith .empty-box-right-gredient.flatBG > p {
      padding: 72px 20px;
      width: 100vw;
      margin-left: calc(-50vw + 20px);
      font-size: 21px;
  }

  .animated .empty-box-right-gredient {
      height: auto;
      border-radius: 0 !important;
      width: 50vw;
  }
  .empty-box-right-gredient + h1 {
      font-size: 46px;
  }


  h3.dark-blue.viewProjects {
      margin: 20px 0;
      padding: 0;
  }

  .recentProjectHeading {
      width: 50vw;
      height: auto;
  }
  .empty-box-right-gredient + h1 {
      font-size: 46px;
  }


  h3.dark-blue.viewProjects {
      margin: 20px 0;
      padding: 0;
  }

  .recentProjectHeading {
      width: 50vw;
      height: auto;
  }

  ul.projects > li .projectInfo .info {
      border-radius: 0 0 12px 12px;
  }
  .sharingRelation.curvedBG {
    padding-bottom: 20px;
}

.makeYourIdea span.blueGlowBg svg {
    width: 150vw;
    height: auto;
    max-width: unset;
}

.makeYourIdea h1.wow.fadeInUp {
    font-size: 46px;
}

.makeYourIdea {
    padding-top: 70px;
    background: #F5F5F5;
}
.recentProjectsContainer{
  background: #F5F5F5;
}

.makeYourIdea .w-860 {
    position: relative;
    z-index: 9;
}

.snippetText svg {
    min-width: 50px;
    height: auto;
}

.snippet svg {
    min-width: 45px;
    width: 45px;
}

.snippet.wow.fadeInUp {
    padding: 12px;
    gap: 20px;
}

.makeYourIdea h3.dark-blue.viewProjects {
    width: 100%;
    justify-content: space-between;
}

  ul.footerNave.Centered {
    flex-direction: column;
    gap: 30px;
  }

  .makeYourIdea span.starts svg {
    width: 140px;
    height: 140px;
    margin-left: 40px;
  }

  .makeYourIdea span.starts {
    margin-bottom: -70px;
  }
}