/* Global Style Start */:root{/* Font */ --primary_font: 'Poppins', sans-serif; /* Color */ --primary_color: #0C0C0C; --secondary_color: #474747; --accent_color: #00D9A6; --default_color: #FFFFFF; /* BG */ --primary_bg_color: #FAFAFA; /* Text */ --primary_text_color: #6C6C6C; /* Border Radius */ --primary_border_radius: 10px; --secondary_border_radius: 5px; /* Gradient Color */ --primary_gradient: linear-gradient(270deg, #00D9A6 0%, #9BE15D 100%); --secondary_gradient: linear-gradient(270deg, #0C0C0C 0%, #474747 100%);}/* selection */::selection{color: var(--default_color); background: var(--accent_color);}/* selection */html{scroll-behavior: smooth;}body{font-family: var(--primary_font); overflow-x: hidden;}a{text-decoration: none; color: var(--primary_color);}section{padding: 100px 0px;}h1,h2,h3,h4,h5,h6{color: var(--primary_color); font-family: var(--primary_font); font-weight: 500;}h2{font-size: 50px; font-weight: 700; text-transform: capitalize;}h6{color: var(--accent_color); font-size: 20px; text-transform: uppercase;}p{color: var(--secondary_color); font-family: var(--primary_font); font-size: 17px; font-weight: 400;}img{object-fit: cover;}.btn{color: var(--default_color); font-family: var(--primary_font); font-size: 18px; font-weight: 500; text-transform: capitalize; border-radius: 42px; padding: 11px 50px 10px; border: none; position: relative; background-image: linear-gradient(270deg, rgba(0,217,166,1) 0%, rgba(155,225,93,1) 100%); z-index: 1;}.btn::before{position: absolute; content: ''; inset: 0; background-image: linear-gradient(270deg, rgba(155,225,93,1) 0%, rgba(0,217,166,1) 100%); z-index: -1; transition: opacity 0.5s linear; opacity: 0; border-radius: 42px;}.btn:hover::before{opacity: 1; border-radius: 42px;}.btn:focus{outline: none;}/* Card */.d2c_card{padding: 40px; border-radius: var(--primary_border_radius); z-index: 1;}.d2c_card i{width: 70px; height: 70px; font-size: 24px; color: var(--default_color); background: var(--accent_color); border-radius: var(--secondary_border_radius); display: flex; justify-content: center; align-items: center; margin: 0 auto 35px;}h5{font-size: 26px;}/* Animation */.d2c_element_wrapper{width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; margin: 0px auto 30px; position: absolute;}.d2c_element_wrapper img{width: 100%; height: 100%; animation: rotation 5s infinite linear; opacity: 0.5;}@keyframes rotation{from{transform: rotate(0deg);}to{transform: rotate(360deg);}}/* Global Style End *//* Preloader End */.preloader{display: flex; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--primary_bg_color); z-index: 9999; transition: opacity 1s ease; opacity: 1;}.preloader.hide{opacity: 0; pointer-events: none;}.preloader img{max-width: 200px; max-height: 50px;}/* Preloader End *//* Navbar Start */.navbar-brand{max-width: 155px;}.d2c_navbar{padding: 12px 0px; background: var(--default_color); box-shadow: 0px 6px 23px 3px rgba(12, 12, 12, 0.03);}.d2c_navbar .navbar-nav .nav-item{margin: 5px 12px; display: flex; align-items: center;}.d2c_navbar .navbar-nav .nav-link{color: var(--primary_color); font-family: var(--primary_font); font-size: 17px; font-weight: 500; text-transform: capitalize; transition: .4s all ease;}.d2c_navbar .navbar-nav .nav-link:hover{color: var(--accent_color); transition: .4s all ease;}.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{color: var(--accent_color) !important;}/* Nav Item Show from Side */body .d2c_mobile_view{position: fixed; height: 100vh; inset: 0; opacity: 1;}.navbar.d2c_mobile_view_body .navbar-nav{width: 100%;}.navbar.d2c_mobile_view_body .nav-item{margin-right: 0;}.d2c_mobile_view .show_width{max-width: 14.625rem; width: 100%; height: 100vh; position: absolute; right: -380px; top: 0; transition: 0.4s; padding: 20px 15px; background-color: var(--primary_bg_color); overflow: scroll; z-index: 9999; box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);}.d2c_mobile_view.show .show_width{right: 0; transition: 0.4s;}.hide_width{max-width: 15.625rem; width: 100%; height: 100vh; position: absolute; right: -380px !important; top: 0; transition: 0.4s !important; padding: 20px 15px; background-color: var(--primary_bg_color); overflow: scroll; z-index: 9999;}.navbar-toggler:focus{box-shadow: none;}.navbar-toggler{border: 1px solid var(--primary_shade); color: var(--primary_text_color); padding: 5px 10px; width: 44px; margin-left: 10px; transition: .4s all ease;}.navbar-toggler:hover{background: transparent; transition: .4s all ease;}.d2c_cross_btn{width: auto; border: none;}@media only screen and (min-width:991px){body .d2c_mobile_view{opacity: 0; transition: .4s;}}/* Navbar End *//* Hero Section Start */.d2c_hero_wrapper{background: var(--primary_bg_color); height: 92vh; position: relative; z-index: 0;}.d2c_hero_bg{width: 1162px; height: 100%; border-radius: 0px 0px 0px 100px; background: var(--primary_bg_color); background-image: url(../images/hero_main_bg.png); background-repeat: no-repeat; background-size: cover; background-position: right center; position: absolute; right: 0; z-index: -2;}.d2c_hero_card{background: var(--default_color); padding: 60px; border-radius: 70px; box-shadow: 15px 15px 24px 10px rgba(0, 0, 0, 0.05); margin: 80px 0px;}h1{font-size: 64px; font-weight: 600; margin-bottom: 30px;}h1 span{color: var(--accent_color);}.d2c_hero_card p{margin-bottom: 30px;}.d2c_hero_card::before{content: url(../images/hero_circle_dot.png); position: absolute; top: -70px; left: -70px; z-index: -1; transition: 0.4s all; opacity: 0.4;}.d2c_hero_card:hover::before{top: -75px; left: -75px; transition: 0.4s all;}.d2c_hero_card::after{width: 244px; height: 89px; content: url(../images/rectangle_dot.png); position: absolute; left: 100px; z-index: -1; animation-name: example; animation-duration: 2s; animation-iteration-count: infinite; animation-direction: alternate-reverse; animation-timing-function: linear; opacity: 0.4;}@keyframes example{0%{bottom:-70px;}100%{bottom:-100px;}}.d2c_hero_card .d2c_element_wrapper{bottom: 50px; left: -150px;}/* Hero Section End *//* Service Section Start */.d2c_service_wrapper{background-image: url(../images/right_half_dot.png); background-repeat: no-repeat; background-size: auto; background-position: right center;}.d2c_service_wrapper h2{margin-bottom: 90px;}.d2c_service_wrapper .d2c_card{background: transparent; transition: 0.4s all;}.d2c_service_wrapper .d2c_card:hover{background: var(--default_color); box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05); transition: 0.4s all;}.d2c_service_wrapper img:nth-child(2){position: absolute; top: 215px; left: 245px; opacity: 0.4;}.d2c_service_wrapper img:last-child{position: absolute; bottom: 40px; right: 245px; opacity: 0.4;}/* Service Section End *//* About Section Start */.d2c_about_wrapper{padding: 200px 0px 150px; background-image: url(../images/about_bg.png); background-repeat: no-repeat; background-size: cover;}.d2c_left_shape{padding: 100px 0px; background-image: url(../images/about_shape.png); background-position: 240px 0px; background-repeat: no-repeat; background-size: auto;}.d2c_left_shape .d2c_wave{position: absolute; top: 50%; transform: translateY(-50%); left: 100px; opacity: 0.5;}.d2c_about_wrapper .d2c_img_wrapper{width: 100%; height: 290px;}.d2c_about_lg_img{width: 100%; height: 440px !important;}.d2c_about_wrapper img{border-radius: var(--primary_border_radius);}.d2c_about_wrapper h2{margin-bottom: 20px;}.d2c_about_wrapper ul{list-style: none; padding-left: 0;}.d2c_about_wrapper ul li{color: var(--secondary_color); font-family: var(--primary_font); font-size: 17px; font-weight: 400; padding: 6px 0px;}.d2c_about_wrapper ul li i{font-size: 18px; color: var(--accent_color); padding-right: 15px;}.d2c_about_wrapper .d2c_element_wrapper:nth-child(2){top: 150px; left: 70%; transform: translateX(-60%);}.d2c_about_wrapper .d2c_element_wrapper:last-child{bottom: 200px; right: 120px;}/* About Section End */.d2c_left_half{background-image: url(../images/left_half.png); background-repeat: no-repeat; background-size: auto; background-position: 0% 65%;}/* Project Section Start */.d2c_project_wrapper h2{margin-bottom: 40px;}.d2c_project_wrapper p{margin-bottom: 60px;}.d2c_grid{column-count: 4; column-gap: 4px;}.d2c_grid_item{height: 314px; border-radius: var(--secondary_border_radius); margin-bottom: 4px; transition: 0.4s all;}.d2c_grid_item.is-visible{animation: Items .6s ease-in forwards;}.fancybox{display: block; height: 100%; width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; transition: 0.4s all; border-radius: var(--secondary_border_radius); transform: scale(1.0);}.fancybox:hover{transform: scale(1.1); transition: 0.4s all; z-index: 1; position: relative;}.d2c_grid_item:nth-child(1) .fancybox{background-image: url(../images/project_one.jpg);}.d2c_grid_item:nth-child(2) .fancybox{background-image: url(../images/project_two.jpg);}.d2c_grid_item:nth-child(3) .fancybox{background-image: url(../images/project_three.jpg);}.d2c_grid_item:nth-child(4) .fancybox{background-image: url(../images/project_four.jpg);}.d2c_grid_item:nth-child(5) .fancybox{background-image: url(../images/project_five.jpg);}.d2c_grid_item:nth-child(6) .fancybox{background-image: url(../images/project_six.jpg);}.d2c_grid_item:nth-child(7) .fancybox{background-image: url(../images/project_seven.jpg);}.d2c_grid_item:nth-child(8) .fancybox{background-image: url(../images/project_eight.jpg);}.d2c_project_wrapper img:nth-child(2){position: absolute; top: 50px; right: 150px; animation: scaleAnimation; animation-duration: 5s; animation-iteration-count: infinite; animation-direction: alternate-reverse; animation-timing-function: linear; opacity: 0.5;}@keyframes scaleAnimation{0%{transform: scale(1);}100%{transform: scale(1.5);}}.d2c_project_wrapper .d2c_element_wrapper:nth-child(3){top: 50px; left: 200px;}.d2c_project_wrapper .d2c_element_wrapper:last-child{top: 70%; transform: translateY(-50%); left: 150px;}/* Project Section End *//* Why Choose Us Section Start */.d2c_choose_us_wrapper{padding: 200px 0px;}.d2c_why_choose_bg{width: 838px; height: 545px; background-image: url(../images/choose_us_bg.png); background-repeat: no-repeat; background-position: center right; background-size: cover; border-radius: 10px 0px 0px 10px; position: absolute; right: 0;}.d2c_choose_us_wrapper .d2c_card{padding: 0;}.d2c_choose_us_wrapper h2{margin-bottom: 20px;}.d2c_choose_us_wrapper i{margin: 0 40px 0 0; float: left;}.d2c_choose_us_wrapper h3{font-size: 23px; text-transform: uppercase;}.d2c_choose_us_wrapper .d2c_img_wrapper{display: none;}.d2c_choose_us_wrapper img:nth-child(3){position: absolute; top: 0px; right: 100px; opacity: 0.5;}.d2c_choose_us_wrapper img:nth-child(4){position: absolute; bottom: 20px; animation-name: circle; animation-duration: 10s; animation-iteration-count: infinite; animation-direction: alternate-reverse; animation-timing-function: linear; opacity: 0.5;}@keyframes circle{0%{left: 0%;}100%{left: 25%;}}.d2c_choose_us_wrapper .d2c_element_wrapper:last-child{top: 30px; left: 40%; transform: translateX(-50%);}/* Why Choose Us Section End *//* Team Section Start */.d2c_team_wrapper{padding: 190px 0px; background-image: url(../images/team_bg.png); background-repeat: no-repeat; background-position: top center; background-size: auto;}.d2c_team_wrapper h2{margin-bottom: 20px;}.d2c_team_wrapper p{margin-bottom: 40px;}.d2c_team_wrapper .d2c_card{padding: 0; background: var(--default_color); box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);}.d2c_team_wrapper .d2c_img_wrapper{width: 100%; height: 290px;}.d2c_team_wrapper .d2c_img_wrapper img{border-radius: var(--primary_border_radius);}.d2c_card_body h5{font-size: 18px; font-weight: 700; text-transform: capitalize;}.d2c_card_body p{font-size: 15px;}.d2c_team_wrapper ul{margin: 0 auto; list-style-type: none;}.d2c_team_wrapper ul li{padding: 0px 5px;}.d2c_team_wrapper ul li i{width: 32px; height: 32px; background: transparent; color: var(--accent_color); font-size: 18px; transition: 0.4s all; margin-bottom: 25px;}.d2c_team_wrapper ul li i:hover{color: var(--primary_color); background: var(--accent_color); transition: 0.4s all;}.slick-slide{padding: 25px 20px;}.d2c_team_wrapper .d2c_team_element:nth-child(2){position: absolute; top: 30%; transform: translateY(-50%); left: 100px; opacity: 0.5;}.d2c_team_wrapper .d2c_team_element:nth-child(3){position: absolute; bottom: -60px; left: 42%; transform: translateX(-50%); animation: scaleAnimation; animation-duration: 5s; animation-iteration-count: infinite; animation-direction: alternate-reverse; animation-timing-function: linear; opacity: 0.5;}@keyframes scaleAnimation{0%{transform: scale(1);}100%{transform: scale(1.5);}}.d2c_team_wrapper .d2c_team_element:last-child{position: absolute; top: 58%; transform: translateY(-50%); animation-name: squaredot; animation-duration: 2s; animation-iteration-count: infinite; animation-direction: alternate-reverse; animation-timing-function: linear;}@keyframes squaredot{0%{right: 70px;}100%{right:100px;}}/* Team Section End *//* Pricing Section Start */.d2c_pricing_wrapper .d2c_content{margin-bottom: 60px;}.d2c_pricing_wrapper .d2c_card{border-radius: var(--primary_border_radius); box-shadow: 0px 11px 26px 0px rgba(12, 12, 12, 0.05); padding: 40px 0px 10px; height: 100%; position: relative; background-image: var(--secondary_gradient); z-index: 1;}.d2c_pricing_wrapper .d2c_card::before{position: absolute; content: ''; inset: 0; background-image: var(--primary_gradient); border-radius: var(--primary_border_radius); z-index: -1; transition: opacity 0.5s linear; opacity: 0;}.d2c_pricing_wrapper .d2c_card:hover::before{border-radius: var(--primary_border_radius); opacity: 1;}.d2c_pricing_wrapper h1{color: var(--default_color); font-size: 92px; font-weight: 500; margin-bottom: 40px;}.d2c_pricing_wrapper sup{font-size: 30px; font-weight: 400; top: -36px;}.d2c_pricing_wrapper sub{font-size: 26px; font-weight: 400; bottom: 7px;}.d2c_pricing_wrapper .d2c_card_body{background: var(--default_color); padding: 25px 0px;}.d2c_pricing_wrapper .d2c_card_body::after{width: 100%; content: ''; border-bottom: 2px solid rgba(12, 12, 12, 0.10); position: absolute; top: 120px; left: 0;}.d2c_pricing_wrapper .d2c_card_body h5{font-size: 26px; font-weight: 500}.d2c_pricing_wrapper .d2c_card_body p{font-size: 17px; color: var(--primary_color); margin-bottom: 70px;}.d2c_pricing_wrapper .d2c_card_body ul{list-style-type: none; padding-left: 40px;}.d2c_pricing_wrapper .d2c_card_body ul li{color: var(--primary_color); font-family: var(--primary_font); font-size: 17px; font-weight: 400; padding: 10px 0px; display: flex; align-items: center;}.d2c_pricing_wrapper .d2c_card_body ul li i{width: auto; height: auto; font-size: 18px; margin: 0; color: var(--primary_color); background: transparent; display: inline-block; padding-right: 25px;}.d2c_pricing_wrapper img:nth-child(2){position: absolute; bottom: 15%; transform: translateY(-50%); right: 100px; opacity: 0.5;}.d2c_pricing_wrapper img:nth-child(3){position: absolute; left: 216px; animation-name: price; animation-duration: 2s; animation-iteration-count: infinite; animation-direction: alternate-reverse; animation-timing-function: linear; opacity: 0.5;}@keyframes price{0%{top:268px;}100%{top:238px;}}.d2c_pricing_wrapper img:last-child{position: absolute; top: 0; right: 0;}/* Pricing Section End *//* Call To Action Section Start */.d2c_c2a_card_wrapper{padding: 150px 0px; border-radius: 70px; position: relative; background-image: linear-gradient(0deg, #0C0C0C 0%, #373737 100%); z-index: 1;}.d2c_c2a_card_wrapper::before{position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; background-image: linear-gradient(270deg, #00D9A6 0%, #9BE15D 100%); border-radius: 68px; z-index: -1; transition: opacity 0.5s linear; opacity: 0;}.d2c_c2a_card_wrapper:hover::before{border-radius: 68px; opacity: 1;}.d2c_c2a_card_wrapper h6{color: var(--default_color);}.d2c_c2a_card_wrapper h2{color: var(--default_color);}.d2c_c2a_card_wrapper .btn{color: var(--default_color); -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}.d2c_c2a_card_wrapper:hover .btn{background-image: linear-gradient(270deg, #0C0C0C 0%, #474747 100%); -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}/* Call To Action Section End *//* Testimonial Section Satrt */.d2c_testimonial_wrapper h2{margin-bottom: 60px;}.d2c_slider_bg{background-image: url(../images/testimonial_left.png), url(../images/testimonial_right.png); background-repeat: no-repeat; background-size: auto; background-position: left center, right center;}.d2c_testimonial_wrapper .d2c_card{padding: 50px; border-radius: 10px; background: var(--default_color); box-shadow: 0px 11px 16px 0px rgba(12, 12, 12, 0.05);}.d2c_testimonial_wrapper .d2c_img_wrapper{width: 100px; height: 100px; margin: 0 auto; margin-bottom: 25px;}.d2c_testimonial_wrapper .d2c_img_wrapper img{border-radius: var(--primary_border_radius);}.d2c_testimonial_wrapper h3{width: 220px; font-size: 18px; font-weight: 700; margin: 0 auto;}.d2c_testimonial_wrapper p{margin-bottom: 30px;}.d2c_testimonial_wrapper h3::before{content: url(../images/testimonial_left_q.png); position: absolute; top: -10px; left: 0;}.d2c_testimonial_wrapper h3::after{content: url(../images/testimonial_right_q.png); position: absolute; bottom: -10px; right: 0;}.d2c_testimonial_wrapper h5{font-size: 26px; font-weight: 500;}.d2c_testimonial_wrapper .slick-slide{padding: 30px;}.d2c_testimonial_slider{position: relative;}.d2c_carousel_left_btn{background: transparent; border: 0; width: 29px; height: 19px; position: absolute; top: 50%; transform: translateY(-50%); left: -60px;}.d2c_carousel_right_btn{background: transparent; border: 0; width: 29px; height: 19px; position: absolute; top: 50%; transform: translateY(-50%); right: -60px;}.d2c_testimonial_wrapper .d2c_element_wrapper:nth-child(4){top: 110px; right: 150px;}.d2c_testimonial_wrapper .d2c_element_wrapper:nth-child(5){top: 120px; left: 150px;}.d2c_testimonial_wrapper .d2c_element_wrapper:last-child{bottom: 50px; right: 25%; transform: translateX(-50%);}/* Testimonial Section End *//* Contact Section Start */.d2c_contact_wrapper{padding: 150px 0px 200px; background-image: url(../images/about_bg.png); background-repeat: no-repeat; background-position: center; background-size: cover;}.form-label{color: var(--primary_color); font-family: var(--primary_font); font-size: 17px; font-weight: 600; text-transform: capitalize; margin-bottom: 10px;}.form-control{color: var(--primary_text_color); font-family: var(--primary_font); font-size: 14px; font-weight: 400; padding: 16px; border-radius: 100px; border: 1px solid rgba(0, 217, 166, 0.14); background: var(--default_color); margin-bottom: 28px;}.form-control:focus{background: var(--default_color); box-shadow: none; border: 1px solid rgba(0, 217, 166, 0.14); color: var(--primary_text_color);}.form-control::placeholder{color: var(--primary_text_color);}textarea{margin-bottom: 64px !important; border-radius: 10px !important;}.d2c_contact_wrapper .btn{width: 100%; border-radius: 42px; position: relative; background-image: linear-gradient(270deg, #0C0C0C 0%, #474747 100%); z-index: 1;}.d2c_contact_wrapper .btn::before{position: absolute; content: ''; inset: 0; background-image: linear-gradient(270deg, #00D9A6 0%, #9BE15D 100%); z-index: -1; border-radius: 42px; transition: opacity 0.5s linear; opacity: 0;}.d2c_contact_wrapper .btn:hover::before{border-radius: 42px; opacity: 1;}.d2c_contact_wrapper img:nth-child(2){position: absolute; top: 50%; transform: translateY(-50%); left: 120px; opacity: 0.5;}.d2c_contact_wrapper .d2c_element_wrapper:nth-child(3){top: 100px; right: 30%; transform: translateX(-50%);}.d2c_contact_wrapper .d2c_element_wrapper:last-child{bottom: 120px; right: 150px;}/* Contact Section End *//* Footer Section Start */.d2c_footer_wrapper{padding: 120px 0px 65px; background: linear-gradient(270deg, #0C0C0C 0%, #474747 100%); margin-top: -75px}.d2c_footer_wrapper img{max-width: 155px; max-height: 50px; margin-bottom: 60px;}.d2c_footer_wrapper .d2c_footer_logo::after{content: ''; width: 60px; height: 1px; background: #ffffff1c; position: absolute; bottom: -14px; left: 0;}.d2c_footer_wrapper p{color: var(--default_color); margin-bottom: 30px;}.d2c_footer_wrapper ul{list-style-type: none; padding-left: 0;}.d2c_footer_wrapper .d2c_social_link li{padding: 0px 10px;}.d2c_footer_wrapper .d2c_social_link li:first-child{padding-left: 0;}.d2c_footer_wrapper .d2c_social_link li a{width: 32px; height: 32px; border-radius: 4px; display: flex; justify-content: center; align-items: center; font-size: 16px; color: var(--accent_color); transition: 0.4s all;}.d2c_footer_wrapper .d2c_social_link li a:hover{color: var(--primary_color); background: var(--accent_color); transition: 0.4s all;}.d2c_footer_wrapper h3{color: var(--default_color); font-size: 26px; font-weight: 500; margin-bottom: 70px; position: relative;}.d2c_footer_wrapper h3::after{content: ''; width: 60px; height: 1px; background: #ffffff1c; position: absolute; bottom: -47px; left: 0;}.d2c_footer_wrapper ul li{padding: 6px 0px;}.d2c_footer_wrapper ul li a{color: var(--default_color); font-family: var(--primary_font); font-size: 17px; font-weight: 400; transition: 0.4s all;}.d2c_footer_wrapper ul li a:hover{color: var(--accent_color); transition: 0.4s all;}.d2c_footer_wrapper .btn{border-radius: 40px; background: var(--accent_color); color: var(--primary_color); border: 0; height: 100%; transition: 0.4s all;}.d2c_footer_wrapper .form-control{background: rgba(255, 255, 255, 0.00); color: var(--default_color); padding: 11px 28px; border: 0; border-radius: 40px; font-family: var(--primary_font); font-size: 17px; font-weight: 400 !important; margin-bottom: 0;}.d2c_footer_wrapper .btn:hover{background: var(--primary_color); color: var(--default_color); transition: 0.4s all;}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left: 0px; border-top-left-radius: 40px; border-bottom-left-radius: 40px;}.d2c_footer_wrapper .input-group{background: rgba(255, 255, 255, 0.09); border-radius: 40px;}/* Footer Section End *//* Copy Section Start */.d2c_copy_wrappper{padding: 26px 0px; background: #1A1A1A;}.d2c_copy_wrappper a{color: var(--default_color); font-family: var(--primary_font); font-size: 17px; font-weight: 400; transition: 0.4s all;}.d2c_copy_wrappper a:hover{color: var(--accent_color); transition: 0.4s all;}.d2c_copy_wrappper p{color: var(--default_color);}/* Copy Section End *//* Scroll Button Start */#scrollBtn{display: none; position: fixed; bottom: 20px; right: 20px; z-index: 9999;}#scrollBtn.show{display: block;}#scrollBtn a i{background: var(--accent_color); font-size: 20px; color: var(--default_color); border-radius: 4px; width: 35px; height: 35px; position: fixed; z-index: 9999; bottom: 3%; right: 5%; transition: all ease 0.4s; display: flex; align-items: center; justify-content: center; border: 2px solid var(--accent_color);}#scrollBtn a i:hover{color: var(--default_color); background: var(--secondary_color); border: 2px solid var(--secondary_color); transition: all ease 0.4s;}/* Scroll Button End *//* Template Name:{{CustomBizZ - Business Agency Template}}Template URL:{{https://www.designtocodes.com/product/custombizz-business-agency-template}}Description:{{Creating new websites using the CustomBizZ - Business Agency Template is quick and easy. You can use this business website template to build creative agency websites, corporate websites, business websites, startup websites, and more. This One Page business template comes with all the necessary website sections. Start creating websites with CustomBizZ today!}}Author: DesignToCodes Author URL: https://www.designtocodes.com Text Domain:{{CustomBizZ}}*/