@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
html{
	scroll-behavior:smooth;
}

body {
    color: #33354b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    font-family: "DM Sans", Sans-serif;
}

ul{
list-style:none;
	padding-left: 0px;
}

a{
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    color: #a5075c;
    font-family: "DM Sans", Sans-serif;
}
header {
    position: relative;
    height: 110px;
}

#navbar {
    box-shadow: 0 0 12px 0 rgb(6 6 6 / 20%);
}
.navbar-brand img{
		width: 200px;
	}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #a5075c !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
font-family: "Poppins", Sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000000;
    display: inline-block;
    padding: 35px 17px;
    text-transform: capitalize;
    transition: all 1s ease-out;
    letter-spacing: 1px;
     -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.nav-link:hover {
  color: #a5075c !important;
}

.mybutton {
    background-color: #a5075c;
    border-radius:5px;
    padding: 15px 20px;
	 transition: all 1s ease-out;
}

.mybutton:hover{
	background-color: #95A5A6;
	}

.button {
  font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 5px;
}

.heading-title a{
    color: #FFFFFF;
	font-size: 21px;
	font-weight: 500;
}

.hero {
    position: relative;
	 padding-bottom: 4rem;
    background: linear-gradient(135deg, 
color-mix(in srgb, #e74c3c, transparent 95%) 50%, 
color-mix(in srgb, #e74c3c, transparent 98%) 25%, transparent 50%);
}

.hero .hero-content h1 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
	margin-top: 3rem;
}

.hero .hero-content h1 span {
    font-size: 3.5rem;
    font-weight: 600;
}
.hero .btn-primary {
    background-color: #a5075c;
    border-color: #a5075c;
    color: #FFFFFF;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.icon-box-icon {
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}

.icon {
    fill: #a5075c;
    color: #a5075c;
    border-color: #a5075c;
	font-size: 36px;
}
.icon-box-title a {
    color: #000000;
}

.service-area {
    padding: 100px 0 70px;
	background-color: #f6f6f6;
}

.sinlge-service-box {
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px;
}

.sinlge-service-box:hover {
  background:#a5075c;
  border-color:#a5075c;
	color: #FFFFFF;
}

.sinlge-service-box:hover h2{
	color: #FFFFFF;
}

.sinlge-service-box:hover .service-icon i{
	color: #FFFFFF;
}

.service-icon i {
    font-size: 60px;
    color: #a5075c;
    display: inline-block;
    transition: 0.5s;
    margin: 0;
}

.service-icon i:hover{
  background: #fff;
}

.service-title h2 {
    font-size: 24px;
    margin: 20px 0 8px;
    transition: 0.5s;
    line-height: 1;
	font-weight: 500;
	color: #000000;
}

.service-item {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 50px 50px 50px 0;
    margin-bottom: 25px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border-bottom: 5px solid #a5075c;
}

.service-img {
    position: relative;
}

.service-tag {
    position: absolute;
    right: -15px;
    top: 15px;
    background: #000;
    color: #fff;
    border-radius: 40px 40px 40px 0;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    z-index: 1;
}

.service-img img {
    border-radius: 40px 40px 40px 0;
}

.service-info {
    flex: 1;
}

.service-content h4 a {
    color: #a5075c;
}

.btn-default {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #a5075c;
    border-radius: 0;
    padding: 18px 64px 18px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    background-image: url(../images/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    transform: translate(-30px, -50%);
    transition: 0.4s ease-in-out;
}

.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 106%;
    background: #1e1e1e;
    border-radius: 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover:before{
    transform: translate(-30px, -50%) rotate(45deg);
}
.btn-default:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

.btn-default.btn-highlighted{
	background-color: #1e1e1e;
}
.product {
    padding: 80px 0px;
}

.section-title h5{
	color: #000000;
}

.section-title h2{
	font-weight: 700;
}

.choose-area{
	padding: 80px 0px;
}

.faqs {
    padding: 100px 0 70px;
    background-color: #f6f6f6;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF !important;
    background-color: #a5075c !important;
    
}

.footer{
		padding: 80px 0px 10px;
	
}

.fcontact{
	background: url("../images/bg_Artboard-2_2.png");
	background-size: cover;
	opacity: 1;
	background-position: bottom right;
	
}
.footer h5{
	color: #000000;
}

footer h2{
		font-size: 55px;
	line-height: 1.4em;
	font-weight: 400;
}
.footer-links {
    margin-bottom: 30px;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-links ul li {
    padding: 10px 0;
    display: flex
;
    align-items: center;
}
.footer .footer-links ul a {
    color: color-mix(in srgb, #212529, transparent 30%);
    display: inline-block;
    line-height: 1;
}

.footer i {
    display: inline-block;
    font-size: 26px;
    color: #a5075c;
	padding-right: 5px;
}

.feature{
	padding: 80px 0px 0px 0px;
}

.dreamit-contact-icon {
    float: left;
    margin-right: 30px;
    margin-top: 8px;
}

.dreamit-contact-icon i {
    background: #000;
    font-size: 42px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
}
.contact-title {
    overflow: hidden;
}
.contact-title h2 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: .5s;
}

.dreamit-contact-icon-box:hover .dreamit-contact-icon i {
    background: #a5075c;
}
.dreamit-contact-icon i:hover {
    transform: rotateY(180deg);
}

#portfolioc .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}


#portfolioc .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}


#portfolioc1 .portfolio-item {
   position: relative;
  vertical-align: middle;
  text-align: center;
}


#portfolioc1 .portfolio-item img {
  transition: all ease-in-out 0.4s;
}

#portfolioc1 .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc1 .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.portfolio-item img{
width: 200px !important;
}

.contact-us-area{
	padding: 80px 0px;
	background: #fef6f5;
}
.contact-us-single-box {
    margin-bottom: 30px;
    background: #f3f7fa;
    padding: 32px 30px 32px;
}

.contact-us-icon {
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}

.contact-us-icon i {
    font-size: 52px;
    color: #005bab;
}
.contact-us-title {
    overflow: hidden;
}
.contact-us-title h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.contact-us-title p {
    padding: 5px 0 0;
    margin: 0;
}

.contact-form-box.style-two {
    
    padding: 34px 50px 30px;
    border-radius: 8px;
}

.style-two input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: 0.5s;
    border: 0;
    padding: 7px 20px;
    display: block;
    width: 100%;
    color: #00132b;
    margin-bottom: 16px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.from-box textarea {
    height: 140px;
    width: 100%;
    border: 0;
    padding: 15px 22px 0px;
}

.list-wrap .description h4 {
    color: #3a3a3a;
}

.list-wrap p {
    color: #3a3a3a;
}

.icon1 {
    width: 150px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
}

.left {
    text-align: right;
}

.left {
  text-align: right;
}
.right {
  text-align: left;
}
.list-wrap{
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.list-wrap p{
  color: var(--text-color);
}
.list-wrap:nth-child(3),
.list-wrap:nth-child(6){
  margin-bottom: 0;
}

.list-wrap .description h4{
  color: #3a3a3a;
}

.icon1 {
  width: 150px;
  text-align: center;
  height: 100px;
  border-radius: 50%;
}
.icon1 svg{
  width: 100%;
}
.list-center-wrap{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}
.center-icon1{
  width: 100%;
  text-align: center;
}
.center-icon img{
  width: 100%;
  border-radius: 20px;
  opacity: 0.9;
}

@-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
    right: 30px;
    bottom:80px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
        width: 30px;
        height: 30px;
        top: 43px;
        left: 43px;
        position: absolute;
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #a5075c;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
.mypage-alo-ph-circle-fill {
  
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(250, 48, 122, 0.5);
    opacity: .75 !important;
    -webkit-animation: pulse 1s infinite;
}
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}

.row.footer-bottom {
    border-top: 1px solid #a5075c;
    margin-top: 80px;
}

.footer-bottom-content {
    padding-top: 22px;
}

.footer-bottom-menu p {
    padding: 20px 0 0;
}
