* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    text-transform: capitalize;
    
    overflow-X: hidden;
   
}
input::placeholder{
    color:gray;}
    input{
    color: white;
    text-transform:lowerCase;
}
input[type="date"]:focus {
  outline:none;
  text-align:left;
}
input[type="date"]{
    background:url("assets/calendar.png");
    background-repeat:no-repeat;
    background-position:95%;
    
}
input{
    text-align:left;
    text-decoration:none;
    background:transparent;
    color:white;
}
html{
    scroll-behavior: smooth;
}
@font-face{
    font-family: 'Cormorant';
    src: url('fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf');
}
@font-face{
    font-family: 'analogue';
    src: url('fonts/Analogue/Analogue.otf');
}
@font-face{
    font-family: 'analogueItalic';
    src: url('fonts/Analogue/Analogue-italic.otf');
}
@font-face{
    font-family: 'raleway';
    src: url('fonts/Raleway/Raleway-VariableFont_wght.ttf');
}

.header-container {
    width: 100vw;
    height: 700px;
    display: flex;
    flex-direction: column;
    gap:50px;
    align-items: center;
    position: relative;
}
.img{
    display: none;
}
.navbar-wrapper .bar{
    display: none;
}
.slide{
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -1;
    transition: 5s all ;
}
.slide1{
    background: url("assets/GOPR0149.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide2{
    background: url("assets/GOPR0146.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide3{
    background: url("assets/GOPR0147.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide4{
    background: url("assets/GOPR0150.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.navbar-wrapper {
    width: 100%;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.7px solid #FFFFFF;
    background: linear-gradient(90deg, rgba(240, 241, 242, 0.3) 0%, rgba(249, 247, 247, 0.3) 100%);
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 62px;
}

.navbar img {
    width:100px;
    object-fit:cover;
    height: max-content;
    gap: 0px;
    opacity: 0px;

}
.navbar ul{
    width: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar ul li a{
    color: #FFFFFF;
    font-family:raleway;
}
.navbar button{
    width:  103px;
padding: 12px 16px 12px 16px;
gap: 10px;
border: none;
border-radius: 25px;
opacity: 0px;
background: #FFFFFF;
}
.navbar button a{
    color: #000;
    font-family:raleway; 
}
.hero-text{
    position:relative;
    top:90px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hero-text p{
    font-family: Raleway;
    text-transform:uppercase;
font-size: 18px;
font-weight: 350;

letter-spacing: 0.08em;
text-align: left;

}
.hero-text h1{
font-family: analogue;
font-size: 92px;
font-style: italic;
font-weight: 100;

text-align: left;
height: 300px;
}
.hero-text h1 i{
    font-family:analogueItalic;
    font-size:82px;
}
.dropbox-wrapper{
    width: 80vw;
    height: 119px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0.7px solid #f1f1f1;
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0.1088) 0%, rgba(240, 240, 240, 0.1248) 100%);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    /*margin-bottom: 20px;*/
    margin:20px;
}
.dropbox{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.dropbox label{
    color: #FFFFFF;
     font-family:raleway;
     font-weight:normal;
}
.dropbox input{
    color: #FFFFFF;
    background: transparent;
    border: none;
    border-bottom: 0.78px solid #FFFFFF;
     font-family:raleway;
     padding-bottom:4px;
     outline:none;
}
select{
    color: #FFFFFF;
    background: transparent;
    border: none;
    border-bottom: 0.78px solid #FFFFFF;
     font-family:raleway;
     padding-bottom:4px;
     outline:none;
     width:80%;
}
option{
    color:black;
}
.dropbox button{
    width:  110px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border: none;
    border-radius: 25px;
    opacity: 0px;
    background: #FFFFFF;
    
}
.dropbox button a{
    color: #000;
}

input[type="date"]::calendar-picker-indicator {
    color:#fff;
    opacity:0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color:gray;
    opacity:0;
}
.about-container{
    width: 100vw;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.about-container .p1{
    width: 70vw;
    /*height:300px;*/
    font-family: Cormorant;
font-size: 20px;
font-weight: normal;
line-height: 28px;
text-align: center;
margin-top:20px;

}
.about-container .p2{
    width: 56vw;
    font-family: Cormorant;
font-size: 20px;
font-weight: 300;
line-height: 28px;
text-align: center;
margin-top:20px;
margin-bottom:20px;
}
.inner{
        width: 90vw;
        height: 400px;
        display: flex;
        justify-content:center;
        align-items: center;
        position: relative;
       }
       .fst,.thrd{
        width: 300px;
        height: 300px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        overflow: hidden;
        }
        .fst{
            
            left:0px;
        }
        .thrd{
            right: 0px;
        }
        .scnd{
          width: 300px; 
          height: 300px; 
          border-radius: 50%;
          object-fit: cover;
          position: absolute;
          overflow: hidden;
        }

       .inner img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .revolve1{
            animation: revolve1 5s linear infinite;
            transition:none;
        }
        @keyframes revolve1{
            0%{
                left:calc(100% - 300px);
                 width: 300px;
                height: 300px; 
                z-index:-1;
            }
            14%{
                left: calc(100% - 300px);
                 width: 300px;
                height: 300px;   
                               z-index:-1; 
            }
            28%{
                left: calc(50% - 150px); 
                width: 300px; 
                height: 300px;
                z-index:999;
            }
            42%{
                left: calc(50% - 150px);
                width: 300px;
                width: 300px;
                z-index:999;
            }
            56%{
                left: 0%;
                 width: 300px;
                height: 300px; 
                z-index:-1;
            }
            70%{
                left: 0%;
                 width: 300px;
                height: 300px; 
                z-index:-1;
            }
             84%{
                left:calc(100% - 300px);
                 width: 300px;
                height: 300px; 
                z-index:-1;
            }
            100%{
                left: calc(100% - 300px);
                 width: 300px;
                height: 300px;   
                               z-index:-1; 
            }
            
        }
        .revolve2{
            animation: revolve2 5s linear infinite;
            transition:none;
        }
        @keyframes revolve2{
            0%{
                left: 0%;
                width: 300px;
                height: 300px;
                z-index:-1;
            }
            14%{
                left: 0%;
                width: 300px;
                height: 300px;
                z-index:-1;
            }
            28%{
                left:calc(100% - 300px); 
                width: 300px;
                height: 300px;
                z-index:-1;
            }
            42%{
                left:calc(100% - 300px); 
                width: 300px;
                height: 300px;
                z-index:-1;
            }
            56%{
                left: calc(50% - 150px); 
                width: 300px; 
                height: 300px;
                z-index:999;
            }
            70%{
                left: calc(50% - 150px); 
                width: 300px; 
                height: 300px;
                z-index:999;
            }
           84%{
                left: 0%;
                width: 300px;
                height: 300px;
                z-index:-1;
            }
            100%{
                left: 0%;
                width: 300px;
                height: 300px;
                z-index:-1;
            }
        }
        .revolve3{
            animation: revolve3 5s linear infinite;
            transition:none;
        }
        @keyframes revolve3{
            0%{
                left:calc(50% - 150px); 
                width: 300px;
                height: 300px; 
                z-index:999;
            }
            14%{
                left:calc(50% - 150px); 
                width: 300px;
                height: 300px;
                z-index:999;
            }
            28%{
                left: 0%;
                width: 300px;
                height: 300px;
            }
            42%{
                left: 0%;
                width: 300px;
                height: 300px;
            }
            56%{
                left: calc(100% - 300px); 
                width: 300px; 
                height: 300px;
                z-index:-1;
            }
            70%{
                left: calc(100% - 300px); 
                width: 300px; 
                height: 300px;
                 z-index:-1;
            }
             84%{
                left:calc(50% - 150px); 
                width: 300px;
                height: 300px; 
                z-index:999;
            }
            100%{
                left:calc(50% - 150px); 
                width: 300px;
                height: 300px;
                z-index:999;
            }

        }
        .about-imagess{
            display:none;
        }
.about-imagess .fst{
    /*position: absolute;*/
    /*top: 70px;*/
    width: 200px;
    height: 200px;
    border-radius:50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-imagess .scnd{
    /*position: absolute;*/
    /*top: 80px;*/
    right: calc(40vw - 150px);
    width: 300px;
    height: 300px;
    border-radius:50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-imagess .thrd{
    /*position: absolute;*/
    /*top: 70px;*/
    right: 0px;
    width: 200px;
    height: 200px;
    border-radius:50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-images img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.rooms-container{
    width: 100vw;
    height: 900px;
    background: #053A2D;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.rooms-text h6{
    font-family: Raleway;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;  
    color: #FFB64E;  
}

.rooms-text p{
    height:100px;
    margin:8px 0;
    font-family: Cormorant;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
}
.rooms-text h3{
    font-family: Cormorant;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: center;
    color: #FFFFFF;
}
.rooms-image{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90vw;
    margin-top:-100px;
}
.rooms-image .approch{
display: flex;

}
.approch .carousel1{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 36px);
    gap:36px;
    overflow: hidden;
    margin:0px 20px;
    
}
.card-text{
    display: flex;
    justify-content: space-between;
}
.text-left h3{
    color: #FFF;

    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 32.64px */
    letter-spacing: 0.24px;
}
.text-left p{
    color: #D6D6D6;

font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 136%; /* 19.04px */
letter-spacing: 0.14px;
}
.text-left{
    width:60%;
}
.text-right{
    width:40%;
    
}
.text-right h3{
    color: #FFB64E;

text-align:right;
font-family: "Cormorant Garamond";
font-size: 24px;
font-style: italic;
font-weight: 600;
line-height: 136%; /* 32.64px */
letter-spacing: 0.24px;
}
.card-img img{
    width: 100%;
    height:500px;
    
}
.gallery-container{
    width: 100vw;
    height: 800px;
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #FFFFFF;
}
.gallery-container h1{
    font-family: Cormorant;
font-size: 36px;
font-weight: 600;
line-height: 43.2px;
text-align: center;

}
.gallery-container .slide-left,.slide-right{
    width: 80vw;
    height: 300px;
}
.gallery-container .slide-left img{
width: 389px;
height: 100%;
margin-right:50px;
}
.gallery-container .slide-right img{
width: 389px;
height: 100%;
margin-right:50px;
}
.title::before, .title::after{
content: " ";
height: 2px;
width: 100px;
background-color: #053A2D;
display: block;
margin:0 5px;
}
.title{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    justify-content: center;
}
.roomline::before, .roomline::after{
content: " ";
height: 1.5px;
width: 70px;
background-color: #fff;
display: block;
margin:0;
}
.roomline{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}
.contact-container{
   
     width: 100vw;
    height: 800px;
    background:url("assets/connbg.jpg");
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding:25px 0;
}
.contact-text{
display: flex;
flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;    
}
.contact-text h1{
    font-family: Raleway;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    color: #FFB64E;
}
.contact-text p{
    color: #FFF;
line-height: 150%;
height:max-content;
    
    font-family: Cormorant;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.form-wrapper{
    display: flex;
    flex-direction: column;
    width: 50vw;
   align-items: center;
   margin-top:-100px;
}
.form-wrapper form{
    
   width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    background: #FFF;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0.1088) 0%, rgba(240, 240, 240, 0.1248) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 24px;
    border: 1px solid #D2D2D2;
    height: 400px;
    margin-top: 20px;
}
.row1,.row2,.row3{
    width: 90%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.row1,.row2,.row3 label{
color: #FFF;
text-align: center;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.form-wrapper input{
    width: 280px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #efefef;
     color: #858080;
    text-transform:lowerCase;
    font-family: Raleway;
font-size: 14px;
}
.form-wrapper span{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap:8px;
}
.form-wrapper button{
    display: inline-flex;
height: 50px;
padding: 12px 16px;
align-items: center;
flex-shrink: 0;
background: #FFF;
color: #053A2D;
border-radius: 52px;
-webkit-text-stroke-width: 0.13908128440380096;
-webkit-text-stroke-color: #FFF;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.28px;
}
.footer-container{
    width: 100vw;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    padding-top: 100px;
}

.footer-container .content-area{
    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
.footer-container .content-area li{
    font-family: Raleway;
font-size: 16px;
margin-top:10px;
}
.footer-container .content-area .social ul{
  display: flex;
  width:200px;
  justify-content:space-between;
  align-items:center;
}
.footer-container .content-area .social li{
    font-size: 24px;
margin-top:10px;
}
.login{

    background: linear-gradient(90deg, rgba(239, 5, 5, 0.109) 0%, rgba(247, 208, 208, 0.125) 100%);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
border: 1px solid #D2D2D2;
    width: 40vw;
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:fixed;
    top: 100px;
    z-index: 1;
    margin-left:400px;
    /* position: relative; */
}
.login-heading{
    color: #FFF;
}
.form{
   
    width: 100%;
    
}
.form i{
    position: absolute;
    top: 36px;
    right: 20px;
    font-size: 20px;
    color: #FFF;
}
.form form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    color: #FFF;
}
.form form input{
    width: 280px;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #efefef;
}
#sub{
  width:  118px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border: none;
    border-radius: 25px;
    opacity: 0px;
    background: #FFFFFF;  
    color:black;
}
.dropbox .cli{
    margin-bottom:8px;
}
.form form button{
    width:  118px;
    padding: 12px 16px 12px 16px;
    gap: 10px;animation-delay:1s;

    border: none;
    border-radius: 25px;
    opacity: 0px;
    background: #FFFFFF;
}


@media only screen and (max-width: 500px){
   
    .header-container{
        overflow: hidden;
    }
    .img{
        display: block;
    }
    .navbar-wrapper .bar{
        display: block;
        height:50px;
    }
   .navbar{
    display: none;
    z-index: 2;
    position: absolute;
    top:100px;
    right: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #053A2D;
    
   }
   .login{
       z-index:3;
       width:100%;
       height:calc(100vh - 100px);
   }
   .navbar ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    color: #FFF;
    width: 100%;
   }
   .navbar ul li{
    gap: 100px;
   }
   .navbar img{
    display: none;
   }
   .navbar-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:20px;
    padding-right:20px;
   }
   .navbar-wrapper img{
    width: 100px;
   }
   .navbar-wrapper i{
    color: #FFFFFF;
    font-size: 40px;
   }
   .dropbox button {
    width: 103px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border: none;
    border-radius: 25px;
    opacity: 0px;
    background: #FFFFFF;
    margin-top: 15px;
}
   .dropbox {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:left;
}
.dropbox form{
    width:100%;
}
.dropbox input{
    margin-top:8px;
}
.dropbox button{
    width:110px;
}
.hero-text {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 90vw;
    margin-top:-20px;
        height: 140px;
        top:0;
}
  .hero-text h1 {
        font-family: analogue;
        font-size: 36px;
        font-style: italic;
        font-weight: 100px;
        line-height: 40px;
        text-align: left;
        height: 200px;
    }
    .hero-text h1 i {
    font-family: analogueItalic;
    font-size: 36px;
}
      .dropbox-wrapper {
        position: absolute;
        top: 275px;
        width: 90vw;
        height: 375px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 15px;
        background: linear-gradient(90deg, rgba(243, 243, 243, 0.1088) 0%, rgba(240, 240, 240, 0.1248) 100%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        margin-bottom: 20px;
    }
    .about-container{
        height:max-content;
    }
    .about-container .p1 {
    width: 90vw;
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: max-content;
}
.about-container .p2 {
    width: 90vw;
    font-family: Cormorant;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: max-content;
}
    .dropbox .cli{
        width:100%;
    }
    .dropbox input{
        width:90%;
    }
    .hero-text p{
        font-size:14px;
        height:40px;
    }
    .inner{
        display:flex;
         width: 100vw;
    height: 300px;
    justify-content:space-between;
    align-items: center;
    
    }
     .fst,.thrd{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        overflow: hidden;
        
        }
        .scnd{
           width: 200px;
        height: 200px; 
        }
        
         @keyframes revolve1{
            0%{
                left:calc(100% - 100px);
                 width: 100px;
                height: 100px; 
                z-index:-1;
            }
            20%{
                left: calc(100% - 100px);
                 width: 100px;
                height: 100px;   
                               z-index:-1; 
            }
            40%{
                left: calc(50% - 100px); 
                width: 200px; 
                height: 200px;
                z-index:999;
            }
            60%{
                left: calc(50% - 100px);
                /*width: 300px;*/
                /*width: 300px;*/
                z-index:999;
            }
            80%{
                left: 0%;
                 width: 100px;
                height: 100px; 
                z-index:-1;
            }
            100%{
                left: 0%;
                 width: 100px;
                height: 100px; 
                z-index:-1;
            } 
        }
        .revolve2{
            animation: revolve2 5s linear infinite;
            transition:none;
        }
        @keyframes revolve2{
            0%{
                left: 0%;
                width: 100px;
                height: 100px;
                z-index:-1;
            }
            20%{
                left: 0%;
                width: 100px;
                height: 100px;
                z-index:-1;
            }
            40%{
                left:calc(100% - 100px); 
                width: 100px;
                height: 100px;
                z-index:-1;
            }
            60%{
                left:calc(100% - 100px); 
                width: 100px;
                height: 100px;
                z-index:-1;
            }
            80%{
                left: calc(50% - 100px); 
                width: 200px; 
                height: 200px;
                z-index:999;
            }
            100%{
                left: calc(50% - 100px); 
                width: 200px; 
                height: 200px;
                z-index:999;
            }
            
        }
        .revolve3{
            animation: revolve3 5s linear infinite;
            transition:none;
        }
        @keyframes revolve3{
            0%{
                left:calc(50% - 100px); 
                width: 200px;
                height: 200px; 
                z-index:999;
            }
            20%{
                left:calc(50% - 100px); 
                width: 200px;
                height: 200px;
                z-index:999;
            }
            40%{
                left: 0%;
                width: 100px;
                height: 100px;
            }
            60%{
                left: 0%;
                width: 100px;
                height: 100px;
            }
            80%{
                left: calc(100% - 100px); 
                width: 100px; 
                height: 100px;
                z-index:-1;
            }
            100%{
                left: calc(100% - 100px); 
                width: 100px; 
                height: 100px;
                 z-index:-1;
            }
           
        }
    .about-imagess{
        display:none;
        
    }
    .rooms-text p {
    height: 100px;
    margin: 8px 0;
    font-family: Cormorant;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.approch .carousel1{
    grid-auto-columns: calc((100%) - 20px);
margin-bottom: 100px;
/*padding: 10px;*/
gap:20px;
    
}
.rooms-container{
    position: relative;
}
.card-img img{
    height:300px;
}

.btny{

    position: absolute;
    bottom: 100px;
    left: 120px;
    width: 60px;
}
 #right{
    margin-left: 100px;
}
.contact-container{
  height:900px;  
}
.form-wrapper {
    margin-top:50px;
    display: flex;
    flex-direction: column;
    
    align-items: center;
    gap: 20px;
    width: 96vw;
}
.form-wrapper span{
    margin-left:50px;
}
.form-wrapper form{
    height:700px;
}
input{
    text-align:left;
    text-decoration:none;
    background:transparent;
    color:white;
}
.contact-text p {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    height:50px;
}
    .footer-container {
    width: 100vw;
    height:700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
     padding-top: 10px; 
}
.content-area {
    width: 80vw;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: baseline;
    gap: 10px;
    height: 100%;
}
.content-area ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.row1,.row2,.row3{
    width: 90%;
    display: flex;
    flex-direction:column;
    align-items: center;
    gap: 20px;
}
.footer-container .content-area .social ul{
  display: flex;
  width:200px;
  justify-content:space-between;
  align-items:flex-start;
}
}
