@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap";@import"https://fonts.googleapis.com/css2?family=Marcellus&display=swap";.theme-light .navbar{z-index:100;padding:10px 30px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;color:#000}.theme-light .navbar .left{cursor:pointer;display:flex;align-items:center;gap:10px;background-color:#fff;color:#000}.theme-light .navbar .left img{height:35px;width:35px;border-radius:50%;object-fit:cover}.theme-light .navbar .left span{background-color:#fff;color:#000;font-size:20px;font-family:Dancing Script,cursive}@media (max-width: 1220px){.theme-light .navbar .left span{display:none}}.theme-light .navbar .right{cursor:pointer;display:flex;align-items:center;gap:10px;background-color:#fff;font-size:20px;font-weight:700;color:#480088}.theme-light .navbar .right .menu{display:none;color:#000}@media (max-width: 1220px){.theme-light .navbar .right .menu{display:block}}.theme-light .navbar .center{display:flex;justify-content:center;align-items:center;gap:20px;font-family:Marcellus,serif;background-color:#fff;color:#000}.theme-light .navbar .center a{justify-self:center;background-color:#fff;color:#000;width:100px;text-decoration:none}@media (max-width: 1220px){.theme-light .navbar .center{display:none}}@media (max-width: 700px){.theme-light .navbar .center{width:50px}}.theme-dark .navbar{z-index:100;padding:10px 30px;display:flex;align-items:center;justify-content:space-between;background-color:#000;color:#fff}.theme-dark .navbar .left{cursor:pointer;display:flex;align-items:center;gap:10px;background-color:#000;color:#fff}.theme-dark .navbar .left img{height:35px;width:35px;border-radius:50%;object-fit:cover}.theme-dark .navbar .left span{background-color:#000;color:#fff;font-size:20px;font-family:Dancing Script,cursive}@media (max-width: 1220px){.theme-dark .navbar .left span{display:none}}.theme-dark .navbar .right{cursor:pointer;display:flex;align-items:center;gap:10px;background-color:#000;font-size:20px;font-weight:700;color:#fff}.theme-dark .navbar .right .menu{display:none;color:#fff}@media (max-width: 1220px){.theme-dark .navbar .right .menu{display:block}}.theme-dark .navbar .center{display:flex;justify-content:center;align-items:center;gap:20px;font-family:Marcellus,serif;background-color:#000;color:#fff}.theme-dark .navbar .center a{justify-self:center;background-color:#000;color:#fff;width:100px;text-decoration:none}@media (max-width: 1220px){.theme-dark .navbar .center{display:none}}@media (max-width: 700px){.theme-dark .navbar .center{width:50px}}*{margin:0;padding:0}.theme-light *{background-color:#fff}.theme-dark *{background-color:#000}.theme-light .mainComponent{height:100%;padding:20px 100px 120px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;color:#000;cursor:pointer;overflow:hidden}@media (max-width: 700px){.theme-light .mainComponent{padding:100px 80px}}.theme-light .mainComponent div{padding:20px;display:flex;justify-content:center;gap:20px}.theme-light .mainComponent div h2{font-size:120px}@media (max-width: 700px){.theme-light .mainComponent div h2{font-size:50px}}.theme-light .mainComponent div button{padding:10px;position:relative;height:180px;width:180px;border-radius:50%;background-color:#fff;color:#000;border:1px solid black}@media (max-width: 1220px){.theme-light .mainComponent div button{display:none}}.theme-light .mainComponent span{margin-top:20px;overflow:hidden;display:flex;justify-content:center}.theme-light .mainComponent span h1{font-size:80px}@media (max-width: 1220px){.theme-light .mainComponent span h1{font-size:50px}}@media (max-width: 700px){.theme-light .mainComponent span h1{font-size:40px;margin-bottom:50px}}@media (max-width: 700px){.theme-light .mainComponent{padding:60px 50px;gap:20px}}.theme-dark .mainComponent{height:100%;padding:20px 100px 120px;display:flex;flex-direction:column;justify-content:center;background-color:#000;color:#fff;cursor:pointer;overflow:hidden}@media (max-width: 700px){.theme-dark .mainComponent{padding:100px 80px}}.theme-dark .mainComponent div{padding:20px;display:flex;justify-content:center;gap:20px}.theme-dark .mainComponent div h2{font-size:120px}@media (max-width: 700px){.theme-dark .mainComponent div h2{font-size:50px}}.theme-dark .mainComponent div button{padding:10px;position:relative;height:180px;width:180px;border-radius:50%;background-color:#000;color:#fff;border:1px solid white}@media (max-width: 1220px){.theme-dark .mainComponent div button{display:none}}.theme-dark .mainComponent span{margin-top:20px;overflow:hidden;display:flex;justify-content:center}.theme-dark .mainComponent span h1{font-size:80px}@media (max-width: 1220px){.theme-dark .mainComponent span h1{font-size:50px}}@media (max-width: 700px){.theme-dark .mainComponent span h1{font-size:40px;margin-bottom:50px}}@media (max-width: 700px){.theme-dark .mainComponent{padding:60px 50px;gap:20px}}.theme-light .about{height:390px;padding:130px 100px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;color:#000;overflow:hidden}.theme-light .about h1{font-family:Marcellus,serif}.theme-light .about .code{font-family:Marcellus,serif;padding:100px 0;display:flex;flex-direction:row;background-color:#fff;color:#000}.theme-light .about .code .left{display:flex;justify-content:center;align-items:center;overflow:hidden;width:50%}.theme-light .about .code .left img{height:auto;width:300px;border-radius:50%}@media (max-width: 1220px){.theme-light .about .code .left img{height:auto;width:200px;border-radius:50%}}@media (max-width: 700px){.theme-light .about .code .left{width:100%;margin-bottom:50px}}.theme-light .about .code .right{width:50%;display:flex;flex-direction:column;gap:20px}.theme-light .about .code .right h2{font-size:40px}@media (max-width: 1220px){.theme-light .about .code .right h2{font-size:30px}}.theme-light .about .code .right p{font-size:18px}@media (max-width: 1220px){.theme-light .about .code .right p{font-size:15px}}@media (max-width: 700px){.theme-light .about .code .right{width:100%}}@media (max-width: 700px){.theme-light .about .code{flex-direction:column}}@media (max-width: 700px){.theme-light .about{height:100%;padding:130px 50px}}.theme-dark .about{height:390px;padding:130px 100px;display:flex;flex-direction:column;justify-content:center;background-color:#000;color:#fff;overflow:hidden}.theme-dark .about h1{font-family:Marcellus,serif}.theme-dark .about .code{font-family:Marcellus,serif;padding:100px 0;display:flex;flex-direction:row;background-color:#000;color:#fff}.theme-dark .about .code .left{display:flex;justify-content:center;align-items:center;overflow:hidden;width:50%}.theme-dark .about .code .left img{height:auto;width:300px;border-radius:50%}@media (max-width: 1220px){.theme-dark .about .code .left img{height:auto;width:200px;border-radius:50%}}@media (max-width: 700px){.theme-dark .about .code .left{width:100%;margin-bottom:50px}}.theme-dark .about .code .right{width:50%;display:flex;flex-direction:column;gap:20px}.theme-dark .about .code .right h2{font-size:40px}@media (max-width: 1220px){.theme-dark .about .code .right h2{font-size:30px}}.theme-dark .about .code .right p{font-size:18px}@media (max-width: 1220px){.theme-dark .about .code .right p{font-size:15px}}@media (max-width: 700px){.theme-dark .about .code .right{width:100%}}@media (max-width: 700px){.theme-dark .about .code{flex-direction:column}}@media (max-width: 700px){.theme-dark .about{height:100%;padding:130px 50px}}.theme-light .skills{height:100%;padding:130px 50px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;color:#000;overflow:hidden}.theme-light .skills h1{font-family:Marcellus,serif;margin-bottom:200px}.theme-light .skills .box{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px;padding:50px}@media (max-width: 700px){.theme-light .skills .box{overflow-x:hidden;margin:0}}.theme-dark .skills{height:100%;padding:130px 50px;display:flex;flex-direction:column;justify-content:center;background-color:#000;color:#fff;overflow:hidden}.theme-dark .skills h1{font-family:Marcellus,serif;margin-bottom:200px}.theme-dark .skills .box{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:30px;padding:50px}@media (max-width: 700px){.theme-dark .skills .box{overflow-x:hidden;margin:0}}._container_7ruwh_1{cursor:pointer;display:flex;align-items:center;height:100%;justify-content:center}._deck_7ruwh_19{background:transparent;position:absolute;width:300px;height:200px;will-change:transform;display:flex;align-items:center;justify-content:center;touch-action:none}._deck_7ruwh_19>div{background:transparent;background-color:#fff;background-size:auto 85%;background-repeat:no-repeat;background-position:center center;width:45vh;max-width:150px;height:85vh;max-height:285px;will-change:transform;border-radius:10px;box-shadow:0 12.5px 100px -10px #32324966,0 10px 10px -10px #3232494d}.theme-light .projects{height:100%;padding:130px 100px;display:flex;flex-direction:column;justify-content:center;color:#000;overflow:hidden}.theme-light .projects h1{font-family:Marcellus,serif}.theme-light .projects .line{margin:50px;background-color:#fff}.theme-light .projects .line .vertical-timeline-element{background-color:transparent}.theme-light .projects .line .vertical-timeline-element .first{background-color:#000;color:#fff}.theme-light .projects .line .vertical-timeline-element .first h2{color:#fff;background-color:#000}@media (max-width: 700px){.theme-light .projects .line .vertical-timeline-element .first h2{font-size:15px}}.theme-light .projects .line .vertical-timeline-element .first p{background-color:#000}@media (max-width: 700px){.theme-light .projects .line .vertical-timeline-element .first p{display:none}}.theme-light .projects .line .vertical-timeline-element .first button{margin:10px 10px 10px 0;padding:0 5px;border:1px solid white;height:40px;width:max-content;font-weight:600}.theme-light .projects .line .vertical-timeline-element .first button a{text-decoration:none;color:#000}@media (max-width: 700px){.theme-light .projects{padding:130px 70px}}.theme-dark .projects{height:100%;padding:130px 100px;display:flex;flex-direction:column;justify-content:center;color:#fff;overflow:hidden}.theme-dark .projects h1{font-family:Marcellus,serif}.theme-dark .projects .line{margin:50px;background-color:#000}.theme-dark .projects .line .vertical-timeline-element{background-color:transparent}.theme-dark .projects .line .vertical-timeline-element .first{background-color:#000;color:#fff}.theme-dark .projects .line .vertical-timeline-element .first h2{color:#fff;background-color:#000}@media (max-width: 700px){.theme-dark .projects .line .vertical-timeline-element .first h2{font-size:15px}}.theme-dark .projects .line .vertical-timeline-element .first p{background-color:#000}@media (max-width: 700px){.theme-dark .projects .line .vertical-timeline-element .first p{display:none}}.theme-dark .projects .line .vertical-timeline-element .first button{margin:10px 10px 10px 0;padding:0 5px;border:1px solid white;height:40px;width:max-content;font-weight:600}.theme-dark .projects .line .vertical-timeline-element .first button a{text-decoration:none;color:#fff}@media (max-width: 700px){.theme-dark .projects{padding:130px 70px}}.vertical-timeline *{box-sizing:border-box}.vertical-timeline{width:95%;max-width:1170px;margin:0 auto;position:relative;padding:2em 0}.vertical-timeline:after{content:"";display:table;clear:both}.vertical-timeline:before{content:"";position:absolute;top:0;left:18px;height:100%;width:4px;background:var(--line-color)}.vertical-timeline.vertical-timeline--one-column-right:before{right:18px;left:unset}@media only screen and (min-width:1170px){.vertical-timeline.vertical-timeline--two-columns{width:90%}.vertical-timeline.vertical-timeline--two-columns:before{left:50%;margin-left:-2px}}.vertical-timeline-element{position:relative;margin:2em 0}.vertical-timeline-element>div{min-height:1px}.vertical-timeline-element:after{content:"";display:table;clear:both}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}@media only screen and (min-width:1170px){.vertical-timeline-element{margin:4em 0}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}}.vertical-timeline-element-icon{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;box-shadow:0 0 0 4px #fff,inset 0 2px #00000014,0 3px 0 4px #0000000d}.vertical-timeline--one-column-right .vertical-timeline-element-icon{right:0;left:unset}.vertical-timeline-element-icon svg{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-icon{width:60px;height:60px;left:50%;margin-left:-30px}}.vertical-timeline-element-icon{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 .6s;-moz-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}to{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(.5)}60%{opacity:1;-moz-transform:scale(1.2)}to{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.vertical-timeline-element-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px #ddd}.vertical-timeline--one-column-right .vertical-timeline-element-content{margin-right:60px;margin-left:unset}.vertical-timeline-element--no-children .vertical-timeline-element-content{background:0 0;box-shadow:none}.vertical-timeline-element-content:after{content:"";display:table;clear:both}.vertical-timeline-element-content h2{color:#303e49}.vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline-element-content p{font-size:13px;font-size:.8125rem;font-weight:500}.vertical-timeline-element-content .vertical-timeline-element-date{display:inline-block}.vertical-timeline-element-content p{margin:1em 0 0;line-height:1.6}.vertical-timeline-element-title,.vertical-timeline-element-subtitle{margin:0}.vertical-timeline-element-content .vertical-timeline-element-date{float:left;padding:.8em 0;opacity:.7}.vertical-timeline-element-content-arrow{content:"";position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow{content:"";position:absolute;top:16px;right:unset;left:100%;height:0;width:0;border:7px solid transparent;border-left:7px solid #fff}.vertical-timeline--one-column-right .vertical-timeline-element-content:before{left:100%;border-left:7px solid #fff;border-right:unset}.vertical-timeline-element--no-children .vertical-timeline-element-content:before{display:none}.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow{display:none}@media only screen and (min-width:768px){.vertical-timeline-element-content h2{font-size:20px;font-size:1.25rem}.vertical-timeline-element-content p{font-size:16px;font-size:1rem}.vertical-timeline-element-content .vertical-timeline-element-date{font-size:14px;font-size:.875rem}}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-content{margin-left:0;padding:1.5em;width:44%}.vertical-timeline--two-columns .vertical-timeline-element-content-arrow{top:24px;left:100%;transform:rotate(180deg)}.vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date{position:absolute;width:100%;left:124%;top:6px;font-size:16px;font-size:1rem}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content{float:right}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{top:24px;left:auto;right:100%;transform:rotate(0)}.vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--one-column-right .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{top:24px;left:100%;right:auto;transform:rotate(0)}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date{left:auto;right:124%;text-align:right}}.vertical-timeline--animate .vertical-timeline-element-content.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 .6s;-moz-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s}@media only screen and (min-width:1170px){.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@media only screen and (max-width:1169px){.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}to{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}to{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translate(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translate(20px)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}to{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}to{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translate(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translate(-20px)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}.theme-light .connect{height:100%;padding:130px 100px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;color:#000;overflow:hidden}.theme-light .connect h1{font-family:Marcellus,serif}@media (max-width: 700px){.theme-light .connect{padding:130px 50px}}.theme-dark .connect{height:100%;padding:130px 100px;display:flex;flex-direction:column;justify-content:center;background-color:#000;color:#fff;overflow:hidden}.theme-dark .connect h1{font-family:Marcellus,serif}@media (max-width: 700px){.theme-dark .connect{padding:130px 50px}}.theme-light .ContactUs{height:100%;display:flex;flex-direction:row;justify-content:space-around;overflow:hidden}.theme-light .ContactUs .left{width:50%}.theme-light .ContactUs .left form{height:min-content;padding:20px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;gap:20px}.theme-light .ContactUs .left form div{display:flex;flex-direction:column;padding:20px}.theme-light .ContactUs .left form div .lable{font-size:30px;color:#000}.theme-light .ContactUs .left form div input{color:#000;padding:10px;border-radius:5px;width:86%;border:.5 px solid black}.theme-light .ContactUs .left form div textarea{color:#000;width:90%;height:150px;border-radius:5px;border:.5 px solid black}.theme-light .ContactUs .left form #send{cursor:pointer;color:#000;margin:0 20px;padding:10px;border-radius:5px;width:85%;border:hidden;background:rgb(203,38,221)}@media (max-width: 700px){.theme-light .ContactUs .left{width:100%;padding:20px 0}}.theme-light .ContactUs .right{width:50%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.theme-light .ContactUs .right img{height:550px;width:500px}@media (max-width: 1220px){.theme-light .ContactUs .right img{height:350px;width:300px}}@media (max-width: 700px){.theme-light .ContactUs .right{width:100%}}@media (max-width: 700px){.theme-light .ContactUs{flex-direction:column}}.theme-dark .ContactUs{height:100%;display:flex;flex-direction:row;justify-content:space-around;overflow:hidden}.theme-dark .ContactUs .left{width:50%}.theme-dark .ContactUs .left form{height:min-content;padding:20px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;gap:20px}.theme-dark .ContactUs .left form div{display:flex;flex-direction:column;padding:20px}.theme-dark .ContactUs .left form div .lable{font-size:30px;color:#fff}.theme-dark .ContactUs .left form div input{color:#fff;padding:10px;border-radius:5px;width:86%;border:.5 px solid white}.theme-dark .ContactUs .left form div textarea{color:#fff;width:90%;height:150px;border-radius:5px;border:.5 px solid white}.theme-dark .ContactUs .left form #send{cursor:pointer;color:#fff;margin:0 20px;padding:10px;border-radius:5px;width:85%;border:hidden;background:rgb(203,38,221)}@media (max-width: 700px){.theme-dark .ContactUs .left{width:100%;padding:20px 0}}.theme-dark .ContactUs .right{width:50%;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.theme-dark .ContactUs .right img{height:550px;width:500px}@media (max-width: 1220px){.theme-dark .ContactUs .right img{height:350px;width:300px}}@media (max-width: 700px){.theme-dark .ContactUs .right{width:100%}}@media (max-width: 700px){.theme-dark .ContactUs{flex-direction:column}}.theme-light .regards{height:390px;padding:100px;display:flex;flex-direction:column;justify-content:center;background-color:#fff;color:#000;overflow:hidden;gap:20px}.theme-light .regards h1{font-family:Marcellus,serif}@media (max-width: 700px){.theme-light .regards h1{font-size:20px}}.theme-light .regards img{align-self:center;margin:50px;height:250px;width:370px}.theme-light .regards .social{cursor:pointer;gap:30px;display:flex;flex-direction:row;justify-content:center}.theme-light .regards .social a{text-decoration:none;color:#000}@media (max-width: 700px){.theme-light .regards{padding:150px 50px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}}.theme-dark .regards{height:390px;padding:100px;display:flex;flex-direction:column;justify-content:center;background-color:#000;color:#fff;overflow:hidden;gap:20px}.theme-dark .regards h1{font-family:Marcellus,serif}@media (max-width: 700px){.theme-dark .regards h1{font-size:20px}}.theme-dark .regards img{align-self:center;margin:50px;height:250px;width:370px}.theme-dark .regards .social{cursor:pointer;gap:30px;display:flex;flex-direction:row;justify-content:center}.theme-dark .regards .social a{text-decoration:none;color:#fff}@media (max-width: 700px){.theme-dark .regards{padding:150px 50px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}}
