@font-face{
	src: url("../fonts/NotoSans-Light.ttf");
	font-family: "first";
}
@font-face{
	src: url("../fonts/NotoSans-Regular.ttf");
	font-family: "sec";
}
@font-face{
	src: url("../fonts/NotoSans-Bold.ttf");
	font-family: "third";
}
@font-face{
	src: url("../fonts/NotoSans-Black.ttf");
	font-family: "fourth";
}

.bg-overlay {
    position: relative;
  }
  
  .bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
  }

@media only screen and (max-width: 768px) {
    #cust-bt {
        display: none;
        /* width: 100px;
        height: 30px; */
    }

    .top-bar{
        display: none;
    }
}

@media (min-width: 769px) {
    #mob {
        display: none;
        /* margin-left: -100px; */
    }
    .aboutct{
        margin-left: 350px;
        margin-top: -30px;
    }
}

.ta-primary {
  color: #ff005a;
  font-family: "fourth";
  font-size: 1.8rem;
  position: relative;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}

/* Default styles for all screen sizes */
.carousel-item-img {
    width: 100%;
    height: 600px;
}

/* Media query for devices with a maximum width of 768px (typical tablet size) */
@media only screen and (max-width: 768px) {
    .carousel-item-img {
        height: 300px; /* Adjust the height for tablet screens */
        margin-top: -2px;
    }
}

/* Media query for devices with a maximum width of 576px (typical mobile size) */
@media only screen and (max-width: 576px) {
    .carousel-item-img {
        height: 200px; /* Adjust the height for mobile screens */
        margin-top: -2px;
    }
}

.goog-te-gadget img {
    display: none !important;
}

body>.skiptranslate {
    display: none;
}

body {
    top: 0px !important;
}
