*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: nexa;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
footer{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 15px;

}
#theend{
    display: flex;
    background-color: #333;
    justify-items: flex-end;
    align-items: flex-end;
    min-height: 43vh;
}
.footer{
    position: relative;
    width: 100%;
    background: #ff6900;
    min-height: 100px;
    padding: 3% 5%;
    text-align: center;
    color: #fff;
}
.logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 22px 0;
}
.colfoot a{
    color: #fff;
    margin: 22px 0;
}
.wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(svg\ \(1\).png);
    background-size: 1000px 100px;
}
.wave:nth-of-type(1){
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: anim 4s linear infinite;
}
.wave:nth-of-type(2){
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: anim2 4s linear infinite !important;
}
.wave:nth-of-type(3){
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: anim 3s linear infinite !important;
}
.wave:nth-of-type(4){
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: anim2 3s linear infinite !important;
}

@keyframes anim {
    0%{
        background-position-x: 1000px;
    }
    100%{
        background-position-x: 0px;
    }
}

@keyframes anim2 {
    0%{
        background-position-x: -1000px;
    }
    100%{
        background-position-x: 0px;
    }
}

.rowfoot{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: start;
    margin-bottom: 30px;  
}

.rowfoot .colfoot{
    width: 25%;
}

.social{
    display: flex;
    gap: 20px;
}

.social li{
    height: 44px;
    width: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .6s;
    position: relative;
}

.social li i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    transition: .6s;
}

.social li:hover{
    background-color: #fff;
    cursor: pointer;
    transform: translateY(-5px);
}

.social li:hover i{
    color: #ff6900;

}





section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 50px;
}
@media(max-width: 1000px){
    section{
        padding: 100px 50px;
    }
}
@media(max-width: 600px){
    section{
        padding: 125px 30px;
    }
}
header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 35px 100px 0;
}
header a{
    text-transform: capitalize;
    font-weight: 900;
}
header h2{
    text-transform: uppercase;
}
header .nav{
    display: flex;
}
header .nav li{
    margin: 0 15px;
}
header .nav li:first-child{
    margin-left: 0;
}
header .nav li:last-child{
    margin-right: 0;
}

@media(max-width: 1000px){
    header{
        padding: 20px 50px;
    }
}

@media(max-width: 700px){
    header{
        flex-direction: column;
    }
    header h2{
        margin-bottom: 15px;
    }
    header .nav li{
        margin: 0 7px;
    }
}
.box{
    position: relative;
    justify-content: center;
    min-height: 100vh;
    color: #171515;
    text-align: center;
}
.box video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.box h1{
    margin-bottom: 15px;
    font-size: 65px;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.box h3{
    margin-bottom: 40px;
    font-size: 25px;
}
.box a.boxBtn{
    padding: 15px 35px;
    background: transparent;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #fff;
    transition: all .5s;
}
.box a.boxBtn:hover{
    background: #fff;
    color: #000;
}
@media(max-width:800){
    .box{
        min-height: 600px;
    }
    .box h1{
        font-size: 32px;
    }
    .box h3{
        font-size: 20px;
    }
    .box a.boxBtn{
        padding: 15px 40px;
    }
}


  
  .icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
  }
  
  .profile-img {
    height: 200px
    
  }
  
  
  #pricing.container.row.col {
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  h1{
    text-shadow: 2px 2px red;
  }
  
  h2{
    text-shadow: 2px 2px yellow;
  }
  
  h3{
    text-shadow: 2px 2px orange;
  }
  
  h4{
    text-shadow: 2px 2px lightblue;
  }
  
 
  
  .photobackground{
    background-image: url("./pexels-tirachard-kumtanom-112571-733852.jpg");
    background-size: cover;
    background-position: 0cap;
    }
  
  @keyframes appear{
    from{
        opacity: 0;
        transform: translateX(-100px);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
  }
  .view{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  }

  .center{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  



  
