*{

    box-sizing: border-box;

    padding: 0;

    margin: 0;

}



body{

    font-family: 'Roboto', sans-serif;

}

.topwar{

    width: 100%;

}

.topwar-item{

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 10px 0px;

}



.topwar-box1{

    width: 50%;

display: flex;

justify-content: space-between;

align-items: center;

}

.topwar-btn{

    padding: 10px 20px;

    background: #9DCD5D;

    border: none;

    border-radius: 4px;

    color: white;

}



.contact-info{

    font-size: 20px;

    font-weight: 400;

}



.contact-info-footer{

    font-size: 22px;

    font-weight: 400;

}



/* box1 css */

.box1{

    width: 100%;

    background-image: url(image/bg1.png);

    background-size: cover;

    background-repeat: no-repeat;

}

.box1-content{

    color: white;

}

.box1-heading{

    font-size: 50px;

    color: white;

}



.box1-content-text{

    font-size: 25px;

}



.box1-content-text2{

    width:425px;

    padding-bottom: 5px;

    border-bottom: 2px solid white;

    font-size: 21px;

}



.box1-content2{

    width: 70%;

    margin: auto;

    background: white;

}



.form-box{

    width: 100%;

    background: white;

}



.right-border{

    border-right:  1px dashed rgb(99, 99, 99);

}

.box1-content2-head{

    padding: 20px;

    background:#9DCD5D;

    color: white;

    text-align: center;

    font-size: 20px;

}



.form-box-head{

    padding: 20px;

    background:#9DCD5D;

    color: white;

    font-size: 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

form{

    width: 100%;

    padding: 20px;

}



input{

    width: 100%;

    margin-top: 20px;

    padding: 10px;

    border: 1px solid rgb(192, 192, 192);

}



input:focus{

    outline:2px solid rgb(157, 205, 93);

    border: 1px solid #9DCD5D;

}



select{

    width: 100%;

    margin-top: 20px;

    padding: 10px;

    border: 1px solid rgb(192, 192, 192);

}



select:focus{

    outline:2px solid rgb(157, 205, 93);

    border: 1px solid #9DCD5D;

}

.form-btn{

    background: #9DCD5D;

    padding: 10px 15px;

    color: white;

    border-radius: 3px;

    border: none;

    letter-spacing: 1.2;

}



.box1-bottom-box{

    width: 100%;

    padding: 20px;

    background: rgba(0, 0, 0, 0.488);

    color: white;

}



.box2-heading{

    font-size: 30px;

    text-align: center;

    font-weight: 400;

    color: #9DCD5D;

}



.box2-img-box1{

    width: 100%;

    height: 275px;

    background-image: url(image/kullu.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;


}



.box2-img-box2{

    width: 100%;

    height: 275px;

    background-image: url(image/honeymoon.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    transition: all .5s;

}



.box2-img-box3{

    width: 100%;

    height: 275px;

    background-image: url(image/shimla.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    transition: all .5s;

}



.box2-img-box4{

    width: 100%;

    height: 275px;

    background-image: url(image/taj-mahal.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    transition: all .5s;

}



.box2-img-box5{

    width: 100%;

    height: 275px;

    background-image: url(image/complete.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    transition: all .5s;

}



.box2-img-box6{

    width: 100%;

    height: 275px;

    background-image: url(image/golden.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    transition: all .5s;

}





.card-img{

    width:30%;

    position: absolute;

    right: -7;

    top: -8;

}



.card-1{

    width:100%;

}

.img-box1-tag{

    width: 97px;

    padding: 7px;

    background: #9DCD5D;

    color: white;

    display: flex;

    justify-content: center;

    align-items: center;

    position: absolute;

    top:11px;

    border-radius: 0px 20px 20px 0px;

    font-weight: 500

}



.card-content{

    padding: 10px 10px 0px;

    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);

}



.services{

    width: 100%;

    padding: 10px 0px;

   border-top: 1px solid rgb(192, 192, 192);

   display: flex;

   justify-content: space-between;

   align-items: center;

   font-size: 25px;

   color: rgb(89, 89, 89);

}



.service{

    width: 100%;

    padding: 10px 0px;

   border-top: 1px solid rgb(192, 192, 192);

   border-bottom: 1px solid rgb(192, 192, 192);

   display: flex;

   justify-content: space-between;

   align-items: center;

   font-size: 25px;

   color: rgb(89, 89, 89);

}

.content {

    height: 60px;

    width: 100%;

    overflow: hidden;

    transition: all .5s;

    position: relative;

}



.open-content{

    height: max-content;

    position: relative;

    transition: all .5s ;

}



.toggle-link{

    text-align: right;

    cursor: pointer;

    position: absolute;

    bottom: 1;

    right: 0;

    border: none;

    background: none;

    color: #9DCD5D;

}



.price-btn{

    border: none;

    background: #9DCD5D;

    color: aliceblue;

    padding: 10px 15px;

    font-size: 14px;

    letter-spacing: 1.2;

    border-radius: 3px;

}





.line{

    border-bottom: 1px solid rgb(192, 192, 192);

    padding-bottom: 40px;

    margin-bottom: 20px;

}



.box3{

    width: 100%;

    padding: 20px;

    background-image: url(image/bg2.jpg);

    background-attachment: fixed;

    background-size: cover;

    background-repeat: no-repeat;

    text-align: center;

    color: aliceblue;

}



.box3-btn{

    border: none;

    background: #9DCD5D;

    color: white;

    padding: 12px 40px;

    font-size:20px ;

    border-radius: 4px;

}



.box4-heading{

    font-size: 30px;

    text-align: center;

    font-weight: 400;

}



.box4-heading2{

    font-size:37px ;

    text-align: center;

    color: #9DCD5D;

    font-weight: bold;

}





.box4-content1{

    border-right: 1px dashed rgb(172, 172, 172);

    height: 100%;

}



.box4-content2{

    border-right: 1px dashed rgb(172, 172, 172);

    height: 100%;

}



.box4-content3{

    border-right: 1px dashed rgb(172, 172, 172);

    height: 100%;

}



.box5{

    background-color: rgb(56, 56, 56);

    padding: 20px;

    text-align: center;

}





.footer{

    background-color: rgb(32, 32, 32);

    padding-top: 20px;

    padding-bottom:3px ;

    text-align: center;

}



.cutt-price{

    font-size: 17px;

    text-decoration: line-through;

}



.service-text{

    font-size: 17px;

}



.box5-small-box{

    margin-top: 20px;

    margin-bottom: 20px;

}





.loarder-box {

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.345);

    position: fixed;

    top: 0;

    left: 0;

    z-index: 99999;

    display: none;

  }

  

  .loader {

    border: 8px solid #f3f3f3;

    border-top: 8px solid #67BD45;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    animation: spin 1s linear infinite;

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    /* display: none;  */

  }

  .notifi{

    position: fixed;

    top: 45%;

    left: 48%;

    color: #84ED5A;

  }



  .custom-alert {

    width: 100%;

    padding: 17px;

    background-color: white;

  

    border-radius: 5px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    display: none;

    justify-content: space-between;

    align-items: center;

  }

  

  .custom-alert p {

    color: black;

    margin: 0;

  }

  

  #closeButton {

    /* margin-top: 10px; */

    padding: 5px 10px;

    background-color: #27481A;

    color: white;

    font-weight: 500;

    border: none;

    border-radius: 3px;

    cursor: pointer;

  }


  .btn1-close{

    /* margin-top: 10px; */

    padding: 5px 10px;

    background-color: #27481A;

    color: white;

    font-weight: 500;

    border: none;

    border-radius: 3px;

    cursor: pointer;

  }





  @keyframes spin {

    0% {

      transform: rotate(0deg);

    }

  

    100% {

      transform: rotate(360deg);

    }

  }

  

@media screen and (max-width: 994px) {

   .topwar-item{

    display: block;

   }



   .topwar-box1{

    width: 100%;

   }



   .contact-info{

    text-align: center;

    margin-top: 10px;

   }

  }



  @media screen and (max-width: 410px) {

   .topwar-btn{

    padding: 10px;

   }

   }



   @media screen and (max-width:768px){

    .box1-content{

        text-align: center;

    }



    .topwar-contact-info{

        margin-bottom: 10px;

    }

    .box1-content2{

        width: 100%

    }



    .box2-heading{

        font-size: 20px;

    }



    .line{

        border: none;

        padding: 0;

    }



    .box4-heading{

        font-size: 22px;

    }



    .box4-heading2{

        font-size: 22px;

    }



    .box3-btn{

        padding: 3px 0px;

    }



    .price-btn{

        padding: 5px;

        font-size: 15px;

    }



    .services-box{

        font-size: 10px;

    }



    .service-text{

        font-size: 10px;

    }



    .contact-info-footer{

        font-size: 20px;

    }



    .box5-content{

        text-align: center;

    }

   }