*{
    padding: 0;
    margin: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0!important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield!important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #af0419;
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #af0419 #fff;
}
body{
  background: #0A0A0B;
  overflow-x: hidden;
}
body, html{
  font-family: "Inter Tight", serif;
  scroll-behavior: smooth;
}
p{
  font-family: "Inter Tight", serif;
}
.common_padding_top {
 padding-top: 64px;
}
.common_padding_bottom {
  padding-bottom: 64px;
}
.common_paragraph p{
  color: #6E6E6E;
  font-size: 17px;
  font-weight: 400;
  font-family: "Inter Tight", serif;
}
.bg-white {
    background: #403F3F!important;
    position: relative;
}
.bg-white .container{
    position: relative;
    z-index: 9;
}
.bg-white::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(360deg, #191919 0%, #403F3F 100%);
}
.main_title {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 58px;
  margin-bottom: 0;
}
.main_title .left-align{
  text-align: left;
}
.sub_title{
  color: #EBEBEB;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  /* text-transform:uppercase; */
  margin-bottom: 30px;
}
.sub_title_black{
  color: #0A0A0B;
  font-size: 32px;
  font-weight: 500;
  /* text-transform:uppercase; */
  margin-bottom: 18px;
}
.common_btn {
  text-decoration: none;
    display: flex;
    align-items: center;
    background: #DDDDDD;
    padding: 3px 4px 4px 13px;
    border-radius: 20px;
    font-size: 14px;
    width: fit-content;
    transition: all .2s linear;
    margin-top: 25px;
}
.common_btn:hover .common_btn_text {
  padding-right: 15px;
}
.common_btn_text {
  color: #000;
  font-size: 14px;
  transition: all .2s linear;
  font-weight: 500;
}
.white_bg {
    background: #fff;
}
.common_btn_icon {
    min-width: 35px;
    height: 35px;
    background: #FFFFFF87;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161A1D;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 12px;
    z-index: 9;
}
.common_btn_icon iconify-icon {
  font-size: 18px;
}
.common_btn_red {
  background: #AF0419;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 41px 14px 15px;
  border-radius: 31px;
}
.bg_black{
  background: #1C1C1C;
}


/* Background covering full screen */
.Partials-Monogram {
    z-index: -1;
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0a0303; /* Full dark background */
}

/* Centered trigger area */
.trigger-area {
    position: absolute;
        top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
   
    opacity: 0;  /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Prevents blocking mouse events */
}

/* Ensure SVG inside trigger-area is visible */
.trigger-area svg {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Ensure canvas covers entire viewport */
canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* fix icons */
.fix_icons a:hover {
  background: #05da57;
  transition: all .5s linear;
}
.deep_seafood_site_link {
  width: 38px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999;
  border-top: 1px solid #0a0a0b1f;
  border-left: 1px solid #0a0a0b1f;
  border-bottom: 1px solid #0a0a0b1f;
}
.deep_seafood_site_link img {
  width: 25px;
}
.whatsapp {
  width: 50px;
  height: 50px;
  background: #29a71a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 999;
  border-radius: 50px;
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.124);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.whatsapp img {
  width: 45px;
}
.sticky-icon  {
	z-index:9999;
	position:fixed;
	top:25%;
	right:0%;
	display:flex;
	flex-direction:column;}  
  .sideenquiry button {
    z-index: 999;
    position: fixed;
    right: 0%;
    flex-direction: column;
    background-color: #910819;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
    position: fixed;
    z-index: 9;
    right: -32px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
 
  .sticky-icon a {
    transform: translate(81px, 0px);
    border-radius: 8px 0px 0px 8px;
    text-align: left;
    margin: 5px 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 13px;
    transition: all 0.8s;
    background: #0a0303;
    border: 1px solid #7373731f;
    color: #fff;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
				
  .sticky-icon a span {
    text-align: center;
    line-height: 0;
    border-radius: 0;
    margin-right: 10px;
    transition: all 0.5s;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.head_centre{
  text-align: center;
  margin-bottom: 48px;
}
.head_centre p {
  color: #DBDADA;
  font-size: 16px;
  font-weight: 400;
}
.head_centre .sub_title{
  margin-bottom: 10px;
}

.flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_title p {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
.flex_title h4{
  margin-bottom: 15px;
}
.bg_white{
     background: #EDE6DA;
    position: relative;
}
.bg_white .container{
    position: relative;
    z-index: 9;
}
.bg_white p {
    color: #545454 !important;
}
.bg_white .sub_title {
    color: #000000;
}
/* check */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #17171700;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #25252500;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


.modal.right .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  height: 100%;
  transform: translateX(100%);
  transition: transform .6s ease-in-out;
}

.modal.right.show .modal-dialog {
  transform: translateX(0);
  transition: transform .6s ease-in-out;
}

.right .modal-content {
  height: 100vh;
  border-radius: 0;
}


/* loader */
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; 
  z-index: 999999999;
}
.loader img{
  width: 350px;
  transition: transform 0.5s ease-in-out;
}
.zoom {
  transform: scale(5);
}
.fade-out {
  transform: scale(1.5);
  opacity: 0;
}