@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: space-between;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .main-section .row .col12 {
    align-items: center;
  }
  /* first column img */ 
  .main-section .row .col1 img {
    width: 85%;
    margin-top: 20px;
  }
  /* first column background vector */
  .main-section .row .col1 .first-vector {
    position: absolute;
    z-index: -1;
    top: 0;
    margin-top: -20px;
  }
  /* 2nd column styling*/
  .main-section .row .col11 {
    padding: max(3vw, 20px);
  }


  .main-section .row .col1 h3 {
    font-family: 'Holtwood One SC', serif;
    font-weight: 700;
    
    /* align-self: center; */
    letter-spacing: 2px;
    border-style: solid;
    padding: 0.5vw;
    border-radius: 40px;
   
    text-align: center;
    color: var(--primary-color);
    border-color: #000000;
  }
  .main-section .row .col1 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-top: 20px;
  }

  .main-section .row .col1 h2 span {
    color: var(--primary-color);
  }

  .main-section .row .col1 p {
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    font-size: 25px;
    font-weight: 500;
  }

  .main-section .row .col1 button {
    margin-top: 15px;
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 20px;
    height: max(3.5vw,30px);
    padding-left: 25px;
    padding-right: 25px;
    font-size: max(1vw,10px);
    font-weight: 600;
    border: none;
    width: fit-content;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  

  .reasons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .reasons h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(3.5vw,30px);
    text-align: center;
    margin-top: max(3vw,20px);
  }

  .reasons p {
    width: max(70%,300px);
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: max(1.2vw,14px);
  }

  .reasons h3 span {
    color: var(--primary-color);
  }

  .reasons .main-reasons {
    display: flex;
    width: 95%;
  }

  .reasons .main-reasons .sub-reasons {
    display: flex;
    margin-top: max(3vw,20px);
  }

  .reasons .main-reasons .sub-reasons div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .reasons .main-reasons .sub-reasons div img {
    width: 70px;
  }

  .reasons .main-reasons .sub-reasons div p {
    width: 80%;
    text-align: center;
    font-size: max(1vw,12px);
    font-weight: 400;
    margin-top: max(2vw,10px);
    line-height: 20px;
  }

  .sub-reasons.sub1,
  .sub-reasons.sub2 {
    width: 40%;
  }

  .sub3 {
    width: 20%;
  }
  @media (max-width: 767px) {
    .right-container .container-fluid .row .col11{
      align-items: center;
    }

    .reasons .main-reasons {
        display: flex;
        flex-direction: column;
        width: 95%;
      }
    
      .reasons .main-reasons .sub-reasons {
        display: flex;
        margin-top: max(3vw,20px);
      }
    
      .reasons .main-reasons .sub-reasons div {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
    
    
      .reasons .main-reasons .sub-reasons div img {
        width: 70px;
      }
    
      .reasons .main-reasons .sub-reasons div p {
        width: 90%;
        text-align: center;
        font-size: max(1vw,12px);
        font-weight: 400;
        margin-top: max(2vw,10px);
        line-height: 20px;
      }
    
      .sub-reasons.sub1,
      .sub-reasons.sub2 {
        width: 100%;
      }
    
      .sub3 {
        width: 100%;
      }

      .list-sec .row .col-md-6 div div {
        width: 100%;
      }
  }



  .how-it-works {
    margin-top: max(3vw,20px);
    background-color: #000000;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .how-it-works .row .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .how-it-works .row .col-md-6 div {
    color: #ffffff;
    margin-top: max(2vw, 20px);
    margin-left: max(7vw, 20px);
  }

  .how-it-works .row .col-md-6 div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(2.5vw,30px);
  }

  .how-it-works .row .col-md-6 div h3 span {
    color: var(--primary-color);
  }

  .how-it-works .row .col-md-6 div .main-p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: max(1.2vw,14px);
    width: 90%;
    margin-top: max(2vw,20px);
  }

  .how-it-works .row .col-md-6 div p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: max(1.1vw,12px);
    width: 90%;
    margin-top: max(1vw,10px);
    display: flex;
  }

  .how-it-works .row .col-md-6 div p .outer-span {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }

  .how-it-works .row .col-md-6 div p .outer-span span {
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
  }

  .how-it-works .row .col-md-6 img {
    height: 90%;
    width: 90%;
  }

  .new-atom {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% 0 0 0;
    /* box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.5); */
  }

  .new-atom .row .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new-atom .row .col1 img {
    width: 100%;
    margin-top: 5vw;
  }

  .new-atom .row .col2 div {
    margin-top: max(5vw, 20px);
  }

  .new-atom .row .col2 div p img{
    width: max(3vw, 30px);
    margin-right: 20px;
  }

  .new-atom .row .col2 div p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: max(1.1vw,11px);
    margin-top: max(1vw,10px);
  }

  .new-atom .row .col2 div {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .new-atom .row .col2 div .last-im {
    position: absolute;
    height: 100%;
    right: 10%;
    height: 300%;
    top: -100%;
  }

  .list-sec .row .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .list-sec .row .col-md-6 .main-img {
    width: 90%;
  }

  .list-sec .row .col-md-6 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: max(2vw,25px);
    width: 90%;
  }

  .list-sec .row .col-md-6 h2 span {
    color: var(--primary-color);
  }

  .list-sec .row .col-md-6 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: max(1.3vw,14px);
    width: 90%;
    margin-top: max(2vw,15px);
  }

  .list-sec .row .col-md-6 ul {
    margin-top: max(2vw,15px);
  }

  .list-sec .row .col-md-6 div div {
    margin-top: max(2vw,15px);
    display: flex;
    justify-content: space-between;
    width: 90%;
  }

  .list-sec .row .col-md-6 div div img {
    width: max(5vw,50px);
    /* margin-right: max(1.5vw,5px); */
  }

  .list-sec .row .col-md-6 ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: max(1.1vw,12px);
    width: 90%;
  }

  .list-sec .row .col-md-6 h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: max(1.3vw,14px);
    width: 90%;
    margin-top: max(2vw,15px);
  }

  .fixed-price {
    background-color: #000000;
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    margin-top: max(3vw,20px);
  }
  .read-our-blog .row .col-md-6,
  .fixed-price .row .col-md-6 {
    display: grid;
    justify-content: center;
    align-items: center;
    
  }

  .fixed-price .row .col-md-6 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-left: max(3vw, 10px);
    margin-top: max(3vw, 20px);
    margin-bottom: max(3vw, 20px);
  }

  .read-our-blog .row .col-md-6 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-left: max(3vw, 10px);
    margin-top: max(3vw, 20px);
    margin-bottom: max(3vw, 20px);
  }

  .read-our-blog .row .col-md-6 h2,
  .fixed-price .row .col-md-6 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    /* width: 80%; */
    line-height: max(4.5vw,30px);
  }
  .read-our-blog .row .col-md-6 h2 span,
  .fixed-price .row .col-md-6 h2 span {
    color: var(--primary-color);
  }
  .read-our-blog .row .col-md-6 p,
  .fixed-price .row .col-md-6 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-top: max(1vw,10px);
  }
  .read-our-blog
  .fixed-price .row .col-md-6 ul {
    margin-top: max(1vw,10px);
  }
  .read-our-blog .row .col-md-6 ul li,
  .fixed-price .row .col-md-6 ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: max(1vw,10px);
  }
  .read-our-blog .row .col-md-6 div button,
  .fixed-price .row .col-md-6 div button {
    margin-top: max(1vw,10px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: max(1.4vw,15px);
    width: max(10vw,100px);
    height: max(3.5vw,40px);
    border-radius: 20px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    border: none;
  }
  .read-our-blog .row .col-md-6 img,
  .fixed-price .row .col-md-6 img {
    width: 90%;
  }