

* {
     padding: 0;
     margin: 0;
     scroll-behavior: smooth;
 }

 .all nav {
     color: white;
 }

 .all {

     background-image: url("https://rare-gallery.com/mocahbig/467979-nature-landscape-mountains-sky-clouds-rocks-trees.jpg");
     height: 95vh;
   background-attachment: fixed;    /*  study */
     width: 100%;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     animation: change 10s infinite linear(1 71.18%, 1 100%) 2s;
     /* opacity: .89; */
 }

 .list ol {
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     padding: 23px;
 }

 .list ol li {
     list-style: none;
     font-family: cursive;
     padding: 10px 20px;
     font-size: large;
 }

 .list ol li a {
     text-decoration: none;

 }


 a:link {
     color: aliceblue;
 }

 a:visited {
     color: white;
 }

 .list ol li a:hover {
     color: aqua;
     font-weight: 900;
     transform: scale();
 }

 .lg {

     border: 3px solid white;
     border-radius: 24px;
     padding: 17px;
     font-family: cursive;
     transition: all 0.3s ease-in-out;

 }

 .lg a {
     text-decoration: none;
 }

 header nav {
     display: flex;
     justify-content: space-around;
     align-items: center;
 }

 .logo {
     font-family: cursive;
     font-weight: bold;
     font-size: xx-large;
     transition: all 0.4s ease-in-out;
 }

 .logo:hover {
     transform: scale(1.2);
     color: aqua;
 }

 .lg:hover {
     transform: scale(1.1);
     background-color: rgb(49, 211, 211);
 }

 @keyframes change {
     33% {
         background-image: url("https://rare-gallery.com/mocahbig/467979-nature-landscape-mountains-sky-clouds-rocks-trees.jpg");
     }

     66% {
         background-image: url("https://capturelandscapes.com/wp-content/uploads/2020/12/Video1-1920.jpg");
     }

     100% {
         background-image: url("https://capturelandscapes.com/wp-content/uploads/2017/03/Ruins-od-Despair-e1489009070315.jpg");
     }
 }



 .hero {
    height: 50vh;
    margin: auto;
     color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
      width: 100%;
     text-transform: capitalize;
 }
 .hero .o1,.tw2,.th3{
    font-family: cursive;
   
 }
 .o1{ font-weight: bolder;
    font-size: 1.5em;
    padding-top: 34px;
    text-decoration: none;
 }
 .o1:hover{
    text-decoration:underline ;
    text-decoration-color: #be774a;
 }
 .tw2{
     padding-top: 28px;
    font-size: 4rem;
    font-weight: bolder;
 }
 .th3{
     padding-top: 14px;
    padding-bottom: 10vh;
    font-size: 2rem;
    font-weight: bolder;
 }
 .setting{
    margin-top: 5vh;
    position: absolute;
    background-color: rgb(90, 116, 139);
    width: 100%;
    height: 20vh;
 }
 .but{
      display: flex;
    justify-content: center;
    align-items: center;
    background-color: orangered;
    border: 2px solid snow;
    border-radius: 8px;
  height: 6.8vh;
    width: 9vw;
    color: white;
    font-size: large;
    cursor: pointer;
    a{
        text-decoration: none;
    }
    transition: all 0.4s ease-in-out;
 }
 .but:hover {
    transform: scale(1.2);
    background: linear-gradient(to right, rgb(102, 31, 137), orangered, rgb(86, 95, 68), skyblue);
}

 .why{
         height: 50vh;
     width: 100%;
    background-color: white;

 }

.t{
   padding: 4vh 7vh;
    font-size: xx-large;
    font-weight: bolder;
    color: black;
    font-family: cursive;
      text-decoration-line: underline;
    text-decoration-color: transparent;
 }
 .t:hover{
  text-decoration-color: rgb(11, 176, 60); 
 }
 .whychooseus{
    width: 90%;
    display: flex;
     justify-content: center;
     align-items: center;
     text-transform: capitalize;
     margin: 0 auto;
     gap: 6.6vw;

 }
 .boxes{
     display: flex;
     text-align: center;
     justify-content: center;
     align-items: center;
     flex-direction:column ;
      /* border: 3px solid rgb(222, 206, 206); */
   gap: .5vw;
    
 }
 .boxes h3{
    font-family: cursive;
    font-size: larger;
    font-weight: bold;
 }
 .boxes p{
    font-size: medium;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
 }
 .boxes img{
    height: 90px;
 }

 section .one,
 .second {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 2.5rem;
     height: 75vh;

    }

 section .cont {

     width: 100%;
     background-color: gray;
 }
 .cof{
    /* border: 2px solid rgb(73, 69, 69); */
    border: none;
     box-shadow: 0 0 50px 55px rgb(82, 79, 79);
    overflow-x: hidden;
    }
 .theory{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4vh;
    padding-top: 3vh;
    h2{
        font-size: xx-large;
        font-family: cursive;
    }
    h1{
        font-size: xx-large;
        font-weight: bolder;
        font-family: cursive;
    }
 }


 .box {
     height: 60vh;
     width: 24vw;
     gap: 3vw;
     background: rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(10px);
     border-radius: 15px;
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
     transition: transform 0.4s ease-in-out;
      background-color: aliceblue;
      
 }

 .box:hover {
     transform: scale(1.1);
 }

 .box img{
    height:55%;
    width: 100%;
      background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     border-radius: 15px;
    

 }
.box .loc{
    padding:10px 0px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: cursive;
    font-size: large;
    font-weight: bolder;
}
.boxall{
    margin: 0 1.7vw;
    
    .th{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      padding-bottom: 10px;
    }
    .star{
        padding-bottom: 10px;
    }
    
    .sing {
        background-color: rgb(239, 88, 33);
        border-radius: 3px;
        height: 40px;
         width: 7vw;
         display: flex;
        justify-content: center;
        align-items: center;
        border: 3px solid rgb(92, 71, 71);
    
    }
    .sing a{
        font-weight: bold;
        font-family: cursive;
        text-decoration: none;
    }

}
.sing:hover{
    background-color: rgb(220, 51, 51);
    transform: scale(1.09);
    /* overflow-y: hidden; */
}
.newsection{
    background-color: gray;
    /* border: 21px solid rgb(38, 41, 38); */

}
.boxone img{
     filter:drop-shadow(4px 15px 18px rgb(77, 172, 204));
}

.contan{
         display: flex;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
}
.vidborder{
    border-radius: 12px;
    height: 52vh;
}

.dabba2 video{
    
    border-radius: 10px;
    height: 100%;
    filter:drop-shadow(4px 15px 18px rgb(77, 172, 204));
}
.dabba1{
    width: 60%;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-family: cursive;
  
}

.dabba1 .thry p{
    margin:37px auto 25px;
        font-family: monospace;
        text-indent: -13px;
        color:black;
        font-weight: bolder;
        font-size: x-large;
    }
 .st1 img,.st2 img,.st3 img{
    height: 55px;
 border: 4px solid rgb(10, 10, 84);
 border-radius: 8px;
}
.st1,.st2,.st3 {
      display: flex;
    justify-content: space-around;
    gap: 23px;
     margin:3.1vh auto;
  
}

   .c .p{
        font-size: medium;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

 .c h3{
        color: rgb(35, 33, 33);
        font-size: x-large;
        font-weight: bolder;
        
    }

.vidborder /* ,.boxone */{
    border: 5px solid white;
    
}
.aboutus{
    border: 1px solid rgb(124, 121, 115);
      display: flex;
    justify-content:space-evenly;
    align-items: center;
    width:99%;
    margin: 0 auto;
    height: 60vh;
    background-color:gray;
}
.boxone img{
   border-radius: 15px; 
    height: 100%;
}
.boxone{
   height: 80%;
   border: 5px solid white;
   border-radius: 12px;
}
.boxtwo{
    width: 60%;
    /* border: 3px solid white; */
     display: flex;
    justify-content:center;
    /* align-items: center; */
    flex-direction: column;
    color: white;
    font-family: cursive;
  text-transform: capitalize;
 
 
}
.boxtwo h3{
   margin: 0vh 3vw 2vw 0vw;
   color: black;
   font-size: xx-large;
   font-weight: bolder;
   padding-left: 15px;
   text-decoration: underline;
 text-decoration-color: transparent;
}
 .boxtwo h3:hover{
  text-decoration-color: rgb(11, 176, 60); 
 }
.boxtwo h1{
    margin: 0vh 1vw 2vw 0vw;
    color: black;

}
.boxtwo p{
     margin: 0vh 1vw 2vw 0vw;
       font-size: medium;
     font-family: monospace;
     color: black;
     font-weight:400;
    }
.boxtwo .two{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: larger;
    font-weight: bolder;
    width: 10vw;
    margin-left: 2.5vw;
    background-color: rgb(209, 100, 17);
}
.testomonial{
    background-color: rgb(152, 147, 147);
    height:83vh;
    text-transform: capitalize;
    font-family: cursive;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10vh;
}
.stbox{
     display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5vw;
}
.stbox1{
    background-color: rgb(146, 155, 165);
    height:49vh ;
    width: 24vw;
    border: 4px solid rgb(159, 159, 176);
    border-radius: 11px;
    p{
        text-indent: 11px;
    }
    transition: all 0.5s ease-in-out ;
}
.stbox1:hover{
    transform: scale(1.04);
     background-color: rgb(27, 104, 193);
    height:49vh ;
    width: 24vw;
    border: 4px solid rgb(24, 24, 208);
    border-radius: 11px;
}
.stbox1 h5{
    text-align: center;
    text-indent: 12px;
}
.content{
    border-radius: 11px;
    height:70%;
    background-color: white;
}
.content p{
    padding: 1.5vh 0 1.4vh 0;
}
.content h5{
    font-family: cursive;
    font-weight: 500;
}
.rep{
    margin-top: 1.1vh;
         display: flex;
    justify-content:center;
    align-items: center;
    gap: 3vw;
}
.d{
    border: 1px solid white;
    height: 10vh;
    width: 5vw;
    border-radius: 50%;
    /* background-color: rgba(1, 154, 72, 0.541); */

}
.d img{
    height: 100%;
    width: 100%;
     border-radius: 50%;
      border: 2px solid rgb(218, 81, 13);
}
.name{
    color: white;
    font-size:x-large;
    font-weight: bolder;
    font-family: cursive;
}
.letter h1{
   padding-bottom:3.1vh;
   color: rgb(35, 33, 33);
   text-align: center;
}
.letter p{
    color: rgb(39, 34, 34);
}
.login{
       background-color: rgb(108, 99, 99);
    height: 35vh;
    text-transform: capitalize;
    font-family: cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 6vh;
}

.thry h1{
   padding-bottom: 2.1vh;
}
.thry h5{
    color: rgb(52, 46, 46);
}
.subscribe input{
    border: 3px solid rgb(202, 86, 9);
    height: 7vh;
    width: 25vw;
  border-radius: 8px;
  padding-left: 1.6vw;
  font-size: medium;
  font-family: cursive;
  font-weight: bold;
  
}
form{
      display: flex;
    justify-content: center;
    align-items: center;
    gap:2.3vh;
}
button{
      display: flex;
    justify-content: center;
    align-items: center;
    background-color: orangered;
    border: 2px solid snow;
    border-radius: 8px;
  height: 6.8vh;
    width: 9vw;
    color: white;
    font-size: large;
}
button a{
    text-decoration: none;
}
button:hover{
    transform: scale(1.06);
}

    footer{
        background-color:gray;
        height: 58vh;
        display: grid;
        grid-template-columns: 27vw 18vw 18vw 26vw;
     column-gap: 4vh;
     padding-left: 4vh;
     font-family: cursive;
    }
    .one1,.two2,.three3 ,.four4{
     /* border: 2px solid yellow; */
     display: flex;
     justify-content: center;
     flex-direction: column;
     text-transform: capitalize;
    }
    .icon{
        color: rgba(43, 184, 184, 0.712);
        font-size: larger;
        font-weight: 900;
        padding-top: 5vh;
    }
    .icon a{
        text-decoration: none;
        color: rgba(50, 191, 210, 0.308);
    }
   .one1  {
        row-gap: 5vh;
       font-weight: bold;
    }
    .one1 h2{
        font-size: xx-large;
    }
    .two2,.three3{
    gap: 23px;
        text-align: center
    }
    .two2 h2,.three3 h2{
        font-size: xx-large;
        font-weight: bolder;
    }
    .two2 p a{
        color: rgb(52, 45, 45);
        text-decoration: none;
        font-size: larger;
        font-weight: bold;
    }
    .two2 p a:hover{
     color: rgb(104, 95, 95);
    }
    .three3 p{
        font-size: medium;
        font-weight: bold;
    }
    .three3 p:hover{
        color: rgb(67, 61, 61);
    }
    .three3 p a{
        text-decoration: none;
        color: black;
    }
   .s input{
      border: 3px solid rgb(202, 86, 9);
    height: 5.5vh;
    width: 13vw;
  border-radius: 8px;
  padding-left: 0.6vw;
  font-size: smaller;
  font-family: cursive;
  font-weight: bold;
  
   }
   .four4 h1{
    text-indent: 3.3vw;
    padding-bottom: 4vh;
   }
 .blog {
    height: 74vh;
  margin: 15px auto;
  margin-left: 6vw;
  display: grid;
  grid-template-columns: 40vw 48vw;
}

.gridone {
    margin-top: 6vh;
    width: 90%;
  align-items: center; 
  /* border: 3px solid yellow; */
  font-family: cursive;
  text-transform: capitalize;
}
.gridone p{
   padding-top:9vh;
   padding-bottom: 8vh;
}

.gridtwo {
  /* border: 3px solid yellow; */
  display: flex;
  justify-content: center;
  gap: 22px;
}


.imgone {
  width: 40%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.imgone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}


.imgall {
  width: 55%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}

.imgall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    align-items: center;
  }
  .blog .gridtwo .imgone,
  .blog .gridtwo .imgall {
    flex: 1 1 100%;
  }
}

@media (max-width: 576px) {
  .testimonial {
    grid-template-columns: 1fr;
  }
  footer .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
}
@media (max-width:1100px) {
    .one, .second{
        display: flex;
        flex-direction: column;
        height: 300vh;
    }
    
    
}