*{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    
}
body{
    overflow-x: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet-active{
      color: white;
      background: white;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
      color: white;
      font-size: medium;
    
  }
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    border: 3px solid white;
    height: 3px;
    width: 3px;
}
  .swiper-pagination-bullets.swiper-pagination-horizontal{
      bottom: 60px;
  }
  .swiper-button-prev{
      left: 60px;
  }
  .swiper-button-next{
      right: 70px;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .container-relative{
    margin: 0 auto;
    /* width: 80%; */
    position: relative;
  }
  .nav-section{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    text-align: center;
    transform: scale(1,0);
    transform-origin: top;
    transition: transform 250ms ease-in-out;
  }
  .navbar-toggle{
    display: none;
}

.navbar-toggle-label{
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1em;
    margin-top: 2em;
}
.navbar-toggle-label span,
.navbar-toggle-label span::after,
.navbar-toggle-label span::before{
    display: block;
    width: 1.5rem;
    height: 3px;
    border-radius: 2px;
    background-color: var(--main-color);
    position: relative;
    margin-top: rem;
    
}
.navbar-toggle-label span{
    top: 10px;
    right: 3rem;

}
.navbar-toggle-label span::after,
.navbar-toggle-label span::before{
    content: '';
    position: absolute;
  
}
.navbar-toggle-label span::after{
    /* bottom: 7px; */
    top: 7px;
    right: 0;

}

.navbar-toggle-label span::before{
    top: 15px;
    right: 0;
}

.nav-section ul{
    list-style: none;
    padding: 20px 0 0;
    width: 100%;
}

.nav-section ul li{
    margin-bottom: 2em;
    margin-left: 1em;
}
/* .nav-section ul li button{
    margin-bottom: 3em;
    margin-left: 1em;
} */
.nav-section a{
    text-decoration: none;
    color: #fff;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}
.navbar-toggle:checked ~ .nav-section{
     transform: scale(1,1);
}


.navbar-toggle:checked ~ .nav-section a{
    opacity: 1;
    transition: opacity 250ms ease-in-out 250ms;
}
.h-178{
    height: 178px;
}
/* .h-120{
    height: 120px;
} */
.h-40{
    height: 40px;
}
/* .h-163{
    height: 163px;
} */
.h-64{
    height: 64px;
}
.h-80{
    height: 80px;
}
/* .h-97{
    height: 97px;
} */
.h-92{
    height: 92px;
}
.h-50{
    height: 50px;
}
.h-121{
    height: 121px;
}
/* .h-100{
    height: 100px;
} */
.h-122{
    height: 122px;
}
.h-10{
    height: 10px;
}
.pt-4{
    padding-top: 4rem;
}
.h-84{
    height: 84px;
}
.h-56{
    height: 56px;
}
.h-60{
    height: 60px;
}
.h-104{
    height: 104px;
}

html {
    scroll-behavior: smooth;
  }
:root{
    --main-color:#ffff;
    --main-button-text-color:#E6893C;
    --bg-color:#171B2A;
    --bg-medium-color:#21263A;
}
a{
    color: var(--main-color);
}
.head-tag-two{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
}

/* .p-tag{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
} */
/* #nav-section{
    position: absolute;
    background-color: var(--bg-color);
    width: 100%;
    height: 380px;
    top: 5rem;
    left: 0;
} */
/* #nav-section #one-li{
   position: absolute;
   top: 2rem;
   left: 8rem;

} */
/* #nav-section #two-li{
    position: absolute;
    top: 5rem;
    left: 7rem;
 } */
 /* #nav-section #three-li{
    position: absolute;
    top: 8rem;
    left: 6.5rem;
 } */
 /* #nav-section #four-li{
    position: absolute;
    top: 11rem;
    left: 8rem;
 } */
 /* #nav-section #five-li{
    position: absolute;
    top: 14rem;
    left: 8.5rem;
 } */
 /* #nav-section #six-li{
    position: absolute;
    top: 17rem;
    left: 8rem;
 } */
 /* #nav-section #seven-li{
    position: absolute;
    top: 20rem;
    left: 8rem;
 } */
.col-1 {
    width: 8.33%;
}

.col-3 {
    width: 25%; 
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}

.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
/* .col-10 {
    width: 83.33%;
} */

.col-12 {
    width: 100%;
}
.d-flex{
    display: flex;
    /* flex-wrap: wrap; */
}
.container{
    width: 80%;
    margin: 0 auto;
}
.main-tag{
    /* background-image: url(../../../20250821094322/https%EF%B9%95/avisaventures.com/Images/landing/%20hero2.jpg.html) ; */
    background-attachment: fixed;
    position: relative;
    height: 100vh;
    width: 100%;
    background-size: cover;
    
    
}
.main-tag-one{
    background-color: rgba(23,27,42,.6);
    height: 100vh;

}
.main-tag-two{
    background-image: url(../../../20221217062504im_/https%EF%B9%95/avisaventures.com/Images/two.svg);
    height: 100vh;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: inherit;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-thumb {
    width: 11px;
    background-color: #5a5a5a;
    border-radius: 5px;
  }
  
  ::-webkit-scrollbar-track {
    width: 10px;
    border-radius: 5px;
  }
  .pt-1{
    padding-top: 1rem;
}
.pt-2{
  padding-top: 2rem;
}
  .clear{
      clear: both;
  }
  .navbar{
      height: 90px;
      background-color: var(--bg-color);
      position: fixed; 
      z-index: 999;
      transition: cubic-bezier(0.4, 0, 0.2, 1) all 0.5s;
      /* background-color: #343333; */
  }
  .nav-logo .nav{
      width: 40%;
      height: 40px;
      margin-top: 1.7rem;
      margin-left: 3rem;
      /* position: absolute;
      left: 3rem; */
      
  }
  /* .nav-section{
      padding-top: 2.2rem;
      display: none;
  }
  .nav-section ul li{
    list-style-type: none;
    display: inline;
    font-size: 14px;
    line-height: 24px;
    margin: 0 1.5rem 0 1.5rem;
    color:  #ffffff;
    font-weight: 400;
    } */
 
    a{
        text-decoration: none;
    }
    .handburger{
        display: block;
        width: 60%;
        text-align: right;
        margin-top: 2rem;
    }
    .fa-bars{
        color: var(--main-color);
    }
   
    .nav-btn {
        background-color: var(--main-button-text-color);
        color: var(--main-color);
        padding: 8px 12px ;
        /* margin-top: 1.9rem; */
        font-weight: 600;
        font-size: .9rem;
        border-radius: 40px;
        outline: none;
        border: none;
    
    }
    .header-left{
        transform: translate(0,-50%);
        position: absolute;
        width: 90%;
        bottom: 0;
        /* padding-top: 20rem;  */
        
    }
    .header-left h1{
        font-size: 32px;
        line-height: 40px;
        font-weight: 600;
        width: 50%;
        font-family: 'Poppins', sans-serif;
    }
    .header-left h1 span{
        color: var(--main-button-text-color);
    }
    .header-left p{
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #ffffff;
    }
    .header{
        /* background-color: #5a5a5a; */
        color: #ffffff;
        height: 90vh;
    }
    .position-absolute h2::before{
        content: "";
        display: block;
        width: 80px;
        height: 3px;
        background: var(--main-button-text-color);
        position: absolute;
        left: 4rem;
        top: 2.5rem;
      }
       .position-absolute h2 span{
        position: absolute;
        left: 9.5rem;
        top: 1.8rem;
        color: var(--main-button-text-color);
        font-size: 1rem;
        font-weight: 600;
       }
      .abt-main{
          background-color: var(--bg-color);
          /* height: 100vh; */
          
          position: relative;
      }
      .positions h2::before{
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background: var(--main-button-text-color);
        position: absolute;
        left: 0rem;
        top: 16px;
      }
      .positions h2 span{
        margin-left: 6rem;   
        color: var(--main-button-text-color);
        
      }
      .abt-content-left h1,.content-right h1,.vision-left h1,.row-three h1,.row-ten h1,.row-twelve h1,.content-center h1{
          /* padding-top: 8rem; */
          font-size: 29px;
          font-weight: 600;
          line-height: 40px;
          color: #ffffff;
      }
      .abt-content-left p{
          text-align: justify;
      }
      .abt-img-right{
        /* background-color: #5a5a5a; */
        width: 100%;
    }
    .abt-ellipse{
        position: absolute;
        background-color: var(--main-button-text-color);
        clip-path: circle(51.7% at 97% 36%);
        width: 300px;
        height: 700px;
        right: 0;
        top: 0;
        

    }
    .abt-img{
        display: none;
    }
    .p-tag{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #ffffff;
    }
    .positions,.position-one,.position-two,.position-three,.position-four,.position-five,.position-six,.position-seven{
        position: relative;
    }
    .row{
        background-image: url(../../../20250821094300/https%EF%B9%95/avisaventures.com/Images/Rectangle/%207.jpg.html);
        background-size: cover;
        width: 100%;
        /* padding-bottom: 5rem; */
    }
    .row-tag-color{
        background-color: rgba(23,27,42,.7);
        /* height: 100vh; */
        /* padding-bottom: 5rem; */
   }
   .row-tag-img{
    background-image: url(../../../20221217062504im_/https%EF%B9%95/avisaventures.com/Images/two.svg);
    background-repeat: repeat;
    /* height: 100vh; */
    /* padding-bottom: 5rem; */
   }
   .content-right{
    width: 100%; 
}
.position-one h2::before{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--main-button-text-color);
    position: absolute;
    left: 0rem;
    top: 1rem;
  }
   .position-one h2 span{
    margin-left: 6rem;
    color: var(--main-button-text-color);
   }
   .text-justify{
       text-align: justify;
   }
   
   /* .w6{
    width: 60%;
} */
.content-sub,.content-subs{
    width: 100%;
    height: 100px;
    /* border-right: 2px solid #EFBD43; */
    margin-top: 2rem;
    text-align: center;
}
.content-sub h2,.content-subs h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 64px;
    color: #EFBD43;
    font-family: 'Poppins', sans-serif;;
}
.content-sub p,.content-subs p{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    color: #EFBD43;
}

.head-tag-one{
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #ffffff;
}
.row-two{
    background-color: var(--bg-medium-color);
    position: relative;
   /* height: 110vh; */
   /* padding-bottom: 5rem; */
}
.ellipse{
    position: absolute;
    clip-path: circle(54.8% at 98% 98%);
    background-color: var(--main-button-text-color);
    width: 400px;
    height: 400px;
    bottom: 0;
    right: 0;
}
.position-two h2::before{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--main-button-text-color);
    position: absolute;
    left: 0rem;
    top: 16px;
  }
  .position-two h2 span{
    margin-left: 6rem;
    color: var(--main-button-text-color);
   }
   .vision-left{
    /* width: 50%; */
    /* padding-top: 8rem; */
 }
 .vision-right{
     display: none;
 }
 .vision-right-min{
     
    border-radius: 100%;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
 }
 .from-left{
     transform: translateX(-50%);
 }
 .from-right{
     transform: translateX(50%);
    
 }
 .from-left,
 .from-right{
    transition: opacity 100ms ease-in, transform 400ms ease-in;
    opacity: 0;
 }
 .from-left.appear,
 .from-right.appear{
    transform: translateX(0);
    opacity: 1;
}
 .content-fluid ul li{
    list-style-type: decimal;
}
.content-fluid ul {
    padding-left: 1rem;
}
/* .img-center{
    margin: 5rem auto;
    text-align: center;
    width: 70%;
    height: 600px;
    background-color: #5a5a5a;
} */
.row-three{
   
    background-color: rgb(21, 27, 42);
      /* padding-bottom: 5rem;  */
   }
   .row-three-color{
    /* height: 103vh; */
    background-image: url(../../../20221217062459im_/https%EF%B9%95/avisaventures.com/Images/Rectangle4.svg);
    background-size: cover;
    background-repeat: no-repeat; 
    
    /* padding-bottom: 5rem;  */
}
.row-three-img{
    background-image: url(../../../20221217062504im_/https%EF%B9%95/avisaventures.com/Images/two.svg);
    background-size: cover;
    /* background-repeat: repeat; */
    /* height: 103vh; */
    /* padding-bottom: 5rem;  */
    
 }
 .position-three h2::before{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--main-button-text-color);
    position: absolute;
    left: 0rem;
    top: 16px;
  }
  .position-three h2 span{
    margin-left: 6rem;
    color: var(--main-button-text-color);
   }
   .con-sub{
    width: 100%;
    text-align: center;
    color: var(--main-color);
    padding-top: 5rem;
}
.fade-in{
    opacity: 0;
    transition:  opacity 250ms ease-in;
}
.fade-in.appear{
    opacity: 1;
}

.pt-6{
    padding-top: 6rem;
}
.row-four{
    /* height: 110vh; */
    background-color: var(--bg-medium-color);
    
    color: #ffffff;
}
.img-center-sub-one,.img-center-sub-two,.img-center-sub-three{
    width: 100%;
  text-align: center;
    padding-top: 4rem;
}
.position-four h2::before{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--main-button-text-color);
    position: absolute;
    left: 0rem;
    top: 16px;
  }
  .position-four h2 span{
    margin-left: 6rem;
    color: var(--main-button-text-color);
   }
   .content-center ul li{
    margin-left: 1.5rem;
    font-weight: bold;
}
.content-center,.content-img{
    width: 100%;
}

.img-center-sub{
    width: 100%;
     margin: 2rem 0rem; 
}
/* .img-sub{
    height: 200px;
    width: 200px;
   } */
   .p-bold{
       font-size: 20px;
       line-height: 24px;
       font-weight: 500;
       text-align: center;
       color: white;
   }
   .row-ten{
    /* height: 70vh; */
    background-color: var(--bg-color);
    color: #ffffff;
}
.position-six h2::before{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: var(--main-button-text-color);
    position: absolute;
    left: 0rem;
    top: 16px;
  }
  .position-six h2 span{
    margin-left: 6rem;
      color: var(--main-button-text-color);
     }
     .row-ten h1{
         padding-top: 3rem;
     }
     .row-eleven{
        background-color: var(--bg-color);
        /* padding-top: 5rem;
        height: 100vh; */
    }
    .model{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .multimodel{
        width: 50%;
        /* background-color: #5a5a5a; */
        /* height: 240px; */
        /* margin: 1.5rem 1.8rem ; */
    }
    .small-box{
        width: 50%;
        margin: 2rem 0;
        color: var(--main-color);
        align-items: center;
        /* margin: 1rem; */
        /* height: 80px; */
        /* background-color: #ffffff; */
    }
    .row-twelve{
        /* background-color: var(--bg-medium-color); */
        background-image: url(../../../20221217062505im_/https%EF%B9%95/avisaventures.com/Images/vision.jpg);
        width: 100%;
        background-size: cover;
        background-attachment: fixed;
        color: #ffffff;
    
    }
    .position-seven h2::before{
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background: var(--main-button-text-color);
        position: absolute;
        left: 0rem;
        top: 16px;
      }
      .position-seven h2 span{
        margin-left: 6rem;
          color: var(--main-button-text-color);
         }
         .contact-sub{
            width: 100%;
            margin: 1rem 1rem 1rem 0;
        }
        #one{
            height: 40px;
             width: 100%;
             margin: 1rem 0;
             background-color: var(--main-color);
             border: none;
             outline: none;
         }
         ::placeholder{
            color: black;
            padding-left: 1rem;
            font-size: 1rem;
        }
        .head-bold{
            font-weight: 500;
        }
        .cont-btn{
            padding: 0rem 1.5rem;
            margin: 1rem 0;
            background-color: var(--main-button-text-color);
            color: var(--main-color);
            border-radius: 7px;
            height: 42px;
            font-size: .9rem;
        }
        .row-thirteen{
            background-color: var(--bg-color);
            color: var(--main-color);
            /* height: 350px; */
            
        }
      
        .div{
            width: 5%;
            /* height: 30px; */
            /* background-color: #ababab; */
            margin: 1rem 2rem 1rem 0;
        }
        .div a:hover, .para-bold:hover, .para:hover, .para-one:hover, .head-tag-two:hover{
            color: var(--main-button-text-color);
        }
        .add,.email,.call{
            /* margin: 0 3rem 1rem 0; */
            width: 100%;
     
        }
        .footer-one{
            width: 100%;
        }
        .footer-two{
         width: 100%;
         padding-top: 3rem;
         /* padding-left: 7.6rem; */
         
     }
     .para, .para-bold, .para-one{
        font-family: 'Poppins',sans-serif;
        font-weight: 400;
        font-size: 14px;
     
     }
     .para a:hover{
         color: var(--main-button-text-color);
     }
     .para-bold{
        font-weight: 600;
        line-height: 23.8px;
        letter-spacing: 0.8px;
      }
      .para-one{
        font-size: 16px;
        text-align: center;
      }
      @media (min-width:500px){
        .abt-ellipse{
            width: 400px;
            height: 850px;
        }
        .ellipse{
            width: 500px;
            height: 500px;
        }
      }
      @media (min-width:600px){
        /* .header-left{
           
            padding-top: 25rem; 
            
        } */
        .abt-ellipse{
            width: 550px;
            height: 1000px;
        }
        .ellipse{
            width: 600px;
            height: 600px;
        }
        .navbar-toggle-label span{
            right: 3.5rem;
        }
        .nav a{
            margin-left: 1rem;
        }
      }

      @media (min-width:768px){
        .navbar-toggle-label span{
            
            right: 5rem;
        
        }
        
        .header-left h1{
            font-size: 40px;
            line-height: 56px;
        }
        .ellipse{
            width: 700px;
            height: 700px;
        }
        .abt-ellipse{
            width: 650px;
            height: 1300px;
        }
        .header-left p{
            font-size: 20px;
            line-height: 32px;
        }
        .abt-content-left h1,.content-right h1,.vision-left h1,.row-three h1,.row-ten h1,.row-twelve h1,.content-center h1{
            font-size: 32px;
            line-height: 40px;
        }
        .d-flex-wrap{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        
        .content-sub{
            width: 30%;
            border-right: 2px solid #EFBD43;
        }
        .content-subs{
            width: 30%;
     }
     .con-sub{
        width: 45%;
        text-align: center;
        color: var(--main-color);
        margin: 1rem .9rem;
    }
    .row-four{
        /* height: 90vh;
        position: relative; */
    }   
    .img-center-sub-one{
        width: 20%;
        /* position: absolute;
        top: 18rem;
        left: 5rem;
        text-align: center; */
    }
    .img-center-sub-two{
        width: 20%;
        /* margin-top: 2rem;
        margin-left: 5rem; */
        
        /* position: absolute;
        top: 25rem;
        left: 19rem;
         text-align: center; */
    }
    .img-center-sub-three{
        width: 20%;
        /* margin-top: 4rem;
        margin-left: 5rem; */
        /* position: absolute;
        right: 5rem;
        bottom: 6rem;
        text-align: center; */
    }
    .multimodel{
        width: 25%;
        
        margin: 0rem 0rem ;
    }
    .add,.email,.call{
        margin: 0 3.2rem 1rem 0;
        width: 25%;
 
    }
    .footer-two{
        width: 50%;
    }
    .small-box{
        margin-top: 5rem;
    }
  
      }

      @media (min-width:998px){
        .small-box{
            margin-top: 5rem;
        }
        .navbar-toggle-label{
            display: none;
        }
          .h-120{
    height: 120px;
}
.pb-2{
    padding-bottom: 2rem;
}
 .nav-section{
    background-color: transparent;
}
 .container-relative{
    width: 80%;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}
.nav-section{
    position: relative;
    transform: scale(1,1);
    width: 95%;
    padding-top: 2.2rem;
    display: block;
    /* width: 42%; */
    }
    .nav-section a{
        opacity: 1;
        /* padding: 2.2rem .2rem; */
        color: var(--main-color);
        }
        .nav-section ul {
            /* display: flex; */
            /* justify-content: space-between; */
            list-style-type: none;
            display: inline;
            font-size: 14px;
            line-height: 24px;
            margin: 0 .1rem;
            color:  #ffffff;
            font-weight: 400;
            }
            .nav-section ul li a:hover{
                color: var(--main-button-text-color);
                font-weight: ;
                z-index: ;
            }
            .nav-section ul li button a:hover{
                color: black;
                font-weight: 600;
            }
            .nav-section ul li{
                display: inline;
            }
            .navbar-toggle{
                opacity: 1;
            }
            .col-10{
                width: 83.33%;
            }
            /* .header-left{
                
                padding-top: 22rem; 
                
            } */
.abt-ellipse{
    width: 450px;
    height: 1100px;
}
.ellipse{
    width: 500px;
    height: 600px;
}
.h-163{
    height: 163px;
}
.h-97{
    height: 97px;
} 
.h-100{
    height: 100px;
} 
        .main-tag{
            background-image: url(../../../20250821094322/https%EF%B9%95/avisaventures.com/Images/landing/%20hero2.jpg.html);
            /* height: 100vh; */
            width: 100%;
            background-size: cover;
            
            
        }
        .navbar{
            background-color: transparent;
            
        }
        .navbar.active{
            position: fixed;
            background-color: rgb(39, 44, 59);
            z-index: 9999;
        }
        .nav-logo .nav{
            width: 5%;
            height: 40px;
            margin-top: 1.7rem;
            margin-left: 0;
        }
        /* .nav-section{
            width: 95%;
            padding-top: 2.2rem;
            display: block;
        } */
        .col-4{
            width: 25%;
        }
        /* .nav-section ul li{
            list-style-type: none;
            display: inline;
            font-size: 14px;
            line-height: 24px;
            margin: 0 .2rem;
            color:  #ffffff;
            font-weight: 400;
            } */
        a{
            text-decoration: none;
        }
        .handburger{
            display: none;
        }
        .nav-btn {
            background-color: var(--main-button-text-color);
            color: var(--main-color);
            padding: 8px 12px ;
            /* margin-top: 1.9rem; */
            font-weight: 600;
            font-size: .9rem;
            border-radius: 40px;
            outline: none;
            border: none;
        
        }
        .header-left h1{
            font-size: 64px;
            line-height: 72px;
            width: 100%;
        }
        .header-left p{
            font-size: 24px;
            line-height: 32px;
            width: 70%;
        }
        .abt-content-left h1,.content-right h1,.vision-left h1,.row-three h1,.row-ten h1,.row-twelve h1,.content-center h1{
            font-size: 32px;
            line-height: 40px;
        }
        .head-tag-one{
            font-size: 48px;
            line-height: 60px;
        }
        .p-tag{
            font-size: 16px;
            line-height: 24px;
        }
        .abt-img{
            display: block;
        }
        .d-none{
            display: none;
        }
        .abt-content-left{
            margin: 0 5rem 0 0;
            width: 45%;
        }
        .abt-img{
            width: 45%;
        }
        .vision-left{
            width: 50%;
        }
        .vision-right-min{
            display: none;
        }
        .vision-right{
            display: block;
            width: 45%;
            margin-top: 16rem;
            margin-left: 2rem;
            
        }
        .con-sub{
            width: 20%;
            margin: 1rem;
        }
        
        .content-center{
            width: 100%;
            /* position: relative; */
        }
        .row-four{
            height: vh;
        }
        .img-center-sub-one{
            width: 25%;
           
            /* top: 15rem;
            left: 6rem; */
           
        }
        .img-center-sub-two{
            width: 25%;
        
            /* top: 22rem;
            left: 24.5rem; */
            
        }
        .img-center-sub-three{
            width: 25%;
          
            /* right: 7rem;
            bottom: 5rem; */
           
        }
        
        .row-three-color{
            /* height: 103vh; */
            background-image: url(../../../20221217062459im_/https%EF%B9%95/avisaventures.com/Images/Rectangle4.svg);
            background-size: cover;
            background-repeat: no-repeat; 
            
            /* padding-bottom: 5rem;  */
        }
        .row-three-img{
            background-image: url(../../../20221217062504im_/https%EF%B9%95/avisaventures.com/Images/two.svg);
            background-size: cover;
            /* background-repeat: repeat; */
            /* height: 103vh; */
            /* padding-bottom: 5rem;  */
            
         }
        .multimodel{
            width: 20%;
            /* background-color: #5a5a5a; */
            /* height: 240px; */
            margin:  ;
        }
        .cont-main{
            display: flex;
            flex-wrap: wrap;
        }
        #one{
          
             width: 35%;
             margin: 1rem 2.5rem 1rem 0;
            
         }
         .add,.email,.call{
            margin: 0 3rem 1rem 0;
            /* width: 0; */
     
        }
        .footer-one{
            width: 800%;
        }
        .footer-two{
         width: 20%;
         padding-left: rem;
         
     }
     .abt-img-right{
        /* margin-top: 10rem; */
        margin-left: -4rem;
    }
       
      }
       @media (min-width:1024px){
        .nav-section ul li{
            margin: 0 .5rem;
        }
       /* .header-left{
           padding-top: 12rem;
       } */
        .nav a{
            margin-left: 0;
        }
        .col-11 {
            width: 91.66%;
        }
        .col-2 {
            width: 16.66%;
        }
        .row-four{
            height: vh;
        }
        
      } 
      @media (min-width:1200px){
        .nav-section ul li{
            
            margin: 0 1rem ;
           
            }
            .abt-ellipse{
                width: 550px;
                height: 1200px;
            }
            .ellipse{
                width: 600px;
                height: 600px;
            }
           /*  */
           
            .abt-img-right{
                /* margin-top: 10rem; */
            }
            .vision-right{
                margin-top: 5rem;
                margin-left: 3rem;
            }
            .con-sub{
                margin: 0 3rem 0 0;
            }
            .footer-one{
                width: 60%;
            }
            .footer-two{
                width: 20%;
                padding-top: 0;
            }
            .row-four{
                height: vh;
            }
           
      }
      @media (min-width:1280px){
        .row-four{
            height: vh;
        }
       
       
         /* .header-left{
            padding-top: 23rem;
        } */
      }
      @media (min-width:1300px){
        .nav-section ul li{
            
            margin: 0 1.5rem ;
           
            }
            /* .header-left{
                padding-top: 22rem;
            } */
            .abt-ellipse{
                width: 550px;
                height: 1250px;

      }
      .nav a{
        margin-left: 0;
    }
    .row-four{
        height:vh;
    }
   
   
}
      @media (min-width:1400px){
        .nav-section ul li{
            
            margin: 0 1.7rem ;
           
            }
            .abt-ellipse{
                width: 550px;
                height: 1350px;
            }
            .nav a{
                margin-left: 0;
            }
            .abt-img{
                width: 40%;
            }
            .row-four{
                height: vh;
            }
         
      }
      @media (min-width:1500px){
        .nav-section ul li{
            
            margin: 0 2rem ;
           
            }
            /* .nav-section ul {
            
                padding-left: 2rem;
               
                } */
            .small-box{
                margin-top: 5rem;
            }
            .abt-ellipse{
                width: 550px;
                height: 1400px;
            }
            .nav a{
                margin-left: 0;
            }
            .row-four{
                height: vh;
            }
           
          
            
      }
      @media (min-width:1600px){
        .nav-section ul li{
            
            margin: 0 1.8rem ;
           
            }
      
      }
      @media (min-width:1700px){
        .nav-section ul li{
            
            margin: 0 2rem ;
           
            }
        
       
      }

/*
     FILE ARCHIVED ON 06:24:53 Dec 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:21 Aug 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.516
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 17.518
  LoadShardBlock: 126.948 (3)
  PetaboxLoader3.datanode: 79.803 (4)
  PetaboxLoader3.resolve: 129.799 (2)
  load_resource: 95.1
*/