html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
}
.logo {
  height: 4rem;
  margin-left: 5.5rem;
}
.video-details {
  display: block;
  margin: auto;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px gray;
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-top: 5%;
  margin-bottom: 50px;
}
.table-text {
  display: table;
  padding-right: 0.5rem;
  padding-left: 0rem;
}
.sec-padding {
  padding-bottom: 80px;
}
/*NavBar*/

.nav-scroll {
  background: #ffffff;
}
.navbar {
  padding: 0rem 1rem;
}
.nav-item a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.navbar-expand-lg .nav-link {
  padding-right: 0.5rem;
  padding-left: 0rem;
}
.nav-item {
  overflow: hidden;
  padding: 0px 5px;
  font-weight: bold;
  padding-top: 1rem;
}
.nav-link {
  float: right;
  padding-right: 5px;
  padding-top: 3vh;
}
/* Underline colloring*/
.nav-item:hover {
  height: 75px;
  border-bottom: 4px solid rgb(255, 204, 0);
}

/* Header section */
.header-details h1 span {
  color: rgb(0, 144, 215);
}
.header-details {
  margin-left: 10%;
}
.header-section {
  height: 100rem;
  background-color: rgb(230, 230, 230);
}

.header-details h1 {
  font-family: "Poppins bold", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 70px;
  color: rgb(100, 100, 100);
  margin-bottom: 19px;
}
.header-details h1 span {
  color: rgb(0, 144, 215);
  font-weight: bold;
}
.header-details p {
  font-size: 16px;
  line-height: 36px;
  color: rgb(100, 100, 100);
  margin-bottom: 15px;
  font-family: "Catamaran regular", sans-serif;
}
/*Buttons */
.nav-btn {
  padding: 10px 28px !important;
  background-color: #21b573;
  color: #ffffff !important;
  border: none;
  border-radius: 33px;
}
.get-btn {
  margin-bottom: 20px;
  padding: 12px 35px;
  background-color: rgb(0, 144, 215);
  color: #ffffff;
  border: none;
  border-radius: 33px;
  transition: all 0.3s;
}
.get-btn-first {
  float: left;
  margin-top: 32px;
  padding: 12px 35px;
  background-color: rgb(0, 144, 215);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  transition: all 0.3s;
}
.get-btn-sec {
  margin-right: 25%;
  margin-top: 40px;
  padding: 12px 35px;
  background-color: rgb(0, 144, 215);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  transition: all 0.3s;
}
.get-btn-third {
  margin-bottom: 20px;
  padding: 12px 35px;
  margin-left: 110%;
  background-color: rgb(0, 144, 215);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  transition: all 0.3s;
}
.get-btn-modal:hover {
  background-color: rgb(0, 144, 215);
  color: rgb(230, 230, 230);
  border-style: solid;
  border-radius: 3px;
}
.get-btn-modal {
  margin-top: 1%;
  margin-left: 20%;
  width: 60%;
  margin-bottom: 5%;
  padding-bottom: 5%;
  padding: 12px 35px;
  background-color: rgb(230, 230, 230);
  color: rgb(0, 144, 215);

  border: none;
  border-radius: 33px;
  transition: all 0.3s;
}
.get-btn-first-wideo1,
.get-btn-first-wideo {
  padding: 12px 35px;
  background-color: rgb(0, 144, 215);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  transition: all 0.3s;
}

.underWideoButtons {
  padding-top: 1;
}
.get-btn-third:hover,
.get-btn-sec:hover,
.get-btn-first:hover,
.get-btn:hover,
.get-btn-first-wideo:hover,
.get-btn-first-wideo1:hover {
  background-color: #949494;
}

/* video area */
.info {
  background-color: #ffffff;
  padding: 80px 0px;
  margin-bottom: 50px;
}

/*Header Slider from right  to middle */
.text-Header {
  height: 8rem;
  color: #ffffff;
  padding: 20px;
  background-color: rgb(200, 200, 200);
  opacity: 0;
  transform: translateZ(100%);
  transition: 1s;
  filter: blur(5px);
  font-family: "Catamaran regular", sans-serif;
  transition: 1s;
}
@media (prefers-reduced-motion) {
  .text-Header {
    transition: none;
  }
}
.show {
  opacity: 1;
  filter: blur(0px);
  transform: translateZ(0);
}
.list-photo-col {
  width: 4rem;
  height: 4rem;
}
.list-photo-col {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;

  padding-right: 9px;
}
.list-text {
  display: block;
  padding-top: 15px;
  font-family: "Catamaran regular", sans-serif;
}

.info-details {
  padding-left: 20%;
}
.info-details p {
  font-size: larger;
}
.info-details h2 {
  font-size: 48px;
  line-height: 70px;
  color: rgb(100, 100, 100);
  margin-bottom: 19px;
  color: rgb(0, 144, 215);
  font-family: "Poppins bold", sans-serif;
  font-weight: 700;
  line-height: 70px;
}

.info-image img {
  border-radius: 20px;
}
.info-image {
  position: relative;
}
.info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  cursor: pointer;
}
/* Footer section */
.footer-section {
  padding-top: 55px;
  background: #282531;
  color: #ffffff;
}
.footer-p p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
}
.footer-inner {
  padding-bottom: 75px;
}
.footer-list-item ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 5px;
}
.footer-list-item ul li:nth-child(1) {
  font-weight: bold;
}
.footer-list-item a {
  color: #ffffff;
  text-decoration: none;
}
small {
  font-size: 16px;
  line-height: 30px;
  color: #cdcdcd;
}
/*Floating Triangles */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes animate {
  0% {
    opacity: 1;
    border-radius: 0;
    transform: translateY(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    border-radius: 50%;
    transform: translateY(1300px) rotate(720deg);
  }
}
.circles div {
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  top: -150px;
  animation: animate 25s linear infinite;
}
.circles div:nth-child(1) {
  left: 5%;
  animation-delay: 0s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(2) {
  left: 15%;
  animation-delay: 7s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(3) {
  left: 55%;
  animation-delay: 1.3s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(4) {
  left: 62%;
  animation-delay: 4s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(5) {
  left: 88%;
  animation-delay: 8s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(6) {
  left: 5%;
  animation-delay: 10s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(7) {
  left: 80%;
  animation-delay: 17s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(8) {
  left: 35%;
  animation-delay: 11.3s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(9) {
  left: 70%;
  animation-delay: 14s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(10) {
  left: 90%;
  animation-delay: 18s;
  background-image: url(./images/yellow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(11) {
  left: 6%;
  animation-delay: 2s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(12) {
  display: inline-block;
  left: 45%;
  animation-delay: 1s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(13) {
  display: inline-block;
  left: 40%;
  animation-delay: 8s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(14) {
  display: inline-block;
  left: 70%;
  animation-delay: 5s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(15) {
  display: inline-block;
  left: 26%;
  animation-delay: 0s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(16) {
  display: inline-block;
  left: 80%;
  animation-delay: 12s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(17) {
  display: inline-block;
  left: 49%;
  animation-delay: 11s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(18) {
  display: inline-block;
  left: 95%;
  animation-delay: 16s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(19) {
  display: inline-block;
  left: 16%;
  animation-delay: 12s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(20) {
  display: inline-block;
  left: 56%;
  animation-delay: 17s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(21) {
  display: inline-block;
  left: 29%;
  animation-delay: 9s;
  background-image: url(./images/blue.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(22) {
  left: 20%;
  animation-delay: 3s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(23) {
  left: 55%;
  animation-delay: 10s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(24) {
  left: 72%;
  animation-delay: 7s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(25) {
  left: 90%;
  animation-delay: 3s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(26) {
  left: 39%;
  animation-delay: 16s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(27) {
  left: 69%;
  animation-delay: 19s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(26) {
  left: 19%;
  animation-delay: 14s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(28) {
  left: 78%;
  animation-delay: 12s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(29) {
  left: 29%;
  animation-delay: 18s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(30) {
  left: 58%;
  animation-delay: 19s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(31) {
  left: 8%;
  animation-delay: 20s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.circles div:nth-child(32) {
  left: 63%;
  animation-delay: 0s;
  background-image: url(./images/red.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*Allows to gradually display lists under no pressure*/
.slide-bottom {
  opacity: 0;

  filter: blur(20px);
  padding: 15px;
}

.slide-bottom:nth-child(1) {
  transition: 1.75s;
}
.slide-bottom:nth-child(2) {
  transition: 2s;
}
.slide-bottom:nth-child(3) {
  transition: 2.25s;
}
.slide-bottom:nth-child(4) {
  transition: 2.5s;
}
.slide-bottom:nth-child(5) {
  transition: 2.75s;
}

@media (prefers-reduced-motion) {
  .slide-bottom {
    transition: none;
  }
}
.show {
  opacity: 1;
  filter: blur(0px);
}
/*Mail List */
.touch h2 span {
  color: rgb(0, 144, 215);
  font-family: "Poppins bold", sans-serif;
}
.touch p {
  font-family: "Catamaran", sans-serif;
}
.last {
  margin-bottom: 0px !important;
  background-color: rgb(230, 230, 230);
  padding: 80px 0px;
  margin-bottom: 50px;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-image: none;
  border: 1px solid #36333d;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  color: #000000;
  background-color: rgb(230, 230, 230);
  box-shadow: none;
}

textarea {
  resize: none;
}
/*Modal Area */
.modal-content {
  padding-top: 5%;

  background-color: rgb(0, 144, 215);
  color: white;
  text-align: center;
}
.modal-title {
  padding-top: 5%;
  padding-bottom: 5%;
}
.form-control-modal {
  background-image: none;
  border: 1px solid #36333d;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 80%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-image: none;
}

/* Responsive Css */
@media only screen and (min-width: 2559px) {
  .nav-item {
    overflow: hidden;
    padding: 0px 5px;
    font-weight: bold;
    padding-top: 0.5rem;
  }
}

@media only screen and (max-width: 1624px) {
  .text-Header {
    width: 100%;
    height: auto;
  }
}

.get-btn-first-wideo,
.get-btn-first-wideo1 {
  width: 20%;
  padding: 12px 15px;
  margin-bottom: 5%;
}
@media only screen and (max-width: 1024px) {
  .modal {
    height: 100%;
    width: 100%;
  }

  .get-btn-third {
    margin-left: 45vh;

    text-align: center;
  }

  .header-section {
    padding-top: 120px;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .logo {
    margin-left: 2.5rem;
  }
  .info-details {
    padding-left: 5%;
  }
  .cards-inner {
    margin-bottom: 20px;
  }
  .video-details {
    margin-top: 5vw;
    margin-bottom: 50px;
  }
  .testimonial-inner {
    text-align: center;
  }
  .testimonial-inner p {
    margin-left: 0;
  }
  .nav-btn {
    max-width: 20%;
    text-align: center;
  }
  .get-btn-third {
    margin-left: 120%;

    text-align: center;
  }
  .list-photo-col {
    width: 4rem;
    height: 4rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .info {
    text-align: center;
  }
  .list-text {
    text-align: left;
  }
  .get-btn-sec {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 0%;
  }
  .header-details {
    margin-left: 10%;
    margin-bottom: 10%;
  }
  .video-details {
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px gray;
    width: 100%;
    margin-left: 0%;
    margin-top: 5%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .card-deck {
    display: block !important;
  }
  .card {
    margin-bottom: 30px !important;
  }
  .get-btn-third {
    margin-left: 0vh;
  }
  .get-btn-first {
    margin-top: 2px;
    float: none;
  }
  .get-btn-sec {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 0%;
  }

  .header-details {
    padding-top: 2vh;
    margin-left: 0%;
    text-align: center;
  }
  .list-photo-col {
    width: 4rem;
    height: 4rem;
  }
  .info {
    text-align: center;
  }
  .logo {
    margin-left: 0rem;
  }
  .header-section {
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .header-details h1 {
    font-size: 44px;
    line-height: 65px;
  }
  .footer-list-item ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .get-btn-first {
    margin-top: 2px;
    float: none;
  }
  .get-btn-first {
    margin-top: 32px;
  }
  .list-photo-col {
    width: 4rem;
    height: 4rem;
  }
  .list-text {
    padding-top: 8px;
    display: block;
    text-align: center;
  }
  .get-btn-first-wideo,
  .get-btn-first-wideo1 {
    width: 18vh;
    padding: 12px 5px;
    margin-bottom: 10%;
  }
  .modal-content {
    height: 100%;
    width: 100%;
  }
  .header-details {
    padding-top: 15%;
    text-align: center;
  }

  .info {
    text-align: center;
  }

  .header-details h1 {
    font-size: 36px;
  }
  .header-details span {
    font-size: 46px;
  }
  .header-details p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 365px) {
  .header-details {
    padding-top: 2vh;
    text-align: center;
  }
  .video-details {
    margin-top: 2vh;
  }
  .list-photo-col {
    width: 4rem;
    height: 4rem;
    margin-top: 0.5rem;
    margin-bottom: 3.5rem;
  }

  .header-details h1 {
    font-size: 26px;
  }
  .header-details span {
    font-size: 36px;
  }
  .header-details p {
    font-size: 16px;
  }
  .info {
    text-align: center;
  }
}
@media only screen and (max-width: 281px) {
  .header-section {
    font-size: 12px;
    padding-top: 35%;
  }
  .header-details h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .header-details p {
    font-size: 16px;
    line-height: 26px;
  }
}
