html {
    scroll-behavior: smooth;
}

.main{
    width: 100%;
    font-family: 'Sentient-Variable';
    font-weight: 200;
}  

.parallax-item {
    width: 100%;
}
  
.parallax-item:first-child {
    background: url(/assets/img/stars.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
  
.parallax-item:nth-child(2) {
    padding-bottom: 25px;
    background: #fff;
}
  
.parallax-item:nth-child(3) {
    background: url(/assets/img/CityHall.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
}
  
.parallax-item:nth-child(4) {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}

/*INTRO*/
.intro1{
    text-align: center;
    padding-bottom: 25px;

}

.introimg{
    width: 35%;
}

.intro1 h1{
    font-size: 60px;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.intro1 p{
    margin: auto;
    width: 75%;
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Author-Variable';
}

.redline{
    border-color: #841f23;
    width: 50%;
}

.contactus{
    font-family: 'Author-Variable';
    margin-bottom: 0px;
    width: 30%;
    font-size: 34px;
    border-radius: 15px;
    border: solid #841f23 2px;
    background: none;
    color: white;
    transition: ease-in-out 0.325s;
}

.contactus:hover{
    cursor: pointer;
    background-color: #841f23;
}

.intro2{
    text-align: center;
    padding-bottom: 25px;
}

.intro2 h1{
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #841f23;
}

.intro2 h2{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.cardsection{
    margin: auto;
    display: grid;
    width: 90%;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(4, 1fr); 
    gap: 16px; 
}

.card{
    background: lightgray;
    padding: 2px;
    text-align: center;
    border: solid #841f23 2px;
    font-size: 58px;
    grid-column: span 2; 
    grid-row: span 2;
    filter: drop-shadow(#841f23 0px 0px 2px);
}

.card i{
    color: #841f23;
    filter: drop-shadow(#000 0px 0px 1px);
}

.card:nth-child(1){
    transform: translate(-100px, -100px);
    
}
.card:nth-child(2){
    transform: translate(100px, -100px);
    
}
.card:nth-child(3){
    transform: translate(-100px, 100px);
    
}
.card:nth-child(4){
    transform: translate(100px, 100px);   
}


.cardcontent{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card h1{
    color: #841f23;
    font-size: 32px;
    font-weight: 600;
}

.card p{
    font-size: 22px;
    font-weight: 400;
    font-family: 'Author-Variable';

}

.plaincityhall{

}

.plain1{
    margin: auto    ;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.plain1text{
    margin: auto;
    margin-top: 0px !important;
    width: 100%;
    padding: 25px;
}

.plain1 h1{
    font-size: 60px;
    color: #841f23;
}

.plain1 h2{
    font-size: 40px;
}

.plain1 p{
    font-size: 22px;
    font-weight: 400;
    margin: auto;
    justify-content: center;
    font-family: 'Author-Variable';

}

.whyus{
    display: flex;
    justify-content: center;
    gap: 25px;
}

.stats{
    font-size: 48px;
    background-color: white;
    box-shadow: black 0px 0px 3px;
    width: 25%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    filter: drop-shadow(black 0px 1px 5px);
}

.stats h1{
    font-size: 28px;
    margin-top: 0px !important;
    font-family: 'Author-Variable';

}

.stats i{
    color: #841f23;
}

.numbercount{
    font-size: 38px;
    font-family: 'Author-Variable';
    font-weight: 500;
}

.buttondiv{
    padding-top:5%;
    padding-bottom: 120px;
    filter: drop-shadow(black 0px 1px 5px);
}

.buttondiv a{
    text-decoration: none;
}

.animated-button {
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 38px;
    border-radius: 12px;
    font-weight: 600;
    color: #841f23;
    box-shadow: 0 0 0 2px #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
  }
  
  .animated-button svg {
    position: absolute;
    width: 38px;
    fill: #841f23;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .arr-1 {
    right: 5px;
  }
  
  .animated-button .arr-2 {
    left: -25%;
  }
  
  .animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: lightgray;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    border-radius: 100px;
  }
  
  .animated-button:hover .arr-1 {
    right: -25%;
  }
  
  .animated-button:hover .arr-2 {
    left: 5px;
  }
  
  .animated-button:hover .text {
    transform: translateX(12px);
  }
  
  .animated-button:hover svg {
    fill: #841f23;
  }
  
  .animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #841f23;
  }
  
  .animated-button:hover .circle {
    width: 500px;
    height: 500px;
    opacity: 1;
  }

@media (max-width: 800px){
    .introimg{
        width: 80%;
    }

    .intro1 h1{
        font-size: 30px;
    }

    .intro1 p{
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .contactus{
        width: 90%;
        font-size: 28px;
    }

    .intro2 h1{
        font-size: 28px;
    }

    .intro2 h2{
        font-size: 22px;
    }

    .cardsection{
        display: flex;
        flex-direction: column;
    }

    .card{
        margin: auto;
        width: 95%;
        font-size: 55px;    
    }

    .card:nth-child(1){
        transform: translate(-100px);        
    }
    .card:nth-child(2){
        transform: translate(-100px);          
    }
    .card:nth-child(3){
        transform: translate(-100px);  
    }
    .card:nth-child(4){
        transform: translate(-100px);       
    }

    .card h1{
        font-size: 18px;
    }
   
    .card p{
        font-size: 16px;
    }

    .cardcontent{
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
    }
    
    .whyus{
        padding: 0px;
        margin: auto;
        flex-direction: column;
        justify-content: center;
    }

    .stats{
        padding: 0px;
        width: 100%;
        justify-content: center;
    }

    .statscontainer{
        padding: 5px;
    }


.plain1text h1{font-size: 28px;}
.plain1text h2{font-size: 24px;}
    .buttondiv{
        padding-top:5%;
        padding-bottom: 20px;
    }
    .animated-button{
        font-size: 22px;
    }
    .animated-button svg {
        width: 24px;
    }
    .animated-button .arr-1 {
        right: 16px;
      }
    .animated-button:hover .arr-2 {
        left: 16px;
      }

}

.tracking-in-expand{-webkit-animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1.000) both}
@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}
.fade-in{animation: fade-in 2s both;}
@-webkit-keyframes fade-in{0%{opacity: 0;}100%{opacity: 1;}}