/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
  {
  % include "hubspot/styles/responsive/modules.css"%
}

  {
  % include "hubspot/styles/patches/recommended.css"%
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: Barlow;
}

body {
  /*dotted bg*/
  width: 100%;
  padding: 30px 39px 23px;
  margin: 0 auto;
  float: none;
  background: linear-gradient(90deg, #171a51 20px, transparent 1%) center, linear-gradient(#171a51 20px, transparent 1%) center, #30308b;
  background-size: 24px 24px;
  background-position: 4px 4px;
  max-width: 1920px;
}

/* CSS for search icon start */
.search-icon-block {
  text-align: right;
  display: inline-block;
  margin-top: -20.5px;
}

.search-icon-block a:hover {
  text-decoration: none;
}

.searchtxt {
  color: #ffffff;
  font-family: Barlow;
  font-size: 20px;
  line-height: 53px;
  text-align: right;
  vertical-align: top
}

.searchbtn {
  position: relative;
  margin-top: 5px;
  height: 49px;
  width: 49px;
  border: 1px solid #dee4f0;
  border-radius: 30.5px
}

.sdot {
  border: 1px solid #ffffff;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 9px
}

#sdots1 {
  position: absolute;
  top: 21px;
  left: 10.5px;
  margin-left: 0;
  margin-top: 0
}

#sdots2 {
  top: 19px;
  left: 19.5px;
  position: absolute;
  margin-left: 0;
  margin-top: 0;
  width: 8px;
  height: 8px
}

#sdots3 {
  top: 21px;
  left: 32.5px;
  position: absolute;
  margin-left: 0;
  margin-top: 0
}

.row-fluid [class*="span"].search-icon-block {
  width: 52%;
  float: right;
  margin-left: 0;
}

/* CSS for search icon end */
/*play icon code starts*/
.watch-video-icon {
  background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/play-icon-white.png) no-repeat;
  width: 42.67px;
  height: 42.67px;
  border-radius: 50%;
  display: inline-block;
  background-position: 11.5px 8px;
  background-size: 21px;
  border: 2px solid white;
  float: left;
}

.watch-video-icon:hover {
  background-color: #FFA918;
}

.watch-video-block {
  display: inline-block;
  margin: 0 0 0 30px;
}

.watch-video-block:hover .watch-video {
  color: #FFA918;
}

.watch-video-block:hover .watch-video-icon {
  background-color: #FFA918;
}

/*.watch-video-icon{*/
/*         position: absolute;*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    border: solid 2px #fff;*/
/*    border-radius: 100px;*/
/*    top: 237px;*/
/*    left: 133px;*/
/*}*/
/*.watch-video-icon:before {*/
/*    content: "";*/
/*    width: 21px;*/
/*    height: 17.5px;*/
/*    border-left: 2px solid #fff;*/
/*    border-radius: 0px;*/
/*    position: absolute;*/
/*    top: 11.5px;*/
/*    left: 14px;*/
/*}*/
/*.watch-video-icon:after {*/
/*  content: "";*/
/*    position: absolute;*/
/*    top: 12px;*/
/*    left: 8px;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    -webkit-transform: rotate(45deg) skew(-5deg, -5deg);*/
/*    transform: rotate(45deg) skew(-5deg, -5deg);*/
/*    border-top: 2px solid #fff;*/
/*    border-right: 2px solid #fff;*/
/*    border-radius: 0px;*/
/*}*/
/*.watch-video-icon:hover {*/
/*  border: solid 2px #FFA918;*/
/*}*/
/*.watch-video-icon:hover:before {*/
/*	border-left: 2px solid #FFA918;*/
/*}*/
/*.watch-video-icon:hover:after {*/
/*	border-top: 2px solid #FFA918;*/
/*	border-right: 2px solid #FFA918;*/
/*}*/
/*play icon code ends*/

.pull-left {
  float: left;
}

.watch-video {
  /*font-size: 16px;*/
  /*   padding: 9px 20px;*/
  /*   text-transform: uppercase;*/
  /*   color: #ffffff;*/
  /*   display: inline-block;*/
  /*   background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/Play%20icon.png) no-repeat 30px 0px;*/
  /*   background-size: 40px 40px;*/
  /*   text-indent: 55px;*/
  font-size: 16px;
  padding: 9px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  text-indent: 0;
}

/*.home-site-cover #video{*/
/*    opacity:0;*/
/*}*/



.new-top-header-links ul li.new-language ul {
  box-shadow: none;
}

.new-top-header-links ul li.new-language ul li.new-de-language a,
.new-top-header-links ul li.new-language ul li.new-en-language a {
  filter: none;
  color: #2b2b2b;
}


.c-cover,
.c-cover__mask,
.c-cover__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-cover {
  z-index: 0;
  overflow: hidden;
}


#site-cover {
  position: fixed;
}

.c-cover__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-site-cover .c-cover__video {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 1920px;
  left: 50%;
  /*background:url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/Main-Intro-Still.png) no-repeat center;*/
  background-size: 100% 100%;
  max-height: 960px;
}


.c-cover__video>video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}




.c-cover__video>video {
  display: block;
}

/*new video adjustment in center*/
.c-cover__video>video {
  width: 100%;
  height: auto;
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 1920px;
  left: 50%;
}

.home-content {
  position: relative;
  height: calc(100vh - 135px);
  vertical-align: middle;
  display: table-cell;
}

/* Microsoft EdgeV13&14 CSS styles go here */
@supports (-ms-ime-align:auto) {
  .home-content {
     height: calc(100vh - 139px);
  }
}
/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-content {
     height: calc(100vh - 139px);
  }
}

.home-content h1 {
  font-size: 72px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;


}

.home-content h1 a {
  color: #fff;
  text-decoration: none;
  display: block;
  /*cursor: url("https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/play_cursor.png"), */
  /*       url("https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/play_cursor.cur"),*/
  /*       auto;*/
}

.home-content a:hover {
  text-decoration: none;
}

.home-content h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}

.btn {
  border-radius: 25px;
  font-size: 16px;
  padding: 9px 20px;
  text-transform: uppercase;
/*   box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5), 0 5px 10px 0 rgba(135, 142, 153, 0.2); */
  box-shadow: inset 0 1px 3px 0 rgba(255,255,255,0.5), 0 -1px 0 0 #fff, 0 5px 10px 0 rgba(135, 142, 153,0.3);
  background: #fff;
  color: #333;
  font-weight: 500;
}

.btn.pink-btn {
  color: #fff;
  background: #F74E81;
  float: left;
  margin-right: 30px;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 0 #FFFFFF, 0 5px 10px 0 rgba(247, 78, 129, 0.3);
}



.btn.skip-btn {
  background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/skip-arrow.png) no-repeat 90% center #fff;
  padding-right: 44px;
  color: #333;
  z-index: 99999;
}

.btn.skip-btn:hover {
  background-image: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/skip-arrow-white.png);
}

.btn:hover,
.btn.pink-btn:hover,
.btn.skip-btn:hover {
  background-color: #FFA918;
/*   box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 0 #FFFFFF, 0 5px 10px 0 rgba(255, 169, 24, 0.3); */
  box-shadow: inset 0 1px 3px 0 rgba(255,255,255,0.5), 0 5px 10px 0 rgba(255,169,24,0.3);
  color: #fff;
}

.center-circle {
  background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/center-circle.png) no-repeat center;
  height: 700px;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 700px;
  position: fixed;
  left: 50%;
  margin-left: -350px;
  margin-top: -350px;
  background-size: 100%;
}


.home-content .play-btn {
  background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/play-icon.png) no-repeat;
  width: auto;
  padding: 38px 5px 38px 52px;
  display: table;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  background-size: auto 100%;
  margin-bottom: -18px;

}

.home-header,
.home-footer {
  position: relative;
  z-index: 9;
}

.new-top-header-links ul li a {
  font-size: 20px;
}

.home-header .new-top-header-links ul>li:last-child>a {
  filter: brightness(0) invert(1);
  color: #fff;
  padding-top: 0;
  background-position: right 9px;
}

.home-footer .copyright {
  display: inline-block;
  color: #878E99;
  font-size: 16px;
  float: left;
}

.home-footer-links {
  float: left;
  font-size: 16px;
  padding-left: 20px;
}

.home-footer-links li {
  display: inline-block;
  margin-right: 20px;
}

.home-footer-links li a {
  color: #8686FF;
  font-size: 16px;
  line-height: normal;
}

.home-footer-links li a:hover {
  color: #FFA918;
  text-decoration: none;
}

.intro-page .home-content {
  bottom: 40px;
  height: auto;
  position: fixed;
  width: 100%;
  text-align: center;
  left: 0;
}



.row-fluid [class*="span"].mobile-buttons {
  display: none;
}

.video_intro {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

_:-ms-fullscreen,
:root .video_intro {
  height: 120%;
  margin-top: -9.5%;
}

@supports (-ms-ime-align:auto) and (not (-ms-accelerator:true)) {
  .video_intro {
    height: 120%;
    margin-top: -9.5%;
  }
}

.left-footer {
  padding-top: 21px;
}

.left-footer ul {
  margin-bottom: 0;
}

.mobile-logo {
  display: none;
}

.new-top-header-links ul {
  line-height: 13px;
}

/* CSS for search icon start */
@media(min-width: 767px) {
  .searchtxt {
    padding-right: 15px
  }
}

/* CSS for search icon end */
@media (min-width: 1601px) {
  .home-content h5 {
    font-size: 22px;
  }

  .new-top-header-links ul li a {
    font-size: 22px;
  }
}

.mobile-video {
  display: none;
}

.video-responsive {
  position: relative !important;
  height: 100%;
}



/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .footer-container-wrapper {

  width: calc(100% - 100px);
  max-width: 1870px;
  position: fixed;
  bottom: 23px;

}


@media only screen and (min-width:1025px) {

  .video-responsive {
    position: relative !important;
    -webkit-animation: fade 2s !important;
    /* Safari 4.0 - 8.0 */
    animation: fade 2s !important;
    height: 100%;
  }

  @-webkit-keyframes fade {
    from {
      transform: scale(0.3);
      opacity: 0;
      top: 200px
    }

    to {
      transform: scale(1);
      opacity: 1;
      top: 0px
    }

  }

  /* Standard syntax */
  @keyframes fade {
    from {
      transform: scale(0.3);
      opacity: 0;
      top: 200px
    }

    to {
      transform: scale(1);
      opacity: 1;
      top: 0px
    }
  }

  .home-content h1 {
    width: 817px;
  }

  .home-content .play-btn {

    margin-top: 11px;
    float: right;
  }

}


@media only screen and (min-width:769px) and (max-width:1024px) {
  body {
    background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/Main-Intro-Still.png) no-repeat 90% center;
    background-size: cover;

  }

  .c-cover__video>video {
    display: none;
  }

  .home-content {
    height: calc(100vh - 140px);
  }

  .intro-page .home-content {
    visibility: hidden;
  }

  .intro-page .home-content.show {
    visibility: visible;
  }
}

@media only screen and (max-width:1024px) {
  .mobile-video {
    display: block;
  }

  .desktop-video {
    display: none;
  }

  .home-site-cover .c-cover__video {
    background: none;
  }
}
@media only screen and (max-width:1023px) {
  .container-fluid {
    padding: 0;
  }
  body{
    padding: 30px 30px 23px;
  }
}

@media only screen and (max-width:768px) {
  .video-responsive {
    animation: none !important;
    -webkit-animation: none !important;
  }

  .mobile-video {
    -o-object-fit: contain;
    object-fit: contain;
    background: black;
  }

  .mobile-buttons span a.btn:first-child {
    margin-right: 12px;
  }

  .home-content .play-btn {
    padding: 30px 5px 30px 43px;
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 48px;
  }

  .home-header .new-top-header-links ul>li:last-child>a {
    padding-top: 0;
    background-position: right 10px;
  }

  .new-top-header-links ul {
    margin-top: -5px;
  }

  .home-content a.play-btn {
    display: inline-block;
  }

  body {
    background: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-March2018-Theme/Images/Main-Intro-Still.png) no-repeat 90% center;
    background-size: cover;

  }

  .intro-page .home-content {
    visibility: hidden;
  }

  .intro-page .home-content.show {
    visibility: visible;
  }
  .footer-contact-button {
    display: none !important;
  }

  .home-content {
    height: calc(100vh - 170px);
    padding-top: 22vh;
  }

  .c-cover__video>video {
    display: none;
  }

  .home-content {
    text-align: center;
    display: block;
  }

  .home-content .btn {
    display: none;
  }

  .home-content h5 {
    margin-bottom: 30px;
  }

  .home-content .btn.skip-btn {
    display: inline-block;
  }

  .row-fluid [class*="span"].mobile-buttons {
    display: block;
    position: absolute;
    text-align: center;
    top: 70vh;
    width: calc(100% - 30px);
    z-index: 99999;
  }

  .mobile-buttons .btn {
    width: 28%;
    height: 5vh;
    line-height: 3.2vh;
  }

  .mobile-buttons .btn.pink-btn {
    float: none;
  }

  .footer-contact-button .btn {
    display: none;
  }

  .home-copyright {
    position: fixed;
    bottom: 15px;
    width: calc(100% - 30px) !important;
  }

  .home-copyright .home-footer-links {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: normal;
  }

  .home-footer-links li:last-child {
    margin-right: 0;
  }

  /*.footer-container-wrapper{
    position:relative;
}*/

  .watch-video-block {
    margin: 15px 0 0 0;
  }

  .home-content .play-btn {
    display: none;
  }
  .home-footer-links li{
    margin-right: 4px;
  }
}


@media only screen and (max-width:998px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none;
  }
}


@media only screen and (max-width:767px) {
  .home-content {
    padding-top: 12vh;
  }

  body {
    background-image: url(https://cdn2.hubspot.net/hubfs/2148167/Nagarro-Sep2016-Theme/Images/mobile-bg.png), radial-gradient(circle, #141a4e 0%, #141a4e 100%);
    background-size: 130% auto;
    background-repeat: no-repeat;
    background-position: center -103px;
    padding: 20px 15px 15px;
  }

  .home-site-cover {
    display: none;
  }

  .mobile-buttons .btn {
    width: calc(50% - 13px);
    height: 42px;
    line-height: 23px;
    margin-right: 10px;
    font-size: 13px;
    max-width: 180px;
  }

  .home-content h1 {
    font-size: 40px;
  }

  .home-content h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
  }

  .home-content a.play-btn {
    display: inline;
  }

  .video_intro {
    object-fit: contain;
    background: #000000;
  }
  .home-footer-links li a, .home-footer .copyright{
    font-size: 12px;
    line-height: normal;
  }
}

@media only screen and (max-width:380px) {
  .home-content h1 {
    font-size: 35px;
  }

  .home-content h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
  }

  .body-container,
  .footer-container,
  .header-container {
    padding: 0;
  }


  .mobile-buttons .btn {
    width: calc(50% - 12px);
    height: 36px;
    line-height: 34px;
    margin: 0 5px !important;
    font-size: 12px;
    padding: 0 10px;
  }

  .new-top-header-links ul li a {
    padding-top: 0;
  }

  .home-content {
    height: calc(100vh - 133px);
  }

  .new-top-header-links ul>li:last-child>a {
    background-position: right 9px;
  }

  .row-fluid [class*="span"].mobile-buttons {
    width: calc(100% - 40px);
  }


}





@media screen and (min-width: 1365px) and (min-height: 1023px) and (orientation : landscape) {
  /* CSS for video to play on zoom out */
  /*     .home-site-cover .c-cover__video #video{
        display:none;
    } */

  .home-site-cover .c-cover__video {
    background-size: 100% auto;

  }
}

@media screen and (max-width: 500px) and (min-height: 800px) and (max-height: 900px) and (orientation : portrait) {
  .center-circle {
    top: 40% !important;
  }

  body {
    background-size: 130% 113%;
  }
}

@media screen and (max-height: 500px) and (orientation : landscape) {
  .home-content {
    padding-top: 0vh;
  }

  .home-content h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 800px) and (orientation : landscape) {
  body {
    background-size: 100%;
    background-position: center -290px;
  }
}

@media screen and (max-height: 320px) and (orientation : landscape) {
  .home-content h1 {
    margin: 0;
    font-size: 30px;
    margin-top: 0px;
  }

  .home-content h5 {
    margin-bottom: 15px;
  }

  .mobile-buttons .btn {
    line-height: 19px;
    padding: 6px 20px;
    height: auto;
  }

  .home-content a.play-btn {
    background-size: 29px;
    background-position: left center;
    padding-left: 39px;
  }

  .home-copyright {
    bottom: 10px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1024px) and (orientation : portrait) {

  .intro-page .home-content.show {
    visibility: visible;
  }

  .home-content {
    text-align: center;
    display: block;
    padding-top: 32vh;
  }

  .home-content .btn {
    display: none;
  }

  .home-content .btn.skip-btn {
    display: inline-block;
  }

  .home-content a.play-btn {
    display: inline-block;
  }

  .row-fluid [class*="span"].mobile-buttons {
    display: block;
    position: absolute;
    text-align: center;
    top: 70vh;
    width: calc(100% - 140px);
    z-index: 99999;
  }

  .mobile-buttons .btn {
    width: 48%;
    height: 5vh;
    line-height: 3.2vh;
    border-radius: 50px;
  }

  .footer-contact-button .btn {
    display: none;
  }

  .home-copyright {
    position: fixed;
    bottom: 20px;
    width: calc(100% - 130px) !important;
  }

  .left-footer ul {
    float: right;
  }

}


@media screen and (max-width: 1280px) {
  .home-site-cover .c-cover__video {
    background: none;
  }
}

/* CSS for search icon start */
@media(max-width: 479px) {
  .searchtxt {
    font-size: 13px;
    display: inline-block
  }

  .home-header img {
    width: 100px !important;
  }
}

/* CSS for search icon end */
@media(min-width: 480px) and (max-width:767px) {
  font-size: 16px;
}
@media only screen and (width: 768px){
  .home-copyright {
    width: calc(100% - 60px) !important;
  }}
