@import url('https://fonts.googleapis.com/css2?family=Holtwood+One+SC&family=Inder&family=Montserrat:wght@400;700&display=swap');


/* first and main section of home page starts from here*/

/* adjusting width of main row */
.main-section .row {
    width: 100%;
    margin: 0;
    
}
/* setting height and position of both columns content */
.main-section .row .col1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: relative;
  }
  /* first column img */ 
  .main-section .row .col1 img {
    width: 100%;
    margin-top: 20px;
  }
  /* first column background vector */
  .main-section .row .col1 .first-vector {
    position: absolute;
    z-index: -1;
    top: 0;
    margin-top: -20px;
    height: 130%;
  }
  /* first heading of 2nd column */
  .main-section .row .col11 h3 {
    font-weight: 700;
    font-size: 20px;
    margin-top: max(3vw, 20px);
  }
/* second heading of second column */
  .main-section .row .col11 h2 {
    font-weight: 700;
    font-size: max(4vw, 30px);
    margin-top: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
/* font colouring of second heading */
  .main-section .row .col11 h2 span {
    color: var(--primary-color);
  }
/* paragraph content of 2nd column */
  .main-section .row .col11 p {
    margin-top: 20px;
    font-size: 15px;
    width: 75%;
  }
/* button styling of 2nd column */
  .main-section .row .col11 button {
    margin-top: 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50px;
    height: max(3.5vw,30px);
    padding-left: 15px;
    padding-right: 15px;
    font-size: max(1vw,10px);
    font-weight: 600;
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .second-section {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    margin-top: max(3vw, 20px);
  }

  .second-section h2 {
    width: 55%;
    margin-right: max(2vw, 20px);
    font-weight: 700;
    font-size: 30px;
  }

  .second-section h2 span {
    color: var(--primary-color);
  }
  
  @media screen and (max-width: 992px) {
    .second-section h2 {
      width: 90%;
      margin-right: 0;
    }
  }

  .second-section .row {
    width: 80%;
    align-self: center;
    margin-top: 5vw;
    /* background-color: #F0AC35; */
  }

  .second-section .row .col-sm-4 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .second-section .row .col-sm-4 img {
    width: max(7vw, 150px);
    margin-right: 10px;
  }

  .second-section p {
    font-size: 20px;
    margin-top: 20px;
    align-self: center;
    width: max(50%,300px);
    text-align: center;
  }

  .second-section .demo-pictures {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    align-self: center;
    width: 100%;
  }

  .second-section .demo-pictures div {
    background-color: #ffffff; 
    padding: 15px; 
    border-radius: 20px;
  }

  .columns-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .columns-section .row {
    padding: 5vw 3vw;
    width: 100%;
  }

  .columns-section .row .col-md-4 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .columns-section .row .col-md-4 div {
    background-color: #F5F2F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding: max(2vw,20px);
    height: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    width: min(100%, 400px);
  }

  .columns-section .row .col-md-4 div img {
    margin-bottom: 15px;
  }

  .columns-section .row .col-md-4 div h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }

  .columns-section .row .col-md-4 div p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }

  .columns-section .row .col-md-4 div h5 span {
    color: var(--primary-color);
  }





  .points-div {
    margin-top: 20px;
    background-color: #ffffff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .points-div h3 {
    text-align: center;
    width: max(50%,300px);
    font-weight: 700;
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }

  .points-div h3 span {
    color: var(--primary-color);
  }

  .points-div p {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    width: max(55%,300px);
    margin-top: 20px;
  }

  .points-div .row {
    width: 100%;
    padding-left: 2vw;
  }

  .points-div .row .col-md-7 .gif {
    width: 100%;
    /* height: 100%; */
  }

  .points-div .row .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .points-div .row .col-md-5 .multiple-lines-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background-color: #F0AC35; */
    height: 80%;
    /* align-items: center; */
  }

  .points-div .row .col-md-5 .multiple-lines-div .single-line-div {
    display: flex;
    margin-top: 20px;
  }

  .points-div .row .col-md-5 .multiple-lines-div .single-line-div img {
    width: 25px;
    height: 25px;
  }

  .points-div .row .col-md-5 .multiple-lines-div .single-line-div p {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    width: 80%;
  }

  .points-div .row .col-md-5 .multiple-lines-div .single-line-div button {
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 50px;
    height: max(3.5vw,30px);
    padding-left: 15px;
    padding-right: 15px;
    font-size: max(1vw,10px);
    max-width: max(40vw,200px);
    font-weight: 600;
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }

  .points-div .row.black {
    background-color: #000000;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    /* padding: 3vw; */
  }

  .points-div .row.black .col-md-6 {
    display: flex;
    flex-direction: column;
    
  }

  .points-div .row.black .col-md-6 h3 {
    color: #ffffff;
    font-size: 30px;
    width: 100%;
    text-align: left;
  }

  .points-div .row.black .col-md-6 p {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    text-align: left;
  }

  .points-div .row.black .col-md-6 button {
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 20px;
    height: max(3.5vw,30px);
    padding-left: 15px;
    padding-right: 15px;
    font-size: max(1vw,10px);
    align-self: center;
    font-weight: 600;
    border: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }


  .new-section {
    margin-top: max(4vw,20px);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-section .row .col-md-3 {
    margin-top: 20px;
  }

  .new-section .row {
    width: 95%;
  }

  .new-section .row .col-md-3 div {
    background-color: #F5F2F2;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 20px;
  }

  .new-section .row .col-md-3 div img {
    width: 50px;
  }
  .new-section .row .col-md-3 div h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .new-section .row .col-md-3 div p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
  }


  .way-of-work {
    margin-top: max(4vw,20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    margin-bottom: max(4vw,20px);
  }

  .way-of-work h3 {
    text-align: center;
    
    font-weight: 700;
    font-size: 35px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }

  .way-of-work h3 span {
    color: var(--primary-color);
  }

  .way-of-work .row {
    width: 90%;
  }

  .way-of-work .row .col-md-4 {
    margin-top: 20px;
  }

  .way-of-work .row .col-md-4 .box-wraper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;

  }

  .way-of-work .row .col-md-4 .box-wraper .bk-img {
    width: 100%;
    transition: transform 0.2s ease-in-out;
  }
  .way-of-work .row .col-md-4 .box-wraper .lower-box {
    position: absolute;
    bottom: 0;
    padding: 0px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 6.77%, rgba(0, 0, 0, 0.37) 18.23%, rgba(0, 0, 0, 0.45) 21.88%, rgba(0, 0, 0, 0.55) 31.25%, rgba(0, 0, 0, 0.6) 44.79%, rgba(0, 0, 0, 0.7) 58.33%, rgba(0, 0, 0, 0.8) 71.35%, rgba(0, 0, 0, 1) 88.02%);
    color: #ffffff;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .way-of-work .row .col-md-4 .box-wraper .lower-box h5 {
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: max(1.2vw,15px);
  }

  .way-of-work .row .col-md-4 .box-wraper:hover .bk-img {
    transform: scale(1.1);
  }

  .way-of-work .row .col-md-4 .box-wraper .lower-box p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: max(0.95vw,10px);
  }

  .way-of-work .row .col-md-4 .box-wraper .lower-box h5 img {
    width: 30px;
    margin-right: 10px;
    height: 25px;
  }

  @media (max-width: 767px) {
    .way-of-work .row .col-md-4 {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .way-of-work .row .col-md-4 .box-wraper {
      width: max(60%,300px);
      
    }

    .way-of-work .row .col-md-4 .box-wraper .lower-box {
      justify-content: center;
      padding: 0 max(3vw,10px);
    }

    .way-of-work .row .col-md-4 .box-wraper .lower-box h5 {
      font-size: max(3vw,15px);
    }

    .way-of-work .row .col-md-4 .box-wraper .lower-box p {
      font-size: max(2vw,10px);
    }
  }


  .reviews {
    margin-top: max(2vw,20px);
    width: 100%;
  }

  .reviews h2 {
    /* text-align: center; */
    font-weight: 800;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
    font-size: 30px;
    padding: 10px 20px;
    background: linear-gradient(to bottom, var(--primary-color), #000000);
    color: #FFFFFF;
    width: fit-content;
    border-radius: 10px;
  }

  .reviews .row {
    margin-top: 20px;
    width: 100%;
  }

  .reviews .row .col-md-5 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
  }

  .reviews .row .col-md-5 .first-div {
    width: 90%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .reviews .row .col-md-5 .first-div h3 {
    font-weight: 700;
    font-size: 25px;
    width: 90%;
    /* text-align: center; */
    margin-top: 20px;
  }

  .reviews .row .col-md-5 .first-div h3 span {
    color: var(--primary-color);
  }

  .reviews .row .col-md-5 .first-div h6 {
    font-weight: 600;
    font-size: 20px;
    /* text-align: center; */
    margin-top: 10px;
    width: 90%;
  }

  .reviews .row .col-md-5 .first-div p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    /* text-align: center; */
    margin-top: 10px;
    width: 90%;
    
  }

  .reviews .row .col-md-7 {
    position: relative;
    overflow: hidden;
    /* background-color: #CC0000; */
    height: 375px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: end;
  }

  .reviews .row .col-md-7 .outer-div {
    background-color: #000000;
    color: #FFFFFF;
    width: max(75%,350px);
    border-radius: 30px;
    padding: 5px 30px;
    margin-top: 20px;
    height: 160px;
  }

  .reviews .row .col-md-7 .div1 {
    position: absolute;
    top: 0px;
    animation: moveUp1 16s linear infinite; 
    /* animation-delay: 12s; */
    color: #ffffff;
    background-color: #000000;
    display: none;
  }

  .reviews .row .col-md-7 .div2 {
    position: absolute;
    top: 170px;
    left: 10px;
    background-color: #F5F2F2;
    animation: moveUp2 16s linear infinite; 
    /* justify-self: end;
    align-self: flex-end; */
    align-self: flex-end;
    color: #000000;
    /* animation-delay: 8s; */
    display: none;
  }

  .reviews .row .col-md-7 .div3 {
    position: absolute;
    top: 340px;
    color: #ffffff;
    right: 10px;
    background-color: #000000;
    animation: moveUp3 16s linear infinite; 
    align-self: flex-end;
    display: none;
  }

  .reviews .row .col-md-7 .div4 {
    position: absolute;
    top: 510px;
    left: 10px;
    background-color: #F5F2F2;
    animation: moveUp4 16s linear infinite; 
    color: #ffffff;
    align-self: flex-end;
  }

  .reviews .row .col-md-7 .outer-div div {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .reviews .row .col-md-7 .outer-div div .profile {
    width: 50px;
    margin-right: 20px;
  }

  .reviews .row .col-md-7 .outer-div div h5 {
    font-weight: 700;
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    padding: 2px 10px;
  }

  .reviews .row .col-md-7 .outer-div div p {
    width: max(80%,330px);
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
  }

@keyframes moveUp1 {
    0% {
        transform: translateY(490px); 
    }
    100%{
        transform: translateY(-210px);
    }
}

@keyframes moveUp2 {
  0% {
      transform: translateY(320px); 
  }
  100% {
      transform: translateY(-380px); 
      
  }
}

@keyframes moveUp3 {
  0% {
      transform: translateY(150px); 
  }
  100% {
      transform: translateY(-550px); 
  }
}

@keyframes moveUp4 {
  0% {
      transform: translateY(-20px); 
  }
  100% {
      transform: translateY(-720px); 
  }
}

  .right-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 90%;
    border-left: 30px solid transparent; 
    
}