	
html{
  scroll-behavior: smooth;
}

:root{
  --font-family: "poppins", sans-serif;
  --font-weight: 400;
  --font-style: normal;
}

*{
   font-family: var(--font-family);
   font-weight: var(--font-weight);
}

  
#myheda{
  font-size:3.2vw ! important;
  color:navy ! important;
  font-weight:bold ! important;
}

main{
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right); 
}



.add-to {
	width: 40%;
	margin-top:0px ! important;
	margin-bottom:0px;
} 
		
.add-to-btn {
	background-color: #f40 !important; 
	color: white; 
  border-style: solid !important;
  border-color: blue !important;
  border-width: 1px !important;
	border-radius:28px ! important;
	margin-top:0px ! important;
	margin-left:10px;
	font-weight: bold; 
	width: 100%; 
	height: 50px; 
}


.add-to-btn:hover {
	background-color: green ! important; 
	color: white; 
}

em{
    color:#f40;
    font-style:normal;
    font-weight:bold;
}


h1{
  color: black ! important;
}


.btn1{
  background:navy ! important; 
  color:white;
  width:100% ! important;
  border-radius: 24px ! important;
  text-transform: capitalize ! important;
}

.btn2{
   background:rgb(218, 202, 134) ! important; 
   width:100% ! important;
   border-radius: 24px ! important;
   text-transform: capitalize ! important;
   color: black !important; 
}

.btn1:hover, .btn2:hover{
    background:#020B2E ! important;
    color:white ! important;
   
}

.exBTN{
    margin-top:-77px;
    width:45%;
    padding:14px 40px 14px 40px;
    border-radius:24px;
	border-style: solid;
	border-color:darkblue !important;
	border-width: 1px;
    margin-right:8px;
	background: white !important;
}



.exGBTN:hover{
  
	background:gray;
	color: darkblue;
	
}


.lOGBTN{
    margin-top:-77px;
    width:45%;
    padding:14px 40px 14px 40px;
    border-radius:24px;
    border-style: solid;
	border-color:orangered;
	border-width: 1px;
    margin-right:8px;
	background: white !important;
}



.lOGBTN:hover{
  
	background:gray;
	color: darkblue;
	
}


@property --startColor {
  syntax: "<color>";
  initial-value: #fcfdcb;
  inherits: false;
	
}

@property --endColor {
  syntax: "<color>";
  initial-value: rgb(240, 242, 245);
  inherits: false;
	
	
}

.motionEffect {
  background: linear-gradient(var(--startColor), var(--endColor));
  animation: gradient 3s linear infinite;
}

@keyframes gradient {
  0%,
  100% {
    --startColor: #fcfcf9;
    --endColor:rgba(236, 247, 255, 0.884);
  }
  50% {
    --startColor:#fcfcf9;
    --endColor: rgb(246, 249, 252);
  }
}
	
.motionEffect{ 
	width: 100%;
	margin-top:0px ! important;
}

.motionEffect p{
  color: black ! important;
}


.row h1{
	font-size: 2vw;	
}


.secondSection{
    background:#020B2E;
}


.thirdSection{
  
    h2{
      font-size:  3vw !important;
      font-weight: bold !important;
      color: #020B2E !important;
    }

    header{
      font-size: 3vw !important;
    }
}

.fourthsection, .fourthDiv{
	background: rgb(192,192,195);
    background: linear-gradient(0deg, rgba(192,192,195,0.5074404761904762) 0%, rgba(233,246,251,0.8799894957983193) 0%, rgba(244,244,249,0.6306897759103641) 39%);
}

.fourthsection{
  h2{
    margin-top: 0px !important;
  }

  p{
    margin-top: 0px !important;
  }
}

.fourthDiv{
	height: 50%;
	max-height:420px;
}

.lastSection{
	margin-top:0px ! important;
	background:#020B2E;
}

.lastSection h1{
	margin-top:20px;
	margin-bottom: -50px;
	color: white;
	padding-left: 20px;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 20px;
  background-color:#020B2E;
  padding: 1px;
}
.grid-item {
  background-color:aliceblue;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 30px;
  color:black;
  text-align: center;
}

.grid-container2 {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  background-color:#020B2E;
  padding: 1px;
}
.grid-item2 {
  background-color:#020B2E;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 0px;
  font-size: 30px;
  color:white;
  text-align: center;
}


#desktop, #deskGift{display: none;}

.deskSection{
    display:none;
}

.desk h1{
	color: white;
}

.desk p{
	color: white;
}

.mobile h1{
	color: white;
}

.mobile p{
	color: white;
}


table{
   box-shadow: 1px 3px 2px 2px rgba(223, 220, 220, 0.322) !important;
   transition: 0.2ms !important;
}

table td{
    color:white;
    column-gap:40px;
    border-collapse:separate;
    border-spacing:20 15px; 
}

table th{
    color:white;
    margin:20px;
}

#app{
    width:100%;
    height:60%;
    object-fit: contain;
}

#orbDesk{
    width:100%;
    height:100%;
    object-fit: contain;
}


#deskImg{
   width:100%;
}

	
.wrapa {
  margin-top: 2rem;
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  height: 170px;
  padding-top:50px;
  margin-bottom:50px;
  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: white;
  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);
}



#lN{
    font-size:4vw !important;
    margin-top:0px;
    color:black ! important;
    font-weight:bold ! important;
}


#lD{
    font-size:3vw !important;
    color:black ! important;
    margin-top:0px;
    text-decoration:none ! important;
}


	
#scImg{
	width: 100%; 
	height: 100%;
	object-fit: scale-down;
}

	
#lastH1{
    color:white;
    font-size:3vw;
}

#lstP{
    color:white;
    font-size:1.2vw;
}

#copiP{
    color:#ccc;
    font-size:2.2vw; 
}


#bottomBtn{
   
    width:40%;
    margin-left:0px;
    margin-top:20px;
    margin-bottom:40px;
    padding:10px 10px 10px 10px;
    border-radius:24px;
    margin-right:12px; 
}



#bottomBtn:hover{
   background:orangered ! important;
   color:white ! important;
}
	
.card-deck{
  margin-top:0px; 
  border-width:0px;
}
	
.card-body{
  border-style:none;

}

#pimg{
  width:100%;
  object-fit: scale-down;
  border-radius: 5px;
  margin-bottom: 10px;
}
	
#pimg:hover{
	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;	
}

	
img{width: 100%;}
	
#dImg{width: 100%; height:420px;}

	
#cutImg{width: 100%;}
	
#mTd{width: 200px;}
	
#mImg{
	width: 100px;
	height:100px;
    border-radius: 50px;
	aspect-ratio:16/9 ! important;
	transition: transform 2s;
    box-shadow: 2px 2px 3px 2px rgb(238, 225, 154) !important;

}

#mImg:hover {
  	transition: transform 2s;
    box-shadow: 2px 2px 3px 2px rgba(12, 4, 48, 0.541) !important;
}



.grid-itemF p {
    color:white ! important;
}

	
.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opty: 0;
      transform: translateY(70%);
    } 
    100% {
      opty: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opty: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opty: 1;
      -webkit-transform: translateY(0%);
    }
  }

	
.carousel{
    width: 100% !important;
    height: auto !important;
}

.carousel-item, .carousel-inner{
  width: 100% !important;
  height: 100vh !important;
  aspect-ratio: 16/9 !important;
  object-fit: fill !important;
  
}

.carousel-item, .carousel-inner, .cImg, video{
  transition: opacity 150ms ease !important;
}


video{
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: fill !important;
}

#cH{
  font-size: 8vw !important;
  position: absolute !important;
  z-index: 8 !important;
  top: 80% !important;
  left:3% !important;
  color: orangered ! important;
}

.carousel-control-prev, .carousel-control-next{
  position: absolute !important;
  top: 50% !important; 
}

.cImg{
  width: 100% !important;
  max-height: 100vh !important;

}

.webRef{
  margin: 0px auto !important;
  height: 100% !important;
}

iframe{
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
}


#subBtN{
  text-transform: capitalize ! important;
  font-size:4vw ! important;
}

.subDiv{
  margin-bottom:0px;
   background: #ccc;
}


#subForm{
    margin:0px auto;
    background: white !important;
    border-radius: 12px !important;
}

#suB1{
    color:black !important;
    margin: 0px auto ! important;
    font-size:3.2vw ! important;
}

#suB2{
    color:black !important;
    margin: 0px auto ! important;
    font-size:3vw ! important;
}

.text-dark{
    font-size:1vw;
}
	
#name{
	width: 100%;
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
    width: 80% !important;
    padding-left:12px ! important;
    margin:0px auto !important;
    border:1px solid #ccc ! important;
}
	
::placeholder{
  font-size:2.1vw !important;
}

#email{
  width: 80% !important;
  margin:0px auto !important;
}



#fomG1{ 
     width: 80% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 80% !important;
     margin:0px auto !important;
     margin-top: 2px !important;
     
 }
 
 #fomG3{
     width: 60% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
   background:black; color:white;
     width: 100% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}


#subBtN:hover{background:orangered; color:white;}


.hide{
  display: none !important;
}

#message{
    color:red;
    font-size:3vw;
}	
	

  
/*For Desktop View*/

@media screen and (min-device-width: 1025px){

  
#myheda{
  font-size:1.7vw ! important;
}

.add-to {
	width: 15% ! important;
	margin-top:0px ! important;
	margin-bottom:0px;
} 
    
.cImg{
  width: 100% !important;
  max-height: 100vh !important;

}

video{
 max-height:100vh ! important;
}


#cH{
  font-size: 1.2vw !important;
  position: absolute !important;
  z-index: 8 !important;
  top: 90% !important;
}


h1{
  color: white;
}


.motionEffect h1{
  font-size:1.9vw ! important;
  padding-top:30px ! important;
  
}


.motionEffect p{
  color: black ! important;
}


.mobile{
  display: none;
}	


#desktop, #deskGift{display: none;}

.btn1{
   
    width:20% ! important;
    border-radius:24px ! important;
    border: 0.2px solid white;
    margin-left:400px ! important;
}


.btn2{
    width:20% ! important;
    border-radius:24px ! important;
    margin-top: -97px !important;  
    margin-right:400px ! important;
}

#deskImg{
   display:block;
   width:100%;
}

.deskSection{
    display:none;
    background:#020B2E;
    margin-top:-17px;
}


.thirdSection{
   display:block;
    h2{
      font-size:  3vw !important;
      font-weight: bold !important;
      color: #020B2E !important;
    }

    header{
      font-size: 2vw !important;
    }
}

	
.row{
  padding: 0 100px 0 100px;
}
	
.row h1{
    font-weight:bold;
	  font-size: 2.5vw;	
}
	
.myRow{
  padding: 0 100px 0 100px;
}
	
.myrow h1{
	font-size: 2.5vw;	
}

.seVices{
   padding-left:110px !important;  
   padding-top:0px !important; 
   font-size: 2vw !important;
}

#seVices P{
   padding-left:110px; 
     
}
	
.mhT{
    padding-bottom:10px;
} 

 #mobile{display: none;}

#app{
    width:100%;
    height:50%;
    object-fit: contain;
}


.lastSection{
}


.lastSection h1{
	padding-left: 50px;
}


#lastH1{
    color:white;
    font-size:2.5vw;
	padding-top: 50px;
}

#lstP{
    color:white;
    font-size:1.5vw;
	padding-top: 55px;
}
	
#lastHH1{
    color:white;
    font-size:2.5vw;
}

#lstPP{
    color:white;
    font-size:1.5vw;
	padding-top: 55px;
}


#copiP{
    color:#ccc;
    font-size:1.1vw; 
    margin-top:30px;
    padding-bottom:50px;
}

#bottomBtn{
   
    width:20%;
    margin-left:0px;
    margin-top:20px;
    margin-bottom:40px;
    padding:10px 10px 10px 10px;
    border-radius:24px;
    margin-right:12px; 
}

.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:1.4vw !important;
    margin-top:0px;
   
}


#lD{
    font-size:1.1vw !important;
    margin-top:0px;
   
}


#mTd{width: 450px;}
	
#mImg{
  width: 200px;
  height: 200px;
  border-radius: 50% !important;
}


#dImg{
    height:400px !important;
    
}

#pimg{
  width:100%;
  max-height:245px;
  margin-top:0px;
  object-fit: scale-down;
  border-radius: 5px;
  margin-bottom: 0px;
}	

.webRef{
  width: 100% !important;
  height:520px !important ;
}

iframe{
  width: 100% !important;
  height: 520px !important ;
}


#message{
  font-size:1vw ! important;
}


#subBtN{
  font-size:1.2vw ! important;
}

.subDiv{
    align-content: center;
    align-items: center;
    margin:0px;
    margin-top:0px;
    height:450px;
    background: #ccc;
}

#subForm{
    width:50%;
    margin:0px  auto !important;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

#name{
	width: 80%;
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
    width: 80% !important;
    margin:0px auto !important;
    margin-top:10px ! important;
    border:1px solid #ccc ! important;
}

#email{
  width: 80% !important;
  margin:0px auto !important;
}
	
::placeholder{
  font-size:0.8vw !important;
}

#fomG1{ 
     width: 80% !important;
     margin:0px auto !important;
    
 }
 
 #fomG2{ 
     width: 80% !important;
     margin:0px auto !important;
 }
 
 #fomG3{
     width: 80% !important;
     margin:0px auto !important;
     
 }

 
#subBtN{
   background:black; color:white;
     width: 80% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}

#suB1{
    font-size:2vw !important;
}

#suB2{
    font-size:1vw !important;
}

	
}
	

	
/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {
  
#myheda{
  font-size:2vw ! important;
}

h1{
  font-size: 2.2vw !important;
}

#lN{
      font-size:1.9vw !important;
      margin-top:0px;
  }
  
  
  #lD{
      font-size:1.5vw !important;
      margin-top:0px;
  }
   
  #mTd{width: 150px ! important;}
    
  #mImg{
	width: 100px;
	height:100px;
    border-radius: 50px;
	aspect-ratio:16/9 ! important;
}

  
  #dImg{
      height:400px !important;
      
  }
  
  #pimg{
    width:100%;
    max-height:245px;
    margin-top:0px;
    object-fit: scale-down;
    border-radius: 5px;
    margin-bottom: 0px;
  }	
  
  
    
.motionEffect h1{
    font-size: 2.2vw ! important;
    padding-top:25px ! important;
}

  
.motionEffect p{
   font-size: 1.5vw;
}
  .mobile{
    display: none;
  }	
    

  .carousel{
    width: 100% !important;
    max-height: 580px !important;
  }

.carousel-item, .carousel-inner{
  width: 100% !important;
  margin-top: -20px !important;
  max-height: 560px !important;
  aspect-ratio: 16/9 !important;
  object-fit: fill !important;
   background: #f5f3f3 !important;
}

#cH{
  font-size: 1.6vw !important;
  position: absolute !important;
  z-index: 8 !important;
  top: 90% !important;
}

.cImg{
  max-height: 540px !important;
  margin-top: 100px !important;
}

video{
 aspect-ratio: 16/9 !important;
 object-fit: fill !important;
 margin-top: -30px !important;
}

  #desktop, #deskGift{display: none;}
  

  .btn1{
      
      width:20%  !important ;
      border-radius:24px !important;
      border: 0.2px solid white;
      font-size: 1.5vw !important;
      margin-left:200px ! important;
      
  }

  .btn2{
     
      width:20%  !important ;
      border-radius:24px !important ;
      font-size: 1.5vw !important;
      margin-top: -90px !important;
      margin-right:200px ! important;
  }
  
  #deskImg{
     display:block;
     width:100%;
  }
  

  .thirdSection{
      display:block;
  }

  .thirdSection h1{
    margin-top: 30px !important;
}
    
  .row{
    padding: 0 10px 0 10px;
  }
    
  .row h1{
    font-weight:bold;
    font-size: 2.5vw;	
  }
    
  .myRow{
    padding: 0 10px 0 10px;
  }
    
  .myrow h1{
    font-size: 2.5vw;	
  }
  
  .seVices{
     padding-left:20px !important;  
     padding-top:10px !important; 
     font-size: 3vw !important; 
  }
   
  .mhT{
      padding-top:40px;
      padding-bottom:10px;
  } 
  
   #mobile{display: none;}
  
  #app{
      width:100%;
      height:50%;
      object-fit: contain;
  }
  
  
  .lastSection{
   
  }
  
  
  .lastSection h1{
    padding-left: 10px;
  }
  
  
  #lastH1{
      color:white;
      font-size:2.5vw;
    padding-top: 50px;
  }
  
  #lstP{
      color:white;
      font-size:1.5vw;
      padding-top: 55px;
  }
    
  #lastHH1{
      color:white;
      font-size:2.5vw;
  }
  
  #lstPP{
      color:white;
      font-size:1.5vw;
       padding-top: 55px;
  }
  
  
  #copiP{
      color:#ccc;
      font-size:1.1vw; 
      margin-top:30px;
      padding-bottom:50px;
  }
  
  #bottomBtn{
     
      width:25% ! important;
      margin-left: 0px;
      margin-top:20px;
      margin-bottom:40px;
      padding:10px 10px 10px 10px;
      border-radius:24px;
      margin-right:12px; 
  }
 
  
  .tab-pane{
    padding: 20px 100px;
  }
    
  #myTab{
     margin-left: 20px;
  }
    
    
  #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:1.9vw !important;
      margin-top:0px;
  }
  
  
  #lD{
      font-size:1.5vw !important;
      margin-top:0px;
  }
   
  #mTd{width: 150px ! important;}
    
  #mImg{
	width: 100px;
	height:100px;
    border-radius: 50px;
	aspect-ratio:16/9 ! important;
}

  
  #dImg{
      height:400px !important;
      
  }
  
  #pimg{
    width:100%;
    max-height:245px;
    margin-top:0px;
    object-fit: scale-down;
    border-radius: 5px;
    margin-bottom: 0px;
  }	
  
    
  .card-body{
    width:100%;
    max-height: 320px;
  }
    
  .card-title{
    margin-top:0px;
    
  }
  
  .card-footer{
    margin-top:60px;
  }	


#message{
  font-size:1vw ! important;
}


#subBtN{
  font-size:1.2vw ! important;
}
  
#suB1{
    font-size:2vw ! important;
}

#suB2{
    font-size:1.1vw ! important;
}


#ed{margin-top: 0px;}

.subDiv{
    align-content: center;
    align-items: center;
    margin:0px; 
    height:450px;
	  background: #ccc;
}


#subForm{
    width:60% !important;
    margin:0px auto !important;
    align-content: center;
	  align-items: center
}


#pwd{
	width: 400px;
	background-color: white;
}

input[type=text]:focus {
  width: 100%;
  background: hotpink;
}

#name{
	width: 100%;
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
    width: 80% !important;
    margin:0px auto !important;
    margin-top:10px ! important;
    border:1px solid #ccc ! important;
}

#email{
  width: 80% !important;
  margin:0px auto !important;
}

::placeholder{
  font-size: 1.1vw !important;
}

 
 #fomG3{
     width: 60% !important;
 }

 #subBtN{
     background:black; color:white;
     width: 100% !important;
     margin:0px auto !important;
     margin-top: 10px !important;
}

  
}
	
	


/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
  
  
#myheda{
  font-size:2.2vw ! important;
}

  h1{
    font-size: 2.2vw !important;
  }
  
 .motionEffect h1{
    font-size: 2.6vw ! important;
    padding-top:25px ! important;
  }

 .motionEffect p{
   font-size: 1.5vw;
  }
  
  .mobile{
      display: none;
  }	
     
 
  .carousel{
    width: 100% !important;
    max-height: 430px !important;
  }

.carousel-item, .carousel-inner{
  width: 100% !important;
  margin-top: -20px !important;
  max-height: 420px !important;
  aspect-ratio: 16/9 !important;
  object-fit: fill !important;
   background: #f5f3f3 !important;
}

#cH{
  font-size: 1.8vw !important;
  position: absolute !important;
  z-index: 8 !important;
  top: 90% !important;
}

.cImg{
  max-height: 420px !important;
  margin-top: 90px !important;
}

video{
 aspect-ratio: 16/9 !important;
 object-fit: fill !important;
 margin-top: -30px !important;
}

#desktop, #deskGift{display: none;}
  
    .btn1{
       
        width:20%  !important ;
        border-radius:24px !important;
        border: 0.2px solid white;
        font-size: 2vw !important;
        margin-left:130px ! important;
    }
    
    
    .btn2{

        width:30%  !important ;
        border-radius:24px !important ;
        font-size: 2vw !important;
        margin-top: -88px !important;
        margin-right:130px ! important;
    }
    
    #deskImg{
       display:block;
       width:100%;
    }
    
  
    .thirdSection{
        display:block;
    }
  
    .thirdSection h1{
      margin-top: 30px !important;
  }
      
    .row{
      padding: 0 10px 0 10px;
    }
      
    .row h1{
      font-weight:bold;
      font-size: 2.5vw;	
    }
      
    .myRow{
      padding: 0 10px 0 10px;
    }
      
    .myrow h1{
      font-size: 2.5vw;	
    }
    
    .seVices{
       padding-left:20px !important;  
       padding-top:10px !important; 
       font-size: 3vw !important; 
    }
     
    .mhT{
        padding-top:40px;
        padding-bottom:10px;
    } 
    
     #mobile{display: none;}
    
    #app{
        width:100%;
        height:50%;
        object-fit: contain;
    }
    
    
    .lastSection{
     
    }
    
    
    .lastSection h1{
      padding-left: 10px;
    }
    
    
    #lastH1{
        color:white;
        font-size:2.5vw;
      padding-top: 50px;
    }
    
    #lstP{
        color:white;
        font-size:1.5vw;
        padding-top: 55px;
    }
      
    #lastHH1{
        color:white;
        font-size:2.5vw;
    }
    
    #lstPP{
        color:white;
        font-size:1.5vw;
         padding-top: 55px;
    }
    
    
    #copiP{
        color:#ccc;
        font-size:1.1vw; 
        margin-top:30px;
        padding-bottom:50px;
    }
    
    #bottomBtn{
       
        width:30% ! important;
        margin-left: 0px;
        margin-top:20px;
        margin-bottom:40px;
        padding:10px 10px 10px 10px;
        border-radius:24px;
        margin-right:12px; 
    }
    
    
   table{
       width:100% ! important;
   }
   
    .tab-pane{
      padding: 20px 100px;
    }
      
      
 #contact-tab, #profile-tab, #home-tab{
     font-size:2.2vw ! important;
   }
   
    #myTab{
       margin-left: 20px;
    }
      
      
    #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:1.9vw !important;
      margin-top:0px;
  }
  
  
  #lD{
      font-size:1.6vw !important;
      margin-top:0px;
  }
   
  #mTd{width: 150px ! important;}
    
  #mImg{
	width: 100px;
	height:100px;
    border-radius: 50px;
	aspect-ratio:16/9 ! important;
   }

    
    #dImg{
        height:400px !important;
        
    }
    
    #pimg{
      width:100%;
      max-height:245px;
      margin-top:0px;
      object-fit: scale-down;
      border-radius: 5px;
      margin-bottom: 0px;
    }	
    

    .card-body{
      width:100%;
      max-height: 320px;
    }
      
    .card-title{
      margin-top:0px;
      
    }
    
    .card-footer{
      margin-top:60px;
    }	
  

#message{
  font-size:1.8vw ! important;
}

#subBtN{
  font-size:2vw ! important;
}

#subDiv{
    margin-top:80px;
}

.subDiv{
    align-content: center;
    align-items: center;
    margin:0px;
    margin-top:0px !important;
    height:330px;
	  background: #ccc;
}

#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;
}


#name{
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
    width: 80% !important;
    margin:0px auto !important;
    margin-top:5px ! important;
    border:1px solid #ccc ! important;
}

#email{
  width: 80% !important;
  margin:0px auto !important;
  margin-top:5px ! important;
}


#fomG1{ 
  margin:0px auto !important;
  
}

#fomG2{ 
  margin:0px auto !important;
  
}
#fomG3{ 
  margin:0px auto !important;
  margin-top: 5px !important;
  
}
 
	
}
	
	
@media screen and (max-width:420px){
	
		
.add-to-btn {
	font-size: 3.5vw !important;
}

#desk, #deskGift{display: none;}

.deskSection{
    display:none;
}

	
#deskImg{display:none;}

.carousel{
    width: 100% !important;
    max-height: 420px !important;
}

.carousel-item, .carousel-inner{
  width: 100% !important;
  margin-top: -20px !important;
  max-height: 420px !important;
  aspect-ratio: 16/9 !important;
  object-fit: fill !important;
   background: #f5f3f3 !important;
}

#cH{
  position: absolute !important;
  top: 90% !important; 
  font-size: 3vw !important;  
}

.cImg{
  max-height: 330px !important;
  margin-top: 110px !important;
}

video{
 aspect-ratio: 10/10 !important;
 object-fit: fill !important;
  max-height: 620px !important;
 margin-top: -30px !important;
}

.thirdSection h2{
  font-size: 8vw !important;
}

.seVices{
    margin-left:15px ! important;
    font-size: 8vw !important;
}

header{
    margin-top:35px;
    font-size:6vw;
}


em{
  font-size: 6vw !important; 
}


h1{
  font-size: 6vw !important;
  padding-top:20px ! important;
}
 
 
p, #mPs{
    font-size:3vw !important;
} 


.btn1{
  width:40%  !important;
  border-radius:24px !important;
  border: 0.2px solid white;
  font-size: 4vw !important;
  
}


.btn2{
  width:50%  !important;
  border-radius:24px !important;
  font-size: 4vw !important;
  margin-top: -97px !important;
}



#bottomBtn{
   
    width:50%;
    margin-left:0px;
    margin-top:20px;
    margin-bottom:40px;
    padding:10px 10px 10px 10px;
    border-radius:24px;
    margin-right:12px; 
}

#icons{
    width:65%;
}	


.mhT{
    font-size:4.7vw !important;
    padding-top:60px;
}

.aPP{
    
}

#app{
    width:100%;
    height:100%;
    margin-bottom:-250px;
   object-fit: scale-down;
}


#lastH1{
    color:white;
    font-size:5vw;
}

#lstP{
    color:white;
    font-size:3vw;
}


#contact p{
    font-size:3vw;
}

 
#copiP{
    color:#ccc;
    font-size:2.7vw; 
    margin-top:30px;
    padding-bottom:50px;
}
	
#hTd{
    width: 250px; 
   font-size:4.5vw !important;
    
}

#cutImg{width: 80%;}


#mTd{width: 120px;}

#mImg{width: 100%;}


a {color:black !important;}


em{
   font-size:3vw;
}
	

#lN{
    font-size:5vw !important;
    margin-top:0px;
   
}


#pimg{
  width:100%;
  max-height:350px;
  margin-top:0px;
  margin-bottom: 10px;
  object-fit:contain;
  border-radius: 5px;
  
}


#hedin{font-size:4vw !important; margin-top:0px;}

#introI{font-size:4vw !important; margin-top:5px;}

#h1{font-size:6vw !important; margin-top:10px; padding-left:0px;}


#latest{font-size:6vw !important; margin-top:0px;}

#hE{padding-left:0px; font-size:6vw !important; margin-top:0px; }


#introP{
	font-size:3.2vw; margin-top:0px;
}


#date{
    font-size: 1.1vw !important;
}
	
.lastSection h1{
	font-size: 5vw;
	padding-left: 15px;
}
	

.webRef{
  width: 80% !important;
  height:620px !important ;
}

iframe{
  width: 100% !important;
  height: 510px !important ;
}


#message{
  font-size:3vw ! important;
}


#subBtN{
  font-size:4vw ! important;
}

.subDiv{
    align-content: center;
    align-items: center;
    margin-bottom:0px;
    margin-left:0px; 
    height:450px;
	  background: #ccc;
}

#suB1{
    margin: 0px auto ! important;
    font-size:6vw ! important;
}

#suB2{
     margin: 0px auto ! important;
    font-size:3vw ! important;
}


#subForm{
    width:100%;
    margin:0px auto !important;
    align-content: center;
	 align-items: center
}


#name{
	background-color: white;
	background-image: url('images/');
	/*background-position:10px 10px; */
    width: 95% !important;
    margin:0px auto !important;
    margin-top:5px ! important;
    border:1px solid #ccc ! important;
}

#email{
  width: 95% !important;
  margin:0px auto !important;
  margin-top:5px ! important;
}


#fomG1{ 
  width: 95% !important;
  margin:0px auto !important;
  
}

#fomG2{ 
  width: 95% !important;
  margin:0px auto !important;
  
}
#fomG3{ 
  width: 90% !important;
  margin:0px auto !important;
  margin-top: 5px !important;
  
}

}
	
	