@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@font-face {
  font-family: "mogan";
  src: url(../fonts/mogan.ttf);
}
@font-face {
  font-family: "betterlet";
  src: url(../fonts/Betterlett.otf);
}
*{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar{
    display: none;
}
*{
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
.loader h1 {
    background: #113b34;
    position: fixed;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    height: 100vh;
    z-index: 1000000000000;
    margin: 0;
    padding: 0;
    font-family: ‘Arial Narrow’, sans-serif;
    font-weight: 100;
    font-size: 1.1em;
    color: #ffffff;
  }
  
.loader  span {
    position: relative;
    top: 0.63em;  
    display: inline-block;
    text-transform: uppercase;  
    opacity: 0;
    transform: rotateX(-90deg);
  }
  
.loader .let1 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.2s;
  }
  
.loader .let2 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.3s;
  }
  
.loader .let3 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.4s;
  }
  
.loader .let4 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.5s;
  
  }
  
.loader .let5 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.6s;
  }
  
.loader .let6 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.7s;
  }
  
.loader .let7 {
    animation: drop 1.2s ease-in-out infinite;
    animation-delay: 1.8s;
  }
  
  @keyframes drop {
      10% {
          opacity: 0.5;
      }
      20% {
          opacity: 1;
          top: 3.78em;
          transform: rotateX(-360deg);
      }
      80% {
          opacity: 1;
          top: 3.78em;
          transform: rotateX(-360deg);
      }
      90% {
          opacity: 0.5;
      }
      100% {
          opacity: 0;
          top: 6.94em
      }
  }
.footer{
  border-top: #113b34 2px solid;
  color: #fff;
  display: flex;
  background: #113b34;
  justify-content: space-between;
}
.footer .details{
  width: 100%;
  justify-content: center;
}
.footer .details .one{
  display: flex;
  padding: 50px;
  justify-content: space-between;
}
.footer .details .one .logo img{
  height: 200px;
  width: 200px;
}
.footer .appointment .container_form{
  display: flex;
  flex-direction: column;
}
.footer .appointment{
  background-color: #fff;
  text-align: center;
  justify-content: center;
  padding: 40px;
  width: 410px;
}
.footer .appointment .heading{
  font-size: 4rem;
  margin: 0 0 40px 0;
  font-family: "mogan";
  color: #000000;
  text-align: left;
}
.footer .appointment .container_form{
  text-align: center;
  justify-content: center;
}
.footer .appointment .container_form input{
  height: 30px;
  margin: 20px 0;
  border: none;
  outline: none;
  background: transparent;
  color: #000000;
  border-bottom: 2px solid #000000;
  font-size: 1.3rem;
}
.footer .appointment .container_form button{
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  font-size: 1.3rem;
  text-transform: uppercase;
  background: #113b34;
  color: #fff;
  border: #113b34 solid;
  outline: none;
}
.footer .appointment .container_form button:hover{
  background: #ffffff;
  color: #000000;
  border: #000000 solid;
  transition: all 0.2s;
}
.footer .details .one .pages{
  display: flex;
  flex-direction: column;
}
.footer .details .one .pages{
  justify-content: space-between;
  .navbar{
    display: flex;
    flex-direction: column;
  }
  a{
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
    font-size: 1.2rem;
  }
  a:hover{
    color: #b6b6b6;
    text-decoration: underline;
    transition: 0.2s all;
  }
  .heading{
    font-size: 0.8rem;
    margin:0 0 70px 0;
  }
}
.location{
  display: flex;
  flex-direction: column;
  .heading{
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 70px 0;
  }
  .address{
    font-size: 1.2rem;
    margin: 0 0 40px 0;
  }
  .timing{
    font-size: 1.2rem;
    margin: 0 0 20px 0;
  }
  .ph a{
    font-size: 1.7rem;
    margin: 20px 0;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
  }
  .ph a:hover{
    color: #b6b6b6;
    text-decoration: underline;
    transition: 0.2s all;
  }
  .mail a{
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
  }
  .mail a:hover{
    color: #b6b6b6;
    text-decoration: underline;
    transition: all 0.2s;
  }
}
.footer .details .newsletter{
  padding: 20px 70px;
  .heading{
    font-size: 3rem;
    font-family: "mogan";
  }
  form{
    align-items: center;
    display: flex;
    gap: 20px;
    input{
      width: 350px;
      height: 30px;
      background: transparent;
      border: none;
      outline: none;
      border-bottom: #fff solid 2px;
      font-size: 1.2rem;
      color: #fff;
    }
    button{
      font-size: 1.2rem;
      background: transparent;
      border: #fff solid 2px;
      color: #fff;
      padding: 10px 30px;
      outline: none;
    }
    button:hover{
      background: #ffffff;
      color: #113b34;
      border: #ffffff solid 2px;
      transition: all 0.2s;
    }
  }
}
.footer .details .copy{
  display: flex;
  padding: 20px 70px;
  justify-content: space-between;
  font-size: 1.2rem;
  .social a{
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    margin: 0 20px;
  }
}

.down{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 100px 0 20px 0;
}
.down img{
  flex: 1 1 calc(100% / 6- 10px);
  max-width: calc(100% / 6 - 10px);
  height: auto;
}
.footer_m{
  display: none;
}
.some-images{
  display: none;
}
.content{
  display: none;
}
.top{
  background: #113b34;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  color: #fff;
  .sec_1,.sec_2{
    display: flex;
    gap: 25px;
    a{
      color: #fff;
      text-decoration: none;
    }
    .data{
      gap: 9px;
      display: flex;
    }
  }
}
.navbar_m{
  display: none;
}
.navbar_d{
  display: flex;
  padding: 20px 50px;
  justify-content: space-between;
  align-items: center;
  .logo{
    font-size: 3rem;
    font-family: 'mogan';
    color: #113B34;
    span{
      font-family: 'betterlet';
    }
  }
  .menu{
    display: flex;
    gap: 20px;
    a{
      text-decoration: none;
      color: #113B34;
      font-size: 1.2rem;
    }
  }
  .visit{
    button{
      padding: 15px 30px;
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #113B34;
      border: #113B34 solid 2px;
      outline: none;
      background: transparent;
      &:hover{
        background: #113B34;
        color: #fff;
        transition: 0.2s all;
      }
    }
  }
}
.main{
    display: flex;
    flex-direction: column;
    .heading{
        text-align: center;
        font-size: 4rem;
        font-family: 'mogan';
        color: #fff;
        background: #113b34;
        padding: 20px 0;
    }
    .text-start{
        padding: 50px 150px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        .para{
            display: flex;
            flex-direction: column;
            gap: 10px;
            .head{
                font-size: 1.5rem;
                font-weight: bold;
            }
            .text{
                font-size: 1.2rem;
            }
        }
    }
}

@media screen and (max-width:1368px) {
    .main{
        .heading{
            font-size: 2rem;
        }
        .text-start{
            padding: 50px 20px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            .para{
                display: flex;
                flex-direction: column;
                gap: 10px;
                .head{
                    font-size: 1.2rem;
                    font-weight: bold;
                }
                .text{
                    font-size: 0.9rem;
                }
            }
        }
    }
  .top{
    justify-content: center;
    .sec_1{
      display: none;
    }
  }
  .navbar_d{
    display: none;
  }
  .navbar_m{
    display: flex;
    justify-content: space-between;
    color: #113B34;
    .NP{
        padding: 30px 20px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
      .open_navbar a{
        color: #113B34;
        font-size: 2.5rem;
        text-decoration: none;
      }
    .logo a{
        text-decoration: none;
        font-size: 2rem;
        color: #113B34;
        span{
            font-family: 'betterlet';
            font-size: 2.5rem;
        }
        
    }
    }
    
    
}
.content{
        position: fixed;
        z-index: 100;
        background: #113b34;
        width: 100%;
        height: 100%;
        display: none;
        flex-direction: column;
        justify-content:start;
        text-align: center;
        color: #ffffff;
        font-size: 1rem;
        a{
            color: #fff;
        }
        .close_navbar{
            padding: 20px 30px;
            text-align: right;
        }
        .menu{
            display: flex;
            flex-direction: column;
            text-align: left;
            padding: 20px;
            gap: 15px;
            font-size: 1.2rem;
        }
        .location{
            font-size: 1.2rem;
            padding: 50px 40px 20px 40px;
        }
        .contact a{
            text-decoration: underline;
        }
        .visit{
            margin: 30px 40px;
            .social a{
                margin: 0 30px;
            }
            .btn a button{
                padding: 10px 40px;
                margin: 50px;
                color: #fff;
                border: #fff solid 2px;
                outline: none;
                background: none;
                font-size: 1rem;
                text-transform: uppercase;
            }
        }
    }
  .down{
    display: none;
  }
  .some-images{
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    .row{
        text-align: center;
        display: flex;
        gap: 10px;
        margin: 5px 0;
        img{
            width: calc(100% / 2 - 5px);
        }
    }
  }

  .footer{
    display: none;
  }
  .appointment_m{
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 8px;
    background: #113b34;
    padding: 20px 5px;
    color: #fff;
    gap: 15px;
    .heading{
        font-family: 'mogan';
        font-size: 1.5rem;
    }
    form{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 10px 20px;
        input{
            color: #fff;
            height: 30px;
            background: none;
            outline:none;
            border: none;
            border-bottom: #fff solid 2px;
            &::placeholder{
                color: #dedede;
            }
        }
        button{
            color: #fff;
            border: #fff solid 2px;
            height: 35px;
            text-transform: uppercase;
            background: none;
        }
    }
}
  .appointment_m{
    font-size: 1.2rem;
    margin-bottom: 10px;
    margin: 0;
    padding: 50px 10px;
    border-bottom: #fff solid 2px;
  }
  .footer_m{
    display: flex;
    flex-direction: column;
    background: #113b34;
    
    .footer_main{
        text-align: center;
        color: #fff;
        padding: 50px 10px;
        .img img{
            width: calc(100% / 1.8);
        }
        .logo{
            font-size: 3rem;
            font-family: 'mogan';
            span{
                font-family: 'betterlet';
            }
        }
        .pages{
            margin: 50px 0;
            display: flex;
            flex-direction: column;
            gap: 50px;
            .heading{
                text-transform: uppercase;
                font-size: 1.3rem;
            }
            .menu{
                display: flex;
                flex-direction: column;
                a{
                    color: #fff;
                    font-size: 1rem;
                    margin: 10px 0;
                }
            }
            
        }
        .contact{
                display: flex;
                flex-direction: column;
                color: #fff;
                .addr{
                    padding: 10px 20px;
                    font-size: 1.2rem;
                }
                .timing{
                    padding:10px 20px;
                    font-size: 1.2rem;
                }
                .ph a,.mail a{
                    color: #fff;
                    text-decoration: underline;
                    font-size: 1.3rem;
                }
        }
        .stay_updated{
            margin: 30px 10px;
            display: flex;
            margin-top: 60px;
            font-size: 2rem;
            flex-direction: column;
            .heading{
                text-decoration: underline;
                font-family: 'mogan';
                font-size: 2.5rem;
            }
            form{
                display: flex;
                flex-direction: column;
                margin: 40px 10px;
                gap: 10px;
                input{
                    height: 30px;
                    padding: 5px;
                    outline: none;
                    font-size: 1.2rem;
                    background: none;
                    border: none;
                    border-bottom: #fff solid 2px;
                    color: #fff;
                    &::placeholder{
                        color: #dedede;
                        text-decoration: none;
                        text-align: center;
                    }
                }
                button{
                    padding: 10px; 
                    font-size: 1.3rem;
                }
            }
        }
    }
    }
}
