@font-face {
  font-family: 'BrushFont';
  src: url('Fonts/Brush.woff') format('woff');
}

@font-face {
  font-family: 'Bandara';
  src: url('Fonts/Bandara.woff') format('woff');
}

body{
margin: 0;
width: 100%;

}

#main-content{
    display: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #preloader img {
    width: auto; 
    height: auto;
  }


 /* Cover section----------------------------------------------------------------------------------------------------------------------------*/
.cover{
    position: relative;
}
.responsive-wrapper{
    overflow: hidden;
    max-height: 100vh;
}

.cover img{
    width: 100%;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.logoSub{
    position: absolute;
    display: flex;
    align-items: center;
    padding: 5px;
}

#logoBackground {
    height: clamp(4.4rem, 7.5vw, 7.5rem);
    width: clamp(20rem, 30vw, 30rem);
}

#logo{
    padding-left: 10px;
    height: clamp(2rem, 2.5vw, 2.5rem);
    width: clamp(2.6rem, 3.2vw, 3.2rem);
}

.logo h1 {
    position: relative;
    display: inline-flex;
    top: 0;
    left: 0;
    font-size: clamp(0.8rem, 1.4vw, 1.4rem);
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(13, 13, 100);
}



#coverOverlay{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    height: clamp(6rem, 14vw, 14rem);
    width: clamp(25rem, 42vw, 42rem);
    transform: scaleX(-1) scaleY(-1);
    margin-bottom: -5px;
}

.taglinesection {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 3;
}

.taglinesection h1 {
    font-size: clamp(1.2rem, 2.5vw, 2.5rem);
    font-family: 'BrushFont', sans-serif;
    font-weight: 100;
    color: rgb(18, 3, 71);
    margin: 0;
    margin-right: 1vw;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 0;
    z-index: 4;
}

.taglinesection h2 {
    font-size: clamp(0.7rem, 1.1vw, 1.1rem);
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(96, 93, 107);
    margin: 0;
    margin-right: 1vw;
    padding: 10px;
    padding-bottom: 2vw;
    padding-top: 5px;
    z-index: 4;
}

 /* Cover Section Mobile View---------------------------------------------------------------------------------------------------------------- */

 @media (max-width: 600px){
.cover{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.responsive-wrapper{
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100vh;
    height: 75vh;
}

.cover img{
    width: auto;
    height: 100%;
}
}
 @media (max-width: 480px){

.responsive-wrapper{
    margin-left: -18vw; 
}

 }


/* Introduction Section------------------------------------------------------------------------------------------------------------- */

.intro{
    height: 100vh;
    display: flex;
    justify-content: left;
    padding-left: 6vw;
    align-items: center;
    font-size: clamp(0.6rem, 0.8vw, 0.8rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2.5vw, 2.5vw);
    max-width: 100%;
    overflow: hidden;
}

.introText{
    width: 58%;
}

.intro h2 {
    color: rgb(96, 93, 107);
    font-weight: 100;
}

.textstyle_1{
    color: rgb(18, 3, 71);
    font-size: clamp(1.2rem, 1.7vw, 1.7rem);
    font-family: 'Poppins';
    font-weight: 600;
}

.textstyle_2{
    font-size: clamp(2rem, 2.0vw, 2.0rem);
    font-family:'Poppins';
}

.textstyle_3{
    color:  rgb(18, 3, 71);
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.9rem, 1.3vw, 1.3rem);
}

.introImage{
    display: flex;
    justify-content: left;
    padding-left: 6vw;
}

.introImage img{
    width: auto;
    height: 50vh;
}


/* Introduction Section mobile view------------------------------------------------------------------------------------------------ */
 @media (max-width: 600px){

.intro{
    margin-top: 30vh;
    display: flex;
    flex-direction: column-reverse;
}

.introImage img{
    height: 40vh;
}

.introImage{
    padding-left: 0vw;
    width: fit-content;
}

.introText{
    width: 70%;
}
}

/* Services Section -------------------------------------------------------------------------------------------------------------- */
.services{
    height: 80vh;
    height: auto;
}
.services h1{
    padding-left: 7vw;
}

.servicessubdiv{
    width: 100%;
    display: flex;
    justify-content: center;
    color:  rgb(18, 3, 71);
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.9rem, 1.3vw, 1.3rem);
    text-align: center;
}

.servicediv{
    padding: 1.6vw;
    border-color: rgb(18, 3, 71);
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    width: 225px;
    height: auto;
    margin: 4px;
}

.servicesDescription{
    font-weight: 100;
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2.5vw, 2.5vw);
}

.servicediv i{
    padding-top: 20px;
    font-size: 40px;
    color: rgb(18, 3, 71);
    text-align: center;
}

/* Services Section Mobile View----------------------------------------------------------------------------------------------------------- */
 @media (max-width: 600px){

.services{
    position: relative;
    padding-top: 5vw;
    padding-bottom: 20vh;
}

.servicessubdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5vw; /* spacing between boxes */
  margin-top: 1rem;
}

.servicediv i{
    font-size: 30px;
}

.servicediv{
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}

.servicediv{
    width: clamp( 9rem,15vw,15rem);
}
}

/* Why us Section -------------------------------------------------------------------------------------------------------------------- */

.whyus{
    display: block;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-left: 6vw;
    max-width: 100%;
    padding-top: 10vw;
}

.whyuslist {
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2.5vw, 2.5vw);
    font-weight: 500;
    width: 55%;
}

.whyusdescription{
    display: flex;
    align-items: center;
}

.whyus img{
    width: 80%;
    height: auto;
}

.whyusimgContainer{
    width: 45%;
    display: flex;
    justify-content: center;
}

/* Why us Section mobile view---------------------------------------------------------------------------------------------------- */
 @media (max-width: 600px){

.whyus{
    position: relative;
    padding-bottom: 8vw; 
}

.whyus h1{
    padding-left: 1vw;
}

.whyusdescription{
    flex-direction: column-reverse;
    align-items: flex-start;
}

.whyus img{
    width: 50%;
    height: auto;
}

.whyusimgContainer{
    display: flex;
    justify-content: center;
    width: 100%;
}

.whyuslist {
    width: 90%;
}

}

/* packages Section -------------------------------------------------------------------------------------------------------------- */
.packages{
    height: 80vh;
}
.packages h1{
    padding-left: 7vw;
}

.packagessubdiv{
    width: 100%;
    display: flex;
    justify-content: center;
    color:  rgb(18, 3, 71);
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.9rem, 1.3vw, 1.3rem);
    text-align: center;
}

.packagediv{
    border-color: rgb(18, 3, 71);
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    width: 270px;
    height: auto;
    margin: 4px;
    overflow: hidden;
}

.packagesimage{
    margin: 0;
    width: 100%;
    height: auto;
}

.packagesubdiv{
    padding: 1.3vw;
}

.packagesDescription{
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.2vw, 1.2rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2.5vw, 2.5vw);
}

.packagediv i{
    padding-top: 20px;
    font-size: 40px;
    color: rgb(18, 3, 71);
    text-align: center;
}

/* packages Section Mobile View----------------------------------------------------------------------------------------------------------- */
 @media (max-width: 600px){

.packages{
    position: relative;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.packagessubdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5vw; /* spacing between boxes */
  margin-top: 1rem;
}

.packagediv i{
    font-size: 30px;
}

.packagediv{
    font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}

.packagediv{
    width: clamp( 10rem,15vw,15rem);
}
}


/* Tailormade Section ------------------------------------------------------------------------------------------------------------------- */
.tailormadeSection{
    display: block;
    margin-top: 8vw;
    padding: 7vw;
}

.tailormadeform{
    border-color: rgb(18, 3, 71);
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    width: auto;
    height: auto;
    margin: 4px;
    padding: 2vw;
}

.tailormadeSectionSubDiv{
    display: flex;
    padding: 1vw;
}

.tailormadeform td {
  padding: 0.5rem 1rem;
}

.tailormadeform .textstyle_3 {
  margin: 0;           
}

.tailormadeform input{
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2vw, 2vw);
    padding-left: 0.5vw;
    font-weight: 500;
    width: 300px;
}

.tailormadeform option{
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2vw, 2vw);
    padding-left: 0.5vw;
    font-weight: 500;
}

.tailormadeform select{
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2vw, 2vw);
    padding-left: 0.5vw;
    font-weight: 500;
    width: 300px;
}



.three-line-textarea {
    width: 300px;
    height: 80px;
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2vw, 2vw);
    padding-left: 0.5vw;
    font-weight: 500;
    resize: none;
    overflow-y: auto;
    box-sizing: border-box;
}

.tailormadeform button{
    width: 100%;
    border-color: rgb(18, 3, 71);
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    color: rgb(18, 3, 71);
    font-weight: 600;
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}

.formMessage{
    color: green;
    font-size: clamp(0.8rem, 1vw, 1rem);
    font-family: 'Poppins';
    line-height: clamp(1rem, 1.5vw, 1.5vw);
}

.tailormadeImages{
    display: flex;
    align-items: last baseline;
    justify-content: center;
    background-color: rgba(240, 248, 255, 0);
    border-radius: 15px;

    background-image: url(Images/Background\ Image.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: calc(96%) center;
}

.tailormadeImages img{
    z-index: 3;
    margin-bottom: -10%;
    width: 60%;

}

/* Tailormade Section Mobile View----------------------------------------------------------------------------------------------------------- */

 @media (max-width: 850px){

.tailormadeSectionSubDiv{
    display: flex;
    flex-direction: column-reverse;
}

.tailormadeImages img{
    margin-bottom: -20%;
}

.tailormadeSection{
    margin-top: 25vh;
}

.tailormadeform{
    z-index: 2;
    padding-top: 8vh;
}

.tailormadeform input{
    width: 44vw;
}

.tailormadeform select{
    width: 44vw;
}

.tailormadeform textarea{
    width: 44vw;
}

.tailormadeform td {
  padding: 0.5rem 0.5rem;
}

.tailormadeImages{
    height: 40vh;
    background-image: url(Images/Background_Image_mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

}

/* Reviews Section -------------------------------------------------------------------------------------------------------------------- */

.reviewsSection{
    padding-top: 10vh;
    height: 80vh;
}

.reviewsSection #topic{
    padding-left: 7vw;
}

.reviewsSectionSubDiv{
    padding-left: 8vw;
    padding-right: 8vw;
}

.reviewsSectionSub p{
    color: rgb(96, 93, 107);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2vw, 2vw);
}

.reviewsSectionSub h1{
    color: rgb(96, 93, 107);
    font-weight: 600;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    font-family: Arial, Helvetica, sans-serif;
}

.reviewsSectionSub i{
    color: rgb(230, 230, 12);
}

.reviewsSectionSub h3{
    text-align: right;
    font-family: 'Bandara';
    font-size: 38px;
}

.reviewsSectionSub{
    display: flex;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 7vh;
}

.reviewsSectionSub button{
    height: 30vh;
    background-color: rgba(255, 255, 255, 0);
    font-size: 30px;
    color: rgb(18, 3, 71);
    border: 0px;
    cursor: pointer;
}

.slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  width: 100%;
}

.slide.active {
  display: block;
  opacity: 1;
  position: relative;
}


/* Reviews Section mobile view---------------------------------------------------------------------------------------------------------- */

 @media (max-width: 800px){
.reviewsSectionSub button{
    height: 50vh;
}
}


/* Footer Section----------------------------------------------------------------------------------------------------------------------- */
.footerSection{
   position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.footerSection img{
    width: 100%;
    height: auto;
}

.footerSectionSubDiv{
    position: absolute;
    width: 50%;
    border-color: #09012500;
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    background-color: #090125e0;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.678);
    margin-right: 8%;
    margin-bottom: 16%;
    padding: 5vw;
}

.footerSectionSubDiv h1{
    color: white;
}

.footerSectionSubDiv i{
    color: white;
    padding-right: 15px ;
}
.footerImage{
    position: relative;
    width: 100%;
    height: auto;
}


.footerSectionSubDiv p{
    color: white;
    color: rgb(158, 158, 158);
    font-size: clamp(0.8rem, 1.1vw, 1.1rem);
    font-family: 'Poppins';
    line-height: clamp(1.5rem, 2vw, 2vw);
}

.footerBottomLine{
    position: absolute;
    color: rgb(149, 148, 150);
    justify-content: center;
}

.footerBottomLine{
    display: flex;
    width: 100%;
}

/* Footer Section Mobile View---------------------------------------------------------------------------------------------------------- */
 @media (max-width: 600px){
.footerSection{
    margin-top: 50vh;
}

.footerSectionSubDiv{
    width: 62%;
    margin-right: 4%;
    margin-bottom: 15%;
}

.footerBottomLine{
    font-size: 0.7rem;
}

.footerSection img{
    width: 110%
}

}