
:root {
  --first: #960770;
  --second: #ffffff;
}

@font-face {
  font-family: dubai-bold;
  src: url(../font/dubai/Dubai-Bold.ttf);
}
@font-face {
  font-family: dubai-light;
  src: url(../font/dubai/Dubai-Light.ttf);
}
@font-face {
  font-family: dubai-meduim;
  src: url(../font/dubai/Dubai-Medium.ttf);
}
@font-face {
  font-family: dubai-regular;
  src: url(../font/dubai/Dubai-Regular.ttf);
}

button.edgedbtn
{
  border-radius: 0px;
}

div#sideBar
{
  background-color:rgba(2, 1, 9, 0.5);
  padding-top: 15vh;
}

div#sideBar button.btn-close
{
  background-color: whitesmoke;
  padding:4px;
} 

body 
{
  font-family: dubai-regular;
  position: relative;
}


h1.heading
{
  font-family: dubai-light !important;
  color: white;
  font-size: 5em;
  font-weight: lighter;
}

ul.sidebarNav
{
  text-decoration: none;
  list-style: none;
}

ul.sidebarNav li
{
  font-family: dubai-light !important;
  font-size: 28px !important;
  padding: 10px, 0px !important;
  width: 0em;
  text-wrap: nowrap;
  background-color: none;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

ul.sidebarNav li.purple:hover
{
  background-color: rgb(124, 6, 99);
  width: 100%;
}

ul.sidebarNav li.purple.active
{
  background-color: rgb(124, 6, 99);
  width: 100%;
}

ul.sidebarNav li.ice:hover
{
  background-color: rgb(18, 49, 78);
  width: 100%;
}

ul.sidebarNav li.ice.active
{
  background-color: #12314E;
  width: 100%;
}

ul.sidebarNav li.homewhite:hover
{
  color:black;
  background-color: white;
  width: 100%;
}

ul.sidebarNav li.homewhite.active
{
  color:black;
  background-color: white;
  width: 100%;
}

ul.sidebarNav li.gold:hover
{
  color:black;
  background-color: rgb(245,189,2);
  width: 100%;
}

ul.sidebarNav li.gold.active
{
  color:black;
  background-color: rgb(245,189,2);
  width: 100%;
}

.mainText
{
  font-family: dubai-regular !important;
  color: white;
  font-size: 24px;
}

.subText
{
  font-family: dubai-regular !important;
  color: white;
  font-size: 18px;
}

p.justify
{
  text-align: justify;
}

span.emph
{
  font-family: dubai-bold !important;
  color: white;
}

div#cameraBg
{
  background: radial-gradient(rgb(180 46 151) 40%, rgb(180 46 151 / 60%) 50%, rgb(180 46 151 / 20%) 60%, rgb(180 46 151 / 3%) 70%, rgb(180 46 151 / 0%) 75%);
  border-radius: 50%;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  animation: gooeyGlow 10s infinite linear;
  /* animation: sizePulse 3s infinite alternate; */
  /* transition: background-position 0.3s; */
}

 
div#stairsBg
{
  background: radial-gradient(rgba(182, 229, 252, 100%)20%,rgba(182, 229, 252,60%)30%,rgba(182, 229, 252,20%)40%,rgba(182, 229, 252,0%)50%);
  border-radius: 50%; 
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 90%;
  animation: sizePulse 12s infinite alternate;
}

div#photobg
{
  background: radial-gradient(rgba(245,189,2,100%)20%,rgba(245,189,2,60%)30%,rgba(245,189,2,20%)40%,rgba(245,189,2,0%)50%);
  border-radius: 50%; 
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  animation: sizeGlow 2s infinite alternate;
}

@keyframes sizeGlow
{
  from{
    background-size: 80% 80%;
  }
  to {
    background-size: 100% 100%;
  } 
}

@keyframes sizePulse
{
  0%{
    background-size: 30% 30%;
    background-position: 50% 10%;
  }
  20%{
    background-size: 30% 30%;
    background-position: 50% 10%;
  }
  100% {
    background-size: 110% 110%;
    background-position: center;
  } 
}


@keyframes gooeyGlow {
  0%, 100%{
    background-position: 0% 50%;
  }

  12.5%
  {
    background-position:25% 25%;
    background-size: 100% 80%;
  }

  25%
  {
    background-position:50% 0%;
  }

  37.5%
  {
    background-position:75% 25%;
  }

  50%
  {
    background-position:100% 50%;
  }

  62.5%
  {
    background-position:75% 75%;
    background-size: 80% 100%;
  }

  75%
  {
    background-position:50% 100%;
  }

  87.5%
  {
    background-position:25% 75%; 
  }
 }


#vid-logo
{
  width : auto;
  height: 50px;
}

button#home-sidenav
{
  width: 50px;
  height: 50px;
}

#vid-logo-const
{
  width : auto;
  height: 50px;
}

#video-bg
{
  position: relative;
  width: 100%;
  height: auto;
}

#semi-nav
{
  z-index: 1;
  position: absolute;
}

#homebtn
{
  z-index: 1;
  position: absolute;
  left:2px;
  top : 2px;
  padding: 1%;
}

#homebtn a
{
  text-decoration: none;
  color: black;
}

#semi-nav.sideBtn
{
  z-index: 1;
  position: absolute;
  right:2px;
  top : 2px;
  padding: 1%;
}

#semi-nav.homeBar
{
  z-index: 1;
  position: fixed;
  right:2px;
  top : 0px;
  padding: 3%;
}

#homebtn.homeBar
{
  z-index: 1;
  position: fixed;
  left:2px;
  top : 0px;
  padding: 3%;
}

#semi-nav.products
{
  z-index: 1;
  position: absolute;
  bottom: 2px;
  right:2px;
  padding: 2px;
}

#heroImg
{
  width : 10vw;
  height: auto;
  border: 3px solid rgba(255,255,255,60%);
  animation: borderGlowW 2s alternate infinite;
}


div#products
{
  background-image: url(../images/colored-background.webp);
  background-size: 105% 105%;
  background-position: center;
  background-repeat: no-repeat;

  padding-top: 5%;
  padding-bottom: 10%;
  padding-right: 5%;
  padding-left: 5%;

  animation: bg-move 3s infinite alternate;
  transition: background-position ease;
  animation-name: bg-move;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes bg-move {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 0%;
  }
}


div#products div.section-header
{
  margin-top: 8vh;
}

div#contactus
{
  padding-bottom: 20vh;
}

button.zeeBtn
{
  background-color: rgba(255, 255, 255,0%);
  color: white;
  font-family: dubai-meduim;
  border-radius: 10px;  
  font-size: 26px;
  margin-top: 15px;
  padding: 8px;
  transition: all 0.2s;
  text-align: center;
}

button.zeeBtn a
{
  display: block;
  margin: auto;
  text-decoration: none !important;
  color: white;
  text-align: center;
}


button#prplbtn.zeeBtn
{
  border: 3px solid rgba(124, 6, 99,60%);
  animation: borderGlowM 1s alternate infinite;
}

button#prplbtn.zeeBtn:hover
{
  transform: scale(1.1);
}

button#icebtn.zeeBtn
{
  border: 3px solid rgba(182, 229, 252,60%);
  animation: borderGlowI 1s alternate infinite;
}

button#icebtn.zeeBtn:hover
{
  transform: scale(1.1);
}

button#goldbtn.zeeBtn
{
  border: 3px solid rgba(245,189,2,60%);
  animation: borderGlowG 1s alternate infinite;
}

button#goldbtn.zeeBtn:hover
{
  transform: scale(1.1);
}


@keyframes borderGlowG {
  from{
    box-shadow: 0 0 10px 5px rgba(245,189,2,60%);
  }
  to{
    box-shadow: 0 0 15px 10px rgba(245,189,2,60%);
  }
}

@keyframes borderGlowI {
  from{
    box-shadow: 0 0 10px 5px rgba(182, 229, 252,60%);
  }
  to{
    box-shadow: 0 0 15px 10px rgba(182, 229, 252,60%);
  }
}


@keyframes borderGlowM {
  from{
    box-shadow: 0 0 10px 5px rgba(232,87,201,60%);
  }
  to{
    box-shadow: 0 0 15px 10px rgba(124, 6, 99,60%);
  }
}

@keyframes borderGlowW {
  from{
    box-shadow: 0 0 10px 5px rgba(255, 255, 255,60%);
  }
  to{
    box-shadow: 0 0 15px 10px rgba(255, 255, 255,60%);
  }
}



form.contactForm input, form.contactForm textarea
{
  background-color: #e5e2e2;
}

form.contactForm label
{
  color: black;
}

form.contactForm button
{
  background-color: white;
  border-radius: 0px;
  color: black;
}

#message
{
  height: 20vh;
}

a.link-z
{
  width: inherit;
  height: inherit;
}

div#iconTray span
{
  height: 30px;
  width: 30px;
  padding: 2px;
  background-color: white;
  margin-right: 5px;
  transition: all ease 0.2s;
  cursor: pointer;
}

div#iconTray span:hover
{
  transform: scale(1.1);
}

div#iconTray i
{
  height: 30px;
  width: 30px;
  margin: auto;
  color: black;
  background-color: white;
  vertical-align: middle;
  font-size: 18px;
}

object.profSVG
{
  height: 50px;
}

object.formsSVG
{
  height: 100%;
}

.profile-ul
{
  list-style: none;
}

.navigation-btn
{
  z-index: 1;
  position: fixed;
}

.navigation-btn button
{
  height:3vw;
  width: 3vw;
  background-color:white;
  opacity: 60%;
  border: none;
}

.navigation-btn button:hover
{
  opacity: 100%;
}

.navigation-btn i
{
  color:black;
  font-weight: bold;
  font-size: 24px;;
}

.left
{
  top: 45%;
  left: 0;
}

.right
{
  top: 45%;
  right: 0;
}

#fimage-container
{
  position: relative;
  padding-top: 10px;
  margin: auto;
}

#featuredImage.fix-height
{
  height : 640px !important;
  width: 100%;
}

#featuredText
{
  height: 95%;
}

div#changeableContent, div#changeableContentparent
{
  padding-left: 3vw;
  padding-right: 2vw;
}


div#seeker
{
  width : 700px;
  margin: 15px auto;
}

.gallery
{
  display: flex;
  width : 600px;
  margin: auto;
  overflow-x: scroll;
  flex-grow: 0;
}

.gallery div
{
  display: grid;
  width : 100%;
  grid-template-columns: repeat(4,auto);
  gap: 10px;
  padding : 10px;
  flex: none;
}

.gallery::-webkit-scrollbar
{
  display: none;
}

.gallery div img
{
  width : 120px;
  height: 120px;
  margin: auto;
  display: block;
  filter: grayscale(100);
  transition: all 0.5s;
}

.gallery p
{
  font-family: dubai-regular !important;
  color: white;
  font-size: 14px;
  text-align: center;
  text-justify: distribute;
}

.gallery div img.gallery-active
{
  transform: scale(1.1);
  filter: grayscale(0);
}

.gallery div img:hover
{
  transform: scale(1.1);
  filter: grayscale(0);
}

button.seeker-btn
{
  background-color: transparent;
  border: none;
  opacity:60%;
  transition: all 0.25s;
}

button.seeker-btn:hover
{
  opacity:100%;
  transform: scale(1.1);
}

footer
{
  margin-top: 10px;
}

@media (min-width: 993px) and (max-width: 1439px) 
{

  h1.heading
  {
    font-size: 4em;
  }

  .mainText
  {
    font-size: 20px;
  }

  .subText
  {
    font-size: 16px;
  }

  div#contactus
  {
    padding-bottom: 10vh;
  }

  button.zeeBtn
  {
    font-size: 22px;
  }

  object.profSVG
  {
    height: 50px;
  }

  object.formsSVG
  {
    height: 100%;
  }


  .left
  {
    top: 45%;
    left: 0;
  }

  .right
  {
    top: 45%;
    right: 0;
  }

  .navigation-btn button
  {
    height:4vw;
    width: 4vw;
  }
}


/* For tablet view */
@media (min-width: 768px) and (max-width: 992px) 
{
	h1.heading
  {
    font-size: 3em;
  }

  .mainText
  {
    font-size: 18px;
  }

  .subText
  {
    font-size: 14px;
  }

  div#contactus
  {
    padding-bottom: 5vh;
  }

  button.zeeBtn
  {
    font-size: 20px;
  }

  #semi-nav.sideBtn  button
  {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  #homebtn button
  {
    padding: 2px !important;
    font-size: 18px;
  }

  #semi-nav.sideBtn  button svg
  {
    width: 28px;
    height: 28px;
    margin: auto;
  }

  .navigation-btn button
  {
    height:4vw;
    width: 4vw;
  }

  .navigation-btn button i
  {
    font-size: 16px;
  }

  div#changeableContent, div#changeableContentparent
  {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  #fimage-container
  {
    position: relative;
    padding-top: 10px;
    margin: auto;
  }

  #featuredImage.fix-height
  {
    height : 640px !important;
    width: 100%;
  }
}


@media (min-width: 430px) and (max-width: 767px) 
{
  h1.heading
  {
    font-size: 2em;
  }

  .mainText
  {
    font-size: 13px;
  }

  .subText
  {
    font-size: 12px;
  }

  #message
  {
    height: 10vh;
  }

  div#contactus
  {
    padding-bottom: 5vh;
  }

  button.zeeBtn
  {
    font-size: 12px;
  }

  p.mainText svg#logoMidSpan
  {
    width:15px;
    height:15px;
  }

  #semi-nav.products img#vid-logo, img#vid-logo-const
  {
    width : 30px;
    height: 30px;;
  }

  #semi-nav.sideBtn  button
  {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  #semi-nav.sideBtn  button svg
  {
    width: 28px;
    height: 28px;
    margin: auto;
  }

  object.profSVG
  {
    height: 25px;
  }

  #semi-nav.homeBar img#vid-logo, img#vid-logo-const
  {
    width:30px;
    height:30px;
  }

  #semi-nav.homeBar  button
  {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  #semi-nav.homeBar  button svg
  {
    width: 28px;
    height: 28px;
    margin: auto;
  }

  .navigation-btn button
  {
    height:4vw;
    width: 4vw;
  }

  .navigation-btn button i
  {
    font-size: 16px;
  }

  div#changeableContent , div#changeableContentparent
  {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  
  div#seeker
  {
    width : 600px;
  }

  .gallery
  {
    width : 500px;
  }

  .gallery div
  {
    gap: 5px;
    padding : 10px;
  }

  .gallery div img
  {
    width : 100px;
    height: 100px;
  }

  .gallery p
  {
    font-size: 12px;
  }

  #fimage-container
  {
    position: relative;
    padding-top: 10px;
    margin: auto;
  }

  #featuredImage.fix-height
  {
    height : 500px !important;
    width: 100%;
  }
}

@media (max-width: 430px) 
{
  @keyframes borderGlowW {
    from{
      box-shadow: 0 0 3px 3px rgba(255, 255, 255,60%);
    }
    to{
      box-shadow: 0 0 7px 7px rgba(255, 255, 255,60%);
    }
  }

	h1.heading
  {
    font-size: 1.5em;
  }

  .mainText
  {
    font-size: 9px;
  }

  .subText
  {
    font-size: 9px;
  }

  #message
  {
    height: 3vh;
  }

  div#contactus
  {
    padding-bottom: 2vh;
  }

  button.zeeBtn
  {
    font-size: 9px;
  }
  button.zeeBtn img
  {
    height : 15px;
  }

  div.form-floating label
  {
    font-size: small;
  }

  p.mainText svg#logoMidSpan
  {
    width:15px;
    height:15px;
  }

  input#fName
  {
    padding: 3px;
  }

  #semi-nav.products img#vid-logo, img#vid-logo-const
  {
    width : 30px;
    height: 30px;;
  }

  #semi-nav.sideBtn  button, #homebtn button
  {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  #semi-nav.sideBtn  button svg
  {
    width: 28px;
    height: 28px;
    margin: auto;
  }

  object.profSVG
  {
    height: 25px;
  }

  #semi-nav.homeBar img#vid-logo
  {
    width:30px;
    height:30px;
  }

  #semi-nav.homeBar  button
  {
    width: 30px;
    height: 30px;
    padding: 0px;
  }

  #semi-nav.homeBar  button svg
  {
    width: 28px;
    height: 28px;
    margin: auto;
  }

  .navigation-btn button
  {
    height:8vw;
    width: 8vw;
  }

  .navigation-btn button i
  {
    font-size: 16px;
  }

  div#changeableContent, div#changeableContentparent
  {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  
  div#seeker
  {
    width : 320px;
  }

  .gallery
  {
    width : 300px;
  }

  .gallery div
  {
    gap: auto;
    padding : 5px;
  }

  .gallery div img
  {
    width : 50px;
    height: 50px;
  }

  .gallery p
  {
    font-size: 9px;
  }

  #fimage-container
  {
    position: relative;
    padding-top: 10px;
    margin: auto;
  }

  #featuredImage.fix-height
  {
    height : 350px !important;
    width: 100%;
  }
}