@charset "utf-8";
/* CSS Document */


html{scroll-behavior: smooth;}
	
body {
 font-family: 'Poppins';
  
}

	

main{
    margin-top: 0px;
}

section{
   padding-top: 0px !important;
}

video{
    width:100% ! important;
    margin-top: 0px !important;
}


#dRow{
  padding: 20px !important;
}

.actionBtn{
    background:white;
    border-style:solid;
    border-width:1px;
    border-color:#0870A3;
    border-radius:16px;
    padding:10px 20px;
    
}

h1{
  font-size: 3vw;
  padding-top:0px;
  margin-bottom:30px !important;
  font-weight:bold !important;
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto !important;
}


h2{
  padding-top: 40px !important;
  font-weight:bold !important;
  margin-left:20px;
}

h3{
  font-size: small !important;
  margin-top: 50px !important;
  margin-left: 20px !important;
  font-weight: bold;
}



.actionBtn:hover{
    color:white;
    background :#0870A3;
    border-radius:16px;
}

.studyBg{
	background-image: url("images/sbillboard.jpg");
	width: 100%;
	height: 720px;
	margin-top:50px ! important;
}

#vbgImg{
  width: 100%;
  display: none;
  margin-top:50px ! important;
}

#startBtn{
  display: none;
}


.autorotate{
    width:100% !important;
    animation: autoRotateAnimation;
    animation-timeline:view(70% 5%);
}

@keyframes autoRotateAnimation{
    
    from{
       transform: rotate(0deg); 
    }
    to{
     
      transform: rotate(360deg);
      background-color: aliceblue;
    }
}

.autoShow{
    animation: autoShowAnimation both;
    animation-timeline:view(40% 30%);
	margin-left: 0px;
}

@keyframes autoShowAnimation{
    
    from{
       opacity: 0;
       transform: translateY(200px) scale(0.3); 
    }
    to{
      opacity: 1;
      transform: translateY(0) scale(1); 
    }
}




.wrapa {
  margin-top: 2rem;
  margin-top: 100px !important;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  margin-bottom:100px ! important;
  height: 100px;
  position: relative;
  overflow: scroll;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}


	
.wrapa::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapa {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  
}


@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollRight {
  to {
    right: -200px;
  }
}

.itemLeft,
.itemRight {
  width: 200px;
  height: 100px;
  background-color: #e11d48;
  border-radius: 6px;
  position: absolute;
  animation-timing-function: linear;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.itemLeft {
  left: max(calc(200px * 8), 100%);
  animation-name: scrollLeft;
}

.itemRight {
  right: max(calc(200px * 8), calc(100% + 200px));
  animation-name: scrollRight;
}

.item1 {
  animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.item2 {
  animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.item3 {
  animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.item4 {
  animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.item5 {
  animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.item6 {
  animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.item7 {
  animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.item8 {
  animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

	
#scImg{
	width: 100%; 
	height: 100%;
	object-fit: scale-down;
	}


#menuImg{
	width: 100%;
	border-radius: 8px !important;
	border-style: 1px solid red ! important;
  object-fit: scale-down !important;
}
	
#result{margin-bottom:20px;}


.servicRow{
  margin:20px ! important;  
}

.myDivs{
	
	padding:10px ! important; 
		
}

	
.myDivs:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .3);
	transform: scale(1.2) !; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) *
}


.myDivs p::first-letter{
	font-size: 7vw !important;
	font-weight:bold;
	margin-top:0rem !important;
	line-height: 5rem !important;
	margin-right: 1rem !important;
	float:left !important;
}

.alBumDiv{
}

.alBumDiv h3{
  font-size: 4vw!important;
  color:black;
}


.subDiv{
  margin-bottom:0px;
}

#reVeal{
  margin-top:100px ! important;
  font-size: 4vw!important;  
}


#myPrice{
	font-size:2.1vw !important; 
	margin-top:0px;
}

#pimg{
  width:80% !important;
  height: auto !important;
  max-height:192px !important;
  margin-top:0px !important;
  border-radius: 5px !important;
  margin-bottom: 20px !important;
  object-fit: scale-down !important;
}
	
#pimg:hover{
    
  width:80% !important;
  height: auto !important;
  max-height:192px !important;
  margin-top:0px !important;
  border-radius: 5px;	
  transition: all 0.3s ease;
  transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  border-radius: 5px;	
  object-fit: scale-down !important;
}


em{
  font-style: normal;
 }


a{color:black ! important;}

#subForm{
    margin:0px auto;
}

#suB1{
    color:black !important;
    font-size:2vw;
}

#suB2{
    color:black !important;
    font-size:1vw;
}

.text-dark{
    font-size:1vw;
}
	
#name{
	width: 100%;
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
  padding: 6px 10px 6px 10px;
  width: 80% !important;
  margin:0px auto !important;
}
	
::placeholder{
  font-size:2.1vw !important;
}

#email{
  width: 80% !important;
  border: 1px solid gray !important;
  margin:0px auto !important;
}


#btN{
  width: 80% !important;
  margin:0px auto !important;
  font-size:1.9vw !important;
}

#fomG1{ 
     width: 80% !important;
     margin:0px auto !important;
     
    
 }
 
 #fomG2{ 
     width: 80% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }
 
 #fomG3{
     width: 64% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }

 
#btN:hover{
  background:black; 
  color:white;
   border-radius: 4px !important;
}

 
.subDiv{
  background-color: #f6fafc;
  /*background: rgb(2,0,36);
  background: linear-gradient(30deg, rgba(94, 94, 95, 0.62) 0%, rgba(117, 117, 117, 0.668) 35%, rgba(234, 236, 241, 0.599) 100%);*/
}

 #subForm{
  background: white;
 }
 
 
 table, .table, tbody{
     max-height:200px ! important;
 }
 
 img{width: 100%;}
 
 #dImg{width: 100%; max-height:200px ! important; overflow:scroll ! important;}

	
#cutImg{width: 100%;}
	
#mTd{width: 200px;}
	
#mImg{
	width: 100%;
	transition: transform 2s;
}

#mImg:hover {
  width: 100%;
  transform: rotate(360deg);
}

/*For Desktop View*/

@media screen and (min-device-width: 1025px){


 .carousel{
    padding-top:0px !important;
    max-height:520px ! important;
}
   
 
 .carousel-item img {
    width: 100% !important;
    max-height: 520px !important;
    margin-top: 5px !important;
    object-fit:contain !important;
    
  }
  

 .carousel-caption h3{
     margin-top:0px ! important;
	 font-size: 2.5vw !important;
     color:black;
 }
 
 
.carousel-control-prev{
   padding-top:230px ! important; 
}

.carousel-control-next{
    
    padding-top:230px ! important; 
}


video{
  width: 100%;
  max-height:520px ! important;
  object-fit:cover !important;
}
   
#punch{
  font-size: medium !important;
}

h1{
  font-size:4vw ! important;
  margin-left:10px;
  text-align:center;
  margin-top: 50px !important;
}

h2{
  font-size:2.5vw ! important;
  margin-left: 50px !important;
 
}

p{
font-size: small !important
}


#result{margin-bottom:0px;}

h3{
  font-size: x-large !important;
  margin-top: 50px !important;
  margin-left: 20px !important;
  font-weight: bold;
}

#dRow{
  padding:  10px 50px !important;
}

#pimg{
  margin-top: -10px !important;
  width: 100% !important;
  max-height: 100% !important;
  object-fit: scale-down !important;
 }

 #myPrice{
	font-size: 1vw !important
	
}

 .buybTn{
  width: 100% !important;
  font-size:1vw !important
 }

 #eye{
  margin-top: -25px !important;
 }

 em{
  font-style: normal;
 }


 
.servicDiv{

}

.servicDiv h2{
  font-size: large;
  margin-left: 20px;
}

.actionBtn{
  font-size: x-small;
}

.myDivs p::first-letter{
	font-size: 3vw !important;
	font-weight:bold;
	margin-top:0rem !important;
	line-height: 1.8rem !important;
	margin-right: 0rem !important;
	float:left !important;
}


.myDivs p{
	font-size: small !important;
	
}


#menuImg{
	width: 90% !important;
	border-radius: 5px !important;
	margin-left: 0px !important;
}
	
.text-black h1{font-size: 1.2vw}

.wrapa::-webkit-scrollbar {
  display: block;
}

/* Hide scrollbar for IE, Edge and Firefox */
.wrapa {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: block;  
}

	
.studyBg{
 padding-top: 50px !important;
}

#vbgImg{
 width: 100 % !important;
}

.subDiv{
    align-content: center;
    align-items: center;
    margin:0px;
    margin-top:100px;
    height:450px;
}


#h1{
    font-size:1.8vw;
}



#subForm{
    width:100%;
    margin:0px  auto !important;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}


::placeholder{
    font-size:0.8vw !important; 
}
	
#suB1{
  color:black !important;
    font-size:2.2vw !important;
}

#suB2{
  color:black !important;
    font-size:1.2vw !important;
}


.text-dark{
    font-size:4vw;
}

 
#btN{
  width: 80% !important;
  margin:0px auto !important;
  font-size:0.8vw !important;
}



 

.tab-pane{
  padding: 20px 100px;
}
	
#myTab{
   margin-left: 120px;
}
	
	
#mTd{
    margin-top:0px;
   
}


#hedin{
   font-size: 0.5vw !important;
   margin-top:0px;
}

#introI{
    font-size:0.2vw !important;
     margin-top:5px;
    
}

	
#introP{
	 margin-top:0px;
}


#latest{
    font-size: 0.6vw !important; 
    margin-top:0px;
    
}


#lN{
    font-size:1vw !important;
    margin-top:0px;
    font-weight:bold ! important;
}

em{
    font-size:1.1vw !important;
    margin-top:0px;
}
	

#mTd{width: 450px;}
	
#mImg{width: 40% ! important;}

    
}



/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {

  
  main{
    margin-top: 0px !important;
  }

  .sectionOne{
    margin-top: -10px !important;
  }

	
#result{margin-bottom:10px;}

.carousel{
  padding-top:0px !important;
  max-height:310px ! important;
}
 

.carousel-inner img {
  width: 100%;
  padding-top: 50px !important;
  max-height:300px ! important;
  object-fit: scale-down !important;
  
}


.carousel-caption h3{
   margin-top:0px ! important;
 font-size: 2.5vw !important;
   color:black;
}


.carousel-control-prev{
 padding-top:130px ! important; 
}

.carousel-control-next{
  
  padding-top:130px ! important; 
}


video{
width: 100%;
padding-top: 50px !important;
max-height:300px ! important;
object-fit:cover !important;
}

#punch{
  font-size: small !important;
}
h3{
  font-size: medium !important;
  margin-top: 50px !important;
}

#pimg{
  width: fit-content !important;
  max-height: 50px !important;
 }

 #myPrice{
	font-size:x-small !important;
	
}
 
	
 .buybTn{
  font-size:x-small !important
 }

 #eye{
  margin-top: -25px !important;
 }

 em{
  font-style: normal;
 }

.servicDiv{

}

.servicDiv h2{
  font-size: medium;
  margin-left: 20px;
}

.actionBtn{
  font-size: x-small;
}

.myDivs p::first-letter{
	font-size: 4vw !important;
	font-weight:bold;
	margin-top:0rem !important;
	line-height: 1.8rem !important;
	margin-right: 0rem !important;
	float:left !important;
}


.myDivs p{
	font-size: 1vw !important;
	
}


.subDiv{
    align-content: center;
    align-items: center;
    margin:0px; 
    height:450px;
}

	
#menuImg{
	width: 200px !important;
  max-height: 100px !important;
	border-radius: 5px !important;
	margin-left: 0px !important;
}

	
	
.studyBg{
	background-image: url("images/sbillboard.jpg");
	display:none;	
}


#vbgImg{
  width: 100% ! important;
  display: inline-flex;
  margin-top:20px ! important;
}

#reVeal{
  margin-top: -80px !important;
}

.wrapa {
  margin-top: 0px !important;
}

#h1{
    font-size:1.6vw;
}

#aH{
 font-size:2.2vw ! important;
 margin-top:50px ! important;
 margin-left:0px ! important;
}

#aP{
    color:black !important;
    font-size:1.2vw ! important;
     margin-left:0px ! important;
}

.signBtn{
  font-size:1.8vw ! important;  
   margin-left:0px ! important;
}


#postMan{
    margin-bottom:20px;
}
#suB1{
    
    font-size:2vw;
}

#suB2{
  color:black !important;
    font-size:1.1vw;
}


#ed{margin-top: 0px;}


#subForm{
    width:100%;
    margin:0px auto !important;
    align-content: center;
	align-items: center
}


#pwd{
	width: 400px;
	background-color: white;
}

input[type=text]:focus {
  width: 100%;
  background: hotpink;
}

::placeholder{
  font-size: 1.1vw !important;
}

#btN{
  width: 80% !important;
  margin:0px auto !important;
  font-size:1.1vw !important;
}


#lN{
    font-size:1.1vw !important;
    margin-top:0px;
}

em{
    font-size:1.1vw !important;
    margin-top:0px;
}
	
#hTd{
    width: 250px; 
   font-size:1.1vw !important;
    
}

#cutImg{width: 80%;}


#mTd{width: 120px;}

#mImg{width: 80% ! important;}


 

}



/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
	

  main{
    margin-top: 0px !important;
  }

  .sectionOne{
    margin-top: -10px !important;
  }

	
#result{margin-bottom:10px;}

.carousel{
  padding-top:50px !important;
  max-height:360px ! important;
}
 

.carousel-item img {
  width: 100% !important;
  margin-top: 0px !important;
  max-height:350px ! important;
  object-fit: cover !important;
  
}


.carousel-caption h3{
   margin-top:0px ! important;
 font-size: 2.5vw !important;
   color:black;
}


.carousel-control-prev{
 padding-top:230px ! important; 
}

.carousel-control-next{
  
  padding-top:230px ! important; 
}


video{
width: 100%;
max-height:350px ! important;
object-fit:cover !important;
margin-top: 0px !important;
}


h1{
  padding-top: 100px !important;
  font-size: 3.5vw !important;
}


h2{
  font-size: 2.7vw !important;
  margin-left: 20px !important;
}

p{
  font-size: 2vw !important;
}

.myDivs p::first-letter{
	font-size: 4vw !important;
	font-weight:bold;
	margin-top:0rem !important;
	line-height: 1.8rem !important;
	margin-right: 1rem !important;
	float:left !important;
}


.myDivs p{
	font-size: 1.5vw !important;
	
}

.actionBtn{
  font-size: 1.8vw !important;
}

#menuImg{
 max-height: 100px !important;
 object-fit: scale-down !important;
 border-radius: 5px !important;

}

.studyBg{
	background-image: url("images/sbillboard.jpg");
	display:none;	
}


#vbgImg{
  width: 100% ! important;
  display: inline-flex;
  margin-bottom:30px ! important;
  margin-top:20px ! important;
}


.alBumDiv{
  margin-top: -20px !important;
}

#reVeal{
  margin-top: -10px !important;
}


#pimg{
  width: fit-content !important;
  max-height: 80px !important;
 }

 .buybTn{
  font-size:x-small !important
 }

 #eye{
  margin-top: -25px !important;
 }

 em{
  font-style: normal;
 }

.subDiv{
    align-content: center;
    align-items: center;
    margin:0px;
    height:450px;
}

.wrapa {
  
  width: 90%;
  margin-bottom:120px ! important;
  
}

#priceHed{font-size:1.8vw !important;}
#myPrice{font-size:1.6vw !important;}

#postMan{
    margin-bottom:50px;
}

#subDiv{
    margin-top:80px;
}

#suB1{
  color:black !important;
    font-size:3.4vw;
}

#suB2{
  color:black !important;
    font-size:2.1vw;
}

.subDiv{
    margin-top:50px !important;
    height:330px;
}

#subForm{
    width:100%;
    margin:0px auto !important;
    align-content: center;
	  align-items: center
}
	
	
#suB1{
    color:black;
    font-size:3.4vw;
}

#suB2{
    color:black;
    font-size:1.8vw !important;
}

::placeholder{
  font-size:1.8vw !important;
}



#fomG2{ 
  margin:0px auto !important;
  margin-top: -17px !important;
  
}
#fomG3{ 
  margin:0px auto !important;
  margin-top: 7px !important;
  
}
#btN{
  width: 80% !important;
  margin:0px auto !important;
  font-size:1.9vw !important;
}


#lN{
    font-size:2vw !important;
    margin-top:0px;
}

em{
    font-size:2vw !important;
    margin-top:0px;
}
	
#hTd{
    width: 250px; 
   font-size:2vw !important;
    
}

#cutImg{width: 80%;}


#mTd{width: 120px;}

#mImg{width: 80% ! important;}


 


}



@media screen and (max-width:420px){


  main{
    margin-top: 0px !important;
  }

  .sectionOne{
    margin-top: 0px !important;
  }

  .carousel{
    margin-top:0px !important;
    max-height:240px ! important;
}
   
.carousel-item{
  width: 100% !important;
  margin-top:0px !important;
  max-height:240px ! important;
}

 .carousel-item img {
    width: 100% !important;
    margin-top: 58px !important;
    max-height:240px ! important;
    object-fit: contain !important;
    
  }
  

 .carousel-caption h3{
     margin-top:0px ! important;
	 font-size: 3.5vw !important;
     color:black;
 }
 
 
.carousel-control-prev{
   padding-top:130px ! important; 
}

.carousel-control-next{
    
    padding-top:130px ! important; 
}


video{
  width: 100% !important;
  margin-top: 58px !important;
  max-height:240px ! important;
  object-fit:cover !important;
}
    
h1{
    font-size:8vw ! important;
    margin-left:0px !important;
    margin-top: 15px !important;
    margin-bottom:0px ! important;
    text-align:center;
}

h2{
    font-size:6vw ! important;
    margin-top: 0px !important;
    margin-left:20px !important;
    
}


h3{
    margin-top: 0px ! important;
    margin-left:20px !important;
}

p{
    font-size:3.3vw ! important;
   
}
	
#result{
    margin-bottom:0px;
}




.servicRow{
  margin:5px ! important;  
}

	
.studyBg{
	background-image: url("images/sbillboard.jpg");
	display:none;	
}


#vbgImg{
  width: 100% ! important;
  display: inline-flex;
  margin-top:50px ! important;
  margin-bottom:30px ! important;
}


#startBtn{
  display:block;
}

#pimg{
  width: 100% !important;
  max-height: 100% !important;
  margin-top: -10px !important;
 
}

.buybTn{
  width: 100% !important;
  font-size:2.9vw !important;
 }

#reVeal{
  margin-top:50px ! important;
  padding: 20px !important;
  font-size: 4vw!important;  
}
	

.wrapa {
  margin-top: 20px !important;
}
	
.alBumDiv{
		
}

.alBumDiv h3{
  margin-top:100px ! important;
  font-size: 4vw!important;
  color:black;
}

.subDiv{
    align-content: center;
    align-items: center;
    margin:80px;
    margin-bottom:0px;
    margin-left:0px; 
    height:450px;
	
}

#h1{
    font-size:4.8vw;
}


#myPrice{
    font-size:3.8vw ! important;
}

#postMan{
    margin-bottom:40px;
}

#suB1{
    color:white;
    font-size:2vw;
}

#suB2{
    color:white;
    font-size:1.1vw;
}


#subForm{
    width:100%;
    margin:0px auto !important;
    align-content: center;
	align-items: center
}

 
#name{
	width: 100% !important;
  height: 40px !important;
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
  padding: 10px 10px 10px 10px;
  margin:0px auto !important;
  border: 1px solid gray !important;
}
	
::placeholder{
  font-size:3.2vw !important;
}

#email{
  width: 100% !important;
  margin:0px auto !important;
}


#btN{
  width:100% !important;
  margin:0px auto !important;
  font-size:3.2vw !important;
}

#fomG1{ 
     width: 100% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 100% !important;
     margin:0px auto !important;
     margin-top: -15px !important;
     
 }
 
 #fomG3{
     font-size: 3vw !important;
     width: 100% !important;
     height: 40px !important;
     margin:0px auto !important;
     margin-top: 10px !important;
     
 }

 
#fomG3:hover{background:orangered; color:white;}

#lN{
    font-size:3vw !important;
    margin-top:0px;
}

em{
    font-size:3.2vw !important;
    margin-top:0px;
}
	
#hTd{
    width: 250px; 
   font-size:4.5vw !important;
    
}

#cutImg{width: 80%;}


#mTd{width: 120px;}

#mImg{width: 80% ! important;}



}


