BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
demodesignproboa
/
public_html
/
designjoy
/
assets
/
css
📤 Upload
📝 New File
📁 New Folder
Close
Editing: styles.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } section.faqs-sec-wrap { margin-top: 5rem; } :root { --primary-color: #000; } main, body {} body { background: url('../banner-home.jpg'); width: 100%; height: 100%; background-position: 100% 100%; } a, button, form { text-decoration: none; font-family: "Poppins", sans-serif; } a:focus { color: #36b7a5; } .nav-link:focus, .nav-link:hover { color: #fff; } select:focus, textarea:focus { outline: none; } p { font-family: "Poppins", sans-serif; } ul, ol { list-style: none; margin: 0; padding: 0; } input:focus, button:focus { outline: none; box-shadow: none; } h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-family: 'Brockmann', sans-serif; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-thumb { border-radius: 10px; background: #000; border: 1px solid #fff; } .my_space { margin: 5rem 0 0 0; } ::-webkit-scrollbar-track { background-color: #ebebeb; border-radius: 10px; } .btn_gl { color: #fff; background-image: linear-gradient(#000, #292929); border: 1px solid var(--primary-color); border-radius: 90px; padding: 14px 20px; font-size: 17px; transition: all 0.3s ease-in; box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); } .btn_gl:hover { transform: scale(1.1); color: #fff; } header { background: transparent; padding: 20px 0; } header nav { display: flex; justify-content: space-between; align-items: center; } header nav img { min-width: 100%; max-width: 100%; min-height: 100px; max-height: 100px; object-fit: contain; } header nav button.btn_gl { font-size: 16px; width: 17%; } .banner { padding: 1rem 0 4rem; text-align: center; position: relative; } .banner::after { content: ''; position: absolute; right: 0; top: -5%; width: 338px; height: 528px; background: url('../b-l.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .banner::before { content: ''; position: absolute; left: 0; top: 15%; width: 304px; height: 74%; background: url('../b-r.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .banner h1 { font-size: 5.7rem; font-weight: 600; line-height: 1.1; color: var(--primary-color); } .banner h1 span { display: block; color: #e75a1a; } .banner p { font-size: 16px; font-weight: 500; color: var(--primary-color); width: 83%; margin: 2rem auto; line-height: 1.9; } .banner .btn-box{ display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; flex-direction: row; gap: 15px; } .banner .btn-box .btn-wh{ width: 220px; height: 60px; display: flex; align-items: flex-end; justify-content: center; margin: 0; line-height: normal; } .banner button.btn_gl { width: 219px; font-size: 20px; margin: 0 1rem; } .banner #brands { background: linear-gradient(#0e0847, #292929); padding: 31px 46px; border-radius: 60px; box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); border: 1px solid #000; margin: 3rem 0 0 0; } .banner #brands img { margin: 0 auto; object-fit: fill; width: 129px; height: 33px; display: flex; align-items: center; position: relative; } .banner #brands span { border-radius: 50%; position: absolute; width: 9px; height: 9px; right: 0; top: 50%; background: #0d6efd; transform: translateY(-50%); } .banner form { display: flex; align-items: center; width: 87%; margin: 3rem auto 2rem; background: linear-gradient(45deg, #ffffff, #d3d0cc); padding: 25px 28px; border-radius: 10px; /* border: 2px solid #e59709; */ position: relative; box-shadow: 5px -5px 0px #b18c44, -5px 6px 0px #e09406; } .banner form img { width: 14%; position: absolute; top: -6%; left: -8%; transform: translateY(-50%) rotate(-25deg); filter: drop-shadow(30px 10px 89px #000); } .banner form input { background: #0c0c0c1a; margin: 0 3px; width: 36%; padding: 16px 34px; border: none; border-radius: 49px; } .banner form button { border: none; width: 181px; background: #df5811; padding: 13px 0; color: #fff; border-radius: 27px; } .portfolio {} .portfolio img { border-radius: 20px; margin: 0; height: 403px; object-fit: cover; } .portfolio .item { margin: 0 19px; } .head { text-align: center; } .head span { font-size: 23px; font-family: 'brockmann'; color: #6a6969; } .head h4 { font-size: 60px; font-weight: 600; color: #000; } .head a { color: #fff; background: linear-gradient(#000, #292929); width: 280px; padding: 18px 10px; font-size: 18px; text-transform: uppercase; border-radius: 95px; transition: all .3s ease-in-out; border: 2px solid var(--primary-color); box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); font-family: 'brockmann'; display: block; margin: 31px 12px 0; } .head a:nth-child(2) { background: #77ddbd; color: #000; } .head a:hover { transform: scale(1.1); } .head h4 span {} .head h4 span { display: block; color: #e75a1a; font-size: 4rem; } .head p { color: var(--primary-color); font-size: 20px; margin: 17px auto; width: 69%; } .about { padding: 8rem 0; position: relative; } .about::after { content: ''; position: absolute; right: 0; top: 15%; width: 332px; height: 60%; background: url('../a-l.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .about::before { content: ''; position: absolute; left: 0; top: 15%; width: 304px; height: 74%; background: url('../a-r.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .crds { margin: 4rem 0 0 0; text-align: center; } .crd { padding: 2rem 2rem; border-radius: 23px; transition: all 0.3s ease-in; height: 274px; } .crd:hover { transform: translateY(-10px); } .crd img { width: 170px; height: 170px; object-fit: contain; } .crd h4 { font-size: 30px; margin: 23px 0; } .crd h4 span { display: block; } .crd p { width: 100%; font-size: 17px; color: #585555; } @keyframes rot { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .flow { padding: 6rem 0; position: relative; } .flow::after { content: ''; position: absolute; right: 0; top: 15%; width: 332px; height: 68%; background: url('../f-r.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .flow::before { content: ''; position: absolute; left: 0; top: 15%; width: 319px; height: 57%; background: url('../f-l.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .flow .crdImg img { width: 100%; height: 414px; object-fit: cover; border-radius: 20px; } .flow .crdData ul li h4 { font-size: 22px; font-weight: 600; margin: 18px 0; color: #333755; } .flow .crdData ul li p { font-size: 16px; } .services { padding: 3rem 0; position: relative; } .services::after { content: ''; position: absolute; right: 0; top: 15%; width: 332px; height: 48%; background: url('../s-2.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .services::before { content: ''; position: absolute; left: 0; top: 37%; width: 304px; height: 83%; background: url('../s-1.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .faqs-sec-wrap .faqs-sec-head { text-align: center; margin: 0 0 30px } .faqs-sec-head .heading-two { color: #000000; font-size: 60px; line-height: 1.2; font-weight: 600; margin: 0 0 20px } .faqs-sec-head .heading-two span { color: #e75a1a; display: block; } .faqs-sec-item .accordion .accordion-item { margin: 0 0 10px; border-radius: 0; background: #fff0; border: none; border-bottom: 1px solid #c7c5c5 } .faqs-sec-item .accordion-item .accordion-header button.accordion-button { background: #fff0; color: #000; font-size: 20px; line-height: 26px; font-weight: 500; box-shadow: none; border-radius: 0; padding: 32px 0; display: flex; align-items: center; margin: 0; font-family: 'brockmann'; } .faqs-sec-item .accordion-item .accordion-header .accordion-button::after { content: "\f078"; font-family: 'Font Awesome 6 Pro'; background-image: none; color: #df5811; font-size: 14px; font-weight: 700; width: 15px; height: 15px; line-height: 25px; border-radius: 100%; text-align: center; transform: rotate(-90deg); transition: .3s ease-in-out } .faqs-sec-item .accordion-item .accordion-header .accordion-button:not(.collapsed)::after { transform: rotate(0) } .faqs-sec-item .accordion-item .accordion-collapse .accordion-body { color: #585555; font-size: 14px; line-height: 1.7; margin: 0; border-radius: 0; padding: 10px 0; font-family: 'brockmann'; } .faqs-sec-wrap .intro { background: linear-gradient(#000000, #302f27); text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; border-radius: 20px; padding: 3rem 39px 27px; box-shadow: inset 0 2px 2px #737373, 0 2px 0 #84debf; border: 2px solid var(--primary-color); position: relative; height: 363px; } .faqs-sec-wrap .intro h4 { font-size: 45px; font-weight: 500; width: 90%; margin: 16px 0 21px; color: #fff; } .faqs-sec-wrap .intro button { width: 231px; font-size: 18px; background: #84debf; color: #080808; font-weight: 600; padding: 15px 0; } .faqs-sec-wrap .intro p { padding: 21px 0 0; font-size: 18px; color: #fff; } .faqs-sec-wrap .intro p a { color: #84debf; } .intro img { width: 140px; !i; !; height: 140px; object-fit: cover; border-radius: 50%; position: absolute; top: -67px; border: 9px solid #040404; } .creative-service-wrap { position: relative; padding: 30px 0; margin-top: 2rem; font-family: 'brockmann'; } .creative-service-wrap::before { content: ''; position: absolute; left: 0; top: 72%; width: 271px; height: 31%; background: url('../f-l.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; z-index: -1; } .creative-service-wrap::after { content: ''; position: absolute; right: 0; top: 15%; width: 399px; height: 34%; background: url('../t-1.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; z-index: -1; } .creative-service-wrap .creative-service-head { margin: 0 0 30px 0; } .creative-service-head h2 { color: #392657; margin: 0 0 10px; display: flex; align-items: center; } .creative-service-head h2 img { margin: 0 10px 0 0; box-shadow: 0 5px 20px -10px #392657; border-radius: 20px; } .creative-service-wrap .creative-service-inner { border: 20px solid #fff; border-radius: 50px; box-shadow: 0 10px 50px -25px #392657; margin: 0 0 50px; } .creative-service-inner .creative-service-box { background: #392657; padding: 20px 20px; text-align: center; border-right: 2px solid #fff; border-radius: 0; min-height: 350px; max-height: 350px; } .creative-service-box.service-box-first { border-radius: 30px 0 0 30px; margin: 0 0px 0 10px; } .creative-service-box.service-box-last { border-right: inherit; border-radius: 0 30px 30px 0; margin: 0 10px 0 0; } .creative-service-box img { margin: 0 0 20px 0; } .creative-service-box .service-box-content {} .service-box-content h3 { color: #fff; margin: 0 0 10px 0; } .service-box-content p { color: #fff; padding: 0 5px 0 5px; min-height: 175px; max-height: 175px; overflow-y: auto; } .service-box-content p::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0); border-radius: 0px; } .service-box-content p::-webkit-scrollbar { width: 3px; background: #eee3ff; border-radius: 0px; } .service-box-content p::-webkit-scrollbar-thumb { background-color: #392657; border-radius: 0px; } .creative-service-wrap .creative-service-tablist {} .creative-service-tablist .service-tablist-head { text-align: center; width: 90%; margin: 0 auto 30px; } .service-tablist-head h2 { color: #000; font-size: 60px; font-weight: 600; } .service-tablist-head h2 span { display: block; color: #df5811; } .service-tablist-head p { color: #392657; } .creative-service-tablist .service-tablist-buttons { margin: 0 0 30px; } .service-tablist-buttons ul.nav-pills { justify-content: center; align-items: center; } .service-tablist-buttons ul.nav-pills li.nav-item { margin: 0 5px 10px; } .service-tablist-buttons ul.nav-pills li.nav-item button.nav-link { color: #fff; background: linear-gradient(#000, #292929); width: 230px; padding: 15px 10px; font-size: 15px; text-transform: uppercase; border-radius: 15px; margin: 0; transition: all .3s ease-in-out; border: 2px solid var(--primary-color); box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); font-family: 'brockmann'; } .service-tablist-buttons ul.nav-pills li.nav-item button.nav-link.active, .service-tablist-buttons ul.nav-pills li.nav-item button.nav-link:hover { background: #66dcbb; color: #000; } .creative-service-tablist .service-tablist-content {} .service-tablist-content .service-tablist-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .service-tablist-content .service-tablist-inner img { width: 100%; height: 432px; object-fit: cover; border-radius: 16px; } .service-tablist-inner { margin: 0 0 10px; } .service-tablist-inner h4 { font-size: 20px; line-height: 28px; color: #392657; text-transform: uppercase; margin: 0 0 10px; } .service-tablist-inner p { color: #392657; padding: 0; } .service-tablist-inner span { color: #392657; font-size: 18px; line-height: 24px; position: relative; display: flex; align-items: center; padding: 0 0 0 20px; margin: 10px 0 10px 0; } .service-tablist-inner span::before { content: ''; position: absolute; left: 0; width: 12px; height: 12px; border-radius: 100%; background: #392657; } .service-tablist-inner ul { margin: 0 0 10px 0; padding: 0; } .service-tablist-inner ul li { color: #392657; font-size: 18px; line-height: 24px; margin: 0 0 5px; display: flex; } .service-tablist-inner ul li i { color: #392657; border: 2px solid #392657; font-size: 12px; font-weight: 600; width: 20px; height: 20px; line-height: 14px; text-align: center; padding: 2px; margin: 0 5px 0 0; } .cta { padding: 5rem 0; position: relative; background: #fff; border-radius: 24px; overflow: hidden; } .cta::before { content: ''; position: absolute; left: 0; top: 0%; width: 354px; height: 74%; background: url('../c-1.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .cta::after { content: ''; position: absolute; right: 0; top: 47%; width: 270px; height: 48%; background: url('../s-2.svg'); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } footer.footer-main-sec { background: #f9f6f1; margin: 4rem 0 0 0; } .footer-main-sec .footer-top { padding: 16px 0; border-top: 3px solid #1a1a1a; display: flex; } .footer-top .footer-logo-area { margin: 0 } .footer-info-area a { font-weight: 500; text-transform: lowercase; margin: 0; transition: .3s ease-in-out; color: #000; font-size: 18px; } .footer-info-area a i, .footer-info-area p i { color: #198754; font-size: 20px; width: 20px; margin: 0 10px 0 0 } .footer-info-area p { margin: 0 } .packages { position: relative; padding: 50px 0 20px; font-size: 14px; line-height: 23px; margin: 16rem 0 0; } .packages::after { content: ''; position: absolute; left: 0; top: 0%; width: 100%; height: 100%; background: url(https://repository-images.githubusercontent.com/302047071/a5093c00-12f7-11eb-86be-86993a68a678); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; z-index: -1; opacity: 0.3; } .packages h2 { text-align: center; font-size: 32px; font-weight: 500; margin: 0 0 20px; color: #000000; } .packages h2 a.grad-btn { color: #fff } .packages a.grad-btn { color: #fff; padding: 10px 30px; border-radius: 37px; font-size: 14px; text-transform: uppercase; font-weight: 500; display: inline-block; position: relative; margin: 0 auto; display: table; top: -13px; background: #000000 !important; box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); } section.packages a.grad-btn:hover { background: #000 !important } .packages a.grad-btn:hover { background: #000; color: #fff } section.cform-section form ul li input[type=submit]:hover { color: #000 !important } section.packages p { font-size: 15px; margin: 0 auto; text-align: center; margin-bottom: 0; font-weight: 300; line-height: 30px; color: #131111; } section.packages h4 { text-align: center; font-size: 60px; font-weight: 600; } section.packages h4 span { color: #e75a1a; } p.addontag { color: #5e5e5e !important } section.packages a.border-btn { font-weight: 600; padding: 6px 30px; background: linear-gradient(to right, #ef4e28 0, #ec6d28 21%, #f7a358 74%, #f7c158 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; border: 3px solid transparent; border-image: linear-gradient(to right, #ef4e28 0, #ec6d28 21%, #f7a358 74%, #f7c158 100%); border-image-slice: 5; text-transform: uppercase } section.packages .col-md-4 { margin: 30px 0 } section.packages [class^=col-md-4]>div { border-radius: 5px; padding: 20px 20px 0; position: relative; border: 2px solid #d8dfe6; border-radius: 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; width: 100%; margin: 0 auto; -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; -ms-transition: all .2s ease-in; transition: all .2s ease-in; background: #fff } section.packages [class^=col-md-4]>div h2 { font-size: 21px; font-weight: 600; text-align: left; margin-bottom: 14px } section.packages [class^=col-md-4]>div i { position: absolute; right: -2px; top: 0 } section.packages [class^=col-md-4]>div .pricebox { position: relative; text-align: left; display: flex; align-items: center; } section.packages [class^=col-md-4]>div .pricebox sup { font-size: 25px; font-weight: 600; position: relative; color: #000 } section.packages [class^=col-md-4]>div .pricebox h3 { display: inline-block; font-size: 61px; margin: 0; font-weight: 700; color: #d75604; padding-right: 10px } section.packages [class^=col-md-4]>div .pricebox strike { font-size: 16px; color: #9d7b13; position: relative; top: -10px; font-weight: 700; font-family: 'Poppins'; text-decoration: line-through; } section.packages [class^=col-md-4]>div .pricebox span { position: absolute; top: 16px; left: 0; font-size: 14px; color: #000; font-weight: 700 } section.packages [class^=col-md-4]>div ul li { font-size: 14px; color: #000; font-weight: 500; padding-left: 15px; position: relative; margin-bottom: 0; padding-right: 12px; line-height: 2; } section.packages [class^=col-md-4]>div ul li:before { content: "\f111"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; top: 16px; position: absolute; left: 0 } section.packages [class^=col-md-4]>div ul { margin-bottom: 0; margin-top: 5px; text-align: left; height: 231px; overflow-y: scroll; } p.addontag { font-size: 12px; color: #000; display: inline-block; margin-bottom: 0; width: 100%; font-weight: 700; text-align: v; margin: 7px 0 } p.addontag strong { color: #390184; } section.packages [class^=col-md-4]>div a.mr-det { display: block; text-transform: uppercase; color: #000; margin: 10px 0 0; font-weight: 700; font-size: 11px; letter-spacing: 2px; margin-left: 5px } section.packages [class^=col-md-4]>div h2+p { font-size: 11px; color: #000; text-align: left; width: 89%; font-weight: 600; margin: 0 0 16px; line-height: 14px } section.packages [class^=col-md-4]>div:hover { border: 2px solid #6e6e6e !important; border-right: 2px solid #6e6e6e; border-radius: 14px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-position: 0 0, 0 100%; background-repeat: no-repeat; background-size: 100% 2px } .actions { border-top: 1px solid #eee; display: flex; position: relative; width: 100%; text-align: center; padding: 20px 20px; } .actions::before { position: absolute; content: ""; height: 43px; background-color: #eee; width: 1px; left: 46%; top: 10px; } .actions a { position: relative; font-size: 9px; } .actions a span { font-size: 16px; font-weight: 700; color: #141212; font-family: 'brockmann'; } .actions a span small { display: block; color: #198754; } p.addontag { font-size: 12px; color: #000; display: inline-block; margin-bottom: 0; width: 100%; font-weight: 700; text-align: center; margin: 7px 0; } p.addontag { color: #5e5e5e; } p.addontag strong { color: #6e02ff; } .review-wrap { background: transparent; padding: 75px 0; overflow: hidden; position: relative; } .review-wrap::before { content: ''; position: absolute; left: 0; top: 15%; width: 304px; height: 83%; background: url(../s-1.svg); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .review-wrap::after { content: ''; position: absolute; right: 0; top: 0%; width: 332px; height: 48%; background: url(../s-2.svg); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; } .review-wrap .review-content {} .review-wrap .review-content h2 { text-align: left; line-height: 72px; color: #000; margin: 0 0 10px 0; font-size: 60px; font-weight: 600; } .review-wrap .review-content h2 span { color: #d75604; display: block; } .review-wrap .review-content p { font-size: 20px; font-weight: 500; color: #131111; margin: 0; line-height: 26px; padding: 0; width: 80%; } .review-wrap .review-content .review-button {} .review-wrap .review-content .review-button .btn-wh { background: #77ddbd; color: #000; width: 280px; padding: 18px 10px; font-size: 18px; text-transform: uppercase; border-radius: 95px; transition: all .3s ease-in-out; border: 2px solid #000; box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); font-family: 'brockmann'; display: block; margin: 31px 12px 0; } .review-wrap .review-content .review-button .btn-wh:hover { transform: scale(1.1); } .review-wrap .review-slider {} .review-wrap .review-slider .review-card { background: #e6e7e9; margin: 40px 10px; padding: 30px 20px 40px; border-radius: 20px; min-height: 300px; max-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .review-wrap .review-slider .review-card h4 { font-size: 28px; line-height: 34px; font-weight: 700; color: var(--primary-color); margin: 0 0 10px 0; text-align: center; } .review-wrap .review-slider .review-card p { font-size: 16px; font-weight: 400; color: var(--primary-color); margin: 0; line-height: 22px; padding: 0; text-align: center; } .review-wrap .review-slider .owl-nav .owl-prev, .review-wrap .review-slider .owl-nav .owl-next { height: 40px; width: 40px; border-radius: 50%; border: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; background: transparent; font-size: 25px; color: #e6e7e9; transition: all 0.2s ease-in-out; position: absolute; top: 45%; left: -8%; } .review-wrap .review-slider .owl-nav .owl-next { left: auto; right: -8%; } .review-wrap .review-slider .owl-nav .owl-next i { transform: rotate(40deg); font-size: 36px; line-height: 42px; color: #e6e7e9; font-weight: 600; } .review-wrap .review-slider .owl-nav .owl-prev i { transform: rotate(-134deg); font-size: 36px; line-height: 42px; color: #e6e7e9; font-weight: 600; } .review-wrap .review-slider .owl-nav .owl-next:hover i, .review-wrap .review-slider .owl-nav .owl-prev:hover i { color: #d75604; } .review-wrap .review-slider.owl-theme .owl-dots .owl-dot.active { color: #77ddbd; } .review-wrap .review-slider.owl-theme .owl-dots .owl-dot span { margin: 5px 2px; } .packages-wrap { padding: 100px 0; overflow: hidden; position: relative; } .packages-wrap::after { content: ''; position: absolute; right: 6%; top: 0%; width: 332px; height: 48%; background: url(../myIcon1.svg); background-position: 100% 100%; background-size: cover; background-repeat: no-repeat; z-index: -1; } .packages-wrap .slot-box { color: var(--white); background-color: #000; background-image: linear-gradient(#000, #1d1d1d); border: 1px solid #000; border-radius: 8px; flex-direction: column; flex: 1; justify-content: space-between; max-width: 480px; padding: 50px; display: flex; position: relative; overflow: hidden; transform: rotate(0); box-shadow: 0 20px 30px rgba(0, 0, 0, .34), 0 50px 50px rgba(0, 0, 0, .2), inset 0 2px 1px rgba(255, 255, 255, .5); margin: 0 0 0 auto; } .packages-wrap .slot-box .main-img { position: absolute; top: 0; right: 0; } .packages-wrap .slot-box .main-img img {} .packages-wrap .slot-box .head-bx {} .packages-wrap .slot-box .head-bx h5 { background-color: #ff90e7; border-radius: 100px; width: 165px; height: 50px; font-size: 15px; font-weight: 400; display: flex; align-items: center; justify-content: center; margin: 0 0 15px 0; padding: 0; } .packages-wrap .slot-box .head-bx h2 { font-size: 59px; font-weight: 600; line-height: 80px; color: #fff7f7; } .packages-wrap .slot-box .head-bx h2 span { display: block; } .packages-wrap .slot-box .btn-box { display: flex; margin: 150px 0 0 0; flex-direction: column; flex-wrap: nowrap; gap: 10px; } .packages-wrap .slot-box .btn-box .btn-wh { background: #77ddbd; color: #000; width: 100%; padding: 18px 10px; font-size: 18px; text-transform: uppercase; border-radius: 95px; transition: all .3s ease-in-out; border: 2px solid #ffffff; box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); font-family: 'brockmann'; display: block; margin: 0; } .packages-wrap .slot-box .btn-box .btn-wh.secondry { background: linear-gradient(#000, #292929); color: #fff; } .packages-wrap .slot-box .btn-box .btn-wh:hover { transform: scale(1.1); } .packages-wrap .member-box { background-color: #fff; border-radius: 8px; padding: 50px 50px; } .packages-wrap .member-box h2 { font-size: 50px; line-height: 60px; color: #000; } .packages-wrap .member-box .tab-pricing { margin: 20px 0 0 0; } .packages-wrap .member-box .tab-pricing .nav { border-radius: 100px; background-color: #000; padding: 2px; width: fit-content; } .packages-wrap .member-box .tab-pricing .nav .nav-item {} .packages-wrap .member-box .tab-pricing .nav .nav-item .nav-link { color: #fff; width: 130px; border-radius: 100px; } .packages-wrap .member-box .tab-pricing .nav .nav-item .nav-link.active { background-color: #77ddbd; border-radius: 100px; color: #000; } .packages-wrap .member-box .tab-pricing .tab-content {} .packages-wrap .member-box .tab-pricing .tab-content .tab-pane {} .packages-wrap .member-box .tab-pricing .pricing-card {} .packages-wrap .member-box .tab-pricing .pricing-card .top { border-bottom: 1px solid #000; margin-bottom: 20px; padding-top: 32px; padding-bottom: 32px; } .packages-wrap .member-box .tab-pricing .pricing-card .top h3 { font-size: 40px; font-weight: 700; color: #d75604; margin: 0 0 10px 0; } .packages-wrap .member-box .tab-pricing .pricing-card .top h3 sub { font-weight: 400; font-size: 20px; left: -12px; } .packages-wrap .member-box .tab-pricing .pricing-card .top p { font-weight: 400; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom {} .packages-wrap .member-box .tab-pricing .pricing-card .bottom h5 { font-size: 22px; font-weight: 600; color: #131111; margin: 0 0 10px 0; line-height: 26px; padding: 0; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom ul { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: row; flex-wrap: wrap; margin: 0 0 10px 0; list-style: disc; padding: 0 0 0 25px; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom ul li { width: 48%; font-size: 16px; font-family: 'Brockmann', sans-serif; font-weight: 300; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom .btn-box { display: flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap; gap: 20px; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom .btn-box .btn-wh.secondry { background: linear-gradient(#000, #292929); color: #fff; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom .btn-box .btn-wh { background: #77ddbd; color: #000; width: 100%; padding: 18px 10px; font-size: 18px; text-transform: uppercase; border-radius: 95px; transition: all .3s ease-in-out; border: 2px solid #ffffff; box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); font-family: 'brockmann'; display: block; margin: 0; } .packages-wrap .member-box .tab-pricing .pricing-card .bottom .btn-box .btn-wh:hover { transform: scale(1.1); } /* theme-btn */ .theme-btn.bt-support-now { background: #77ddbd; bottom: 146px; } .theme-btn.bt-buy-now, .theme-btn.bt-support-now:hover{ color: #fff; } .theme-btn.bt-buy-now { background: #8ac346; background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%); } .theme-btn { border-radius: 40px; bottom: 59px; display: table; height: 66px; left: 30px; min-width: 66px; text-align: center; z-index: 20; display: flex; justify-content: center; align-items: center; font-size: 34px; } .theme-btn, span.coupon { position: fixed; color: #fff; } .theme-btn, span.coupon { animation: .5s infinite alternate scrollDownAnimation; } @keyframes scrollDownAnimation { 0% { transform: translateY(0); } 100% { transform: translateY(-10px); } } /* theme-btn */ /* float-side-btn */ .floatbutton { } .floatbutton .clickbutton .crossplus:after, .floatbutton .clickbutton .crossplus:before { content: ""; display: none; z-index: 99; margin: auto; position: absolute; left: 0; top: 0; bottom: 0; right: 0 } .floatbutton .ban-form input, .floatbutton .ban-form textarea { padding: 10px 15px; outline: 0 !important } .floatbutton .theme-btn, span.coupon { animation: .5s infinite alternate scrollDownAnimation } .floatbutton .banner-form h3, .floatbutton span.coupon { text-transform: uppercase } .floatbutton.active { right: 0; z-index: 999; -webkit-transition: .4s; -moz-transition: .4s; -o-transition: .4s; transition: .4s; } .floatbutton .clickbutton .crossplus { -webkit-transition: .4s; -moz-transition: .4s; -o-transition: .4s; transition: .4s } .floatbutton { transition: .4s; position: fixed; right: -370px; top: 16%; font-size: 0; width: 420px; z-index: 999 } .floatbutton .banner-form, .floatbutton .clickbutton { position: relative; display: inline-block } .floatbutton .clickbutton { overflow: hidden; border-radius: 11px 0 0 11px; width: 50px; z-index: 999; height: 300px; cursor: pointer; box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09); padding-top: 0; vertical-align: top; background: #77ddbd; margin-top: 198px; color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; -ms-box-shadow: 0 0 40px #00000026; -o-box-shadow: 0 0 40px #00000026; /* border: 3px solid #fff; */ } .floatbutton .clickbutton .crossplus:before { width: 20px; height: 2px; background: #fbb334; } .floatbutton .clickbutton .crossplus:after { width: 2px; height: 20px; background: #fab334; } .floatbutton .clickbutton .crossplus { display: block; transition: .4s; position: absolute; display: flex; justify-content: center; align-items: center; transform: rotate(-90deg); font-size: 16px; color: #fff; left: 0; right: 0; top: 0; white-space: pre; bottom: 0; z-index: 100; } .floatbutton .clickbutton .crossplus.rotate { -webkit-transition: .4s; -moz-transition: .4s; -o-transition: .4s; transition: .4s } .floatbutton .clickbutton .crossplus i { font-size: 18px; color: #f43535; margin: 17px 0 0 15px } .floatbutton .banner-form { background: #fff; padding: 30px; z-index: 9; border-radius: 5px 0 0 5px; margin: 0; width: 370px; box-shadow: 0 0 30px #0000001f; } .floatbutton .ban-form input { width: 100%; margin: 0 0 15px; border: 1px solid #1A3236; background: #0c0c0c1a; color: #1A3236; font-size: 14px; border-radius: 3px; height: 50px; font-weight: 400; } .floatbutton .banner-form .intl-tel-input { width: 100% } .floatbutton .banner-form h3 { color: #151C22; font-size: 24px; margin-bottom: 20px; text-align: center; } .floatbutton .ban-form input[type=submit] { background: #77ddbd; color: #000; width: 100%; padding: 0; font-size: 18px; text-transform: uppercase; border-radius: 95px; transition: all .3s ease-in-out; border: 2px solid #000; box-shadow: 0 2px 2px rgba(0, 0, 0, .31), inset 0 2px 1px rgba(255, 255, 255, .5); display: block; margin: 20px auto 0; height: 50px; } .floatbutton .ban-form textarea { width: 100%; border: 1px solid #1A3236; background: #0c0c0c1a; color: #1A3236; font-size: 14px; border-radius: 3px; font-weight: 400; height: 120px; margin: 1px 0 0 } .floatbutton .btns_wrap .call_wrap, .floatbutton .btns_wrap .chat_wrap { position: absolute; padding: 0; overflow: hidden; box-shadow: 0 0 40px #00000026 !important; background: none; } .floatbutton .btns_wrap { position: fixed; right: -6px } .floatbutton .btns_wrap a:hover { text-decoration: none !important; right: -52px; } .floatbutton .btns_wrap .call_wrap { width: 295px; right: -240px; top: 126px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s } .floatbutton .btns_wrap .call_wrap span { color: #1e3236; font-size: 18px; vertical-align: middle; background: #fff; padding: 15px 20px 15px 15px; } .floatbutton .btns_wrap .chat_wrap { display: block; right: -225px; width: 280px; top: 54px; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s } .floatbutton .btns_wrap .call_wrap span.icoo, .floatbutton .btns_wrap .chat_wrap span.icoo { color: #fff; background: #77ddbd; font-size: 18px; padding: 14px 20px 12px; vertical-align: middle; display: inline-block; border-radius: 9px; } .floatbutton .btns_wrap .chat_wrap span { color: #1e3236; font-size: 20px; vertical-align: middle; background: #fff; padding: 15px 30px 15px 15px; } /* float-side-btn */
Save
Cancel